ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.24
Committed: Fri Mar 4 03:43:09 2005 UTC (19 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.23: +219 -0 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.14 # Generated by GNU Autoconf 2.59.
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 pcg 1.21 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 LDFLAGS_DAEMON ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS'
313 pcg 1.1 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.14 Use kernel/net device interface TYPE/SUBTYPE.
873     Working combinations are: "native/linux"
874     "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875     "tincd/darwin" "native/cygwin"; Untested
876     combinations are: "tincd/netbsd" "tincd/solaris"
877     "tincd/mingw"; Broken combinations are:
878 pcg 1.5 "tincd/cygwin"; The default is to autodetect.
879 pcg 1.21 --enable-static-daemon enable statically linked daemon.
880 pcg 1.14 --enable-rohc enable robust header compression (rfc3095).
881     --enable-icmp enable icmp protocol support (default disabled).
882     --enable-tcp enable tcp protocol support (default disabled).
883 pcg 1.17 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
884 pcg 1.14 --enable-http-proxy enable http proxy connect support (default
885     disabled).
886 pcg 1.1 --enable-hmac-length=BYTES
887 pcg 1.21 use a hmac of length BYTES bytes (default 12).
888     Allowed values are 4, 8, 12, 16.
889 pcg 1.1 --enable-rand-length=BYTES
890 pcg 1.21 use BYTES bytes of extra randomness (default 8).
891     Allowed values are 0, 4, 8.
892 pcg 1.14 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
893 pcg 1.1 Use 9100 for jumbogram support.
894 pcg 1.14 --disable-compression Disable compression support.
895 pcg 1.21 --enable-cipher Select the symmetric cipher (default "bf"). Must be
896     one of "bf" (blowfish), "aes-128" (rijndael),
897     "aes-192" or "aes-256".
898     --enable-digest Select the digets algorithm to use (default "sha1").
899     Must be one of "sha1", "ripemd160", "md5" or "md4"
900     (insecure).
901 pcg 1.1
902     Optional Packages:
903     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
904     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
905     --with-gnu-ld assume the C compiler uses GNU ld default=no
906     --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
907     --without-libiconv-prefix don't search for libiconv in includedir and libdir
908     --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
909     --without-libintl-prefix don't search for libintl in includedir and libdir
910     --with-kernel=dir give the directory with kernel sources
911     (default: /usr/src/linux)
912     --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
913     --with-openssl-lib=DIR OpenSSL library directory
914    
915     Some influential environment variables:
916 pcg 1.14 CC C compiler command
917     CFLAGS C compiler flags
918     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
919     nonstandard directory <lib dir>
920     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
921     headers in a nonstandard directory <include dir>
922     CPP C preprocessor
923     CXX C++ compiler command
924     CXXFLAGS C++ compiler flags
925     CXXCPP C++ preprocessor
926 pcg 1.1
927     Use these variables to override the choices made by `configure' or to help
928     it to find libraries and programs with nonstandard names/locations.
929    
930     _ACEOF
931     fi
932    
933     if test "$ac_init_help" = "recursive"; then
934     # If there are subdirs, report their specific --help.
935     ac_popdir=`pwd`
936     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
937     test -d $ac_dir || continue
938     ac_builddir=.
939    
940     if test "$ac_dir" != .; then
941     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
942     # A "../" for each directory in $ac_dir_suffix.
943     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
944     else
945     ac_dir_suffix= ac_top_builddir=
946     fi
947    
948     case $srcdir in
949     .) # No --srcdir option. We are building in place.
950     ac_srcdir=.
951     if test -z "$ac_top_builddir"; then
952     ac_top_srcdir=.
953     else
954     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
955     fi ;;
956     [\\/]* | ?:[\\/]* ) # Absolute path.
957     ac_srcdir=$srcdir$ac_dir_suffix;
958     ac_top_srcdir=$srcdir ;;
959     *) # Relative path.
960     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
961     ac_top_srcdir=$ac_top_builddir$srcdir ;;
962     esac
963 pcg 1.11
964     # Do not use `cd foo && pwd` to compute absolute paths, because
965     # the directories may not exist.
966     case `pwd` in
967     .) ac_abs_builddir="$ac_dir";;
968     *)
969     case "$ac_dir" in
970     .) ac_abs_builddir=`pwd`;;
971     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
972     *) ac_abs_builddir=`pwd`/"$ac_dir";;
973     esac;;
974     esac
975     case $ac_abs_builddir in
976     .) ac_abs_top_builddir=${ac_top_builddir}.;;
977     *)
978     case ${ac_top_builddir}. in
979     .) ac_abs_top_builddir=$ac_abs_builddir;;
980     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
981     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
982     esac;;
983     esac
984     case $ac_abs_builddir in
985     .) ac_abs_srcdir=$ac_srcdir;;
986     *)
987     case $ac_srcdir in
988     .) ac_abs_srcdir=$ac_abs_builddir;;
989     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
990     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
991     esac;;
992     esac
993     case $ac_abs_builddir in
994     .) ac_abs_top_srcdir=$ac_top_srcdir;;
995     *)
996     case $ac_top_srcdir in
997     .) ac_abs_top_srcdir=$ac_abs_builddir;;
998     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
999     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1000     esac;;
1001     esac
1002 pcg 1.1
1003     cd $ac_dir
1004     # Check for guested configure; otherwise get Cygnus style configure.
1005     if test -f $ac_srcdir/configure.gnu; then
1006     echo
1007     $SHELL $ac_srcdir/configure.gnu --help=recursive
1008     elif test -f $ac_srcdir/configure; then
1009     echo
1010     $SHELL $ac_srcdir/configure --help=recursive
1011     elif test -f $ac_srcdir/configure.ac ||
1012 pcg 1.11 test -f $ac_srcdir/configure.in; then
1013 pcg 1.1 echo
1014     $ac_configure --help
1015     else
1016     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1017     fi
1018     cd "$ac_popdir"
1019     done
1020     fi
1021    
1022     test -n "$ac_init_help" && exit 0
1023     if $ac_init_version; then
1024     cat <<\_ACEOF
1025    
1026 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
1027 pcg 1.1 This configure script is free software; the Free Software Foundation
1028     gives unlimited permission to copy, distribute and modify it.
1029     _ACEOF
1030     exit 0
1031     fi
1032     exec 5>config.log
1033     cat >&5 <<_ACEOF
1034     This file contains any messages produced by compilers while
1035     running configure, to aid debugging if configure makes a mistake.
1036    
1037     It was created by $as_me, which was
1038 pcg 1.14 generated by GNU Autoconf 2.59. Invocation command line was
1039 pcg 1.1
1040     $ $0 $@
1041    
1042     _ACEOF
1043     {
1044     cat <<_ASUNAME
1045     ## --------- ##
1046     ## Platform. ##
1047     ## --------- ##
1048    
1049     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1050     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1051     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1052     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1053     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1054    
1055     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1056     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1057    
1058     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1059     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1060     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1061     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1062     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1063     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1064     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1065    
1066     _ASUNAME
1067    
1068     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1069     for as_dir in $PATH
1070     do
1071     IFS=$as_save_IFS
1072     test -z "$as_dir" && as_dir=.
1073     echo "PATH: $as_dir"
1074     done
1075    
1076     } >&5
1077    
1078     cat >&5 <<_ACEOF
1079    
1080    
1081     ## ----------- ##
1082     ## Core tests. ##
1083     ## ----------- ##
1084    
1085     _ACEOF
1086    
1087    
1088     # Keep a trace of the command line.
1089     # Strip out --no-create and --no-recursion so they do not pile up.
1090     # Strip out --silent because we don't want to record it for future runs.
1091     # Also quote any args containing shell meta-characters.
1092     # Make two passes to allow for proper duplicate-argument suppression.
1093     ac_configure_args=
1094     ac_configure_args0=
1095     ac_configure_args1=
1096     ac_sep=
1097     ac_must_keep_next=false
1098     for ac_pass in 1 2
1099     do
1100     for ac_arg
1101     do
1102     case $ac_arg in
1103     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1104     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1105     | -silent | --silent | --silen | --sile | --sil)
1106     continue ;;
1107     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1108     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1109     esac
1110     case $ac_pass in
1111     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1112     2)
1113     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1114     if test $ac_must_keep_next = true; then
1115 pcg 1.11 ac_must_keep_next=false # Got value, back to normal.
1116 pcg 1.1 else
1117 pcg 1.11 case $ac_arg in
1118     *=* | --config-cache | -C | -disable-* | --disable-* \
1119     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1120     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1121     | -with-* | --with-* | -without-* | --without-* | --x)
1122     case "$ac_configure_args0 " in
1123     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1124     esac
1125     ;;
1126     -* ) ac_must_keep_next=true ;;
1127     esac
1128 pcg 1.1 fi
1129     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1130     # Get rid of the leading space.
1131     ac_sep=" "
1132     ;;
1133     esac
1134     done
1135     done
1136     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1137     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1138    
1139     # When interrupted or exit'd, cleanup temporary files, and complete
1140     # config.log. We remove comments because anyway the quotes in there
1141     # would cause problems or look ugly.
1142     # WARNING: Be sure not to use single quotes in there, as some shells,
1143     # such as our DU 5.0 friend, will then `close' the trap.
1144     trap 'exit_status=$?
1145     # Save into config.log some information that might help in debugging.
1146     {
1147     echo
1148    
1149     cat <<\_ASBOX
1150     ## ---------------- ##
1151     ## Cache variables. ##
1152     ## ---------------- ##
1153     _ASBOX
1154     echo
1155     # The following way of writing the cache mishandles newlines in values,
1156     {
1157     (set) 2>&1 |
1158     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1159     *ac_space=\ *)
1160     sed -n \
1161 pcg 1.11 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1162     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1163 pcg 1.1 ;;
1164     *)
1165     sed -n \
1166 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1167 pcg 1.1 ;;
1168     esac;
1169     }
1170     echo
1171    
1172     cat <<\_ASBOX
1173     ## ----------------- ##
1174     ## Output variables. ##
1175     ## ----------------- ##
1176     _ASBOX
1177     echo
1178     for ac_var in $ac_subst_vars
1179     do
1180     eval ac_val=$`echo $ac_var`
1181     echo "$ac_var='"'"'$ac_val'"'"'"
1182     done | sort
1183     echo
1184    
1185     if test -n "$ac_subst_files"; then
1186     cat <<\_ASBOX
1187     ## ------------- ##
1188     ## Output files. ##
1189     ## ------------- ##
1190     _ASBOX
1191     echo
1192     for ac_var in $ac_subst_files
1193     do
1194     eval ac_val=$`echo $ac_var`
1195 pcg 1.11 echo "$ac_var='"'"'$ac_val'"'"'"
1196 pcg 1.1 done | sort
1197     echo
1198     fi
1199    
1200     if test -s confdefs.h; then
1201     cat <<\_ASBOX
1202     ## ----------- ##
1203     ## confdefs.h. ##
1204     ## ----------- ##
1205     _ASBOX
1206     echo
1207     sed "/^$/d" confdefs.h | sort
1208     echo
1209     fi
1210     test "$ac_signal" != 0 &&
1211     echo "$as_me: caught signal $ac_signal"
1212     echo "$as_me: exit $exit_status"
1213     } >&5
1214     rm -f core *.core &&
1215     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1216     exit $exit_status
1217     ' 0
1218     for ac_signal in 1 2 13 15; do
1219     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1220     done
1221     ac_signal=0
1222    
1223     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1224     rm -rf conftest* confdefs.h
1225     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1226     echo >confdefs.h
1227    
1228     # Predefined preprocessor variables.
1229    
1230     cat >>confdefs.h <<_ACEOF
1231     #define PACKAGE_NAME "$PACKAGE_NAME"
1232     _ACEOF
1233    
1234    
1235     cat >>confdefs.h <<_ACEOF
1236     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1237     _ACEOF
1238    
1239    
1240     cat >>confdefs.h <<_ACEOF
1241     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1242     _ACEOF
1243    
1244    
1245     cat >>confdefs.h <<_ACEOF
1246     #define PACKAGE_STRING "$PACKAGE_STRING"
1247     _ACEOF
1248    
1249    
1250     cat >>confdefs.h <<_ACEOF
1251     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1252     _ACEOF
1253    
1254    
1255     # Let the site file select an alternate cache file if it wants to.
1256     # Prefer explicitly selected file to automatically selected ones.
1257     if test -z "$CONFIG_SITE"; then
1258     if test "x$prefix" != xNONE; then
1259     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1260     else
1261     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1262     fi
1263     fi
1264     for ac_site_file in $CONFIG_SITE; do
1265     if test -r "$ac_site_file"; then
1266     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1267     echo "$as_me: loading site script $ac_site_file" >&6;}
1268     sed 's/^/| /' "$ac_site_file" >&5
1269     . "$ac_site_file"
1270     fi
1271     done
1272    
1273     if test -r "$cache_file"; then
1274     # Some versions of bash will fail to source /dev/null (special
1275     # files actually), so we avoid doing that.
1276     if test -f "$cache_file"; then
1277     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1278     echo "$as_me: loading cache $cache_file" >&6;}
1279     case $cache_file in
1280     [\\/]* | ?:[\\/]* ) . $cache_file;;
1281     *) . ./$cache_file;;
1282     esac
1283     fi
1284     else
1285     { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1286     echo "$as_me: creating cache $cache_file" >&6;}
1287     >$cache_file
1288     fi
1289    
1290     # Check that the precious variables saved in the cache have kept the same
1291     # value.
1292     ac_cache_corrupted=false
1293     for ac_var in `(set) 2>&1 |
1294 pcg 1.11 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1295 pcg 1.1 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1296     eval ac_new_set=\$ac_env_${ac_var}_set
1297     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1298     eval ac_new_val="\$ac_env_${ac_var}_value"
1299     case $ac_old_set,$ac_new_set in
1300     set,)
1301     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1302     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1303     ac_cache_corrupted=: ;;
1304     ,set)
1305     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1306     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1307     ac_cache_corrupted=: ;;
1308     ,);;
1309     *)
1310     if test "x$ac_old_val" != "x$ac_new_val"; then
1311 pcg 1.11 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1312 pcg 1.1 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1313 pcg 1.11 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1314 pcg 1.1 echo "$as_me: former value: $ac_old_val" >&2;}
1315 pcg 1.11 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1316 pcg 1.1 echo "$as_me: current value: $ac_new_val" >&2;}
1317 pcg 1.11 ac_cache_corrupted=:
1318 pcg 1.1 fi;;
1319     esac
1320     # Pass precious variables to config.status.
1321     if test "$ac_new_set" = set; then
1322     case $ac_new_val in
1323     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1324     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1325     *) ac_arg=$ac_var=$ac_new_val ;;
1326     esac
1327     case " $ac_configure_args " in
1328     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1329     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1330     esac
1331     fi
1332     done
1333     if $ac_cache_corrupted; then
1334     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1335     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1336     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1337     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1338     { (exit 1); exit 1; }; }
1339     fi
1340    
1341     ac_ext=c
1342     ac_cpp='$CPP $CPPFLAGS'
1343     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1344     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1345     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1346    
1347    
1348    
1349    
1350    
1351    
1352    
1353    
1354    
1355    
1356    
1357    
1358    
1359    
1360    
1361    
1362    
1363    
1364    
1365 pcg 1.19
1366 pcg 1.1 ac_aux_dir=
1367     for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1368     if test -f $ac_dir/install-sh; then
1369     ac_aux_dir=$ac_dir
1370     ac_install_sh="$ac_aux_dir/install-sh -c"
1371     break
1372     elif test -f $ac_dir/install.sh; then
1373     ac_aux_dir=$ac_dir
1374     ac_install_sh="$ac_aux_dir/install.sh -c"
1375     break
1376     elif test -f $ac_dir/shtool; then
1377     ac_aux_dir=$ac_dir
1378     ac_install_sh="$ac_aux_dir/shtool install -c"
1379     break
1380     fi
1381     done
1382     if test -z "$ac_aux_dir"; then
1383     { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1384     echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1385     { (exit 1); exit 1; }; }
1386     fi
1387     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1388     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1389     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1390    
1391     # Make sure we can run config.sub.
1392     $ac_config_sub sun4 >/dev/null 2>&1 ||
1393     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1394     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1395     { (exit 1); exit 1; }; }
1396    
1397     echo "$as_me:$LINENO: checking build system type" >&5
1398     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1399     if test "${ac_cv_build+set}" = set; then
1400     echo $ECHO_N "(cached) $ECHO_C" >&6
1401     else
1402     ac_cv_build_alias=$build_alias
1403     test -z "$ac_cv_build_alias" &&
1404     ac_cv_build_alias=`$ac_config_guess`
1405     test -z "$ac_cv_build_alias" &&
1406     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1407     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1408     { (exit 1); exit 1; }; }
1409     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1410     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1411     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1412     { (exit 1); exit 1; }; }
1413    
1414     fi
1415     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1416     echo "${ECHO_T}$ac_cv_build" >&6
1417     build=$ac_cv_build
1418     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1419     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1420     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1421    
1422    
1423     echo "$as_me:$LINENO: checking host system type" >&5
1424     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1425     if test "${ac_cv_host+set}" = set; then
1426     echo $ECHO_N "(cached) $ECHO_C" >&6
1427     else
1428     ac_cv_host_alias=$host_alias
1429     test -z "$ac_cv_host_alias" &&
1430     ac_cv_host_alias=$ac_cv_build_alias
1431     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1432     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1433     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1434     { (exit 1); exit 1; }; }
1435    
1436     fi
1437     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1438     echo "${ECHO_T}$ac_cv_host" >&6
1439     host=$ac_cv_host
1440     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1441     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1442     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1443    
1444    
1445     echo "$as_me:$LINENO: checking target system type" >&5
1446     echo $ECHO_N "checking target system type... $ECHO_C" >&6
1447     if test "${ac_cv_target+set}" = set; then
1448     echo $ECHO_N "(cached) $ECHO_C" >&6
1449     else
1450     ac_cv_target_alias=$target_alias
1451     test "x$ac_cv_target_alias" = "x" &&
1452     ac_cv_target_alias=$ac_cv_host_alias
1453     ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1454     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1455     echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1456     { (exit 1); exit 1; }; }
1457    
1458     fi
1459     echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1460     echo "${ECHO_T}$ac_cv_target" >&6
1461     target=$ac_cv_target
1462     target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1463     target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1464     target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1465    
1466    
1467     # The aliases save the names the user supplied, while $host etc.
1468     # will get canonicalized.
1469     test -n "$target_alias" &&
1470     test "$program_prefix$program_suffix$program_transform_name" = \
1471     NONENONEs,x,x, &&
1472     program_prefix=${target_alias}-
1473     am__api_version="1.7"
1474     # Find a good install program. We prefer a C program (faster),
1475     # so one script is as good as another. But avoid the broken or
1476     # incompatible versions:
1477     # SysV /etc/install, /usr/sbin/install
1478     # SunOS /usr/etc/install
1479     # IRIX /sbin/install
1480     # AIX /bin/install
1481     # AmigaOS /C/install, which installs bootblocks on floppy discs
1482     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1483     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1484     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1485 pcg 1.11 # OS/2's system install, which has a completely different semantic
1486 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
1487     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1488     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1489     if test -z "$INSTALL"; then
1490     if test "${ac_cv_path_install+set}" = set; then
1491     echo $ECHO_N "(cached) $ECHO_C" >&6
1492     else
1493     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1494     for as_dir in $PATH
1495     do
1496     IFS=$as_save_IFS
1497     test -z "$as_dir" && as_dir=.
1498     # Account for people who put trailing slashes in PATH elements.
1499     case $as_dir/ in
1500     ./ | .// | /cC/* | \
1501     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1502 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1503 pcg 1.1 /usr/ucb/* ) ;;
1504     *)
1505     # OSF1 and SCO ODT 3.0 have their own names for install.
1506     # Don't use installbsd from OSF since it installs stuff as root
1507     # by default.
1508     for ac_prog in ginstall scoinst install; do
1509     for ac_exec_ext in '' $ac_executable_extensions; do
1510 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1511     if test $ac_prog = install &&
1512     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1513     # AIX install. It has an incompatible calling convention.
1514     :
1515     elif test $ac_prog = install &&
1516     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1517     # program-specific install script used by HP pwplus--don't use.
1518     :
1519     else
1520     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1521     break 3
1522     fi
1523     fi
1524 pcg 1.1 done
1525     done
1526     ;;
1527     esac
1528     done
1529    
1530    
1531     fi
1532     if test "${ac_cv_path_install+set}" = set; then
1533     INSTALL=$ac_cv_path_install
1534     else
1535     # As a last resort, use the slow shell script. We don't cache a
1536     # path for INSTALL within a source directory, because that will
1537     # break other packages using the cache if that directory is
1538     # removed, or if the path is relative.
1539     INSTALL=$ac_install_sh
1540     fi
1541     fi
1542     echo "$as_me:$LINENO: result: $INSTALL" >&5
1543     echo "${ECHO_T}$INSTALL" >&6
1544    
1545     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1546     # It thinks the first close brace ends the variable substitution.
1547     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1548    
1549     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1550    
1551     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1552    
1553     echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1554     echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1555     # Just in case
1556     sleep 1
1557     echo timestamp > conftest.file
1558     # Do `set' in a subshell so we don't clobber the current shell's
1559     # arguments. Must try -L first in case configure is actually a
1560     # symlink; some systems play weird games with the mod time of symlinks
1561     # (eg FreeBSD returns the mod time of the symlink's containing
1562     # directory).
1563     if (
1564     set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1565     if test "$*" = "X"; then
1566     # -L didn't work.
1567     set X `ls -t $srcdir/configure conftest.file`
1568     fi
1569     rm -f conftest.file
1570     if test "$*" != "X $srcdir/configure conftest.file" \
1571     && test "$*" != "X conftest.file $srcdir/configure"; then
1572    
1573     # If neither matched, then we have a broken ls. This can happen
1574     # if, for instance, CONFIG_SHELL is bash and it inherits a
1575     # broken ls alias from the environment. This has actually
1576     # happened. Such a system could not be considered "sane".
1577     { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1578     alias in your environment" >&5
1579     echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1580     alias in your environment" >&2;}
1581     { (exit 1); exit 1; }; }
1582     fi
1583    
1584     test "$2" = conftest.file
1585     )
1586     then
1587     # Ok.
1588     :
1589     else
1590     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1591     Check your system clock" >&5
1592     echo "$as_me: error: newly created file is older than distributed files!
1593     Check your system clock" >&2;}
1594     { (exit 1); exit 1; }; }
1595     fi
1596     echo "$as_me:$LINENO: result: yes" >&5
1597     echo "${ECHO_T}yes" >&6
1598     test "$program_prefix" != NONE &&
1599     program_transform_name="s,^,$program_prefix,;$program_transform_name"
1600     # Use a double $ so make ignores it.
1601     test "$program_suffix" != NONE &&
1602     program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1603     # Double any \ or $. echo might interpret backslashes.
1604     # By default was `s,x,x', remove it if useless.
1605     cat <<\_ACEOF >conftest.sed
1606     s/[\\$]/&&/g;s/;s,x,x,$//
1607     _ACEOF
1608     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1609     rm conftest.sed
1610    
1611    
1612     # expand $ac_aux_dir to an absolute path
1613     am_aux_dir=`cd $ac_aux_dir && pwd`
1614    
1615     test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1616     # Use eval to expand $SHELL
1617     if eval "$MISSING --run true"; then
1618     am_missing_run="$MISSING --run "
1619     else
1620     am_missing_run=
1621     { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1622     echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1623     fi
1624    
1625     for ac_prog in gawk mawk nawk awk
1626     do
1627     # Extract the first word of "$ac_prog", so it can be a program name with args.
1628     set dummy $ac_prog; ac_word=$2
1629     echo "$as_me:$LINENO: checking for $ac_word" >&5
1630     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1631     if test "${ac_cv_prog_AWK+set}" = set; then
1632     echo $ECHO_N "(cached) $ECHO_C" >&6
1633     else
1634     if test -n "$AWK"; then
1635     ac_cv_prog_AWK="$AWK" # Let the user override the test.
1636     else
1637     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1638     for as_dir in $PATH
1639     do
1640     IFS=$as_save_IFS
1641     test -z "$as_dir" && as_dir=.
1642     for ac_exec_ext in '' $ac_executable_extensions; do
1643     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1644     ac_cv_prog_AWK="$ac_prog"
1645     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1646     break 2
1647     fi
1648     done
1649     done
1650    
1651     fi
1652     fi
1653     AWK=$ac_cv_prog_AWK
1654     if test -n "$AWK"; then
1655     echo "$as_me:$LINENO: result: $AWK" >&5
1656     echo "${ECHO_T}$AWK" >&6
1657     else
1658     echo "$as_me:$LINENO: result: no" >&5
1659     echo "${ECHO_T}no" >&6
1660     fi
1661    
1662     test -n "$AWK" && break
1663     done
1664    
1665     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1666     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1667 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1668 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1669     echo $ECHO_N "(cached) $ECHO_C" >&6
1670     else
1671     cat >conftest.make <<\_ACEOF
1672     all:
1673     @echo 'ac_maketemp="$(MAKE)"'
1674     _ACEOF
1675     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1676     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1677     if test -n "$ac_maketemp"; then
1678     eval ac_cv_prog_make_${ac_make}_set=yes
1679     else
1680     eval ac_cv_prog_make_${ac_make}_set=no
1681     fi
1682     rm -f conftest.make
1683     fi
1684     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1685     echo "$as_me:$LINENO: result: yes" >&5
1686     echo "${ECHO_T}yes" >&6
1687     SET_MAKE=
1688     else
1689     echo "$as_me:$LINENO: result: no" >&5
1690     echo "${ECHO_T}no" >&6
1691     SET_MAKE="MAKE=${MAKE-make}"
1692     fi
1693    
1694     rm -rf .tst 2>/dev/null
1695     mkdir .tst 2>/dev/null
1696     if test -d .tst; then
1697     am__leading_dot=.
1698     else
1699     am__leading_dot=_
1700     fi
1701     rmdir .tst 2>/dev/null
1702    
1703     # test to see if srcdir already configured
1704     if test "`cd $srcdir && pwd`" != "`pwd`" &&
1705     test -f $srcdir/config.status; then
1706     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1707     echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1708     { (exit 1); exit 1; }; }
1709     fi
1710    
1711     # test whether we have cygpath
1712     if test -z "$CYGPATH_W"; then
1713     if (cygpath --version) >/dev/null 2>/dev/null; then
1714     CYGPATH_W='cygpath -w'
1715     else
1716     CYGPATH_W=echo
1717     fi
1718     fi
1719    
1720    
1721     # Define the identity of the package.
1722 pcg 1.22 PACKAGE=gvpe
1723 pcg 1.20 VERSION=1.7
1724 pcg 1.1
1725    
1726     cat >>confdefs.h <<_ACEOF
1727     #define PACKAGE "$PACKAGE"
1728     _ACEOF
1729    
1730    
1731     cat >>confdefs.h <<_ACEOF
1732     #define VERSION "$VERSION"
1733     _ACEOF
1734    
1735     # Some tools Automake needs.
1736    
1737     ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1738    
1739    
1740     AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1741    
1742    
1743     AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1744    
1745    
1746     AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1747    
1748    
1749     MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1750    
1751    
1752     AMTAR=${AMTAR-"${am_missing_run}tar"}
1753    
1754     install_sh=${install_sh-"$am_aux_dir/install-sh"}
1755    
1756     # Installed binaries are usually stripped using `strip' when the user
1757     # run `make install-strip'. However `strip' might not be the right
1758     # tool to use in cross-compilation environments, therefore Automake
1759     # will honor the `STRIP' environment variable to overrule this program.
1760     if test "$cross_compiling" != no; then
1761     if test -n "$ac_tool_prefix"; then
1762     # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1763     set dummy ${ac_tool_prefix}strip; ac_word=$2
1764     echo "$as_me:$LINENO: checking for $ac_word" >&5
1765     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1766     if test "${ac_cv_prog_STRIP+set}" = set; then
1767     echo $ECHO_N "(cached) $ECHO_C" >&6
1768     else
1769     if test -n "$STRIP"; then
1770     ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1771     else
1772     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1773     for as_dir in $PATH
1774     do
1775     IFS=$as_save_IFS
1776     test -z "$as_dir" && as_dir=.
1777     for ac_exec_ext in '' $ac_executable_extensions; do
1778     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1779     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1780     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1781     break 2
1782     fi
1783     done
1784     done
1785    
1786     fi
1787     fi
1788     STRIP=$ac_cv_prog_STRIP
1789     if test -n "$STRIP"; then
1790     echo "$as_me:$LINENO: result: $STRIP" >&5
1791     echo "${ECHO_T}$STRIP" >&6
1792     else
1793     echo "$as_me:$LINENO: result: no" >&5
1794     echo "${ECHO_T}no" >&6
1795     fi
1796    
1797     fi
1798     if test -z "$ac_cv_prog_STRIP"; then
1799     ac_ct_STRIP=$STRIP
1800     # Extract the first word of "strip", so it can be a program name with args.
1801     set dummy strip; ac_word=$2
1802     echo "$as_me:$LINENO: checking for $ac_word" >&5
1803     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1804     if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1805     echo $ECHO_N "(cached) $ECHO_C" >&6
1806     else
1807     if test -n "$ac_ct_STRIP"; then
1808     ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1809     else
1810     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1811     for as_dir in $PATH
1812     do
1813     IFS=$as_save_IFS
1814     test -z "$as_dir" && as_dir=.
1815     for ac_exec_ext in '' $ac_executable_extensions; do
1816     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1817     ac_cv_prog_ac_ct_STRIP="strip"
1818     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1819     break 2
1820     fi
1821     done
1822     done
1823    
1824     test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1825     fi
1826     fi
1827     ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1828     if test -n "$ac_ct_STRIP"; then
1829     echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1830     echo "${ECHO_T}$ac_ct_STRIP" >&6
1831     else
1832     echo "$as_me:$LINENO: result: no" >&5
1833     echo "${ECHO_T}no" >&6
1834     fi
1835    
1836     STRIP=$ac_ct_STRIP
1837     else
1838     STRIP="$ac_cv_prog_STRIP"
1839     fi
1840    
1841     fi
1842     INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1843    
1844     # We need awk for the "check" target. The system "awk" is bad on
1845     # some platforms.
1846    
1847    
1848    
1849     ac_config_headers="$ac_config_headers config.h"
1850    
1851     echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1852     echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1853     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1854     if test "${enable_maintainer_mode+set}" = set; then
1855     enableval="$enable_maintainer_mode"
1856     USE_MAINTAINER_MODE=$enableval
1857     else
1858     USE_MAINTAINER_MODE=no
1859     fi;
1860     echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1861     echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1862    
1863    
1864     if test $USE_MAINTAINER_MODE = yes; then
1865     MAINTAINER_MODE_TRUE=
1866     MAINTAINER_MODE_FALSE='#'
1867     else
1868     MAINTAINER_MODE_TRUE='#'
1869     MAINTAINER_MODE_FALSE=
1870     fi
1871    
1872     MAINT=$MAINTAINER_MODE_TRUE
1873    
1874    
1875    
1876    
1877    
1878    
1879    
1880    
1881    
1882    
1883     test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1884    
1885     for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1886    
1887    
1888    
1889     MKINSTALLDIRS=
1890     if test -n "$ac_aux_dir"; then
1891     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1892     fi
1893     if test -z "$MKINSTALLDIRS"; then
1894     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1895     fi
1896    
1897    
1898    
1899    
1900    
1901     # Extract the first word of "msgfmt", so it can be a program name with args.
1902     set dummy msgfmt; ac_word=$2
1903     echo "$as_me:$LINENO: checking for $ac_word" >&5
1904     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1905     if test "${ac_cv_path_MSGFMT+set}" = set; then
1906     echo $ECHO_N "(cached) $ECHO_C" >&6
1907     else
1908     case "$MSGFMT" in
1909     /*)
1910     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1911     ;;
1912     *)
1913     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1914     for ac_dir in $PATH; do
1915     test -z "$ac_dir" && ac_dir=.
1916     if test -f $ac_dir/$ac_word; then
1917     if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1918     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1919     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1920     break
1921     fi
1922     fi
1923     done
1924     IFS="$ac_save_ifs"
1925     test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1926     ;;
1927     esac
1928     fi
1929     MSGFMT="$ac_cv_path_MSGFMT"
1930     if test "$MSGFMT" != ":"; then
1931     echo "$as_me:$LINENO: result: $MSGFMT" >&5
1932     echo "${ECHO_T}$MSGFMT" >&6
1933     else
1934     echo "$as_me:$LINENO: result: no" >&5
1935     echo "${ECHO_T}no" >&6
1936     fi
1937    
1938     # Extract the first word of "gmsgfmt", so it can be a program name with args.
1939     set dummy gmsgfmt; ac_word=$2
1940     echo "$as_me:$LINENO: checking for $ac_word" >&5
1941     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1942     if test "${ac_cv_path_GMSGFMT+set}" = set; then
1943     echo $ECHO_N "(cached) $ECHO_C" >&6
1944     else
1945     case $GMSGFMT in
1946     [\\/]* | ?:[\\/]*)
1947     ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1948     ;;
1949     *)
1950     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1951     for as_dir in $PATH
1952     do
1953     IFS=$as_save_IFS
1954     test -z "$as_dir" && as_dir=.
1955     for ac_exec_ext in '' $ac_executable_extensions; do
1956     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1957     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1958     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1959     break 2
1960     fi
1961     done
1962     done
1963    
1964     test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1965     ;;
1966     esac
1967     fi
1968     GMSGFMT=$ac_cv_path_GMSGFMT
1969    
1970     if test -n "$GMSGFMT"; then
1971     echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1972     echo "${ECHO_T}$GMSGFMT" >&6
1973     else
1974     echo "$as_me:$LINENO: result: no" >&5
1975     echo "${ECHO_T}no" >&6
1976     fi
1977    
1978    
1979     # Extract the first word of "xgettext", so it can be a program name with args.
1980     set dummy xgettext; ac_word=$2
1981     echo "$as_me:$LINENO: checking for $ac_word" >&5
1982     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1983     if test "${ac_cv_path_XGETTEXT+set}" = set; then
1984     echo $ECHO_N "(cached) $ECHO_C" >&6
1985     else
1986     case "$XGETTEXT" in
1987     /*)
1988     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1989     ;;
1990     *)
1991     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1992     for ac_dir in $PATH; do
1993     test -z "$ac_dir" && ac_dir=.
1994     if test -f $ac_dir/$ac_word; then
1995     if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1996     (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
1997     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
1998     break
1999     fi
2000     fi
2001     done
2002     IFS="$ac_save_ifs"
2003     test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2004     ;;
2005     esac
2006     fi
2007     XGETTEXT="$ac_cv_path_XGETTEXT"
2008     if test "$XGETTEXT" != ":"; then
2009     echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2010     echo "${ECHO_T}$XGETTEXT" >&6
2011     else
2012     echo "$as_me:$LINENO: result: no" >&5
2013     echo "${ECHO_T}no" >&6
2014     fi
2015    
2016     rm -f messages.po
2017    
2018     # Extract the first word of "msgmerge", so it can be a program name with args.
2019     set dummy msgmerge; ac_word=$2
2020     echo "$as_me:$LINENO: checking for $ac_word" >&5
2021     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2022     if test "${ac_cv_path_MSGMERGE+set}" = set; then
2023     echo $ECHO_N "(cached) $ECHO_C" >&6
2024     else
2025     case "$MSGMERGE" in
2026     /*)
2027     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2028     ;;
2029     *)
2030     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2031     for ac_dir in $PATH; do
2032     test -z "$ac_dir" && ac_dir=.
2033     if test -f $ac_dir/$ac_word; then
2034     if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2035     ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2036     break
2037     fi
2038     fi
2039     done
2040     IFS="$ac_save_ifs"
2041     test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2042     ;;
2043     esac
2044     fi
2045     MSGMERGE="$ac_cv_path_MSGMERGE"
2046     if test "$MSGMERGE" != ":"; then
2047     echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2048     echo "${ECHO_T}$MSGMERGE" >&6
2049     else
2050     echo "$as_me:$LINENO: result: no" >&5
2051     echo "${ECHO_T}no" >&6
2052     fi
2053    
2054    
2055     if test "$GMSGFMT" != ":"; then
2056     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2057     (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2058     : ;
2059     else
2060     GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2061     echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2062     echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2063     GMSGFMT=":"
2064     fi
2065     fi
2066    
2067     if test "$XGETTEXT" != ":"; then
2068     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2069     (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2070     : ;
2071     else
2072     echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2073     echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2074     XGETTEXT=":"
2075     fi
2076     rm -f messages.po
2077     fi
2078    
2079     ac_config_commands="$ac_config_commands default-1"
2080    
2081    
2082    
2083     if test "X$prefix" = "XNONE"; then
2084     acl_final_prefix="$ac_default_prefix"
2085     else
2086     acl_final_prefix="$prefix"
2087     fi
2088     if test "X$exec_prefix" = "XNONE"; then
2089     acl_final_exec_prefix='${prefix}'
2090     else
2091     acl_final_exec_prefix="$exec_prefix"
2092     fi
2093     acl_save_prefix="$prefix"
2094     prefix="$acl_final_prefix"
2095     eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2096     prefix="$acl_save_prefix"
2097    
2098     DEPDIR="${am__leading_dot}deps"
2099    
2100     ac_config_commands="$ac_config_commands depfiles"
2101    
2102    
2103     am_make=${MAKE-make}
2104     cat > confinc << 'END'
2105     am__doit:
2106     @echo done
2107     .PHONY: am__doit
2108     END
2109     # If we don't find an include directive, just comment out the code.
2110     echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2111     echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2112     am__include="#"
2113     am__quote=
2114     _am_result=none
2115     # First try GNU make style include.
2116     echo "include confinc" > confmf
2117     # We grep out `Entering directory' and `Leaving directory'
2118     # messages which can occur if `w' ends up in MAKEFLAGS.
2119     # In particular we don't look at `^make:' because GNU make might
2120     # be invoked under some other name (usually "gmake"), in which
2121     # case it prints its new name instead of `make'.
2122     if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2123     am__include=include
2124     am__quote=
2125     _am_result=GNU
2126     fi
2127     # Now try BSD make style include.
2128     if test "$am__include" = "#"; then
2129     echo '.include "confinc"' > confmf
2130     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2131     am__include=.include
2132     am__quote="\""
2133     _am_result=BSD
2134     fi
2135     fi
2136    
2137    
2138     echo "$as_me:$LINENO: result: $_am_result" >&5
2139     echo "${ECHO_T}$_am_result" >&6
2140     rm -f confinc confmf
2141    
2142     # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2143     if test "${enable_dependency_tracking+set}" = set; then
2144     enableval="$enable_dependency_tracking"
2145    
2146     fi;
2147     if test "x$enable_dependency_tracking" != xno; then
2148     am_depcomp="$ac_aux_dir/depcomp"
2149     AMDEPBACKSLASH='\'
2150     fi
2151    
2152    
2153     if test "x$enable_dependency_tracking" != xno; then
2154     AMDEP_TRUE=
2155     AMDEP_FALSE='#'
2156     else
2157     AMDEP_TRUE='#'
2158     AMDEP_FALSE=
2159     fi
2160    
2161    
2162    
2163     ac_ext=c
2164     ac_cpp='$CPP $CPPFLAGS'
2165     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2166     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2167     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2168     if test -n "$ac_tool_prefix"; then
2169     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2170     set dummy ${ac_tool_prefix}gcc; ac_word=$2
2171     echo "$as_me:$LINENO: checking for $ac_word" >&5
2172     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2173     if test "${ac_cv_prog_CC+set}" = set; then
2174     echo $ECHO_N "(cached) $ECHO_C" >&6
2175     else
2176     if test -n "$CC"; then
2177     ac_cv_prog_CC="$CC" # Let the user override the test.
2178     else
2179     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2180     for as_dir in $PATH
2181     do
2182     IFS=$as_save_IFS
2183     test -z "$as_dir" && as_dir=.
2184     for ac_exec_ext in '' $ac_executable_extensions; do
2185     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2186     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2187     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2188     break 2
2189     fi
2190     done
2191     done
2192    
2193     fi
2194     fi
2195     CC=$ac_cv_prog_CC
2196     if test -n "$CC"; then
2197     echo "$as_me:$LINENO: result: $CC" >&5
2198     echo "${ECHO_T}$CC" >&6
2199     else
2200     echo "$as_me:$LINENO: result: no" >&5
2201     echo "${ECHO_T}no" >&6
2202     fi
2203    
2204     fi
2205     if test -z "$ac_cv_prog_CC"; then
2206     ac_ct_CC=$CC
2207     # Extract the first word of "gcc", so it can be a program name with args.
2208     set dummy gcc; ac_word=$2
2209     echo "$as_me:$LINENO: checking for $ac_word" >&5
2210     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2211     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2212     echo $ECHO_N "(cached) $ECHO_C" >&6
2213     else
2214     if test -n "$ac_ct_CC"; then
2215     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2216     else
2217     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2218     for as_dir in $PATH
2219     do
2220     IFS=$as_save_IFS
2221     test -z "$as_dir" && as_dir=.
2222     for ac_exec_ext in '' $ac_executable_extensions; do
2223     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2224     ac_cv_prog_ac_ct_CC="gcc"
2225     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2226     break 2
2227     fi
2228     done
2229     done
2230    
2231     fi
2232     fi
2233     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2234     if test -n "$ac_ct_CC"; then
2235     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2236     echo "${ECHO_T}$ac_ct_CC" >&6
2237     else
2238     echo "$as_me:$LINENO: result: no" >&5
2239     echo "${ECHO_T}no" >&6
2240     fi
2241    
2242     CC=$ac_ct_CC
2243     else
2244     CC="$ac_cv_prog_CC"
2245     fi
2246    
2247     if test -z "$CC"; then
2248     if test -n "$ac_tool_prefix"; then
2249     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2250     set dummy ${ac_tool_prefix}cc; ac_word=$2
2251     echo "$as_me:$LINENO: checking for $ac_word" >&5
2252     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2253     if test "${ac_cv_prog_CC+set}" = set; then
2254     echo $ECHO_N "(cached) $ECHO_C" >&6
2255     else
2256     if test -n "$CC"; then
2257     ac_cv_prog_CC="$CC" # Let the user override the test.
2258     else
2259     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2260     for as_dir in $PATH
2261     do
2262     IFS=$as_save_IFS
2263     test -z "$as_dir" && as_dir=.
2264     for ac_exec_ext in '' $ac_executable_extensions; do
2265     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2266     ac_cv_prog_CC="${ac_tool_prefix}cc"
2267     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2268     break 2
2269     fi
2270     done
2271     done
2272    
2273     fi
2274     fi
2275     CC=$ac_cv_prog_CC
2276     if test -n "$CC"; then
2277     echo "$as_me:$LINENO: result: $CC" >&5
2278     echo "${ECHO_T}$CC" >&6
2279     else
2280     echo "$as_me:$LINENO: result: no" >&5
2281     echo "${ECHO_T}no" >&6
2282     fi
2283    
2284     fi
2285     if test -z "$ac_cv_prog_CC"; then
2286     ac_ct_CC=$CC
2287     # Extract the first word of "cc", so it can be a program name with args.
2288     set dummy cc; ac_word=$2
2289     echo "$as_me:$LINENO: checking for $ac_word" >&5
2290     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2291     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2292     echo $ECHO_N "(cached) $ECHO_C" >&6
2293     else
2294     if test -n "$ac_ct_CC"; then
2295     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2296     else
2297     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2298     for as_dir in $PATH
2299     do
2300     IFS=$as_save_IFS
2301     test -z "$as_dir" && as_dir=.
2302     for ac_exec_ext in '' $ac_executable_extensions; do
2303     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2304     ac_cv_prog_ac_ct_CC="cc"
2305     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2306     break 2
2307     fi
2308     done
2309     done
2310    
2311     fi
2312     fi
2313     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2314     if test -n "$ac_ct_CC"; then
2315     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2316     echo "${ECHO_T}$ac_ct_CC" >&6
2317     else
2318     echo "$as_me:$LINENO: result: no" >&5
2319     echo "${ECHO_T}no" >&6
2320     fi
2321    
2322     CC=$ac_ct_CC
2323     else
2324     CC="$ac_cv_prog_CC"
2325     fi
2326    
2327     fi
2328     if test -z "$CC"; then
2329     # Extract the first word of "cc", so it can be a program name with args.
2330     set dummy cc; ac_word=$2
2331     echo "$as_me:$LINENO: checking for $ac_word" >&5
2332     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2333     if test "${ac_cv_prog_CC+set}" = set; then
2334     echo $ECHO_N "(cached) $ECHO_C" >&6
2335     else
2336     if test -n "$CC"; then
2337     ac_cv_prog_CC="$CC" # Let the user override the test.
2338     else
2339     ac_prog_rejected=no
2340     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2341     for as_dir in $PATH
2342     do
2343     IFS=$as_save_IFS
2344     test -z "$as_dir" && as_dir=.
2345     for ac_exec_ext in '' $ac_executable_extensions; do
2346     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2347     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2348     ac_prog_rejected=yes
2349     continue
2350     fi
2351     ac_cv_prog_CC="cc"
2352     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353     break 2
2354     fi
2355     done
2356     done
2357    
2358     if test $ac_prog_rejected = yes; then
2359     # We found a bogon in the path, so make sure we never use it.
2360     set dummy $ac_cv_prog_CC
2361     shift
2362     if test $# != 0; then
2363     # We chose a different compiler from the bogus one.
2364     # However, it has the same basename, so the bogon will be chosen
2365     # first if we set CC to just the basename; use the full file name.
2366     shift
2367     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2368     fi
2369     fi
2370     fi
2371     fi
2372     CC=$ac_cv_prog_CC
2373     if test -n "$CC"; then
2374     echo "$as_me:$LINENO: result: $CC" >&5
2375     echo "${ECHO_T}$CC" >&6
2376     else
2377     echo "$as_me:$LINENO: result: no" >&5
2378     echo "${ECHO_T}no" >&6
2379     fi
2380    
2381     fi
2382     if test -z "$CC"; then
2383     if test -n "$ac_tool_prefix"; then
2384     for ac_prog in cl
2385     do
2386     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2387     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2388     echo "$as_me:$LINENO: checking for $ac_word" >&5
2389     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2390     if test "${ac_cv_prog_CC+set}" = set; then
2391     echo $ECHO_N "(cached) $ECHO_C" >&6
2392     else
2393     if test -n "$CC"; then
2394     ac_cv_prog_CC="$CC" # Let the user override the test.
2395     else
2396     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2397     for as_dir in $PATH
2398     do
2399     IFS=$as_save_IFS
2400     test -z "$as_dir" && as_dir=.
2401     for ac_exec_ext in '' $ac_executable_extensions; do
2402     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2403     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2404     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2405     break 2
2406     fi
2407     done
2408     done
2409    
2410     fi
2411     fi
2412     CC=$ac_cv_prog_CC
2413     if test -n "$CC"; then
2414     echo "$as_me:$LINENO: result: $CC" >&5
2415     echo "${ECHO_T}$CC" >&6
2416     else
2417     echo "$as_me:$LINENO: result: no" >&5
2418     echo "${ECHO_T}no" >&6
2419     fi
2420    
2421     test -n "$CC" && break
2422     done
2423     fi
2424     if test -z "$CC"; then
2425     ac_ct_CC=$CC
2426     for ac_prog in cl
2427     do
2428     # Extract the first word of "$ac_prog", so it can be a program name with args.
2429     set dummy $ac_prog; ac_word=$2
2430     echo "$as_me:$LINENO: checking for $ac_word" >&5
2431     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2432     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2433     echo $ECHO_N "(cached) $ECHO_C" >&6
2434     else
2435     if test -n "$ac_ct_CC"; then
2436     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2437     else
2438     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2439     for as_dir in $PATH
2440     do
2441     IFS=$as_save_IFS
2442     test -z "$as_dir" && as_dir=.
2443     for ac_exec_ext in '' $ac_executable_extensions; do
2444     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2445     ac_cv_prog_ac_ct_CC="$ac_prog"
2446     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2447     break 2
2448     fi
2449     done
2450     done
2451    
2452     fi
2453     fi
2454     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2455     if test -n "$ac_ct_CC"; then
2456     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2457     echo "${ECHO_T}$ac_ct_CC" >&6
2458     else
2459     echo "$as_me:$LINENO: result: no" >&5
2460     echo "${ECHO_T}no" >&6
2461     fi
2462    
2463     test -n "$ac_ct_CC" && break
2464     done
2465    
2466     CC=$ac_ct_CC
2467     fi
2468    
2469     fi
2470    
2471    
2472     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2473     See \`config.log' for more details." >&5
2474     echo "$as_me: error: no acceptable C compiler found in \$PATH
2475     See \`config.log' for more details." >&2;}
2476     { (exit 1); exit 1; }; }
2477    
2478     # Provide some information about the compiler.
2479     echo "$as_me:$LINENO:" \
2480     "checking for C compiler version" >&5
2481     ac_compiler=`set X $ac_compile; echo $2`
2482     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2483     (eval $ac_compiler --version </dev/null >&5) 2>&5
2484     ac_status=$?
2485     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2486     (exit $ac_status); }
2487     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2488     (eval $ac_compiler -v </dev/null >&5) 2>&5
2489     ac_status=$?
2490     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2491     (exit $ac_status); }
2492     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2493     (eval $ac_compiler -V </dev/null >&5) 2>&5
2494     ac_status=$?
2495     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496     (exit $ac_status); }
2497    
2498     cat >conftest.$ac_ext <<_ACEOF
2499     /* confdefs.h. */
2500     _ACEOF
2501     cat confdefs.h >>conftest.$ac_ext
2502     cat >>conftest.$ac_ext <<_ACEOF
2503     /* end confdefs.h. */
2504    
2505     int
2506     main ()
2507     {
2508    
2509     ;
2510     return 0;
2511     }
2512     _ACEOF
2513     ac_clean_files_save=$ac_clean_files
2514     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2515     # Try to create an executable without -o first, disregard a.out.
2516     # It will help us diagnose broken compilers, and finding out an intuition
2517     # of exeext.
2518 pcg 1.11 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2519     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2520 pcg 1.1 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2521     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2522     (eval $ac_link_default) 2>&5
2523     ac_status=$?
2524     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2525     (exit $ac_status); }; then
2526     # Find the output, starting from the most likely. This scheme is
2527     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2528     # resort.
2529    
2530     # Be careful to initialize this variable, since it used to be cached.
2531     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2532     ac_cv_exeext=
2533     # b.out is created by i960 compilers.
2534     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2535     do
2536     test -f "$ac_file" || continue
2537     case $ac_file in
2538     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2539 pcg 1.11 ;;
2540 pcg 1.1 conftest.$ac_ext )
2541 pcg 1.11 # This is the source file.
2542     ;;
2543 pcg 1.1 [ab].out )
2544 pcg 1.11 # We found the default executable, but exeext='' is most
2545     # certainly right.
2546     break;;
2547 pcg 1.1 *.* )
2548 pcg 1.11 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2549     # FIXME: I believe we export ac_cv_exeext for Libtool,
2550     # but it would be cool to find out if it's true. Does anybody
2551     # maintain Libtool? --akim.
2552     export ac_cv_exeext
2553     break;;
2554 pcg 1.1 * )
2555 pcg 1.11 break;;
2556 pcg 1.1 esac
2557     done
2558     else
2559     echo "$as_me: failed program was:" >&5
2560     sed 's/^/| /' conftest.$ac_ext >&5
2561    
2562     { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2563     See \`config.log' for more details." >&5
2564     echo "$as_me: error: C compiler cannot create executables
2565     See \`config.log' for more details." >&2;}
2566     { (exit 77); exit 77; }; }
2567     fi
2568    
2569     ac_exeext=$ac_cv_exeext
2570     echo "$as_me:$LINENO: result: $ac_file" >&5
2571     echo "${ECHO_T}$ac_file" >&6
2572    
2573     # Check the compiler produces executables we can run. If not, either
2574     # the compiler is broken, or we cross compile.
2575     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2576     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2577     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2578     # If not cross compiling, check that we can run a simple program.
2579     if test "$cross_compiling" != yes; then
2580     if { ac_try='./$ac_file'
2581     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2582     (eval $ac_try) 2>&5
2583     ac_status=$?
2584     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585     (exit $ac_status); }; }; then
2586     cross_compiling=no
2587     else
2588     if test "$cross_compiling" = maybe; then
2589     cross_compiling=yes
2590     else
2591     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2592     If you meant to cross compile, use \`--host'.
2593     See \`config.log' for more details." >&5
2594     echo "$as_me: error: cannot run C compiled programs.
2595     If you meant to cross compile, use \`--host'.
2596     See \`config.log' for more details." >&2;}
2597     { (exit 1); exit 1; }; }
2598     fi
2599     fi
2600     fi
2601     echo "$as_me:$LINENO: result: yes" >&5
2602     echo "${ECHO_T}yes" >&6
2603    
2604     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2605     ac_clean_files=$ac_clean_files_save
2606     # Check the compiler produces executables we can run. If not, either
2607     # the compiler is broken, or we cross compile.
2608     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2609     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2610     echo "$as_me:$LINENO: result: $cross_compiling" >&5
2611     echo "${ECHO_T}$cross_compiling" >&6
2612    
2613     echo "$as_me:$LINENO: checking for suffix of executables" >&5
2614     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2615     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2616     (eval $ac_link) 2>&5
2617     ac_status=$?
2618     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2619     (exit $ac_status); }; then
2620     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2621     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2622     # work properly (i.e., refer to `conftest.exe'), while it won't with
2623     # `rm'.
2624     for ac_file in conftest.exe conftest conftest.*; do
2625     test -f "$ac_file" || continue
2626     case $ac_file in
2627     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2628     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2629 pcg 1.11 export ac_cv_exeext
2630     break;;
2631 pcg 1.1 * ) break;;
2632     esac
2633     done
2634     else
2635     { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2636     See \`config.log' for more details." >&5
2637     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2638     See \`config.log' for more details." >&2;}
2639     { (exit 1); exit 1; }; }
2640     fi
2641    
2642     rm -f conftest$ac_cv_exeext
2643     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2644     echo "${ECHO_T}$ac_cv_exeext" >&6
2645    
2646     rm -f conftest.$ac_ext
2647     EXEEXT=$ac_cv_exeext
2648     ac_exeext=$EXEEXT
2649     echo "$as_me:$LINENO: checking for suffix of object files" >&5
2650     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2651     if test "${ac_cv_objext+set}" = set; then
2652     echo $ECHO_N "(cached) $ECHO_C" >&6
2653     else
2654     cat >conftest.$ac_ext <<_ACEOF
2655     /* confdefs.h. */
2656     _ACEOF
2657     cat confdefs.h >>conftest.$ac_ext
2658     cat >>conftest.$ac_ext <<_ACEOF
2659     /* end confdefs.h. */
2660    
2661     int
2662     main ()
2663     {
2664    
2665     ;
2666     return 0;
2667     }
2668     _ACEOF
2669     rm -f conftest.o conftest.obj
2670     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2671     (eval $ac_compile) 2>&5
2672     ac_status=$?
2673     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2674     (exit $ac_status); }; then
2675     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2676     case $ac_file in
2677     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2678     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2679     break;;
2680     esac
2681     done
2682     else
2683     echo "$as_me: failed program was:" >&5
2684     sed 's/^/| /' conftest.$ac_ext >&5
2685    
2686     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2687     See \`config.log' for more details." >&5
2688     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2689     See \`config.log' for more details." >&2;}
2690     { (exit 1); exit 1; }; }
2691     fi
2692    
2693     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2694     fi
2695     echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2696     echo "${ECHO_T}$ac_cv_objext" >&6
2697     OBJEXT=$ac_cv_objext
2698     ac_objext=$OBJEXT
2699     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2700     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2701     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2702     echo $ECHO_N "(cached) $ECHO_C" >&6
2703     else
2704     cat >conftest.$ac_ext <<_ACEOF
2705     /* confdefs.h. */
2706     _ACEOF
2707     cat confdefs.h >>conftest.$ac_ext
2708     cat >>conftest.$ac_ext <<_ACEOF
2709     /* end confdefs.h. */
2710    
2711     int
2712     main ()
2713     {
2714     #ifndef __GNUC__
2715     choke me
2716     #endif
2717    
2718     ;
2719     return 0;
2720     }
2721     _ACEOF
2722     rm -f conftest.$ac_objext
2723     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2724 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2725 pcg 1.1 ac_status=$?
2726 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2727     rm -f conftest.er1
2728     cat conftest.err >&5
2729 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730     (exit $ac_status); } &&
2731 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2732     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2733     (eval $ac_try) 2>&5
2734     ac_status=$?
2735     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736     (exit $ac_status); }; } &&
2737     { ac_try='test -s conftest.$ac_objext'
2738 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2739     (eval $ac_try) 2>&5
2740     ac_status=$?
2741     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742     (exit $ac_status); }; }; then
2743     ac_compiler_gnu=yes
2744     else
2745     echo "$as_me: failed program was:" >&5
2746     sed 's/^/| /' conftest.$ac_ext >&5
2747    
2748     ac_compiler_gnu=no
2749     fi
2750 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2751 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2752    
2753     fi
2754     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2755     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2756     GCC=`test $ac_compiler_gnu = yes && echo yes`
2757     ac_test_CFLAGS=${CFLAGS+set}
2758     ac_save_CFLAGS=$CFLAGS
2759     CFLAGS="-g"
2760     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2761     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2762     if test "${ac_cv_prog_cc_g+set}" = set; then
2763     echo $ECHO_N "(cached) $ECHO_C" >&6
2764     else
2765     cat >conftest.$ac_ext <<_ACEOF
2766     /* confdefs.h. */
2767     _ACEOF
2768     cat confdefs.h >>conftest.$ac_ext
2769     cat >>conftest.$ac_ext <<_ACEOF
2770     /* end confdefs.h. */
2771    
2772     int
2773     main ()
2774     {
2775    
2776     ;
2777     return 0;
2778     }
2779     _ACEOF
2780     rm -f conftest.$ac_objext
2781     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2782 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2783 pcg 1.1 ac_status=$?
2784 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2785     rm -f conftest.er1
2786     cat conftest.err >&5
2787 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788     (exit $ac_status); } &&
2789 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2790     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2791     (eval $ac_try) 2>&5
2792     ac_status=$?
2793     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794     (exit $ac_status); }; } &&
2795     { ac_try='test -s conftest.$ac_objext'
2796 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2797     (eval $ac_try) 2>&5
2798     ac_status=$?
2799     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2800     (exit $ac_status); }; }; then
2801     ac_cv_prog_cc_g=yes
2802     else
2803     echo "$as_me: failed program was:" >&5
2804     sed 's/^/| /' conftest.$ac_ext >&5
2805    
2806     ac_cv_prog_cc_g=no
2807     fi
2808 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2809 pcg 1.1 fi
2810     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2811     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2812     if test "$ac_test_CFLAGS" = set; then
2813     CFLAGS=$ac_save_CFLAGS
2814     elif test $ac_cv_prog_cc_g = yes; then
2815     if test "$GCC" = yes; then
2816     CFLAGS="-g -O2"
2817     else
2818     CFLAGS="-g"
2819     fi
2820     else
2821     if test "$GCC" = yes; then
2822     CFLAGS="-O2"
2823     else
2824     CFLAGS=
2825     fi
2826     fi
2827     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2828     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2829     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2830     echo $ECHO_N "(cached) $ECHO_C" >&6
2831     else
2832     ac_cv_prog_cc_stdc=no
2833     ac_save_CC=$CC
2834     cat >conftest.$ac_ext <<_ACEOF
2835     /* confdefs.h. */
2836     _ACEOF
2837     cat confdefs.h >>conftest.$ac_ext
2838     cat >>conftest.$ac_ext <<_ACEOF
2839     /* end confdefs.h. */
2840     #include <stdarg.h>
2841     #include <stdio.h>
2842     #include <sys/types.h>
2843     #include <sys/stat.h>
2844     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2845     struct buf { int x; };
2846     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2847     static char *e (p, i)
2848     char **p;
2849     int i;
2850     {
2851     return p[i];
2852     }
2853     static char *f (char * (*g) (char **, int), char **p, ...)
2854     {
2855     char *s;
2856     va_list v;
2857     va_start (v,p);
2858     s = g (p, va_arg (v,int));
2859     va_end (v);
2860     return s;
2861     }
2862 pcg 1.11
2863     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2864     function prototypes and stuff, but not '\xHH' hex character constants.
2865     These don't provoke an error unfortunately, instead are silently treated
2866     as 'x'. The following induces an error, until -std1 is added to get
2867     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2868     array size at least. It's necessary to write '\x00'==0 to get something
2869     that's true only with -std1. */
2870     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2871    
2872 pcg 1.1 int test (int i, double x);
2873     struct s1 {int (*f) (int a);};
2874     struct s2 {int (*f) (double a);};
2875     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2876     int argc;
2877     char **argv;
2878     int
2879     main ()
2880     {
2881     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2882     ;
2883     return 0;
2884     }
2885     _ACEOF
2886     # Don't try gcc -ansi; that turns off useful extensions and
2887     # breaks some systems' header files.
2888     # AIX -qlanglvl=ansi
2889     # Ultrix and OSF/1 -std1
2890     # HP-UX 10.20 and later -Ae
2891     # HP-UX older versions -Aa -D_HPUX_SOURCE
2892     # SVR4 -Xc -D__EXTENSIONS__
2893     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2894     do
2895     CC="$ac_save_CC $ac_arg"
2896     rm -f conftest.$ac_objext
2897     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2898 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2899 pcg 1.1 ac_status=$?
2900 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2901     rm -f conftest.er1
2902     cat conftest.err >&5
2903 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2904     (exit $ac_status); } &&
2905 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2906     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2907     (eval $ac_try) 2>&5
2908     ac_status=$?
2909     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2910     (exit $ac_status); }; } &&
2911     { ac_try='test -s conftest.$ac_objext'
2912 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2913     (eval $ac_try) 2>&5
2914     ac_status=$?
2915     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2916     (exit $ac_status); }; }; then
2917     ac_cv_prog_cc_stdc=$ac_arg
2918     break
2919     else
2920     echo "$as_me: failed program was:" >&5
2921     sed 's/^/| /' conftest.$ac_ext >&5
2922    
2923     fi
2924 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2925 pcg 1.1 done
2926     rm -f conftest.$ac_ext conftest.$ac_objext
2927     CC=$ac_save_CC
2928    
2929     fi
2930    
2931     case "x$ac_cv_prog_cc_stdc" in
2932     x|xno)
2933     echo "$as_me:$LINENO: result: none needed" >&5
2934     echo "${ECHO_T}none needed" >&6 ;;
2935     *)
2936     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2937     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2938     CC="$CC $ac_cv_prog_cc_stdc" ;;
2939     esac
2940    
2941     # Some people use a C++ compiler to compile C. Since we use `exit',
2942     # in C++ we need to declare it. In case someone uses the same compiler
2943     # for both compiling C and C++ we need to have the C++ compiler decide
2944     # the declaration of exit, since it's the most demanding environment.
2945     cat >conftest.$ac_ext <<_ACEOF
2946     #ifndef __cplusplus
2947     choke me
2948     #endif
2949     _ACEOF
2950     rm -f conftest.$ac_objext
2951     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2952 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2953 pcg 1.1 ac_status=$?
2954 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2955     rm -f conftest.er1
2956     cat conftest.err >&5
2957 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2958     (exit $ac_status); } &&
2959 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2960     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2961     (eval $ac_try) 2>&5
2962     ac_status=$?
2963     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2964     (exit $ac_status); }; } &&
2965     { ac_try='test -s conftest.$ac_objext'
2966 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2967     (eval $ac_try) 2>&5
2968     ac_status=$?
2969     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2970     (exit $ac_status); }; }; then
2971     for ac_declaration in \
2972     '' \
2973     'extern "C" void std::exit (int) throw (); using std::exit;' \
2974     'extern "C" void std::exit (int); using std::exit;' \
2975     'extern "C" void exit (int) throw ();' \
2976     'extern "C" void exit (int);' \
2977     'void exit (int);'
2978     do
2979     cat >conftest.$ac_ext <<_ACEOF
2980     /* confdefs.h. */
2981     _ACEOF
2982     cat confdefs.h >>conftest.$ac_ext
2983     cat >>conftest.$ac_ext <<_ACEOF
2984     /* end confdefs.h. */
2985     $ac_declaration
2986     #include <stdlib.h>
2987     int
2988     main ()
2989     {
2990     exit (42);
2991     ;
2992     return 0;
2993     }
2994     _ACEOF
2995     rm -f conftest.$ac_objext
2996     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2997 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2998 pcg 1.1 ac_status=$?
2999 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3000     rm -f conftest.er1
3001     cat conftest.err >&5
3002 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3003     (exit $ac_status); } &&
3004 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3005     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3006     (eval $ac_try) 2>&5
3007     ac_status=$?
3008     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009     (exit $ac_status); }; } &&
3010     { ac_try='test -s conftest.$ac_objext'
3011 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3012     (eval $ac_try) 2>&5
3013     ac_status=$?
3014     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3015     (exit $ac_status); }; }; then
3016     :
3017     else
3018     echo "$as_me: failed program was:" >&5
3019     sed 's/^/| /' conftest.$ac_ext >&5
3020    
3021     continue
3022     fi
3023 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3024 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
3025     /* confdefs.h. */
3026     _ACEOF
3027     cat confdefs.h >>conftest.$ac_ext
3028     cat >>conftest.$ac_ext <<_ACEOF
3029     /* end confdefs.h. */
3030     $ac_declaration
3031     int
3032     main ()
3033     {
3034     exit (42);
3035     ;
3036     return 0;
3037     }
3038     _ACEOF
3039     rm -f conftest.$ac_objext
3040     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3041 pcg 1.11 (eval $ac_compile) 2>conftest.er1
3042 pcg 1.1 ac_status=$?
3043 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3044     rm -f conftest.er1
3045     cat conftest.err >&5
3046 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047     (exit $ac_status); } &&
3048 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3049     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3050     (eval $ac_try) 2>&5
3051     ac_status=$?
3052     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3053     (exit $ac_status); }; } &&
3054     { ac_try='test -s conftest.$ac_objext'
3055 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3056     (eval $ac_try) 2>&5
3057     ac_status=$?
3058     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3059     (exit $ac_status); }; }; then
3060     break
3061     else
3062     echo "$as_me: failed program was:" >&5
3063     sed 's/^/| /' conftest.$ac_ext >&5
3064    
3065     fi
3066 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3067 pcg 1.1 done
3068     rm -f conftest*
3069     if test -n "$ac_declaration"; then
3070     echo '#ifdef __cplusplus' >>confdefs.h
3071     echo $ac_declaration >>confdefs.h
3072     echo '#endif' >>confdefs.h
3073     fi
3074    
3075     else
3076     echo "$as_me: failed program was:" >&5
3077     sed 's/^/| /' conftest.$ac_ext >&5
3078    
3079     fi
3080 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3081 pcg 1.1 ac_ext=c
3082     ac_cpp='$CPP $CPPFLAGS'
3083     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3084     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3085     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3086    
3087     depcc="$CC" am_compiler_list=
3088    
3089     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3090     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3091     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3092     echo $ECHO_N "(cached) $ECHO_C" >&6
3093     else
3094     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3095     # We make a subdir and do the tests there. Otherwise we can end up
3096     # making bogus files that we don't know about and never remove. For
3097     # instance it was reported that on HP-UX the gcc test will end up
3098     # making a dummy file named `D' -- because `-MD' means `put the output
3099     # in D'.
3100     mkdir conftest.dir
3101     # Copy depcomp to subdir because otherwise we won't find it if we're
3102     # using a relative directory.
3103     cp "$am_depcomp" conftest.dir
3104     cd conftest.dir
3105     # We will build objects and dependencies in a subdirectory because
3106     # it helps to detect inapplicable dependency modes. For instance
3107     # both Tru64's cc and ICC support -MD to output dependencies as a
3108     # side effect of compilation, but ICC will put the dependencies in
3109     # the current directory while Tru64 will put them in the object
3110     # directory.
3111     mkdir sub
3112    
3113     am_cv_CC_dependencies_compiler_type=none
3114     if test "$am_compiler_list" = ""; then
3115     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3116     fi
3117     for depmode in $am_compiler_list; do
3118     # Setup a source with many dependencies, because some compilers
3119     # like to wrap large dependency lists on column 80 (with \), and
3120     # we should not choose a depcomp mode which is confused by this.
3121     #
3122     # We need to recreate these files for each test, as the compiler may
3123     # overwrite some of them when testing with obscure command lines.
3124     # This happens at least with the AIX C compiler.
3125     : > sub/conftest.c
3126     for i in 1 2 3 4 5 6; do
3127     echo '#include "conftst'$i'.h"' >> sub/conftest.c
3128     : > sub/conftst$i.h
3129     done
3130     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3131    
3132     case $depmode in
3133     nosideeffect)
3134     # after this tag, mechanisms are not by side-effect, so they'll
3135     # only be used when explicitly requested
3136     if test "x$enable_dependency_tracking" = xyes; then
3137     continue
3138     else
3139     break
3140     fi
3141     ;;
3142     none) break ;;
3143     esac
3144     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3145     # mode. It turns out that the SunPro C++ compiler does not properly
3146     # handle `-M -o', and we need to detect this.
3147     if depmode=$depmode \
3148     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3149     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3150     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3151     >/dev/null 2>conftest.err &&
3152     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3153     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3154     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3155     # icc doesn't choke on unknown options, it will just issue warnings
3156     # (even with -Werror). So we grep stderr for any message
3157     # that says an option was ignored.
3158     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3159     am_cv_CC_dependencies_compiler_type=$depmode
3160     break
3161     fi
3162     fi
3163     done
3164    
3165     cd ..
3166     rm -rf conftest.dir
3167     else
3168     am_cv_CC_dependencies_compiler_type=none
3169     fi
3170    
3171     fi
3172     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3173     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3174     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3175    
3176    
3177    
3178     if
3179     test "x$enable_dependency_tracking" != xno \
3180     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3181     am__fastdepCC_TRUE=
3182     am__fastdepCC_FALSE='#'
3183     else
3184     am__fastdepCC_TRUE='#'
3185     am__fastdepCC_FALSE=
3186     fi
3187    
3188    
3189    
3190     # Check whether --with-gnu-ld or --without-gnu-ld was given.
3191     if test "${with_gnu_ld+set}" = set; then
3192     withval="$with_gnu_ld"
3193     test "$withval" = no || with_gnu_ld=yes
3194     else
3195     with_gnu_ld=no
3196     fi;
3197     ac_prog=ld
3198     if test "$GCC" = yes; then
3199     # Check if gcc -print-prog-name=ld gives a path.
3200     echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3201     echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3202     case $host in
3203     *-*-mingw*)
3204     # gcc leaves a trailing carriage return which upsets mingw
3205     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3206     *)
3207     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3208     esac
3209     case $ac_prog in
3210     # Accept absolute paths.
3211     [\\/]* | [A-Za-z]:[\\/]*)
3212     re_direlt='/[^/][^/]*/\.\./'
3213     # Canonicalize the path of ld
3214     ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3215     while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3216     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3217     done
3218     test -z "$LD" && LD="$ac_prog"
3219     ;;
3220     "")
3221     # If it fails, then pretend we aren't using GCC.
3222     ac_prog=ld
3223     ;;
3224     *)
3225     # If it is relative, then search for the first ld in PATH.
3226     with_gnu_ld=unknown
3227     ;;
3228     esac
3229     elif test "$with_gnu_ld" = yes; then
3230     echo "$as_me:$LINENO: checking for GNU ld" >&5
3231     echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3232     else
3233     echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3234     echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3235     fi
3236     if test "${acl_cv_path_LD+set}" = set; then
3237     echo $ECHO_N "(cached) $ECHO_C" >&6
3238     else
3239     if test -z "$LD"; then
3240     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3241     for ac_dir in $PATH; do
3242     test -z "$ac_dir" && ac_dir=.
3243     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3244     acl_cv_path_LD="$ac_dir/$ac_prog"
3245     # Check to see if the program is GNU ld. I'd rather use --version,
3246     # but apparently some GNU ld's only accept -v.
3247     # Break only if it was the GNU/non-GNU ld that we prefer.
3248     if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3249     test "$with_gnu_ld" != no && break
3250     else
3251     test "$with_gnu_ld" != yes && break
3252     fi
3253     fi
3254     done
3255     IFS="$ac_save_ifs"
3256     else
3257     acl_cv_path_LD="$LD" # Let the user override the test with a path.
3258     fi
3259     fi
3260    
3261     LD="$acl_cv_path_LD"
3262     if test -n "$LD"; then
3263     echo "$as_me:$LINENO: result: $LD" >&5
3264     echo "${ECHO_T}$LD" >&6
3265     else
3266     echo "$as_me:$LINENO: result: no" >&5
3267     echo "${ECHO_T}no" >&6
3268     fi
3269     test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3270     echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3271     { (exit 1); exit 1; }; }
3272     echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3273     echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3274     if test "${acl_cv_prog_gnu_ld+set}" = set; then
3275     echo $ECHO_N "(cached) $ECHO_C" >&6
3276     else
3277     # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3278     if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3279     acl_cv_prog_gnu_ld=yes
3280     else
3281     acl_cv_prog_gnu_ld=no
3282     fi
3283     fi
3284     echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3285     echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3286     with_gnu_ld=$acl_cv_prog_gnu_ld
3287    
3288    
3289    
3290     echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3291     echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3292     if test "${acl_cv_rpath+set}" = set; then
3293     echo $ECHO_N "(cached) $ECHO_C" >&6
3294     else
3295    
3296     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3297     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3298     . ./conftest.sh
3299     rm -f ./conftest.sh
3300     acl_cv_rpath=done
3301    
3302     fi
3303     echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3304     echo "${ECHO_T}$acl_cv_rpath" >&6
3305     wl="$acl_cv_wl"
3306     libext="$acl_cv_libext"
3307     shlibext="$acl_cv_shlibext"
3308     hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3309     hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3310     hardcode_direct="$acl_cv_hardcode_direct"
3311     hardcode_minus_L="$acl_cv_hardcode_minus_L"
3312     sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3313     sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3314     # Check whether --enable-rpath or --disable-rpath was given.
3315     if test "${enable_rpath+set}" = set; then
3316     enableval="$enable_rpath"
3317     :
3318     else
3319     enable_rpath=yes
3320     fi;
3321    
3322    
3323    
3324    
3325    
3326    
3327    
3328     use_additional=yes
3329    
3330     acl_save_prefix="$prefix"
3331     prefix="$acl_final_prefix"
3332     acl_save_exec_prefix="$exec_prefix"
3333     exec_prefix="$acl_final_exec_prefix"
3334    
3335     eval additional_includedir=\"$includedir\"
3336     eval additional_libdir=\"$libdir\"
3337    
3338     exec_prefix="$acl_save_exec_prefix"
3339     prefix="$acl_save_prefix"
3340    
3341    
3342     # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3343     if test "${with_libiconv_prefix+set}" = set; then
3344     withval="$with_libiconv_prefix"
3345    
3346     if test "X$withval" = "Xno"; then
3347     use_additional=no
3348     else
3349     if test "X$withval" = "X"; then
3350    
3351     acl_save_prefix="$prefix"
3352     prefix="$acl_final_prefix"
3353     acl_save_exec_prefix="$exec_prefix"
3354     exec_prefix="$acl_final_exec_prefix"
3355    
3356     eval additional_includedir=\"$includedir\"
3357     eval additional_libdir=\"$libdir\"
3358    
3359     exec_prefix="$acl_save_exec_prefix"
3360     prefix="$acl_save_prefix"
3361    
3362     else
3363     additional_includedir="$withval/include"
3364     additional_libdir="$withval/lib"
3365     fi
3366     fi
3367    
3368     fi;
3369     LIBICONV=
3370     LTLIBICONV=
3371     INCICONV=
3372     rpathdirs=
3373     ltrpathdirs=
3374     names_already_handled=
3375     names_next_round='iconv '
3376     while test -n "$names_next_round"; do
3377     names_this_round="$names_next_round"
3378     names_next_round=
3379     for name in $names_this_round; do
3380     already_handled=
3381     for n in $names_already_handled; do
3382     if test "$n" = "$name"; then
3383     already_handled=yes
3384     break
3385     fi
3386     done
3387     if test -z "$already_handled"; then
3388     names_already_handled="$names_already_handled $name"
3389     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3390     eval value=\"\$HAVE_LIB$uppername\"
3391     if test -n "$value"; then
3392     if test "$value" = yes; then
3393     eval value=\"\$LIB$uppername\"
3394     test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3395     eval value=\"\$LTLIB$uppername\"
3396     test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3397     else
3398     :
3399     fi
3400     else
3401     found_dir=
3402     found_la=
3403     found_so=
3404     found_a=
3405     if test $use_additional = yes; then
3406     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3407     found_dir="$additional_libdir"
3408     found_so="$additional_libdir/lib$name.$shlibext"
3409     if test -f "$additional_libdir/lib$name.la"; then
3410     found_la="$additional_libdir/lib$name.la"
3411     fi
3412     else
3413     if test -f "$additional_libdir/lib$name.$libext"; then
3414     found_dir="$additional_libdir"
3415     found_a="$additional_libdir/lib$name.$libext"
3416     if test -f "$additional_libdir/lib$name.la"; then
3417     found_la="$additional_libdir/lib$name.la"
3418     fi
3419     fi
3420     fi
3421     fi
3422     if test "X$found_dir" = "X"; then
3423     for x in $LDFLAGS $LTLIBICONV; do
3424    
3425     acl_save_prefix="$prefix"
3426     prefix="$acl_final_prefix"
3427     acl_save_exec_prefix="$exec_prefix"
3428     exec_prefix="$acl_final_exec_prefix"
3429     eval x=\"$x\"
3430     exec_prefix="$acl_save_exec_prefix"
3431     prefix="$acl_save_prefix"
3432    
3433     case "$x" in
3434     -L*)
3435     dir=`echo "X$x" | sed -e 's/^X-L//'`
3436     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3437     found_dir="$dir"
3438     found_so="$dir/lib$name.$shlibext"
3439     if test -f "$dir/lib$name.la"; then
3440     found_la="$dir/lib$name.la"
3441     fi
3442     else
3443     if test -f "$dir/lib$name.$libext"; then
3444     found_dir="$dir"
3445     found_a="$dir/lib$name.$libext"
3446     if test -f "$dir/lib$name.la"; then
3447     found_la="$dir/lib$name.la"
3448     fi
3449     fi
3450     fi
3451     ;;
3452     esac
3453     if test "X$found_dir" != "X"; then
3454     break
3455     fi
3456     done
3457     fi
3458     if test "X$found_dir" != "X"; then
3459     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3460     if test "X$found_so" != "X"; then
3461     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3462     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3463     else
3464     haveit=
3465     for x in $ltrpathdirs; do
3466     if test "X$x" = "X$found_dir"; then
3467     haveit=yes
3468     break
3469     fi
3470     done
3471     if test -z "$haveit"; then
3472     ltrpathdirs="$ltrpathdirs $found_dir"
3473     fi
3474     if test "$hardcode_direct" = yes; then
3475     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3476     else
3477     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3478     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3479     haveit=
3480     for x in $rpathdirs; do
3481     if test "X$x" = "X$found_dir"; then
3482     haveit=yes
3483     break
3484     fi
3485     done
3486     if test -z "$haveit"; then
3487     rpathdirs="$rpathdirs $found_dir"
3488     fi
3489     else
3490     haveit=
3491     for x in $LDFLAGS $LIBICONV; do
3492    
3493     acl_save_prefix="$prefix"
3494     prefix="$acl_final_prefix"
3495     acl_save_exec_prefix="$exec_prefix"
3496     exec_prefix="$acl_final_exec_prefix"
3497     eval x=\"$x\"
3498     exec_prefix="$acl_save_exec_prefix"
3499     prefix="$acl_save_prefix"
3500    
3501     if test "X$x" = "X-L$found_dir"; then
3502     haveit=yes
3503     break
3504     fi
3505     done
3506     if test -z "$haveit"; then
3507     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3508     fi
3509     if test "$hardcode_minus_L" != no; then
3510     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3511     else
3512     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3513     fi
3514     fi
3515     fi
3516     fi
3517     else
3518     if test "X$found_a" != "X"; then
3519     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3520     else
3521     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3522     fi
3523     fi
3524     additional_includedir=
3525     case "$found_dir" in
3526     */lib | */lib/)
3527     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3528     additional_includedir="$basedir/include"
3529     ;;
3530     esac
3531     if test "X$additional_includedir" != "X"; then
3532     if test "X$additional_includedir" != "X/usr/include"; then
3533     haveit=
3534     if test "X$additional_includedir" = "X/usr/local/include"; then
3535     if test -n "$GCC"; then
3536     case $host_os in
3537     linux*) haveit=yes;;
3538     esac
3539     fi
3540     fi
3541     if test -z "$haveit"; then
3542     for x in $CPPFLAGS $INCICONV; do
3543    
3544     acl_save_prefix="$prefix"
3545     prefix="$acl_final_prefix"
3546     acl_save_exec_prefix="$exec_prefix"
3547     exec_prefix="$acl_final_exec_prefix"
3548     eval x=\"$x\"
3549     exec_prefix="$acl_save_exec_prefix"
3550     prefix="$acl_save_prefix"
3551    
3552     if test "X$x" = "X-I$additional_includedir"; then
3553     haveit=yes
3554     break
3555     fi
3556     done
3557     if test -z "$haveit"; then
3558     if test -d "$additional_includedir"; then
3559     INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3560     fi
3561     fi
3562     fi
3563     fi
3564     fi
3565     if test -n "$found_la"; then
3566     save_libdir="$libdir"
3567     case "$found_la" in
3568     */* | *\\*) . "$found_la" ;;
3569     *) . "./$found_la" ;;
3570     esac
3571     libdir="$save_libdir"
3572     for dep in $dependency_libs; do
3573     case "$dep" in
3574     -L*)
3575     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3576     if test "X$additional_libdir" != "X/usr/lib"; then
3577     haveit=
3578     if test "X$additional_libdir" = "X/usr/local/lib"; then
3579     if test -n "$GCC"; then
3580     case $host_os in
3581     linux*) haveit=yes;;
3582     esac
3583     fi
3584     fi
3585     if test -z "$haveit"; then
3586     haveit=
3587     for x in $LDFLAGS $LIBICONV; do
3588    
3589     acl_save_prefix="$prefix"
3590     prefix="$acl_final_prefix"
3591     acl_save_exec_prefix="$exec_prefix"
3592     exec_prefix="$acl_final_exec_prefix"
3593     eval x=\"$x\"
3594     exec_prefix="$acl_save_exec_prefix"
3595     prefix="$acl_save_prefix"
3596    
3597     if test "X$x" = "X-L$additional_libdir"; then
3598     haveit=yes
3599     break
3600     fi
3601     done
3602     if test -z "$haveit"; then
3603     if test -d "$additional_libdir"; then
3604     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3605     fi
3606     fi
3607     haveit=
3608     for x in $LDFLAGS $LTLIBICONV; do
3609    
3610     acl_save_prefix="$prefix"
3611     prefix="$acl_final_prefix"
3612     acl_save_exec_prefix="$exec_prefix"
3613     exec_prefix="$acl_final_exec_prefix"
3614     eval x=\"$x\"
3615     exec_prefix="$acl_save_exec_prefix"
3616     prefix="$acl_save_prefix"
3617    
3618     if test "X$x" = "X-L$additional_libdir"; then
3619     haveit=yes
3620     break
3621     fi
3622     done
3623     if test -z "$haveit"; then
3624     if test -d "$additional_libdir"; then
3625     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3626     fi
3627     fi
3628     fi
3629     fi
3630     ;;
3631     -R*)
3632     dir=`echo "X$dep" | sed -e 's/^X-R//'`
3633     if test "$enable_rpath" != no; then
3634     haveit=
3635     for x in $rpathdirs; do
3636     if test "X$x" = "X$dir"; then
3637     haveit=yes
3638     break
3639     fi
3640     done
3641     if test -z "$haveit"; then
3642     rpathdirs="$rpathdirs $dir"
3643     fi
3644     haveit=
3645     for x in $ltrpathdirs; do
3646     if test "X$x" = "X$dir"; then
3647     haveit=yes
3648     break
3649     fi
3650     done
3651     if test -z "$haveit"; then
3652     ltrpathdirs="$ltrpathdirs $dir"
3653     fi
3654     fi
3655     ;;
3656     -l*)
3657     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3658     ;;
3659     *.la)
3660     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3661     ;;
3662     *)
3663     LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3664     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3665     ;;
3666     esac
3667     done
3668     fi
3669     else
3670     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3671     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3672     fi
3673     fi
3674     fi
3675     done
3676     done
3677     if test "X$rpathdirs" != "X"; then
3678     if test -n "$hardcode_libdir_separator"; then
3679     alldirs=
3680     for found_dir in $rpathdirs; do
3681     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3682     done
3683     acl_save_libdir="$libdir"
3684     libdir="$alldirs"
3685     eval flag=\"$hardcode_libdir_flag_spec\"
3686     libdir="$acl_save_libdir"
3687     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3688     else
3689     for found_dir in $rpathdirs; do
3690     acl_save_libdir="$libdir"
3691     libdir="$found_dir"
3692     eval flag=\"$hardcode_libdir_flag_spec\"
3693     libdir="$acl_save_libdir"
3694     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3695     done
3696     fi
3697     fi
3698     if test "X$ltrpathdirs" != "X"; then
3699     for found_dir in $ltrpathdirs; do
3700     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3701     done
3702     fi
3703    
3704    
3705    
3706    
3707    
3708    
3709    
3710    
3711    
3712    
3713    
3714    
3715    
3716    
3717    
3718    
3719    
3720    
3721     echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3722     echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3723     # Check whether --enable-nls or --disable-nls was given.
3724     if test "${enable_nls+set}" = set; then
3725     enableval="$enable_nls"
3726     USE_NLS=$enableval
3727     else
3728     USE_NLS=yes
3729     fi;
3730     echo "$as_me:$LINENO: result: $USE_NLS" >&5
3731     echo "${ECHO_T}$USE_NLS" >&6
3732    
3733    
3734    
3735     LIBINTL=
3736     LTLIBINTL=
3737     POSUB=
3738    
3739     if test "$USE_NLS" = "yes"; then
3740     gt_use_preinstalled_gnugettext=no
3741    
3742    
3743    
3744    
3745    
3746    
3747     echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3748     echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3749     if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3750     echo $ECHO_N "(cached) $ECHO_C" >&6
3751     else
3752     cat >conftest.$ac_ext <<_ACEOF
3753     /* confdefs.h. */
3754     _ACEOF
3755     cat confdefs.h >>conftest.$ac_ext
3756     cat >>conftest.$ac_ext <<_ACEOF
3757     /* end confdefs.h. */
3758     #include <libintl.h>
3759     extern int _nl_msg_cat_cntr;
3760     extern int *_nl_domain_bindings;
3761     int
3762     main ()
3763     {
3764     bindtextdomain ("", "");
3765     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3766     ;
3767     return 0;
3768     }
3769     _ACEOF
3770     rm -f conftest.$ac_objext conftest$ac_exeext
3771     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3772 pcg 1.11 (eval $ac_link) 2>conftest.er1
3773 pcg 1.1 ac_status=$?
3774 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3775     rm -f conftest.er1
3776     cat conftest.err >&5
3777 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778     (exit $ac_status); } &&
3779 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3780     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3781     (eval $ac_try) 2>&5
3782     ac_status=$?
3783     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784     (exit $ac_status); }; } &&
3785     { ac_try='test -s conftest$ac_exeext'
3786 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3787     (eval $ac_try) 2>&5
3788     ac_status=$?
3789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790     (exit $ac_status); }; }; then
3791     gt_cv_func_gnugettext1_libc=yes
3792     else
3793     echo "$as_me: failed program was:" >&5
3794     sed 's/^/| /' conftest.$ac_ext >&5
3795    
3796     gt_cv_func_gnugettext1_libc=no
3797     fi
3798 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3799     conftest$ac_exeext conftest.$ac_ext
3800 pcg 1.1 fi
3801     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3802     echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3803    
3804     if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3805    
3806    
3807    
3808    
3809    
3810     am_save_CPPFLAGS="$CPPFLAGS"
3811    
3812     for element in $INCICONV; do
3813     haveit=
3814     for x in $CPPFLAGS; do
3815    
3816     acl_save_prefix="$prefix"
3817     prefix="$acl_final_prefix"
3818     acl_save_exec_prefix="$exec_prefix"
3819     exec_prefix="$acl_final_exec_prefix"
3820     eval x=\"$x\"
3821     exec_prefix="$acl_save_exec_prefix"
3822     prefix="$acl_save_prefix"
3823    
3824     if test "X$x" = "X$element"; then
3825     haveit=yes
3826     break
3827     fi
3828     done
3829     if test -z "$haveit"; then
3830     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3831     fi
3832     done
3833    
3834    
3835     echo "$as_me:$LINENO: checking for iconv" >&5
3836     echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3837     if test "${am_cv_func_iconv+set}" = set; then
3838     echo $ECHO_N "(cached) $ECHO_C" >&6
3839     else
3840    
3841     am_cv_func_iconv="no, consider installing GNU libiconv"
3842     am_cv_lib_iconv=no
3843     cat >conftest.$ac_ext <<_ACEOF
3844     /* confdefs.h. */
3845     _ACEOF
3846     cat confdefs.h >>conftest.$ac_ext
3847     cat >>conftest.$ac_ext <<_ACEOF
3848     /* end confdefs.h. */
3849     #include <stdlib.h>
3850     #include <iconv.h>
3851     int
3852     main ()
3853     {
3854     iconv_t cd = iconv_open("","");
3855     iconv(cd,NULL,NULL,NULL,NULL);
3856     iconv_close(cd);
3857     ;
3858     return 0;
3859     }
3860     _ACEOF
3861     rm -f conftest.$ac_objext conftest$ac_exeext
3862     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3863 pcg 1.11 (eval $ac_link) 2>conftest.er1
3864 pcg 1.1 ac_status=$?
3865 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3866     rm -f conftest.er1
3867     cat conftest.err >&5
3868 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869     (exit $ac_status); } &&
3870 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3871     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3872     (eval $ac_try) 2>&5
3873     ac_status=$?
3874     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875     (exit $ac_status); }; } &&
3876     { ac_try='test -s conftest$ac_exeext'
3877 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3878     (eval $ac_try) 2>&5
3879     ac_status=$?
3880     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881     (exit $ac_status); }; }; then
3882     am_cv_func_iconv=yes
3883     else
3884     echo "$as_me: failed program was:" >&5
3885     sed 's/^/| /' conftest.$ac_ext >&5
3886    
3887     fi
3888 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3889     conftest$ac_exeext conftest.$ac_ext
3890 pcg 1.1 if test "$am_cv_func_iconv" != yes; then
3891     am_save_LIBS="$LIBS"
3892     LIBS="$LIBS $LIBICONV"
3893     cat >conftest.$ac_ext <<_ACEOF
3894     /* confdefs.h. */
3895     _ACEOF
3896     cat confdefs.h >>conftest.$ac_ext
3897     cat >>conftest.$ac_ext <<_ACEOF
3898     /* end confdefs.h. */
3899     #include <stdlib.h>
3900     #include <iconv.h>
3901     int
3902     main ()
3903     {
3904     iconv_t cd = iconv_open("","");
3905     iconv(cd,NULL,NULL,NULL,NULL);
3906     iconv_close(cd);
3907     ;
3908     return 0;
3909     }
3910     _ACEOF
3911     rm -f conftest.$ac_objext conftest$ac_exeext
3912     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3913 pcg 1.11 (eval $ac_link) 2>conftest.er1
3914 pcg 1.1 ac_status=$?
3915 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3916     rm -f conftest.er1
3917     cat conftest.err >&5
3918 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919     (exit $ac_status); } &&
3920 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3921     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3922     (eval $ac_try) 2>&5
3923     ac_status=$?
3924     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3925     (exit $ac_status); }; } &&
3926     { ac_try='test -s conftest$ac_exeext'
3927 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3928     (eval $ac_try) 2>&5
3929     ac_status=$?
3930     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931     (exit $ac_status); }; }; then
3932     am_cv_lib_iconv=yes
3933     am_cv_func_iconv=yes
3934     else
3935     echo "$as_me: failed program was:" >&5
3936     sed 's/^/| /' conftest.$ac_ext >&5
3937    
3938     fi
3939 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3940     conftest$ac_exeext conftest.$ac_ext
3941 pcg 1.1 LIBS="$am_save_LIBS"
3942     fi
3943    
3944     fi
3945     echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3946     echo "${ECHO_T}$am_cv_func_iconv" >&6
3947     if test "$am_cv_func_iconv" = yes; then
3948    
3949     cat >>confdefs.h <<\_ACEOF
3950     #define HAVE_ICONV 1
3951     _ACEOF
3952    
3953     fi
3954     if test "$am_cv_lib_iconv" = yes; then
3955     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3956     echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3957     echo "$as_me:$LINENO: result: $LIBICONV" >&5
3958     echo "${ECHO_T}$LIBICONV" >&6
3959     else
3960     CPPFLAGS="$am_save_CPPFLAGS"
3961     LIBICONV=
3962     LTLIBICONV=
3963     fi
3964    
3965    
3966    
3967    
3968    
3969    
3970     use_additional=yes
3971    
3972     acl_save_prefix="$prefix"
3973     prefix="$acl_final_prefix"
3974     acl_save_exec_prefix="$exec_prefix"
3975     exec_prefix="$acl_final_exec_prefix"
3976    
3977     eval additional_includedir=\"$includedir\"
3978     eval additional_libdir=\"$libdir\"
3979    
3980     exec_prefix="$acl_save_exec_prefix"
3981     prefix="$acl_save_prefix"
3982    
3983    
3984     # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3985     if test "${with_libintl_prefix+set}" = set; then
3986     withval="$with_libintl_prefix"
3987    
3988     if test "X$withval" = "Xno"; then
3989     use_additional=no
3990     else
3991     if test "X$withval" = "X"; then
3992    
3993     acl_save_prefix="$prefix"
3994     prefix="$acl_final_prefix"
3995     acl_save_exec_prefix="$exec_prefix"
3996     exec_prefix="$acl_final_exec_prefix"
3997    
3998     eval additional_includedir=\"$includedir\"
3999     eval additional_libdir=\"$libdir\"
4000    
4001     exec_prefix="$acl_save_exec_prefix"
4002     prefix="$acl_save_prefix"
4003    
4004     else
4005     additional_includedir="$withval/include"
4006     additional_libdir="$withval/lib"
4007     fi
4008     fi
4009    
4010     fi;
4011     LIBINTL=
4012     LTLIBINTL=
4013     INCINTL=
4014     rpathdirs=
4015     ltrpathdirs=
4016     names_already_handled=
4017     names_next_round='intl '
4018     while test -n "$names_next_round"; do
4019     names_this_round="$names_next_round"
4020     names_next_round=
4021     for name in $names_this_round; do
4022     already_handled=
4023     for n in $names_already_handled; do
4024     if test "$n" = "$name"; then
4025     already_handled=yes
4026     break
4027     fi
4028     done
4029     if test -z "$already_handled"; then
4030     names_already_handled="$names_already_handled $name"
4031     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4032     eval value=\"\$HAVE_LIB$uppername\"
4033     if test -n "$value"; then
4034     if test "$value" = yes; then
4035     eval value=\"\$LIB$uppername\"
4036     test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4037     eval value=\"\$LTLIB$uppername\"
4038     test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4039     else
4040     :
4041     fi
4042     else
4043     found_dir=
4044     found_la=
4045     found_so=
4046     found_a=
4047     if test $use_additional = yes; then
4048     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4049     found_dir="$additional_libdir"
4050     found_so="$additional_libdir/lib$name.$shlibext"
4051     if test -f "$additional_libdir/lib$name.la"; then
4052     found_la="$additional_libdir/lib$name.la"
4053     fi
4054     else
4055     if test -f "$additional_libdir/lib$name.$libext"; then
4056     found_dir="$additional_libdir"
4057     found_a="$additional_libdir/lib$name.$libext"
4058     if test -f "$additional_libdir/lib$name.la"; then
4059     found_la="$additional_libdir/lib$name.la"
4060     fi
4061     fi
4062     fi
4063     fi
4064     if test "X$found_dir" = "X"; then
4065     for x in $LDFLAGS $LTLIBINTL; do
4066    
4067     acl_save_prefix="$prefix"
4068     prefix="$acl_final_prefix"
4069     acl_save_exec_prefix="$exec_prefix"
4070     exec_prefix="$acl_final_exec_prefix"
4071     eval x=\"$x\"
4072     exec_prefix="$acl_save_exec_prefix"
4073     prefix="$acl_save_prefix"
4074    
4075     case "$x" in
4076     -L*)
4077     dir=`echo "X$x" | sed -e 's/^X-L//'`
4078     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4079     found_dir="$dir"
4080     found_so="$dir/lib$name.$shlibext"
4081     if test -f "$dir/lib$name.la"; then
4082     found_la="$dir/lib$name.la"
4083     fi
4084     else
4085     if test -f "$dir/lib$name.$libext"; then
4086     found_dir="$dir"
4087     found_a="$dir/lib$name.$libext"
4088     if test -f "$dir/lib$name.la"; then
4089     found_la="$dir/lib$name.la"
4090     fi
4091     fi
4092     fi
4093     ;;
4094     esac
4095     if test "X$found_dir" != "X"; then
4096     break
4097     fi
4098     done
4099     fi
4100     if test "X$found_dir" != "X"; then
4101     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4102     if test "X$found_so" != "X"; then
4103     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4104     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4105     else
4106     haveit=
4107     for x in $ltrpathdirs; do
4108     if test "X$x" = "X$found_dir"; then
4109     haveit=yes
4110     break
4111     fi
4112     done
4113     if test -z "$haveit"; then
4114     ltrpathdirs="$ltrpathdirs $found_dir"
4115     fi
4116     if test "$hardcode_direct" = yes; then
4117     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4118     else
4119     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4120     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4121     haveit=
4122     for x in $rpathdirs; do
4123     if test "X$x" = "X$found_dir"; then
4124     haveit=yes
4125     break
4126     fi
4127     done
4128     if test -z "$haveit"; then
4129     rpathdirs="$rpathdirs $found_dir"
4130     fi
4131     else
4132     haveit=
4133     for x in $LDFLAGS $LIBINTL; do
4134    
4135     acl_save_prefix="$prefix"
4136     prefix="$acl_final_prefix"
4137     acl_save_exec_prefix="$exec_prefix"
4138     exec_prefix="$acl_final_exec_prefix"
4139     eval x=\"$x\"
4140     exec_prefix="$acl_save_exec_prefix"
4141     prefix="$acl_save_prefix"
4142    
4143     if test "X$x" = "X-L$found_dir"; then
4144     haveit=yes
4145     break
4146     fi
4147     done
4148     if test -z "$haveit"; then
4149     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4150     fi
4151     if test "$hardcode_minus_L" != no; then
4152     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4153     else
4154     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4155     fi
4156     fi
4157     fi
4158     fi
4159     else
4160     if test "X$found_a" != "X"; then
4161     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4162     else
4163     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4164     fi
4165     fi
4166     additional_includedir=
4167     case "$found_dir" in
4168     */lib | */lib/)
4169     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4170     additional_includedir="$basedir/include"
4171     ;;
4172     esac
4173     if test "X$additional_includedir" != "X"; then
4174     if test "X$additional_includedir" != "X/usr/include"; then
4175     haveit=
4176     if test "X$additional_includedir" = "X/usr/local/include"; then
4177     if test -n "$GCC"; then
4178     case $host_os in
4179     linux*) haveit=yes;;
4180     esac
4181     fi
4182     fi
4183     if test -z "$haveit"; then
4184     for x in $CPPFLAGS $INCINTL; do
4185    
4186     acl_save_prefix="$prefix"
4187     prefix="$acl_final_prefix"
4188     acl_save_exec_prefix="$exec_prefix"
4189     exec_prefix="$acl_final_exec_prefix"
4190     eval x=\"$x\"
4191     exec_prefix="$acl_save_exec_prefix"
4192     prefix="$acl_save_prefix"
4193    
4194     if test "X$x" = "X-I$additional_includedir"; then
4195     haveit=yes
4196     break
4197     fi
4198     done
4199     if test -z "$haveit"; then
4200     if test -d "$additional_includedir"; then
4201     INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4202     fi
4203     fi
4204     fi
4205     fi
4206     fi
4207     if test -n "$found_la"; then
4208     save_libdir="$libdir"
4209     case "$found_la" in
4210     */* | *\\*) . "$found_la" ;;
4211     *) . "./$found_la" ;;
4212     esac
4213     libdir="$save_libdir"
4214     for dep in $dependency_libs; do
4215     case "$dep" in
4216     -L*)
4217     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4218     if test "X$additional_libdir" != "X/usr/lib"; then
4219     haveit=
4220     if test "X$additional_libdir" = "X/usr/local/lib"; then
4221     if test -n "$GCC"; then
4222     case $host_os in
4223     linux*) haveit=yes;;
4224     esac
4225     fi
4226     fi
4227     if test -z "$haveit"; then
4228     haveit=
4229     for x in $LDFLAGS $LIBINTL; do
4230    
4231     acl_save_prefix="$prefix"
4232     prefix="$acl_final_prefix"
4233     acl_save_exec_prefix="$exec_prefix"
4234     exec_prefix="$acl_final_exec_prefix"
4235     eval x=\"$x\"
4236     exec_prefix="$acl_save_exec_prefix"
4237     prefix="$acl_save_prefix"
4238    
4239     if test "X$x" = "X-L$additional_libdir"; then
4240     haveit=yes
4241     break
4242     fi
4243     done
4244     if test -z "$haveit"; then
4245     if test -d "$additional_libdir"; then
4246     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4247     fi
4248     fi
4249     haveit=
4250     for x in $LDFLAGS $LTLIBINTL; do
4251    
4252     acl_save_prefix="$prefix"
4253     prefix="$acl_final_prefix"
4254     acl_save_exec_prefix="$exec_prefix"
4255     exec_prefix="$acl_final_exec_prefix"
4256     eval x=\"$x\"
4257     exec_prefix="$acl_save_exec_prefix"
4258     prefix="$acl_save_prefix"
4259    
4260     if test "X$x" = "X-L$additional_libdir"; then
4261     haveit=yes
4262     break
4263     fi
4264     done
4265     if test -z "$haveit"; then
4266     if test -d "$additional_libdir"; then
4267     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4268     fi
4269     fi
4270     fi
4271     fi
4272     ;;
4273     -R*)
4274     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4275     if test "$enable_rpath" != no; then
4276     haveit=
4277     for x in $rpathdirs; do
4278     if test "X$x" = "X$dir"; then
4279     haveit=yes
4280     break
4281     fi
4282     done
4283     if test -z "$haveit"; then
4284     rpathdirs="$rpathdirs $dir"
4285     fi
4286     haveit=
4287     for x in $ltrpathdirs; do
4288     if test "X$x" = "X$dir"; then
4289     haveit=yes
4290     break
4291     fi
4292     done
4293     if test -z "$haveit"; then
4294     ltrpathdirs="$ltrpathdirs $dir"
4295     fi
4296     fi
4297     ;;
4298     -l*)
4299     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4300     ;;
4301     *.la)
4302     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4303     ;;
4304     *)
4305     LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4306     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4307     ;;
4308     esac
4309     done
4310     fi
4311     else
4312     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4313     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4314     fi
4315     fi
4316     fi
4317     done
4318     done
4319     if test "X$rpathdirs" != "X"; then
4320     if test -n "$hardcode_libdir_separator"; then
4321     alldirs=
4322     for found_dir in $rpathdirs; do
4323     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4324     done
4325     acl_save_libdir="$libdir"
4326     libdir="$alldirs"
4327     eval flag=\"$hardcode_libdir_flag_spec\"
4328     libdir="$acl_save_libdir"
4329     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4330     else
4331     for found_dir in $rpathdirs; do
4332     acl_save_libdir="$libdir"
4333     libdir="$found_dir"
4334     eval flag=\"$hardcode_libdir_flag_spec\"
4335     libdir="$acl_save_libdir"
4336     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4337     done
4338     fi
4339     fi
4340     if test "X$ltrpathdirs" != "X"; then
4341     for found_dir in $ltrpathdirs; do
4342     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4343     done
4344     fi
4345    
4346     echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4347     echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4348     if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4349     echo $ECHO_N "(cached) $ECHO_C" >&6
4350     else
4351     gt_save_CPPFLAGS="$CPPFLAGS"
4352     CPPFLAGS="$CPPFLAGS $INCINTL"
4353     gt_save_LIBS="$LIBS"
4354     LIBS="$LIBS $LIBINTL"
4355     cat >conftest.$ac_ext <<_ACEOF
4356     /* confdefs.h. */
4357     _ACEOF
4358     cat confdefs.h >>conftest.$ac_ext
4359     cat >>conftest.$ac_ext <<_ACEOF
4360     /* end confdefs.h. */
4361     #include <libintl.h>
4362     extern int _nl_msg_cat_cntr;
4363     extern
4364     #ifdef __cplusplus
4365     "C"
4366     #endif
4367     const char *_nl_expand_alias ();
4368     int
4369     main ()
4370     {
4371     bindtextdomain ("", "");
4372     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4373     ;
4374     return 0;
4375     }
4376     _ACEOF
4377     rm -f conftest.$ac_objext conftest$ac_exeext
4378     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4379 pcg 1.11 (eval $ac_link) 2>conftest.er1
4380 pcg 1.1 ac_status=$?
4381 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4382     rm -f conftest.er1
4383     cat conftest.err >&5
4384 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385     (exit $ac_status); } &&
4386 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4387     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4388     (eval $ac_try) 2>&5
4389     ac_status=$?
4390     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4391     (exit $ac_status); }; } &&
4392     { ac_try='test -s conftest$ac_exeext'
4393 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4394     (eval $ac_try) 2>&5
4395     ac_status=$?
4396     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4397     (exit $ac_status); }; }; then
4398     gt_cv_func_gnugettext1_libintl=yes
4399     else
4400     echo "$as_me: failed program was:" >&5
4401     sed 's/^/| /' conftest.$ac_ext >&5
4402    
4403     gt_cv_func_gnugettext1_libintl=no
4404     fi
4405 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4406     conftest$ac_exeext conftest.$ac_ext
4407 pcg 1.1 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4408     LIBS="$LIBS $LIBICONV"
4409     cat >conftest.$ac_ext <<_ACEOF
4410     /* confdefs.h. */
4411     _ACEOF
4412     cat confdefs.h >>conftest.$ac_ext
4413     cat >>conftest.$ac_ext <<_ACEOF
4414     /* end confdefs.h. */
4415     #include <libintl.h>
4416     extern int _nl_msg_cat_cntr;
4417     extern
4418     #ifdef __cplusplus
4419     "C"
4420     #endif
4421     const char *_nl_expand_alias ();
4422     int
4423     main ()
4424     {
4425     bindtextdomain ("", "");
4426     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4427     ;
4428     return 0;
4429     }
4430     _ACEOF
4431     rm -f conftest.$ac_objext conftest$ac_exeext
4432     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4433 pcg 1.11 (eval $ac_link) 2>conftest.er1
4434 pcg 1.1 ac_status=$?
4435 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4436     rm -f conftest.er1
4437     cat conftest.err >&5
4438 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4439     (exit $ac_status); } &&
4440 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4441     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4442     (eval $ac_try) 2>&5
4443     ac_status=$?
4444     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4445     (exit $ac_status); }; } &&
4446     { ac_try='test -s conftest$ac_exeext'
4447 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4448     (eval $ac_try) 2>&5
4449     ac_status=$?
4450     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451     (exit $ac_status); }; }; then
4452     LIBINTL="$LIBINTL $LIBICONV"
4453     LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4454     gt_cv_func_gnugettext1_libintl=yes
4455    
4456     else
4457     echo "$as_me: failed program was:" >&5
4458     sed 's/^/| /' conftest.$ac_ext >&5
4459    
4460     fi
4461 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4462     conftest$ac_exeext conftest.$ac_ext
4463 pcg 1.1 fi
4464     CPPFLAGS="$gt_save_CPPFLAGS"
4465     LIBS="$gt_save_LIBS"
4466     fi
4467     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4468     echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4469     fi
4470    
4471     if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4472     || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4473     && test "$PACKAGE" != gettext; }; then
4474     gt_use_preinstalled_gnugettext=yes
4475     else
4476     LIBINTL=
4477     LTLIBINTL=
4478     INCINTL=
4479     fi
4480    
4481    
4482    
4483     if test "$gt_use_preinstalled_gnugettext" = "yes" \
4484     || test "$nls_cv_use_gnu_gettext" = "yes"; then
4485    
4486     cat >>confdefs.h <<\_ACEOF
4487     #define ENABLE_NLS 1
4488     _ACEOF
4489    
4490     else
4491     USE_NLS=no
4492     fi
4493     fi
4494    
4495     if test "$USE_NLS" = "yes"; then
4496    
4497     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4498     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4499     echo "$as_me:$LINENO: checking how to link with libintl" >&5
4500     echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4501     echo "$as_me:$LINENO: result: $LIBINTL" >&5
4502     echo "${ECHO_T}$LIBINTL" >&6
4503    
4504     for element in $INCINTL; do
4505     haveit=
4506     for x in $CPPFLAGS; do
4507    
4508     acl_save_prefix="$prefix"
4509     prefix="$acl_final_prefix"
4510     acl_save_exec_prefix="$exec_prefix"
4511     exec_prefix="$acl_final_exec_prefix"
4512     eval x=\"$x\"
4513     exec_prefix="$acl_save_exec_prefix"
4514     prefix="$acl_save_prefix"
4515    
4516     if test "X$x" = "X$element"; then
4517     haveit=yes
4518     break
4519     fi
4520     done
4521     if test -z "$haveit"; then
4522     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4523     fi
4524     done
4525    
4526     fi
4527    
4528    
4529     cat >>confdefs.h <<\_ACEOF
4530     #define HAVE_GETTEXT 1
4531     _ACEOF
4532    
4533    
4534     cat >>confdefs.h <<\_ACEOF
4535     #define HAVE_DCGETTEXT 1
4536     _ACEOF
4537    
4538     fi
4539    
4540     POSUB=po
4541     fi
4542    
4543    
4544    
4545     INTLLIBS="$LIBINTL"
4546    
4547    
4548    
4549    
4550    
4551    
4552    
4553    
4554     # Enable GNU extensions.
4555     # Define this here, not in acconfig's @TOP@ section, since definitions
4556     # in the latter don't make it into the configure-time tests.
4557    
4558     cat >>confdefs.h <<\_ACEOF
4559     #define _GNU_SOURCE 1
4560     _ACEOF
4561    
4562    
4563 pcg 1.13 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4564 pcg 1.1
4565     ALL_LINGUAS=""
4566    
4567     ac_ext=c
4568     ac_cpp='$CPP $CPPFLAGS'
4569     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4570     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4571     ac_compiler_gnu=$ac_cv_c_compiler_gnu
4572     if test -n "$ac_tool_prefix"; then
4573     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4574     set dummy ${ac_tool_prefix}gcc; ac_word=$2
4575     echo "$as_me:$LINENO: checking for $ac_word" >&5
4576     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4577     if test "${ac_cv_prog_CC+set}" = set; then
4578     echo $ECHO_N "(cached) $ECHO_C" >&6
4579     else
4580     if test -n "$CC"; then
4581     ac_cv_prog_CC="$CC" # Let the user override the test.
4582     else
4583     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584     for as_dir in $PATH
4585     do
4586     IFS=$as_save_IFS
4587     test -z "$as_dir" && as_dir=.
4588     for ac_exec_ext in '' $ac_executable_extensions; do
4589     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4590     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4591     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4592     break 2
4593     fi
4594     done
4595     done
4596    
4597     fi
4598     fi
4599     CC=$ac_cv_prog_CC
4600     if test -n "$CC"; then
4601     echo "$as_me:$LINENO: result: $CC" >&5
4602     echo "${ECHO_T}$CC" >&6
4603     else
4604     echo "$as_me:$LINENO: result: no" >&5
4605     echo "${ECHO_T}no" >&6
4606     fi
4607    
4608     fi
4609     if test -z "$ac_cv_prog_CC"; then
4610     ac_ct_CC=$CC
4611     # Extract the first word of "gcc", so it can be a program name with args.
4612     set dummy gcc; ac_word=$2
4613     echo "$as_me:$LINENO: checking for $ac_word" >&5
4614     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4615     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4616     echo $ECHO_N "(cached) $ECHO_C" >&6
4617     else
4618     if test -n "$ac_ct_CC"; then
4619     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4620     else
4621     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4622     for as_dir in $PATH
4623     do
4624     IFS=$as_save_IFS
4625     test -z "$as_dir" && as_dir=.
4626     for ac_exec_ext in '' $ac_executable_extensions; do
4627     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4628     ac_cv_prog_ac_ct_CC="gcc"
4629     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4630     break 2
4631     fi
4632     done
4633     done
4634    
4635     fi
4636     fi
4637     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4638     if test -n "$ac_ct_CC"; then
4639     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4640     echo "${ECHO_T}$ac_ct_CC" >&6
4641     else
4642     echo "$as_me:$LINENO: result: no" >&5
4643     echo "${ECHO_T}no" >&6
4644     fi
4645    
4646     CC=$ac_ct_CC
4647     else
4648     CC="$ac_cv_prog_CC"
4649     fi
4650    
4651     if test -z "$CC"; then
4652     if test -n "$ac_tool_prefix"; then
4653     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4654     set dummy ${ac_tool_prefix}cc; ac_word=$2
4655     echo "$as_me:$LINENO: checking for $ac_word" >&5
4656     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4657     if test "${ac_cv_prog_CC+set}" = set; then
4658     echo $ECHO_N "(cached) $ECHO_C" >&6
4659     else
4660     if test -n "$CC"; then
4661     ac_cv_prog_CC="$CC" # Let the user override the test.
4662     else
4663     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664     for as_dir in $PATH
4665     do
4666     IFS=$as_save_IFS
4667     test -z "$as_dir" && as_dir=.
4668     for ac_exec_ext in '' $ac_executable_extensions; do
4669     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4670     ac_cv_prog_CC="${ac_tool_prefix}cc"
4671     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4672     break 2
4673     fi
4674     done
4675     done
4676    
4677     fi
4678     fi
4679     CC=$ac_cv_prog_CC
4680     if test -n "$CC"; then
4681     echo "$as_me:$LINENO: result: $CC" >&5
4682     echo "${ECHO_T}$CC" >&6
4683     else
4684     echo "$as_me:$LINENO: result: no" >&5
4685     echo "${ECHO_T}no" >&6
4686     fi
4687    
4688     fi
4689     if test -z "$ac_cv_prog_CC"; then
4690     ac_ct_CC=$CC
4691     # Extract the first word of "cc", so it can be a program name with args.
4692     set dummy cc; ac_word=$2
4693     echo "$as_me:$LINENO: checking for $ac_word" >&5
4694     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4695     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4696     echo $ECHO_N "(cached) $ECHO_C" >&6
4697     else
4698     if test -n "$ac_ct_CC"; then
4699     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4700     else
4701     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4702     for as_dir in $PATH
4703     do
4704     IFS=$as_save_IFS
4705     test -z "$as_dir" && as_dir=.
4706     for ac_exec_ext in '' $ac_executable_extensions; do
4707     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4708     ac_cv_prog_ac_ct_CC="cc"
4709     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4710     break 2
4711     fi
4712     done
4713     done
4714    
4715     fi
4716     fi
4717     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4718     if test -n "$ac_ct_CC"; then
4719     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4720     echo "${ECHO_T}$ac_ct_CC" >&6
4721     else
4722     echo "$as_me:$LINENO: result: no" >&5
4723     echo "${ECHO_T}no" >&6
4724     fi
4725    
4726     CC=$ac_ct_CC
4727     else
4728     CC="$ac_cv_prog_CC"
4729     fi
4730    
4731     fi
4732     if test -z "$CC"; then
4733     # Extract the first word of "cc", so it can be a program name with args.
4734     set dummy cc; ac_word=$2
4735     echo "$as_me:$LINENO: checking for $ac_word" >&5
4736     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4737     if test "${ac_cv_prog_CC+set}" = set; then
4738     echo $ECHO_N "(cached) $ECHO_C" >&6
4739     else
4740     if test -n "$CC"; then
4741     ac_cv_prog_CC="$CC" # Let the user override the test.
4742     else
4743     ac_prog_rejected=no
4744     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745     for as_dir in $PATH
4746     do
4747     IFS=$as_save_IFS
4748     test -z "$as_dir" && as_dir=.
4749     for ac_exec_ext in '' $ac_executable_extensions; do
4750     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4751     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4752     ac_prog_rejected=yes
4753     continue
4754     fi
4755     ac_cv_prog_CC="cc"
4756     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4757     break 2
4758     fi
4759     done
4760     done
4761    
4762     if test $ac_prog_rejected = yes; then
4763     # We found a bogon in the path, so make sure we never use it.
4764     set dummy $ac_cv_prog_CC
4765     shift
4766     if test $# != 0; then
4767     # We chose a different compiler from the bogus one.
4768     # However, it has the same basename, so the bogon will be chosen
4769     # first if we set CC to just the basename; use the full file name.
4770     shift
4771     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4772     fi
4773     fi
4774     fi
4775     fi
4776     CC=$ac_cv_prog_CC
4777     if test -n "$CC"; then
4778     echo "$as_me:$LINENO: result: $CC" >&5
4779     echo "${ECHO_T}$CC" >&6
4780     else
4781     echo "$as_me:$LINENO: result: no" >&5
4782     echo "${ECHO_T}no" >&6
4783     fi
4784    
4785     fi
4786     if test -z "$CC"; then
4787     if test -n "$ac_tool_prefix"; then
4788     for ac_prog in cl
4789     do
4790     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4791     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4792     echo "$as_me:$LINENO: checking for $ac_word" >&5
4793     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4794     if test "${ac_cv_prog_CC+set}" = set; then
4795     echo $ECHO_N "(cached) $ECHO_C" >&6
4796     else
4797     if test -n "$CC"; then
4798     ac_cv_prog_CC="$CC" # Let the user override the test.
4799     else
4800     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4801     for as_dir in $PATH
4802     do
4803     IFS=$as_save_IFS
4804     test -z "$as_dir" && as_dir=.
4805     for ac_exec_ext in '' $ac_executable_extensions; do
4806     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4807     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4808     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4809     break 2
4810     fi
4811     done
4812     done
4813    
4814     fi
4815     fi
4816     CC=$ac_cv_prog_CC
4817     if test -n "$CC"; then
4818     echo "$as_me:$LINENO: result: $CC" >&5
4819     echo "${ECHO_T}$CC" >&6
4820     else
4821     echo "$as_me:$LINENO: result: no" >&5
4822     echo "${ECHO_T}no" >&6
4823     fi
4824    
4825     test -n "$CC" && break
4826     done
4827     fi
4828     if test -z "$CC"; then
4829     ac_ct_CC=$CC
4830     for ac_prog in cl
4831     do
4832     # Extract the first word of "$ac_prog", so it can be a program name with args.
4833     set dummy $ac_prog; ac_word=$2
4834     echo "$as_me:$LINENO: checking for $ac_word" >&5
4835     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4836     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4837     echo $ECHO_N "(cached) $ECHO_C" >&6
4838     else
4839     if test -n "$ac_ct_CC"; then
4840     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4841     else
4842     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4843     for as_dir in $PATH
4844     do
4845     IFS=$as_save_IFS
4846     test -z "$as_dir" && as_dir=.
4847     for ac_exec_ext in '' $ac_executable_extensions; do
4848     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4849     ac_cv_prog_ac_ct_CC="$ac_prog"
4850     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4851     break 2
4852     fi
4853     done
4854     done
4855    
4856     fi
4857     fi
4858     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4859     if test -n "$ac_ct_CC"; then
4860     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4861     echo "${ECHO_T}$ac_ct_CC" >&6
4862     else
4863     echo "$as_me:$LINENO: result: no" >&5
4864     echo "${ECHO_T}no" >&6
4865     fi
4866    
4867     test -n "$ac_ct_CC" && break
4868     done
4869    
4870     CC=$ac_ct_CC
4871     fi
4872    
4873     fi
4874    
4875    
4876     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4877     See \`config.log' for more details." >&5
4878     echo "$as_me: error: no acceptable C compiler found in \$PATH
4879     See \`config.log' for more details." >&2;}
4880     { (exit 1); exit 1; }; }
4881    
4882     # Provide some information about the compiler.
4883     echo "$as_me:$LINENO:" \
4884     "checking for C compiler version" >&5
4885     ac_compiler=`set X $ac_compile; echo $2`
4886     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4887     (eval $ac_compiler --version </dev/null >&5) 2>&5
4888     ac_status=$?
4889     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890     (exit $ac_status); }
4891     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4892     (eval $ac_compiler -v </dev/null >&5) 2>&5
4893     ac_status=$?
4894     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895     (exit $ac_status); }
4896     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4897     (eval $ac_compiler -V </dev/null >&5) 2>&5
4898     ac_status=$?
4899     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4900     (exit $ac_status); }
4901    
4902     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4903     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4904     if test "${ac_cv_c_compiler_gnu+set}" = set; then
4905     echo $ECHO_N "(cached) $ECHO_C" >&6
4906     else
4907     cat >conftest.$ac_ext <<_ACEOF
4908     /* confdefs.h. */
4909     _ACEOF
4910     cat confdefs.h >>conftest.$ac_ext
4911     cat >>conftest.$ac_ext <<_ACEOF
4912     /* end confdefs.h. */
4913    
4914     int
4915     main ()
4916     {
4917     #ifndef __GNUC__
4918     choke me
4919     #endif
4920    
4921     ;
4922     return 0;
4923     }
4924     _ACEOF
4925     rm -f conftest.$ac_objext
4926     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4927 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4928 pcg 1.1 ac_status=$?
4929 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4930     rm -f conftest.er1
4931     cat conftest.err >&5
4932 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4933     (exit $ac_status); } &&
4934 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4935     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4936     (eval $ac_try) 2>&5
4937     ac_status=$?
4938     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4939     (exit $ac_status); }; } &&
4940     { ac_try='test -s conftest.$ac_objext'
4941 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4942     (eval $ac_try) 2>&5
4943     ac_status=$?
4944     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4945     (exit $ac_status); }; }; then
4946     ac_compiler_gnu=yes
4947     else
4948     echo "$as_me: failed program was:" >&5
4949     sed 's/^/| /' conftest.$ac_ext >&5
4950    
4951     ac_compiler_gnu=no
4952     fi
4953 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4954 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4955    
4956     fi
4957     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4958     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4959     GCC=`test $ac_compiler_gnu = yes && echo yes`
4960     ac_test_CFLAGS=${CFLAGS+set}
4961     ac_save_CFLAGS=$CFLAGS
4962     CFLAGS="-g"
4963     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4964     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4965     if test "${ac_cv_prog_cc_g+set}" = set; then
4966     echo $ECHO_N "(cached) $ECHO_C" >&6
4967     else
4968     cat >conftest.$ac_ext <<_ACEOF
4969     /* confdefs.h. */
4970     _ACEOF
4971     cat confdefs.h >>conftest.$ac_ext
4972     cat >>conftest.$ac_ext <<_ACEOF
4973     /* end confdefs.h. */
4974    
4975     int
4976     main ()
4977     {
4978    
4979     ;
4980     return 0;
4981     }
4982     _ACEOF
4983     rm -f conftest.$ac_objext
4984     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4985 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4986 pcg 1.1 ac_status=$?
4987 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4988     rm -f conftest.er1
4989     cat conftest.err >&5
4990 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4991     (exit $ac_status); } &&
4992 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4993     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4994     (eval $ac_try) 2>&5
4995     ac_status=$?
4996     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4997     (exit $ac_status); }; } &&
4998     { ac_try='test -s conftest.$ac_objext'
4999 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5000     (eval $ac_try) 2>&5
5001     ac_status=$?
5002     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5003     (exit $ac_status); }; }; then
5004     ac_cv_prog_cc_g=yes
5005     else
5006     echo "$as_me: failed program was:" >&5
5007     sed 's/^/| /' conftest.$ac_ext >&5
5008    
5009     ac_cv_prog_cc_g=no
5010     fi
5011 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5012 pcg 1.1 fi
5013     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5014     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5015     if test "$ac_test_CFLAGS" = set; then
5016     CFLAGS=$ac_save_CFLAGS
5017     elif test $ac_cv_prog_cc_g = yes; then
5018     if test "$GCC" = yes; then
5019     CFLAGS="-g -O2"
5020     else
5021     CFLAGS="-g"
5022     fi
5023     else
5024     if test "$GCC" = yes; then
5025     CFLAGS="-O2"
5026     else
5027     CFLAGS=
5028     fi
5029     fi
5030     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5031     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5032     if test "${ac_cv_prog_cc_stdc+set}" = set; then
5033     echo $ECHO_N "(cached) $ECHO_C" >&6
5034     else
5035     ac_cv_prog_cc_stdc=no
5036     ac_save_CC=$CC
5037     cat >conftest.$ac_ext <<_ACEOF
5038     /* confdefs.h. */
5039     _ACEOF
5040     cat confdefs.h >>conftest.$ac_ext
5041     cat >>conftest.$ac_ext <<_ACEOF
5042     /* end confdefs.h. */
5043     #include <stdarg.h>
5044     #include <stdio.h>
5045     #include <sys/types.h>
5046     #include <sys/stat.h>
5047     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5048     struct buf { int x; };
5049     FILE * (*rcsopen) (struct buf *, struct stat *, int);
5050     static char *e (p, i)
5051     char **p;
5052     int i;
5053     {
5054     return p[i];
5055     }
5056     static char *f (char * (*g) (char **, int), char **p, ...)
5057     {
5058     char *s;
5059     va_list v;
5060     va_start (v,p);
5061     s = g (p, va_arg (v,int));
5062     va_end (v);
5063     return s;
5064     }
5065 pcg 1.11
5066     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5067     function prototypes and stuff, but not '\xHH' hex character constants.
5068     These don't provoke an error unfortunately, instead are silently treated
5069     as 'x'. The following induces an error, until -std1 is added to get
5070     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5071     array size at least. It's necessary to write '\x00'==0 to get something
5072     that's true only with -std1. */
5073     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5074    
5075 pcg 1.1 int test (int i, double x);
5076     struct s1 {int (*f) (int a);};
5077     struct s2 {int (*f) (double a);};
5078     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5079     int argc;
5080     char **argv;
5081     int
5082     main ()
5083     {
5084     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5085     ;
5086     return 0;
5087     }
5088     _ACEOF
5089     # Don't try gcc -ansi; that turns off useful extensions and
5090     # breaks some systems' header files.
5091     # AIX -qlanglvl=ansi
5092     # Ultrix and OSF/1 -std1
5093     # HP-UX 10.20 and later -Ae
5094     # HP-UX older versions -Aa -D_HPUX_SOURCE
5095     # SVR4 -Xc -D__EXTENSIONS__
5096     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5097     do
5098     CC="$ac_save_CC $ac_arg"
5099     rm -f conftest.$ac_objext
5100     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5101 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5102 pcg 1.1 ac_status=$?
5103 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5104     rm -f conftest.er1
5105     cat conftest.err >&5
5106 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5107     (exit $ac_status); } &&
5108 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5109     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5110     (eval $ac_try) 2>&5
5111     ac_status=$?
5112     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5113     (exit $ac_status); }; } &&
5114     { ac_try='test -s conftest.$ac_objext'
5115 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5116     (eval $ac_try) 2>&5
5117     ac_status=$?
5118     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5119     (exit $ac_status); }; }; then
5120     ac_cv_prog_cc_stdc=$ac_arg
5121     break
5122     else
5123     echo "$as_me: failed program was:" >&5
5124     sed 's/^/| /' conftest.$ac_ext >&5
5125    
5126     fi
5127 pcg 1.11 rm -f conftest.err conftest.$ac_objext
5128 pcg 1.1 done
5129     rm -f conftest.$ac_ext conftest.$ac_objext
5130     CC=$ac_save_CC
5131    
5132     fi
5133    
5134     case "x$ac_cv_prog_cc_stdc" in
5135     x|xno)
5136     echo "$as_me:$LINENO: result: none needed" >&5
5137     echo "${ECHO_T}none needed" >&6 ;;
5138     *)
5139     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5140     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5141     CC="$CC $ac_cv_prog_cc_stdc" ;;
5142     esac
5143    
5144     # Some people use a C++ compiler to compile C. Since we use `exit',
5145     # in C++ we need to declare it. In case someone uses the same compiler
5146     # for both compiling C and C++ we need to have the C++ compiler decide
5147     # the declaration of exit, since it's the most demanding environment.
5148     cat >conftest.$ac_ext <<_ACEOF
5149     #ifndef __cplusplus
5150     choke me
5151     #endif
5152     _ACEOF
5153     rm -f conftest.$ac_objext
5154     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5155 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5156 pcg 1.1 ac_status=$?
5157 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5158     rm -f conftest.er1
5159     cat conftest.err >&5
5160 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5161     (exit $ac_status); } &&
5162 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5163     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5164     (eval $ac_try) 2>&5
5165     ac_status=$?
5166     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5167     (exit $ac_status); }; } &&
5168     { ac_try='test -s conftest.$ac_objext'
5169 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5170     (eval $ac_try) 2>&5
5171     ac_status=$?
5172     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173     (exit $ac_status); }; }; then
5174     for ac_declaration in \
5175     '' \
5176     'extern "C" void std::exit (int) throw (); using std::exit;' \
5177     'extern "C" void std::exit (int); using std::exit;' \
5178     'extern "C" void exit (int) throw ();' \
5179     'extern "C" void exit (int);' \
5180     'void exit (int);'
5181     do
5182     cat >conftest.$ac_ext <<_ACEOF
5183     /* confdefs.h. */
5184     _ACEOF
5185     cat confdefs.h >>conftest.$ac_ext
5186     cat >>conftest.$ac_ext <<_ACEOF
5187     /* end confdefs.h. */
5188     $ac_declaration
5189     #include <stdlib.h>
5190     int
5191     main ()
5192     {
5193     exit (42);
5194     ;
5195     return 0;
5196     }
5197     _ACEOF
5198     rm -f conftest.$ac_objext
5199     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5200 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5201 pcg 1.1 ac_status=$?
5202 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5203     rm -f conftest.er1
5204     cat conftest.err >&5
5205 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5206     (exit $ac_status); } &&
5207 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5208     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5209     (eval $ac_try) 2>&5
5210     ac_status=$?
5211     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5212     (exit $ac_status); }; } &&
5213     { ac_try='test -s conftest.$ac_objext'
5214 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5215     (eval $ac_try) 2>&5
5216     ac_status=$?
5217     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218     (exit $ac_status); }; }; then
5219     :
5220     else
5221     echo "$as_me: failed program was:" >&5
5222     sed 's/^/| /' conftest.$ac_ext >&5
5223    
5224     continue
5225     fi
5226 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5227 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5228     /* confdefs.h. */
5229     _ACEOF
5230     cat confdefs.h >>conftest.$ac_ext
5231     cat >>conftest.$ac_ext <<_ACEOF
5232     /* end confdefs.h. */
5233     $ac_declaration
5234     int
5235     main ()
5236     {
5237     exit (42);
5238     ;
5239     return 0;
5240     }
5241     _ACEOF
5242     rm -f conftest.$ac_objext
5243     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5244 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5245 pcg 1.1 ac_status=$?
5246 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5247     rm -f conftest.er1
5248     cat conftest.err >&5
5249 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250     (exit $ac_status); } &&
5251 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5252     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5253     (eval $ac_try) 2>&5
5254     ac_status=$?
5255     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5256     (exit $ac_status); }; } &&
5257     { ac_try='test -s conftest.$ac_objext'
5258 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5259     (eval $ac_try) 2>&5
5260     ac_status=$?
5261     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5262     (exit $ac_status); }; }; then
5263     break
5264     else
5265     echo "$as_me: failed program was:" >&5
5266     sed 's/^/| /' conftest.$ac_ext >&5
5267    
5268     fi
5269 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5270 pcg 1.1 done
5271     rm -f conftest*
5272     if test -n "$ac_declaration"; then
5273     echo '#ifdef __cplusplus' >>confdefs.h
5274     echo $ac_declaration >>confdefs.h
5275     echo '#endif' >>confdefs.h
5276     fi
5277    
5278     else
5279     echo "$as_me: failed program was:" >&5
5280     sed 's/^/| /' conftest.$ac_ext >&5
5281    
5282     fi
5283 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5284 pcg 1.1 ac_ext=c
5285     ac_cpp='$CPP $CPPFLAGS'
5286     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5287     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5288     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5289    
5290     depcc="$CC" am_compiler_list=
5291    
5292     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5293     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5294     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5295     echo $ECHO_N "(cached) $ECHO_C" >&6
5296     else
5297     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5298     # We make a subdir and do the tests there. Otherwise we can end up
5299     # making bogus files that we don't know about and never remove. For
5300     # instance it was reported that on HP-UX the gcc test will end up
5301     # making a dummy file named `D' -- because `-MD' means `put the output
5302     # in D'.
5303     mkdir conftest.dir
5304     # Copy depcomp to subdir because otherwise we won't find it if we're
5305     # using a relative directory.
5306     cp "$am_depcomp" conftest.dir
5307     cd conftest.dir
5308     # We will build objects and dependencies in a subdirectory because
5309     # it helps to detect inapplicable dependency modes. For instance
5310     # both Tru64's cc and ICC support -MD to output dependencies as a
5311     # side effect of compilation, but ICC will put the dependencies in
5312     # the current directory while Tru64 will put them in the object
5313     # directory.
5314     mkdir sub
5315    
5316     am_cv_CC_dependencies_compiler_type=none
5317     if test "$am_compiler_list" = ""; then
5318     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5319     fi
5320     for depmode in $am_compiler_list; do
5321     # Setup a source with many dependencies, because some compilers
5322     # like to wrap large dependency lists on column 80 (with \), and
5323     # we should not choose a depcomp mode which is confused by this.
5324     #
5325     # We need to recreate these files for each test, as the compiler may
5326     # overwrite some of them when testing with obscure command lines.
5327     # This happens at least with the AIX C compiler.
5328     : > sub/conftest.c
5329     for i in 1 2 3 4 5 6; do
5330     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5331     : > sub/conftst$i.h
5332     done
5333     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5334    
5335     case $depmode in
5336     nosideeffect)
5337     # after this tag, mechanisms are not by side-effect, so they'll
5338     # only be used when explicitly requested
5339     if test "x$enable_dependency_tracking" = xyes; then
5340     continue
5341     else
5342     break
5343     fi
5344     ;;
5345     none) break ;;
5346     esac
5347     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5348     # mode. It turns out that the SunPro C++ compiler does not properly
5349     # handle `-M -o', and we need to detect this.
5350     if depmode=$depmode \
5351     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5352     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5353     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5354     >/dev/null 2>conftest.err &&
5355     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5356     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5357     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5358     # icc doesn't choke on unknown options, it will just issue warnings
5359     # (even with -Werror). So we grep stderr for any message
5360     # that says an option was ignored.
5361     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5362     am_cv_CC_dependencies_compiler_type=$depmode
5363     break
5364     fi
5365     fi
5366     done
5367    
5368     cd ..
5369     rm -rf conftest.dir
5370     else
5371     am_cv_CC_dependencies_compiler_type=none
5372     fi
5373    
5374     fi
5375     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5376     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5377     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5378    
5379    
5380    
5381     if
5382     test "x$enable_dependency_tracking" != xno \
5383     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5384     am__fastdepCC_TRUE=
5385     am__fastdepCC_FALSE='#'
5386     else
5387     am__fastdepCC_TRUE='#'
5388     am__fastdepCC_FALSE=
5389     fi
5390    
5391    
5392     ac_ext=c
5393     ac_cpp='$CPP $CPPFLAGS'
5394     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5395     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5396     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5397     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5398     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5399     # On Suns, sometimes $CPP names a directory.
5400     if test -n "$CPP" && test -d "$CPP"; then
5401     CPP=
5402     fi
5403     if test -z "$CPP"; then
5404     if test "${ac_cv_prog_CPP+set}" = set; then
5405     echo $ECHO_N "(cached) $ECHO_C" >&6
5406     else
5407     # Double quotes because CPP needs to be expanded
5408     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5409     do
5410     ac_preproc_ok=false
5411     for ac_c_preproc_warn_flag in '' yes
5412     do
5413     # Use a header file that comes with gcc, so configuring glibc
5414     # with a fresh cross-compiler works.
5415     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5416     # <limits.h> exists even on freestanding compilers.
5417     # On the NeXT, cc -E runs the code through the compiler's parser,
5418     # not just through cpp. "Syntax error" is here to catch this case.
5419     cat >conftest.$ac_ext <<_ACEOF
5420     /* confdefs.h. */
5421     _ACEOF
5422     cat confdefs.h >>conftest.$ac_ext
5423     cat >>conftest.$ac_ext <<_ACEOF
5424     /* end confdefs.h. */
5425     #ifdef __STDC__
5426     # include <limits.h>
5427     #else
5428     # include <assert.h>
5429     #endif
5430 pcg 1.11 Syntax error
5431 pcg 1.1 _ACEOF
5432     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5433     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5434     ac_status=$?
5435     grep -v '^ *+' conftest.er1 >conftest.err
5436     rm -f conftest.er1
5437     cat conftest.err >&5
5438     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5439     (exit $ac_status); } >/dev/null; then
5440     if test -s conftest.err; then
5441     ac_cpp_err=$ac_c_preproc_warn_flag
5442 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5443 pcg 1.1 else
5444     ac_cpp_err=
5445     fi
5446     else
5447     ac_cpp_err=yes
5448     fi
5449     if test -z "$ac_cpp_err"; then
5450     :
5451     else
5452     echo "$as_me: failed program was:" >&5
5453     sed 's/^/| /' conftest.$ac_ext >&5
5454    
5455     # Broken: fails on valid input.
5456     continue
5457     fi
5458     rm -f conftest.err conftest.$ac_ext
5459    
5460     # OK, works on sane cases. Now check whether non-existent headers
5461     # can be detected and how.
5462     cat >conftest.$ac_ext <<_ACEOF
5463     /* confdefs.h. */
5464     _ACEOF
5465     cat confdefs.h >>conftest.$ac_ext
5466     cat >>conftest.$ac_ext <<_ACEOF
5467     /* end confdefs.h. */
5468     #include <ac_nonexistent.h>
5469     _ACEOF
5470     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5471     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5472     ac_status=$?
5473     grep -v '^ *+' conftest.er1 >conftest.err
5474     rm -f conftest.er1
5475     cat conftest.err >&5
5476     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5477     (exit $ac_status); } >/dev/null; then
5478     if test -s conftest.err; then
5479     ac_cpp_err=$ac_c_preproc_warn_flag
5480 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5481 pcg 1.1 else
5482     ac_cpp_err=
5483     fi
5484     else
5485     ac_cpp_err=yes
5486     fi
5487     if test -z "$ac_cpp_err"; then
5488     # Broken: success on invalid input.
5489     continue
5490     else
5491     echo "$as_me: failed program was:" >&5
5492     sed 's/^/| /' conftest.$ac_ext >&5
5493    
5494     # Passes both tests.
5495     ac_preproc_ok=:
5496     break
5497     fi
5498     rm -f conftest.err conftest.$ac_ext
5499    
5500     done
5501     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5502     rm -f conftest.err conftest.$ac_ext
5503     if $ac_preproc_ok; then
5504     break
5505     fi
5506    
5507     done
5508     ac_cv_prog_CPP=$CPP
5509    
5510     fi
5511     CPP=$ac_cv_prog_CPP
5512     else
5513     ac_cv_prog_CPP=$CPP
5514     fi
5515     echo "$as_me:$LINENO: result: $CPP" >&5
5516     echo "${ECHO_T}$CPP" >&6
5517     ac_preproc_ok=false
5518     for ac_c_preproc_warn_flag in '' yes
5519     do
5520     # Use a header file that comes with gcc, so configuring glibc
5521     # with a fresh cross-compiler works.
5522     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5523     # <limits.h> exists even on freestanding compilers.
5524     # On the NeXT, cc -E runs the code through the compiler's parser,
5525     # not just through cpp. "Syntax error" is here to catch this case.
5526     cat >conftest.$ac_ext <<_ACEOF
5527     /* confdefs.h. */
5528     _ACEOF
5529     cat confdefs.h >>conftest.$ac_ext
5530     cat >>conftest.$ac_ext <<_ACEOF
5531     /* end confdefs.h. */
5532     #ifdef __STDC__
5533     # include <limits.h>
5534     #else
5535     # include <assert.h>
5536     #endif
5537 pcg 1.11 Syntax error
5538 pcg 1.1 _ACEOF
5539     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5540     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5541     ac_status=$?
5542     grep -v '^ *+' conftest.er1 >conftest.err
5543     rm -f conftest.er1
5544     cat conftest.err >&5
5545     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5546     (exit $ac_status); } >/dev/null; then
5547     if test -s conftest.err; then
5548     ac_cpp_err=$ac_c_preproc_warn_flag
5549 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5550 pcg 1.1 else
5551     ac_cpp_err=
5552     fi
5553     else
5554     ac_cpp_err=yes
5555     fi
5556     if test -z "$ac_cpp_err"; then
5557     :
5558     else
5559     echo "$as_me: failed program was:" >&5
5560     sed 's/^/| /' conftest.$ac_ext >&5
5561    
5562     # Broken: fails on valid input.
5563     continue
5564     fi
5565     rm -f conftest.err conftest.$ac_ext
5566    
5567     # OK, works on sane cases. Now check whether non-existent headers
5568     # can be detected and how.
5569     cat >conftest.$ac_ext <<_ACEOF
5570     /* confdefs.h. */
5571     _ACEOF
5572     cat confdefs.h >>conftest.$ac_ext
5573     cat >>conftest.$ac_ext <<_ACEOF
5574     /* end confdefs.h. */
5575     #include <ac_nonexistent.h>
5576     _ACEOF
5577     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5578     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5579     ac_status=$?
5580     grep -v '^ *+' conftest.er1 >conftest.err
5581     rm -f conftest.er1
5582     cat conftest.err >&5
5583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5584     (exit $ac_status); } >/dev/null; then
5585     if test -s conftest.err; then
5586     ac_cpp_err=$ac_c_preproc_warn_flag
5587 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5588 pcg 1.1 else
5589     ac_cpp_err=
5590     fi
5591     else
5592     ac_cpp_err=yes
5593     fi
5594     if test -z "$ac_cpp_err"; then
5595     # Broken: success on invalid input.
5596     continue
5597     else
5598     echo "$as_me: failed program was:" >&5
5599     sed 's/^/| /' conftest.$ac_ext >&5
5600    
5601     # Passes both tests.
5602     ac_preproc_ok=:
5603     break
5604     fi
5605     rm -f conftest.err conftest.$ac_ext
5606    
5607     done
5608     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5609     rm -f conftest.err conftest.$ac_ext
5610     if $ac_preproc_ok; then
5611     :
5612     else
5613     { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5614     See \`config.log' for more details." >&5
5615     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5616     See \`config.log' for more details." >&2;}
5617     { (exit 1); exit 1; }; }
5618     fi
5619    
5620     ac_ext=c
5621     ac_cpp='$CPP $CPPFLAGS'
5622     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5623     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5624     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5625    
5626     ac_ext=cc
5627     ac_cpp='$CXXCPP $CPPFLAGS'
5628     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5629     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5630     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5631     if test -n "$ac_tool_prefix"; then
5632     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5633     do
5634     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5635     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5636     echo "$as_me:$LINENO: checking for $ac_word" >&5
5637     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5638     if test "${ac_cv_prog_CXX+set}" = set; then
5639     echo $ECHO_N "(cached) $ECHO_C" >&6
5640     else
5641     if test -n "$CXX"; then
5642     ac_cv_prog_CXX="$CXX" # Let the user override the test.
5643     else
5644     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5645     for as_dir in $PATH
5646     do
5647     IFS=$as_save_IFS
5648     test -z "$as_dir" && as_dir=.
5649     for ac_exec_ext in '' $ac_executable_extensions; do
5650     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5651     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5652     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5653     break 2
5654     fi
5655     done
5656     done
5657    
5658     fi
5659     fi
5660     CXX=$ac_cv_prog_CXX
5661     if test -n "$CXX"; then
5662     echo "$as_me:$LINENO: result: $CXX" >&5
5663     echo "${ECHO_T}$CXX" >&6
5664     else
5665     echo "$as_me:$LINENO: result: no" >&5
5666     echo "${ECHO_T}no" >&6
5667     fi
5668    
5669     test -n "$CXX" && break
5670     done
5671     fi
5672     if test -z "$CXX"; then
5673     ac_ct_CXX=$CXX
5674     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5675     do
5676     # Extract the first word of "$ac_prog", so it can be a program name with args.
5677     set dummy $ac_prog; ac_word=$2
5678     echo "$as_me:$LINENO: checking for $ac_word" >&5
5679     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5680     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5681     echo $ECHO_N "(cached) $ECHO_C" >&6
5682     else
5683     if test -n "$ac_ct_CXX"; then
5684     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5685     else
5686     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5687     for as_dir in $PATH
5688     do
5689     IFS=$as_save_IFS
5690     test -z "$as_dir" && as_dir=.
5691     for ac_exec_ext in '' $ac_executable_extensions; do
5692     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5693     ac_cv_prog_ac_ct_CXX="$ac_prog"
5694     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5695     break 2
5696     fi
5697     done
5698     done
5699    
5700     fi
5701     fi
5702     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5703     if test -n "$ac_ct_CXX"; then
5704     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5705     echo "${ECHO_T}$ac_ct_CXX" >&6
5706     else
5707     echo "$as_me:$LINENO: result: no" >&5
5708     echo "${ECHO_T}no" >&6
5709     fi
5710    
5711     test -n "$ac_ct_CXX" && break
5712     done
5713     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5714    
5715     CXX=$ac_ct_CXX
5716     fi
5717    
5718    
5719     # Provide some information about the compiler.
5720     echo "$as_me:$LINENO:" \
5721     "checking for C++ compiler version" >&5
5722     ac_compiler=`set X $ac_compile; echo $2`
5723     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5724     (eval $ac_compiler --version </dev/null >&5) 2>&5
5725     ac_status=$?
5726     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5727     (exit $ac_status); }
5728     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5729     (eval $ac_compiler -v </dev/null >&5) 2>&5
5730     ac_status=$?
5731     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5732     (exit $ac_status); }
5733     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5734     (eval $ac_compiler -V </dev/null >&5) 2>&5
5735     ac_status=$?
5736     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5737     (exit $ac_status); }
5738    
5739     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5740     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5741     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5742     echo $ECHO_N "(cached) $ECHO_C" >&6
5743     else
5744     cat >conftest.$ac_ext <<_ACEOF
5745     /* confdefs.h. */
5746     _ACEOF
5747     cat confdefs.h >>conftest.$ac_ext
5748     cat >>conftest.$ac_ext <<_ACEOF
5749     /* end confdefs.h. */
5750    
5751     int
5752     main ()
5753     {
5754     #ifndef __GNUC__
5755     choke me
5756     #endif
5757    
5758     ;
5759     return 0;
5760     }
5761     _ACEOF
5762     rm -f conftest.$ac_objext
5763     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5764 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5765 pcg 1.1 ac_status=$?
5766 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5767     rm -f conftest.er1
5768     cat conftest.err >&5
5769 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5770     (exit $ac_status); } &&
5771 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5772     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5773     (eval $ac_try) 2>&5
5774     ac_status=$?
5775     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5776     (exit $ac_status); }; } &&
5777     { ac_try='test -s conftest.$ac_objext'
5778 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5779     (eval $ac_try) 2>&5
5780     ac_status=$?
5781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5782     (exit $ac_status); }; }; then
5783     ac_compiler_gnu=yes
5784     else
5785     echo "$as_me: failed program was:" >&5
5786     sed 's/^/| /' conftest.$ac_ext >&5
5787    
5788     ac_compiler_gnu=no
5789     fi
5790 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5791 pcg 1.1 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5792    
5793     fi
5794     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5795     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5796     GXX=`test $ac_compiler_gnu = yes && echo yes`
5797     ac_test_CXXFLAGS=${CXXFLAGS+set}
5798     ac_save_CXXFLAGS=$CXXFLAGS
5799     CXXFLAGS="-g"
5800     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5801     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5802     if test "${ac_cv_prog_cxx_g+set}" = set; then
5803     echo $ECHO_N "(cached) $ECHO_C" >&6
5804     else
5805     cat >conftest.$ac_ext <<_ACEOF
5806     /* confdefs.h. */
5807     _ACEOF
5808     cat confdefs.h >>conftest.$ac_ext
5809     cat >>conftest.$ac_ext <<_ACEOF
5810     /* end confdefs.h. */
5811    
5812     int
5813     main ()
5814     {
5815    
5816     ;
5817     return 0;
5818     }
5819     _ACEOF
5820     rm -f conftest.$ac_objext
5821     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5822 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5823 pcg 1.1 ac_status=$?
5824 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5825     rm -f conftest.er1
5826     cat conftest.err >&5
5827 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5828     (exit $ac_status); } &&
5829 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5830     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5831     (eval $ac_try) 2>&5
5832     ac_status=$?
5833     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5834     (exit $ac_status); }; } &&
5835     { ac_try='test -s conftest.$ac_objext'
5836 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5837     (eval $ac_try) 2>&5
5838     ac_status=$?
5839     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5840     (exit $ac_status); }; }; then
5841     ac_cv_prog_cxx_g=yes
5842     else
5843     echo "$as_me: failed program was:" >&5
5844     sed 's/^/| /' conftest.$ac_ext >&5
5845    
5846     ac_cv_prog_cxx_g=no
5847     fi
5848 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5849 pcg 1.1 fi
5850     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5851     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5852     if test "$ac_test_CXXFLAGS" = set; then
5853     CXXFLAGS=$ac_save_CXXFLAGS
5854     elif test $ac_cv_prog_cxx_g = yes; then
5855     if test "$GXX" = yes; then
5856     CXXFLAGS="-g -O2"
5857     else
5858     CXXFLAGS="-g"
5859     fi
5860     else
5861     if test "$GXX" = yes; then
5862     CXXFLAGS="-O2"
5863     else
5864     CXXFLAGS=
5865     fi
5866     fi
5867     for ac_declaration in \
5868     '' \
5869     'extern "C" void std::exit (int) throw (); using std::exit;' \
5870     'extern "C" void std::exit (int); using std::exit;' \
5871     'extern "C" void exit (int) throw ();' \
5872     'extern "C" void exit (int);' \
5873     'void exit (int);'
5874     do
5875     cat >conftest.$ac_ext <<_ACEOF
5876     /* confdefs.h. */
5877     _ACEOF
5878     cat confdefs.h >>conftest.$ac_ext
5879     cat >>conftest.$ac_ext <<_ACEOF
5880     /* end confdefs.h. */
5881     $ac_declaration
5882     #include <stdlib.h>
5883     int
5884     main ()
5885     {
5886     exit (42);
5887     ;
5888     return 0;
5889     }
5890     _ACEOF
5891     rm -f conftest.$ac_objext
5892     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5893 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5894 pcg 1.1 ac_status=$?
5895 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5896     rm -f conftest.er1
5897     cat conftest.err >&5
5898 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5899     (exit $ac_status); } &&
5900 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5901     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5902     (eval $ac_try) 2>&5
5903     ac_status=$?
5904     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5905     (exit $ac_status); }; } &&
5906     { ac_try='test -s conftest.$ac_objext'
5907 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5908     (eval $ac_try) 2>&5
5909     ac_status=$?
5910     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5911     (exit $ac_status); }; }; then
5912     :
5913     else
5914     echo "$as_me: failed program was:" >&5
5915     sed 's/^/| /' conftest.$ac_ext >&5
5916    
5917     continue
5918     fi
5919 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5920 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5921     /* confdefs.h. */
5922     _ACEOF
5923     cat confdefs.h >>conftest.$ac_ext
5924     cat >>conftest.$ac_ext <<_ACEOF
5925     /* end confdefs.h. */
5926     $ac_declaration
5927     int
5928     main ()
5929     {
5930     exit (42);
5931     ;
5932     return 0;
5933     }
5934     _ACEOF
5935     rm -f conftest.$ac_objext
5936     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5937 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5938 pcg 1.1 ac_status=$?
5939 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5940     rm -f conftest.er1
5941     cat conftest.err >&5
5942 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943     (exit $ac_status); } &&
5944 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5945     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5946     (eval $ac_try) 2>&5
5947     ac_status=$?
5948     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949     (exit $ac_status); }; } &&
5950     { ac_try='test -s conftest.$ac_objext'
5951 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952     (eval $ac_try) 2>&5
5953     ac_status=$?
5954     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955     (exit $ac_status); }; }; then
5956     break
5957     else
5958     echo "$as_me: failed program was:" >&5
5959     sed 's/^/| /' conftest.$ac_ext >&5
5960    
5961     fi
5962 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5963 pcg 1.1 done
5964     rm -f conftest*
5965     if test -n "$ac_declaration"; then
5966     echo '#ifdef __cplusplus' >>confdefs.h
5967     echo $ac_declaration >>confdefs.h
5968     echo '#endif' >>confdefs.h
5969     fi
5970    
5971     ac_ext=c
5972     ac_cpp='$CPP $CPPFLAGS'
5973     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5974     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5975     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5976    
5977     depcc="$CXX" am_compiler_list=
5978    
5979     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5980     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5981     if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5982     echo $ECHO_N "(cached) $ECHO_C" >&6
5983     else
5984     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5985     # We make a subdir and do the tests there. Otherwise we can end up
5986     # making bogus files that we don't know about and never remove. For
5987     # instance it was reported that on HP-UX the gcc test will end up
5988     # making a dummy file named `D' -- because `-MD' means `put the output
5989     # in D'.
5990     mkdir conftest.dir
5991     # Copy depcomp to subdir because otherwise we won't find it if we're
5992     # using a relative directory.
5993     cp "$am_depcomp" conftest.dir
5994     cd conftest.dir
5995     # We will build objects and dependencies in a subdirectory because
5996     # it helps to detect inapplicable dependency modes. For instance
5997     # both Tru64's cc and ICC support -MD to output dependencies as a
5998     # side effect of compilation, but ICC will put the dependencies in
5999     # the current directory while Tru64 will put them in the object
6000     # directory.
6001     mkdir sub
6002    
6003     am_cv_CXX_dependencies_compiler_type=none
6004     if test "$am_compiler_list" = ""; then
6005     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6006     fi
6007     for depmode in $am_compiler_list; do
6008     # Setup a source with many dependencies, because some compilers
6009     # like to wrap large dependency lists on column 80 (with \), and
6010     # we should not choose a depcomp mode which is confused by this.
6011     #
6012     # We need to recreate these files for each test, as the compiler may
6013     # overwrite some of them when testing with obscure command lines.
6014     # This happens at least with the AIX C compiler.
6015     : > sub/conftest.c
6016     for i in 1 2 3 4 5 6; do
6017     echo '#include "conftst'$i'.h"' >> sub/conftest.c
6018     : > sub/conftst$i.h
6019     done
6020     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6021    
6022     case $depmode in
6023     nosideeffect)
6024     # after this tag, mechanisms are not by side-effect, so they'll
6025     # only be used when explicitly requested
6026     if test "x$enable_dependency_tracking" = xyes; then
6027     continue
6028     else
6029     break
6030     fi
6031     ;;
6032     none) break ;;
6033     esac
6034     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6035     # mode. It turns out that the SunPro C++ compiler does not properly
6036     # handle `-M -o', and we need to detect this.
6037     if depmode=$depmode \
6038     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6039     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6040     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6041     >/dev/null 2>conftest.err &&
6042     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6043     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6044     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6045     # icc doesn't choke on unknown options, it will just issue warnings
6046     # (even with -Werror). So we grep stderr for any message
6047     # that says an option was ignored.
6048     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6049     am_cv_CXX_dependencies_compiler_type=$depmode
6050     break
6051     fi
6052     fi
6053     done
6054    
6055     cd ..
6056     rm -rf conftest.dir
6057     else
6058     am_cv_CXX_dependencies_compiler_type=none
6059     fi
6060    
6061     fi
6062     echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6063     echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6064     CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6065    
6066    
6067    
6068     if
6069     test "x$enable_dependency_tracking" != xno \
6070     && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6071     am__fastdepCXX_TRUE=
6072     am__fastdepCXX_FALSE='#'
6073     else
6074     am__fastdepCXX_TRUE='#'
6075     am__fastdepCXX_FALSE=
6076     fi
6077    
6078    
6079    
6080     echo "$as_me:$LINENO: checking for egrep" >&5
6081     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6082     if test "${ac_cv_prog_egrep+set}" = set; then
6083     echo $ECHO_N "(cached) $ECHO_C" >&6
6084     else
6085     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6086     then ac_cv_prog_egrep='grep -E'
6087     else ac_cv_prog_egrep='egrep'
6088     fi
6089     fi
6090     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6091     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6092     EGREP=$ac_cv_prog_egrep
6093    
6094    
6095     if test $ac_cv_c_compiler_gnu = yes; then
6096     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6097     echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6098     if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6099     echo $ECHO_N "(cached) $ECHO_C" >&6
6100     else
6101     ac_pattern="Autoconf.*'x'"
6102     cat >conftest.$ac_ext <<_ACEOF
6103     /* confdefs.h. */
6104     _ACEOF
6105     cat confdefs.h >>conftest.$ac_ext
6106     cat >>conftest.$ac_ext <<_ACEOF
6107     /* end confdefs.h. */
6108     #include <sgtty.h>
6109     Autoconf TIOCGETP
6110     _ACEOF
6111     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6112     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6113     ac_cv_prog_gcc_traditional=yes
6114     else
6115     ac_cv_prog_gcc_traditional=no
6116     fi
6117     rm -f conftest*
6118    
6119    
6120     if test $ac_cv_prog_gcc_traditional = no; then
6121     cat >conftest.$ac_ext <<_ACEOF
6122     /* confdefs.h. */
6123     _ACEOF
6124     cat confdefs.h >>conftest.$ac_ext
6125     cat >>conftest.$ac_ext <<_ACEOF
6126     /* end confdefs.h. */
6127     #include <termio.h>
6128     Autoconf TCGETA
6129     _ACEOF
6130     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6131     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6132     ac_cv_prog_gcc_traditional=yes
6133     fi
6134     rm -f conftest*
6135    
6136     fi
6137     fi
6138     echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6139     echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6140     if test $ac_cv_prog_gcc_traditional = yes; then
6141     CC="$CC -traditional"
6142     fi
6143     fi
6144    
6145     for ac_prog in gawk mawk nawk awk
6146     do
6147     # Extract the first word of "$ac_prog", so it can be a program name with args.
6148     set dummy $ac_prog; ac_word=$2
6149     echo "$as_me:$LINENO: checking for $ac_word" >&5
6150     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6151     if test "${ac_cv_prog_AWK+set}" = set; then
6152     echo $ECHO_N "(cached) $ECHO_C" >&6
6153     else
6154     if test -n "$AWK"; then
6155     ac_cv_prog_AWK="$AWK" # Let the user override the test.
6156     else
6157     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6158     for as_dir in $PATH
6159     do
6160     IFS=$as_save_IFS
6161     test -z "$as_dir" && as_dir=.
6162     for ac_exec_ext in '' $ac_executable_extensions; do
6163     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6164     ac_cv_prog_AWK="$ac_prog"
6165     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6166     break 2
6167     fi
6168     done
6169     done
6170    
6171     fi
6172     fi
6173     AWK=$ac_cv_prog_AWK
6174     if test -n "$AWK"; then
6175     echo "$as_me:$LINENO: result: $AWK" >&5
6176     echo "${ECHO_T}$AWK" >&6
6177     else
6178     echo "$as_me:$LINENO: result: no" >&5
6179     echo "${ECHO_T}no" >&6
6180     fi
6181    
6182     test -n "$AWK" && break
6183     done
6184    
6185     # Find a good install program. We prefer a C program (faster),
6186     # so one script is as good as another. But avoid the broken or
6187     # incompatible versions:
6188     # SysV /etc/install, /usr/sbin/install
6189     # SunOS /usr/etc/install
6190     # IRIX /sbin/install
6191     # AIX /bin/install
6192     # AmigaOS /C/install, which installs bootblocks on floppy discs
6193     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6194     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6195     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6196 pcg 1.11 # OS/2's system install, which has a completely different semantic
6197 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
6198     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6199     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6200     if test -z "$INSTALL"; then
6201     if test "${ac_cv_path_install+set}" = set; then
6202     echo $ECHO_N "(cached) $ECHO_C" >&6
6203     else
6204     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6205     for as_dir in $PATH
6206     do
6207     IFS=$as_save_IFS
6208     test -z "$as_dir" && as_dir=.
6209     # Account for people who put trailing slashes in PATH elements.
6210     case $as_dir/ in
6211     ./ | .// | /cC/* | \
6212     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6213 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6214 pcg 1.1 /usr/ucb/* ) ;;
6215     *)
6216     # OSF1 and SCO ODT 3.0 have their own names for install.
6217     # Don't use installbsd from OSF since it installs stuff as root
6218     # by default.
6219     for ac_prog in ginstall scoinst install; do
6220     for ac_exec_ext in '' $ac_executable_extensions; do
6221 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6222     if test $ac_prog = install &&
6223     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6224     # AIX install. It has an incompatible calling convention.
6225     :
6226     elif test $ac_prog = install &&
6227     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6228     # program-specific install script used by HP pwplus--don't use.
6229     :
6230     else
6231     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6232     break 3
6233     fi
6234     fi
6235 pcg 1.1 done
6236     done
6237     ;;
6238     esac
6239     done
6240    
6241    
6242     fi
6243     if test "${ac_cv_path_install+set}" = set; then
6244     INSTALL=$ac_cv_path_install
6245     else
6246     # As a last resort, use the slow shell script. We don't cache a
6247     # path for INSTALL within a source directory, because that will
6248     # break other packages using the cache if that directory is
6249     # removed, or if the path is relative.
6250     INSTALL=$ac_install_sh
6251     fi
6252     fi
6253     echo "$as_me:$LINENO: result: $INSTALL" >&5
6254     echo "${ECHO_T}$INSTALL" >&6
6255    
6256     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6257     # It thinks the first close brace ends the variable substitution.
6258     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6259    
6260     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6261    
6262     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6263    
6264     echo "$as_me:$LINENO: checking whether ln -s works" >&5
6265     echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6266     LN_S=$as_ln_s
6267     if test "$LN_S" = "ln -s"; then
6268     echo "$as_me:$LINENO: result: yes" >&5
6269     echo "${ECHO_T}yes" >&6
6270     else
6271     echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6272     echo "${ECHO_T}no, using $LN_S" >&6
6273     fi
6274    
6275     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6276     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6277 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6278 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6279     echo $ECHO_N "(cached) $ECHO_C" >&6
6280     else
6281     cat >conftest.make <<\_ACEOF
6282     all:
6283     @echo 'ac_maketemp="$(MAKE)"'
6284     _ACEOF
6285     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6286     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6287     if test -n "$ac_maketemp"; then
6288     eval ac_cv_prog_make_${ac_make}_set=yes
6289     else
6290     eval ac_cv_prog_make_${ac_make}_set=no
6291     fi
6292     rm -f conftest.make
6293     fi
6294     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6295     echo "$as_me:$LINENO: result: yes" >&5
6296     echo "${ECHO_T}yes" >&6
6297     SET_MAKE=
6298     else
6299     echo "$as_me:$LINENO: result: no" >&5
6300     echo "${ECHO_T}no" >&6
6301     SET_MAKE="MAKE=${MAKE-make}"
6302     fi
6303    
6304     if test -n "$ac_tool_prefix"; then
6305     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6306     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6307     echo "$as_me:$LINENO: checking for $ac_word" >&5
6308     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6309     if test "${ac_cv_prog_RANLIB+set}" = set; then
6310     echo $ECHO_N "(cached) $ECHO_C" >&6
6311     else
6312     if test -n "$RANLIB"; then
6313     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6314     else
6315     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6316     for as_dir in $PATH
6317     do
6318     IFS=$as_save_IFS
6319     test -z "$as_dir" && as_dir=.
6320     for ac_exec_ext in '' $ac_executable_extensions; do
6321     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6322     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6323     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6324     break 2
6325     fi
6326     done
6327     done
6328    
6329     fi
6330     fi
6331     RANLIB=$ac_cv_prog_RANLIB
6332     if test -n "$RANLIB"; then
6333     echo "$as_me:$LINENO: result: $RANLIB" >&5
6334     echo "${ECHO_T}$RANLIB" >&6
6335     else
6336     echo "$as_me:$LINENO: result: no" >&5
6337     echo "${ECHO_T}no" >&6
6338     fi
6339    
6340     fi
6341     if test -z "$ac_cv_prog_RANLIB"; then
6342     ac_ct_RANLIB=$RANLIB
6343     # Extract the first word of "ranlib", so it can be a program name with args.
6344     set dummy ranlib; ac_word=$2
6345     echo "$as_me:$LINENO: checking for $ac_word" >&5
6346     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6347     if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6348     echo $ECHO_N "(cached) $ECHO_C" >&6
6349     else
6350     if test -n "$ac_ct_RANLIB"; then
6351     ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6352     else
6353     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6354     for as_dir in $PATH
6355     do
6356     IFS=$as_save_IFS
6357     test -z "$as_dir" && as_dir=.
6358     for ac_exec_ext in '' $ac_executable_extensions; do
6359     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6360     ac_cv_prog_ac_ct_RANLIB="ranlib"
6361     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6362     break 2
6363     fi
6364     done
6365     done
6366    
6367     test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6368     fi
6369     fi
6370     ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6371     if test -n "$ac_ct_RANLIB"; then
6372     echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6373     echo "${ECHO_T}$ac_ct_RANLIB" >&6
6374     else
6375     echo "$as_me:$LINENO: result: no" >&5
6376     echo "${ECHO_T}no" >&6
6377     fi
6378    
6379     RANLIB=$ac_ct_RANLIB
6380     else
6381     RANLIB="$ac_cv_prog_RANLIB"
6382     fi
6383    
6384    
6385     # Check whether --enable-iftype or --disable-iftype was given.
6386     if test "${enable_iftype+set}" = set; then
6387     enableval="$enable_iftype"
6388    
6389     IFTYPE=`echo $enableval | sed s%/.*%%`
6390     IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6391    
6392    
6393     fi;
6394    
6395     echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6396     echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6397    
6398     if test "x$IFTYPE" = "x"; then
6399     case $target_os in
6400     *linux*)
6401     IFTYPE=native
6402     IFSUBTYPE=linux
6403    
6404     cat >>confdefs.h <<\_ACEOF
6405     #define HAVE_LINUX 1
6406     _ACEOF
6407    
6408     ;;
6409     *freebsd*)
6410     IFTYPE=tincd
6411     IFSUBTYPE=freebsd
6412    
6413     cat >>confdefs.h <<\_ACEOF
6414     #define HAVE_FREEBSD 1
6415     _ACEOF
6416    
6417     ;;
6418     *darwin*)
6419     IFTYPE=tincd
6420     IFSUBTYPE=darwin
6421    
6422     cat >>confdefs.h <<\_ACEOF
6423     #define HAVE_DARWIN 1
6424     _ACEOF
6425    
6426     ;;
6427     *solaris*)
6428     IFTYPE=tincd
6429     IFSUBTYPE=solaris
6430    
6431     cat >>confdefs.h <<\_ACEOF
6432     #define HAVE_SOLARIS 1
6433     _ACEOF
6434    
6435     ;;
6436     *openbsd*)
6437     IFTYPE=tincd
6438     IFSUBTYPE=openbsd
6439    
6440     cat >>confdefs.h <<\_ACEOF
6441     #define HAVE_OPENBSD 1
6442     _ACEOF
6443    
6444     ;;
6445     *netbsd*)
6446     IFTYPE=tincd
6447     IFSUBTYPE=netbsd
6448    
6449     cat >>confdefs.h <<\_ACEOF
6450     #define HAVE_NETBSD 1
6451     _ACEOF
6452    
6453     ;;
6454     *cygwin*)
6455 pcg 1.6 IFTYPE=native
6456 pcg 1.1 IFSUBTYPE=cygwin
6457    
6458     cat >>confdefs.h <<\_ACEOF
6459     #define HAVE_CYGWIN 1
6460     _ACEOF
6461    
6462     ;;
6463     *)
6464     { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6465     echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6466     { (exit 1); exit 1; }; }
6467     ;;
6468     esac
6469     fi
6470     echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6471     echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6472     IFTYPE=$IFTYPE
6473    
6474     IFSUBTYPE=$IFSUBTYPE
6475    
6476    
6477 pcg 1.9 cat >>confdefs.h <<_ACEOF
6478     #define IFTYPE "$IFTYPE"
6479     _ACEOF
6480    
6481    
6482     cat >>confdefs.h <<_ACEOF
6483     #define IFSUBTYPE "$IFSUBTYPE"
6484     _ACEOF
6485    
6486    
6487 pcg 1.1 cat >confcache <<\_ACEOF
6488     # This file is a shell script that caches the results of configure
6489     # tests run on this system so they can be shared between configure
6490     # scripts and configure runs, see configure's option --config-cache.
6491     # It is not useful on other systems. If it contains results you don't
6492     # want to keep, you may remove or edit it.
6493     #
6494     # config.status only pays attention to the cache file if you give it
6495     # the --recheck option to rerun configure.
6496     #
6497     # `ac_cv_env_foo' variables (set or unset) will be overridden when
6498     # loading this file, other *unset* `ac_cv_foo' will be assigned the
6499     # following values.
6500    
6501     _ACEOF
6502    
6503     # The following way of writing the cache mishandles newlines in values,
6504     # but we know of no workaround that is simple, portable, and efficient.
6505     # So, don't put newlines in cache variables' values.
6506     # Ultrix sh set writes to stderr and can't be redirected directly,
6507     # and sets the high bit in the cache file unless we assign to the vars.
6508     {
6509     (set) 2>&1 |
6510     case `(ac_space=' '; set | grep ac_space) 2>&1` in
6511     *ac_space=\ *)
6512     # `set' does not quote correctly, so add quotes (double-quote
6513     # substitution turns \\\\ into \\, and sed turns \\ into \).
6514     sed -n \
6515 pcg 1.11 "s/'/'\\\\''/g;
6516     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6517 pcg 1.1 ;;
6518     *)
6519     # `set' quotes correctly as required by POSIX, so do not add quotes.
6520     sed -n \
6521 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6522 pcg 1.1 ;;
6523     esac;
6524     } |
6525     sed '
6526     t clear
6527     : clear
6528     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6529     t end
6530     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6531     : end' >>confcache
6532     if diff $cache_file confcache >/dev/null 2>&1; then :; else
6533     if test -w $cache_file; then
6534     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6535     cat confcache >$cache_file
6536     else
6537     echo "not updating unwritable cache $cache_file"
6538     fi
6539     fi
6540     rm -f confcache
6541    
6542    
6543     ac_ext=cc
6544     ac_cpp='$CXXCPP $CPPFLAGS'
6545     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6546     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6547     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6548    
6549    
6550     ac_ext=cc
6551     ac_cpp='$CXXCPP $CPPFLAGS'
6552     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6553     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6554     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6555     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6556     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6557     if test -z "$CXXCPP"; then
6558     if test "${ac_cv_prog_CXXCPP+set}" = set; then
6559     echo $ECHO_N "(cached) $ECHO_C" >&6
6560     else
6561     # Double quotes because CXXCPP needs to be expanded
6562     for CXXCPP in "$CXX -E" "/lib/cpp"
6563     do
6564     ac_preproc_ok=false
6565     for ac_cxx_preproc_warn_flag in '' yes
6566     do
6567     # Use a header file that comes with gcc, so configuring glibc
6568     # with a fresh cross-compiler works.
6569     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6570     # <limits.h> exists even on freestanding compilers.
6571     # On the NeXT, cc -E runs the code through the compiler's parser,
6572     # not just through cpp. "Syntax error" is here to catch this case.
6573     cat >conftest.$ac_ext <<_ACEOF
6574     /* confdefs.h. */
6575     _ACEOF
6576     cat confdefs.h >>conftest.$ac_ext
6577     cat >>conftest.$ac_ext <<_ACEOF
6578     /* end confdefs.h. */
6579     #ifdef __STDC__
6580     # include <limits.h>
6581     #else
6582     # include <assert.h>
6583     #endif
6584 pcg 1.11 Syntax error
6585 pcg 1.1 _ACEOF
6586     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6587     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6588     ac_status=$?
6589     grep -v '^ *+' conftest.er1 >conftest.err
6590     rm -f conftest.er1
6591     cat conftest.err >&5
6592     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6593     (exit $ac_status); } >/dev/null; then
6594     if test -s conftest.err; then
6595     ac_cpp_err=$ac_cxx_preproc_warn_flag
6596 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6597 pcg 1.1 else
6598     ac_cpp_err=
6599     fi
6600     else
6601     ac_cpp_err=yes
6602     fi
6603     if test -z "$ac_cpp_err"; then
6604     :
6605     else
6606     echo "$as_me: failed program was:" >&5
6607     sed 's/^/| /' conftest.$ac_ext >&5
6608    
6609     # Broken: fails on valid input.
6610     continue
6611     fi
6612     rm -f conftest.err conftest.$ac_ext
6613    
6614     # OK, works on sane cases. Now check whether non-existent headers
6615     # can be detected and how.
6616     cat >conftest.$ac_ext <<_ACEOF
6617     /* confdefs.h. */
6618     _ACEOF
6619     cat confdefs.h >>conftest.$ac_ext
6620     cat >>conftest.$ac_ext <<_ACEOF
6621     /* end confdefs.h. */
6622     #include <ac_nonexistent.h>
6623     _ACEOF
6624     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6625     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6626     ac_status=$?
6627     grep -v '^ *+' conftest.er1 >conftest.err
6628     rm -f conftest.er1
6629     cat conftest.err >&5
6630     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6631     (exit $ac_status); } >/dev/null; then
6632     if test -s conftest.err; then
6633     ac_cpp_err=$ac_cxx_preproc_warn_flag
6634 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6635 pcg 1.1 else
6636     ac_cpp_err=
6637     fi
6638     else
6639     ac_cpp_err=yes
6640     fi
6641     if test -z "$ac_cpp_err"; then
6642     # Broken: success on invalid input.
6643     continue
6644     else
6645     echo "$as_me: failed program was:" >&5
6646     sed 's/^/| /' conftest.$ac_ext >&5
6647    
6648     # Passes both tests.
6649     ac_preproc_ok=:
6650     break
6651     fi
6652     rm -f conftest.err conftest.$ac_ext
6653    
6654     done
6655     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6656     rm -f conftest.err conftest.$ac_ext
6657     if $ac_preproc_ok; then
6658     break
6659     fi
6660    
6661     done
6662     ac_cv_prog_CXXCPP=$CXXCPP
6663    
6664     fi
6665     CXXCPP=$ac_cv_prog_CXXCPP
6666     else
6667     ac_cv_prog_CXXCPP=$CXXCPP
6668     fi
6669     echo "$as_me:$LINENO: result: $CXXCPP" >&5
6670     echo "${ECHO_T}$CXXCPP" >&6
6671     ac_preproc_ok=false
6672     for ac_cxx_preproc_warn_flag in '' yes
6673     do
6674     # Use a header file that comes with gcc, so configuring glibc
6675     # with a fresh cross-compiler works.
6676     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6677     # <limits.h> exists even on freestanding compilers.
6678     # On the NeXT, cc -E runs the code through the compiler's parser,
6679     # not just through cpp. "Syntax error" is here to catch this case.
6680     cat >conftest.$ac_ext <<_ACEOF
6681     /* confdefs.h. */
6682     _ACEOF
6683     cat confdefs.h >>conftest.$ac_ext
6684     cat >>conftest.$ac_ext <<_ACEOF
6685     /* end confdefs.h. */
6686     #ifdef __STDC__
6687     # include <limits.h>
6688     #else
6689     # include <assert.h>
6690     #endif
6691 pcg 1.11 Syntax error
6692 pcg 1.1 _ACEOF
6693     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6694     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6695     ac_status=$?
6696     grep -v '^ *+' conftest.er1 >conftest.err
6697     rm -f conftest.er1
6698     cat conftest.err >&5
6699     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6700     (exit $ac_status); } >/dev/null; then
6701     if test -s conftest.err; then
6702     ac_cpp_err=$ac_cxx_preproc_warn_flag
6703 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6704 pcg 1.1 else
6705     ac_cpp_err=
6706     fi
6707     else
6708     ac_cpp_err=yes
6709     fi
6710     if test -z "$ac_cpp_err"; then
6711     :
6712     else
6713     echo "$as_me: failed program was:" >&5
6714     sed 's/^/| /' conftest.$ac_ext >&5
6715    
6716     # Broken: fails on valid input.
6717     continue
6718     fi
6719     rm -f conftest.err conftest.$ac_ext
6720    
6721     # OK, works on sane cases. Now check whether non-existent headers
6722     # can be detected and how.
6723     cat >conftest.$ac_ext <<_ACEOF
6724     /* confdefs.h. */
6725     _ACEOF
6726     cat confdefs.h >>conftest.$ac_ext
6727     cat >>conftest.$ac_ext <<_ACEOF
6728     /* end confdefs.h. */
6729     #include <ac_nonexistent.h>
6730     _ACEOF
6731     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6732     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6733     ac_status=$?
6734     grep -v '^ *+' conftest.er1 >conftest.err
6735     rm -f conftest.er1
6736     cat conftest.err >&5
6737     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6738     (exit $ac_status); } >/dev/null; then
6739     if test -s conftest.err; then
6740     ac_cpp_err=$ac_cxx_preproc_warn_flag
6741 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6742 pcg 1.1 else
6743     ac_cpp_err=
6744     fi
6745     else
6746     ac_cpp_err=yes
6747     fi
6748     if test -z "$ac_cpp_err"; then
6749     # Broken: success on invalid input.
6750     continue
6751     else
6752     echo "$as_me: failed program was:" >&5
6753     sed 's/^/| /' conftest.$ac_ext >&5
6754    
6755     # Passes both tests.
6756     ac_preproc_ok=:
6757     break
6758     fi
6759     rm -f conftest.err conftest.$ac_ext
6760    
6761     done
6762     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6763     rm -f conftest.err conftest.$ac_ext
6764     if $ac_preproc_ok; then
6765     :
6766     else
6767     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6768     See \`config.log' for more details." >&5
6769     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6770     See \`config.log' for more details." >&2;}
6771     { (exit 1); exit 1; }; }
6772     fi
6773    
6774     ac_ext=cc
6775     ac_cpp='$CXXCPP $CPPFLAGS'
6776     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6777     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6778     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6779    
6780    
6781     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6782     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6783     if test "${ac_cv_header_stdc+set}" = set; then
6784     echo $ECHO_N "(cached) $ECHO_C" >&6
6785     else
6786     cat >conftest.$ac_ext <<_ACEOF
6787     /* confdefs.h. */
6788     _ACEOF
6789     cat confdefs.h >>conftest.$ac_ext
6790     cat >>conftest.$ac_ext <<_ACEOF
6791     /* end confdefs.h. */
6792     #include <stdlib.h>
6793     #include <stdarg.h>
6794     #include <string.h>
6795     #include <float.h>
6796    
6797     int
6798     main ()
6799     {
6800    
6801     ;
6802     return 0;
6803     }
6804     _ACEOF
6805     rm -f conftest.$ac_objext
6806     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6807 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6808 pcg 1.1 ac_status=$?
6809 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6810     rm -f conftest.er1
6811     cat conftest.err >&5
6812 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6813     (exit $ac_status); } &&
6814 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6815     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6816     (eval $ac_try) 2>&5
6817     ac_status=$?
6818     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819     (exit $ac_status); }; } &&
6820     { ac_try='test -s conftest.$ac_objext'
6821 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6822     (eval $ac_try) 2>&5
6823     ac_status=$?
6824     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825     (exit $ac_status); }; }; then
6826     ac_cv_header_stdc=yes
6827     else
6828     echo "$as_me: failed program was:" >&5
6829     sed 's/^/| /' conftest.$ac_ext >&5
6830    
6831     ac_cv_header_stdc=no
6832     fi
6833 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6834 pcg 1.1
6835     if test $ac_cv_header_stdc = yes; then
6836     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6837     cat >conftest.$ac_ext <<_ACEOF
6838     /* confdefs.h. */
6839     _ACEOF
6840     cat confdefs.h >>conftest.$ac_ext
6841     cat >>conftest.$ac_ext <<_ACEOF
6842     /* end confdefs.h. */
6843     #include <string.h>
6844    
6845     _ACEOF
6846     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6847     $EGREP "memchr" >/dev/null 2>&1; then
6848     :
6849     else
6850     ac_cv_header_stdc=no
6851     fi
6852     rm -f conftest*
6853    
6854     fi
6855    
6856     if test $ac_cv_header_stdc = yes; then
6857     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6858     cat >conftest.$ac_ext <<_ACEOF
6859     /* confdefs.h. */
6860     _ACEOF
6861     cat confdefs.h >>conftest.$ac_ext
6862     cat >>conftest.$ac_ext <<_ACEOF
6863     /* end confdefs.h. */
6864     #include <stdlib.h>
6865    
6866     _ACEOF
6867     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6868     $EGREP "free" >/dev/null 2>&1; then
6869     :
6870     else
6871     ac_cv_header_stdc=no
6872     fi
6873     rm -f conftest*
6874    
6875     fi
6876    
6877     if test $ac_cv_header_stdc = yes; then
6878     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6879     if test "$cross_compiling" = yes; then
6880     :
6881     else
6882     cat >conftest.$ac_ext <<_ACEOF
6883     /* confdefs.h. */
6884     _ACEOF
6885     cat confdefs.h >>conftest.$ac_ext
6886     cat >>conftest.$ac_ext <<_ACEOF
6887     /* end confdefs.h. */
6888     #include <ctype.h>
6889     #if ((' ' & 0x0FF) == 0x020)
6890     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6891     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6892     #else
6893     # define ISLOWER(c) \
6894 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
6895     || ('j' <= (c) && (c) <= 'r') \
6896     || ('s' <= (c) && (c) <= 'z'))
6897 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6898     #endif
6899    
6900     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6901     int
6902     main ()
6903     {
6904     int i;
6905     for (i = 0; i < 256; i++)
6906     if (XOR (islower (i), ISLOWER (i))
6907 pcg 1.11 || toupper (i) != TOUPPER (i))
6908 pcg 1.1 exit(2);
6909     exit (0);
6910     }
6911     _ACEOF
6912     rm -f conftest$ac_exeext
6913     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6914     (eval $ac_link) 2>&5
6915     ac_status=$?
6916     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6917     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6918     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6919     (eval $ac_try) 2>&5
6920     ac_status=$?
6921     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6922     (exit $ac_status); }; }; then
6923     :
6924     else
6925     echo "$as_me: program exited with status $ac_status" >&5
6926     echo "$as_me: failed program was:" >&5
6927     sed 's/^/| /' conftest.$ac_ext >&5
6928    
6929     ( exit $ac_status )
6930     ac_cv_header_stdc=no
6931     fi
6932     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6933     fi
6934     fi
6935     fi
6936     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6937     echo "${ECHO_T}$ac_cv_header_stdc" >&6
6938     if test $ac_cv_header_stdc = yes; then
6939    
6940     cat >>confdefs.h <<\_ACEOF
6941     #define STDC_HEADERS 1
6942     _ACEOF
6943    
6944     fi
6945    
6946     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6947    
6948    
6949    
6950    
6951    
6952    
6953    
6954    
6955    
6956     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6957 pcg 1.11 inttypes.h stdint.h unistd.h
6958 pcg 1.1 do
6959     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6960     echo "$as_me:$LINENO: checking for $ac_header" >&5
6961     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6962     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6963     echo $ECHO_N "(cached) $ECHO_C" >&6
6964     else
6965     cat >conftest.$ac_ext <<_ACEOF
6966     /* confdefs.h. */
6967     _ACEOF
6968     cat confdefs.h >>conftest.$ac_ext
6969     cat >>conftest.$ac_ext <<_ACEOF
6970     /* end confdefs.h. */
6971     $ac_includes_default
6972    
6973     #include <$ac_header>
6974     _ACEOF
6975     rm -f conftest.$ac_objext
6976     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6977 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6978 pcg 1.1 ac_status=$?
6979 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6980     rm -f conftest.er1
6981     cat conftest.err >&5
6982 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983     (exit $ac_status); } &&
6984 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6985     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6986     (eval $ac_try) 2>&5
6987     ac_status=$?
6988     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6989     (exit $ac_status); }; } &&
6990     { ac_try='test -s conftest.$ac_objext'
6991 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6992     (eval $ac_try) 2>&5
6993     ac_status=$?
6994     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6995     (exit $ac_status); }; }; then
6996     eval "$as_ac_Header=yes"
6997     else
6998     echo "$as_me: failed program was:" >&5
6999     sed 's/^/| /' conftest.$ac_ext >&5
7000    
7001     eval "$as_ac_Header=no"
7002     fi
7003 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7004 pcg 1.1 fi
7005     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7006     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7007     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7008     cat >>confdefs.h <<_ACEOF
7009     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7010     _ACEOF
7011    
7012     fi
7013    
7014     done
7015    
7016    
7017    
7018     for ac_header in ext/hash_map
7019     do
7020     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7021     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7022     echo "$as_me:$LINENO: checking for $ac_header" >&5
7023     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7024     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7025     echo $ECHO_N "(cached) $ECHO_C" >&6
7026     fi
7027     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7028     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7029     else
7030     # Is the header compilable?
7031     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7032     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7033     cat >conftest.$ac_ext <<_ACEOF
7034     /* confdefs.h. */
7035     _ACEOF
7036     cat confdefs.h >>conftest.$ac_ext
7037     cat >>conftest.$ac_ext <<_ACEOF
7038     /* end confdefs.h. */
7039     $ac_includes_default
7040     #include <$ac_header>
7041     _ACEOF
7042     rm -f conftest.$ac_objext
7043     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7044 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7045 pcg 1.1 ac_status=$?
7046 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7047     rm -f conftest.er1
7048     cat conftest.err >&5
7049 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7050     (exit $ac_status); } &&
7051 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7052     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7053     (eval $ac_try) 2>&5
7054     ac_status=$?
7055     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7056     (exit $ac_status); }; } &&
7057     { ac_try='test -s conftest.$ac_objext'
7058 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7059     (eval $ac_try) 2>&5
7060     ac_status=$?
7061     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7062     (exit $ac_status); }; }; then
7063     ac_header_compiler=yes
7064     else
7065     echo "$as_me: failed program was:" >&5
7066     sed 's/^/| /' conftest.$ac_ext >&5
7067    
7068     ac_header_compiler=no
7069     fi
7070 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7071 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7072     echo "${ECHO_T}$ac_header_compiler" >&6
7073    
7074     # Is the header present?
7075     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7076     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7077     cat >conftest.$ac_ext <<_ACEOF
7078     /* confdefs.h. */
7079     _ACEOF
7080     cat confdefs.h >>conftest.$ac_ext
7081     cat >>conftest.$ac_ext <<_ACEOF
7082     /* end confdefs.h. */
7083     #include <$ac_header>
7084     _ACEOF
7085     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7086     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7087     ac_status=$?
7088     grep -v '^ *+' conftest.er1 >conftest.err
7089     rm -f conftest.er1
7090     cat conftest.err >&5
7091     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7092     (exit $ac_status); } >/dev/null; then
7093     if test -s conftest.err; then
7094     ac_cpp_err=$ac_cxx_preproc_warn_flag
7095 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7096 pcg 1.1 else
7097     ac_cpp_err=
7098     fi
7099     else
7100     ac_cpp_err=yes
7101     fi
7102     if test -z "$ac_cpp_err"; then
7103     ac_header_preproc=yes
7104     else
7105     echo "$as_me: failed program was:" >&5
7106     sed 's/^/| /' conftest.$ac_ext >&5
7107    
7108     ac_header_preproc=no
7109     fi
7110     rm -f conftest.err conftest.$ac_ext
7111     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7112     echo "${ECHO_T}$ac_header_preproc" >&6
7113    
7114     # So? What about this header?
7115 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7116     yes:no: )
7117 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7118     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7119 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7120     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7121     ac_header_preproc=yes
7122 pcg 1.1 ;;
7123 pcg 1.11 no:yes:* )
7124 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7125     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7126 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7127     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7128     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7129     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7130     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7131     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7132 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7133     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7134 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7135     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7136 pcg 1.1 (
7137     cat <<\_ASBOX
7138 pcg 1.11 ## ------------------------------------------ ##
7139     ## Report this to the AC_PACKAGE_NAME lists. ##
7140     ## ------------------------------------------ ##
7141 pcg 1.1 _ASBOX
7142     ) |
7143     sed "s/^/$as_me: WARNING: /" >&2
7144     ;;
7145     esac
7146     echo "$as_me:$LINENO: checking for $ac_header" >&5
7147     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7148     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7149     echo $ECHO_N "(cached) $ECHO_C" >&6
7150     else
7151 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7152 pcg 1.1 fi
7153     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7154     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7155    
7156     fi
7157     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7158     cat >>confdefs.h <<_ACEOF
7159     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7160     _ACEOF
7161    
7162     fi
7163    
7164     done
7165    
7166    
7167    
7168    
7169    
7170    
7171    
7172    
7173    
7174    
7175    
7176    
7177    
7178    
7179    
7180    
7181    
7182    
7183     for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7184 pcg 1.13 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7185 pcg 1.11 sys/mman.h netinet/in.h
7186 pcg 1.1 do
7187     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7188     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7189     echo "$as_me:$LINENO: checking for $ac_header" >&5
7190     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7191     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7192     echo $ECHO_N "(cached) $ECHO_C" >&6
7193     fi
7194     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7195     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7196     else
7197     # Is the header compilable?
7198     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7199     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7200     cat >conftest.$ac_ext <<_ACEOF
7201     /* confdefs.h. */
7202     _ACEOF
7203     cat confdefs.h >>conftest.$ac_ext
7204     cat >>conftest.$ac_ext <<_ACEOF
7205     /* end confdefs.h. */
7206     $ac_includes_default
7207     #include <$ac_header>
7208     _ACEOF
7209     rm -f conftest.$ac_objext
7210     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7211 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7212 pcg 1.1 ac_status=$?
7213 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7214     rm -f conftest.er1
7215     cat conftest.err >&5
7216 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217     (exit $ac_status); } &&
7218 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7219     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7220     (eval $ac_try) 2>&5
7221     ac_status=$?
7222     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7223     (exit $ac_status); }; } &&
7224     { ac_try='test -s conftest.$ac_objext'
7225 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7226     (eval $ac_try) 2>&5
7227     ac_status=$?
7228     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7229     (exit $ac_status); }; }; then
7230     ac_header_compiler=yes
7231     else
7232     echo "$as_me: failed program was:" >&5
7233     sed 's/^/| /' conftest.$ac_ext >&5
7234    
7235     ac_header_compiler=no
7236     fi
7237 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7238 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7239     echo "${ECHO_T}$ac_header_compiler" >&6
7240    
7241     # Is the header present?
7242     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7243     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7244     cat >conftest.$ac_ext <<_ACEOF
7245     /* confdefs.h. */
7246     _ACEOF
7247     cat confdefs.h >>conftest.$ac_ext
7248     cat >>conftest.$ac_ext <<_ACEOF
7249     /* end confdefs.h. */
7250     #include <$ac_header>
7251     _ACEOF
7252     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7253     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7254     ac_status=$?
7255     grep -v '^ *+' conftest.er1 >conftest.err
7256     rm -f conftest.er1
7257     cat conftest.err >&5
7258     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7259     (exit $ac_status); } >/dev/null; then
7260     if test -s conftest.err; then
7261     ac_cpp_err=$ac_cxx_preproc_warn_flag
7262 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7263 pcg 1.1 else
7264     ac_cpp_err=
7265     fi
7266     else
7267     ac_cpp_err=yes
7268     fi
7269     if test -z "$ac_cpp_err"; then
7270     ac_header_preproc=yes
7271     else
7272     echo "$as_me: failed program was:" >&5
7273     sed 's/^/| /' conftest.$ac_ext >&5
7274    
7275     ac_header_preproc=no
7276     fi
7277     rm -f conftest.err conftest.$ac_ext
7278     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7279     echo "${ECHO_T}$ac_header_preproc" >&6
7280    
7281     # So? What about this header?
7282 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7283     yes:no: )
7284 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7285     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7286 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7287     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7288     ac_header_preproc=yes
7289 pcg 1.1 ;;
7290 pcg 1.11 no:yes:* )
7291 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7292     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7293 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7294     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7295     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7296     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7297     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7298     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7299 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7300     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7301 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7302     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7303 pcg 1.1 (
7304     cat <<\_ASBOX
7305 pcg 1.11 ## ------------------------------------------ ##
7306     ## Report this to the AC_PACKAGE_NAME lists. ##
7307     ## ------------------------------------------ ##
7308 pcg 1.1 _ASBOX
7309     ) |
7310     sed "s/^/$as_me: WARNING: /" >&2
7311     ;;
7312     esac
7313     echo "$as_me:$LINENO: checking for $ac_header" >&5
7314     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7315     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7316     echo $ECHO_N "(cached) $ECHO_C" >&6
7317     else
7318 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7319 pcg 1.1 fi
7320     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7321     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7322    
7323     fi
7324     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7325     cat >>confdefs.h <<_ACEOF
7326     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7327     _ACEOF
7328    
7329     fi
7330    
7331     done
7332    
7333    
7334    
7335    
7336    
7337    
7338 pcg 1.13
7339     for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7340 pcg 1.1 do
7341     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7342     echo "$as_me:$LINENO: checking for $ac_header" >&5
7343     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7344     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7345     echo $ECHO_N "(cached) $ECHO_C" >&6
7346     else
7347     cat >conftest.$ac_ext <<_ACEOF
7348     /* confdefs.h. */
7349     _ACEOF
7350     cat confdefs.h >>conftest.$ac_ext
7351     cat >>conftest.$ac_ext <<_ACEOF
7352     /* end confdefs.h. */
7353    
7354     #include <sys/types.h>
7355     #include <sys/socket.h>
7356     #ifdef HAVE_NETINET_IN_H
7357     # include <netinet/in.h>
7358     #endif
7359     #ifdef HAVE_ARPA_INET_H
7360     # include <arpa/inet.h>
7361     #endif
7362     #ifdef HAVE_NETINET_IN_SYSTM_H
7363     # include <netinet/in_systm.h>
7364     #endif
7365    
7366    
7367     #include <$ac_header>
7368     _ACEOF
7369     rm -f conftest.$ac_objext
7370     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7371 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7372 pcg 1.1 ac_status=$?
7373 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7374     rm -f conftest.er1
7375     cat conftest.err >&5
7376 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377     (exit $ac_status); } &&
7378 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7379     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7380     (eval $ac_try) 2>&5
7381     ac_status=$?
7382     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7383     (exit $ac_status); }; } &&
7384     { ac_try='test -s conftest.$ac_objext'
7385 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7386     (eval $ac_try) 2>&5
7387     ac_status=$?
7388     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7389     (exit $ac_status); }; }; then
7390     eval "$as_ac_Header=yes"
7391     else
7392     echo "$as_me: failed program was:" >&5
7393     sed 's/^/| /' conftest.$ac_ext >&5
7394    
7395     eval "$as_ac_Header=no"
7396     fi
7397 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7398 pcg 1.1 fi
7399     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7400     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7401     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7402     cat >>confdefs.h <<_ACEOF
7403     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7404     _ACEOF
7405    
7406     fi
7407    
7408     done
7409    
7410    
7411     echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7412     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7413     if test "${ac_cv_c_const+set}" = set; then
7414     echo $ECHO_N "(cached) $ECHO_C" >&6
7415     else
7416     cat >conftest.$ac_ext <<_ACEOF
7417     /* confdefs.h. */
7418     _ACEOF
7419     cat confdefs.h >>conftest.$ac_ext
7420     cat >>conftest.$ac_ext <<_ACEOF
7421     /* end confdefs.h. */
7422    
7423     int
7424     main ()
7425     {
7426     /* FIXME: Include the comments suggested by Paul. */
7427     #ifndef __cplusplus
7428     /* Ultrix mips cc rejects this. */
7429     typedef int charset[2];
7430     const charset x;
7431     /* SunOS 4.1.1 cc rejects this. */
7432     char const *const *ccp;
7433     char **p;
7434     /* NEC SVR4.0.2 mips cc rejects this. */
7435     struct point {int x, y;};
7436     static struct point const zero = {0,0};
7437     /* AIX XL C 1.02.0.0 rejects this.
7438     It does not let you subtract one const X* pointer from another in
7439     an arm of an if-expression whose if-part is not a constant
7440     expression */
7441     const char *g = "string";
7442     ccp = &g + (g ? g-g : 0);
7443     /* HPUX 7.0 cc rejects these. */
7444     ++ccp;
7445     p = (char**) ccp;
7446     ccp = (char const *const *) p;
7447     { /* SCO 3.2v4 cc rejects this. */
7448     char *t;
7449     char const *s = 0 ? (char *) 0 : (char const *) 0;
7450    
7451     *t++ = 0;
7452     }
7453     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7454     int x[] = {25, 17};
7455     const int *foo = &x[0];
7456     ++foo;
7457     }
7458     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7459     typedef const int *iptr;
7460     iptr p = 0;
7461     ++p;
7462     }
7463     { /* AIX XL C 1.02.0.0 rejects this saying
7464     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7465     struct s { int j; const int *ap[3]; };
7466     struct s *b; b->j = 5;
7467     }
7468     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7469     const int foo = 10;
7470     }
7471     #endif
7472    
7473     ;
7474     return 0;
7475     }
7476     _ACEOF
7477     rm -f conftest.$ac_objext
7478     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7479 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7480 pcg 1.1 ac_status=$?
7481 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7482     rm -f conftest.er1
7483     cat conftest.err >&5
7484 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7485     (exit $ac_status); } &&
7486 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7487     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7488     (eval $ac_try) 2>&5
7489     ac_status=$?
7490     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7491     (exit $ac_status); }; } &&
7492     { ac_try='test -s conftest.$ac_objext'
7493 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7494     (eval $ac_try) 2>&5
7495     ac_status=$?
7496     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7497     (exit $ac_status); }; }; then
7498     ac_cv_c_const=yes
7499     else
7500     echo "$as_me: failed program was:" >&5
7501     sed 's/^/| /' conftest.$ac_ext >&5
7502    
7503     ac_cv_c_const=no
7504     fi
7505 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7506 pcg 1.1 fi
7507     echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7508     echo "${ECHO_T}$ac_cv_c_const" >&6
7509     if test $ac_cv_c_const = no; then
7510    
7511     cat >>confdefs.h <<\_ACEOF
7512     #define const
7513     _ACEOF
7514    
7515     fi
7516    
7517     echo "$as_me:$LINENO: checking for pid_t" >&5
7518     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7519     if test "${ac_cv_type_pid_t+set}" = set; then
7520     echo $ECHO_N "(cached) $ECHO_C" >&6
7521     else
7522     cat >conftest.$ac_ext <<_ACEOF
7523     /* confdefs.h. */
7524     _ACEOF
7525     cat confdefs.h >>conftest.$ac_ext
7526     cat >>conftest.$ac_ext <<_ACEOF
7527     /* end confdefs.h. */
7528     $ac_includes_default
7529     int
7530     main ()
7531     {
7532     if ((pid_t *) 0)
7533     return 0;
7534     if (sizeof (pid_t))
7535     return 0;
7536     ;
7537     return 0;
7538     }
7539     _ACEOF
7540     rm -f conftest.$ac_objext
7541     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7542 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7543 pcg 1.1 ac_status=$?
7544 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7545     rm -f conftest.er1
7546     cat conftest.err >&5
7547 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7548     (exit $ac_status); } &&
7549 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7550     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7551     (eval $ac_try) 2>&5
7552     ac_status=$?
7553     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554     (exit $ac_status); }; } &&
7555     { ac_try='test -s conftest.$ac_objext'
7556 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7557     (eval $ac_try) 2>&5
7558     ac_status=$?
7559     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7560     (exit $ac_status); }; }; then
7561     ac_cv_type_pid_t=yes
7562     else
7563     echo "$as_me: failed program was:" >&5
7564     sed 's/^/| /' conftest.$ac_ext >&5
7565    
7566     ac_cv_type_pid_t=no
7567     fi
7568 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7569 pcg 1.1 fi
7570     echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7571     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7572     if test $ac_cv_type_pid_t = yes; then
7573     :
7574     else
7575    
7576     cat >>confdefs.h <<_ACEOF
7577     #define pid_t int
7578     _ACEOF
7579    
7580     fi
7581    
7582     echo "$as_me:$LINENO: checking for size_t" >&5
7583     echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7584     if test "${ac_cv_type_size_t+set}" = set; then
7585     echo $ECHO_N "(cached) $ECHO_C" >&6
7586     else
7587     cat >conftest.$ac_ext <<_ACEOF
7588     /* confdefs.h. */
7589     _ACEOF
7590     cat confdefs.h >>conftest.$ac_ext
7591     cat >>conftest.$ac_ext <<_ACEOF
7592     /* end confdefs.h. */
7593     $ac_includes_default
7594     int
7595     main ()
7596     {
7597     if ((size_t *) 0)
7598     return 0;
7599     if (sizeof (size_t))
7600     return 0;
7601     ;
7602     return 0;
7603     }
7604     _ACEOF
7605     rm -f conftest.$ac_objext
7606     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7607 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7608 pcg 1.1 ac_status=$?
7609 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7610     rm -f conftest.er1
7611     cat conftest.err >&5
7612 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613     (exit $ac_status); } &&
7614 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7615     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7616     (eval $ac_try) 2>&5
7617     ac_status=$?
7618     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7619     (exit $ac_status); }; } &&
7620     { ac_try='test -s conftest.$ac_objext'
7621 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7622     (eval $ac_try) 2>&5
7623     ac_status=$?
7624     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7625     (exit $ac_status); }; }; then
7626     ac_cv_type_size_t=yes
7627     else
7628     echo "$as_me: failed program was:" >&5
7629     sed 's/^/| /' conftest.$ac_ext >&5
7630    
7631     ac_cv_type_size_t=no
7632     fi
7633 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7634 pcg 1.1 fi
7635     echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7636     echo "${ECHO_T}$ac_cv_type_size_t" >&6
7637     if test $ac_cv_type_size_t = yes; then
7638     :
7639     else
7640    
7641     cat >>confdefs.h <<_ACEOF
7642     #define size_t unsigned
7643     _ACEOF
7644    
7645     fi
7646    
7647     echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7648     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7649     if test "${ac_cv_header_time+set}" = set; then
7650     echo $ECHO_N "(cached) $ECHO_C" >&6
7651     else
7652     cat >conftest.$ac_ext <<_ACEOF
7653     /* confdefs.h. */
7654     _ACEOF
7655     cat confdefs.h >>conftest.$ac_ext
7656     cat >>conftest.$ac_ext <<_ACEOF
7657     /* end confdefs.h. */
7658     #include <sys/types.h>
7659     #include <sys/time.h>
7660     #include <time.h>
7661    
7662     int
7663     main ()
7664     {
7665     if ((struct tm *) 0)
7666     return 0;
7667     ;
7668     return 0;
7669     }
7670     _ACEOF
7671     rm -f conftest.$ac_objext
7672     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7673 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7674 pcg 1.1 ac_status=$?
7675 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7676     rm -f conftest.er1
7677     cat conftest.err >&5
7678 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679     (exit $ac_status); } &&
7680 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7681     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7682     (eval $ac_try) 2>&5
7683     ac_status=$?
7684     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685     (exit $ac_status); }; } &&
7686     { ac_try='test -s conftest.$ac_objext'
7687 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7688     (eval $ac_try) 2>&5
7689     ac_status=$?
7690     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7691     (exit $ac_status); }; }; then
7692     ac_cv_header_time=yes
7693     else
7694     echo "$as_me: failed program was:" >&5
7695     sed 's/^/| /' conftest.$ac_ext >&5
7696    
7697     ac_cv_header_time=no
7698     fi
7699 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7700 pcg 1.1 fi
7701     echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7702     echo "${ECHO_T}$ac_cv_header_time" >&6
7703     if test $ac_cv_header_time = yes; then
7704    
7705     cat >>confdefs.h <<\_ACEOF
7706     #define TIME_WITH_SYS_TIME 1
7707     _ACEOF
7708    
7709     fi
7710    
7711     echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7712     echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7713     if test "${ac_cv_struct_tm+set}" = set; then
7714     echo $ECHO_N "(cached) $ECHO_C" >&6
7715     else
7716     cat >conftest.$ac_ext <<_ACEOF
7717     /* confdefs.h. */
7718     _ACEOF
7719     cat confdefs.h >>conftest.$ac_ext
7720     cat >>conftest.$ac_ext <<_ACEOF
7721     /* end confdefs.h. */
7722     #include <sys/types.h>
7723     #include <time.h>
7724    
7725     int
7726     main ()
7727     {
7728     struct tm *tp; tp->tm_sec;
7729     ;
7730     return 0;
7731     }
7732     _ACEOF
7733     rm -f conftest.$ac_objext
7734     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7735 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7736 pcg 1.1 ac_status=$?
7737 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7738     rm -f conftest.er1
7739     cat conftest.err >&5
7740 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7741     (exit $ac_status); } &&
7742 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7743     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7744     (eval $ac_try) 2>&5
7745     ac_status=$?
7746     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747     (exit $ac_status); }; } &&
7748     { ac_try='test -s conftest.$ac_objext'
7749 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7750     (eval $ac_try) 2>&5
7751     ac_status=$?
7752     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753     (exit $ac_status); }; }; then
7754     ac_cv_struct_tm=time.h
7755     else
7756     echo "$as_me: failed program was:" >&5
7757     sed 's/^/| /' conftest.$ac_ext >&5
7758    
7759     ac_cv_struct_tm=sys/time.h
7760     fi
7761 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7762 pcg 1.1 fi
7763     echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7764     echo "${ECHO_T}$ac_cv_struct_tm" >&6
7765     if test $ac_cv_struct_tm = sys/time.h; then
7766    
7767     cat >>confdefs.h <<\_ACEOF
7768     #define TM_IN_SYS_TIME 1
7769     _ACEOF
7770    
7771     fi
7772    
7773    
7774     echo "$as_me:$LINENO: checking for socklen_t" >&5
7775     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7776     if test "${ac_cv_type_socklen_t+set}" = set; then
7777     echo $ECHO_N "(cached) $ECHO_C" >&6
7778     else
7779    
7780     cat >conftest.$ac_ext <<_ACEOF
7781     /* confdefs.h. */
7782     _ACEOF
7783     cat confdefs.h >>conftest.$ac_ext
7784     cat >>conftest.$ac_ext <<_ACEOF
7785     /* end confdefs.h. */
7786     #include <sys/types.h>
7787     #include <sys/socket.h>
7788     int
7789     main ()
7790     {
7791     socklen_t len = 42; return len;
7792     ;
7793     return 0;
7794     }
7795     _ACEOF
7796     rm -f conftest.$ac_objext
7797     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7798 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7799 pcg 1.1 ac_status=$?
7800 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7801     rm -f conftest.er1
7802     cat conftest.err >&5
7803 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7804     (exit $ac_status); } &&
7805 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7806     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7807     (eval $ac_try) 2>&5
7808     ac_status=$?
7809     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7810     (exit $ac_status); }; } &&
7811     { ac_try='test -s conftest.$ac_objext'
7812 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7813     (eval $ac_try) 2>&5
7814     ac_status=$?
7815     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7816     (exit $ac_status); }; }; then
7817     ac_cv_type_socklen_t=yes
7818     else
7819     echo "$as_me: failed program was:" >&5
7820     sed 's/^/| /' conftest.$ac_ext >&5
7821    
7822     ac_cv_type_socklen_t=no
7823     fi
7824 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7825 pcg 1.1
7826     fi
7827     echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7828     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7829     if test $ac_cv_type_socklen_t = yes; then
7830    
7831     cat >>confdefs.h <<\_ACEOF
7832     #define HAVE_SOCKLEN_T 1
7833     _ACEOF
7834    
7835     fi
7836    
7837     echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7838     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7839     if test "${ac_cv_struct_addrinfo+set}" = set; then
7840     echo $ECHO_N "(cached) $ECHO_C" >&6
7841     else
7842    
7843     cat >conftest.$ac_ext <<_ACEOF
7844     /* confdefs.h. */
7845     _ACEOF
7846     cat confdefs.h >>conftest.$ac_ext
7847     cat >>conftest.$ac_ext <<_ACEOF
7848     /* end confdefs.h. */
7849     #include <sys/types.h>
7850     #include <sys/socket.h>
7851     #include <netdb.h>
7852     int
7853     main ()
7854     {
7855     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7856     ;
7857     return 0;
7858     }
7859     _ACEOF
7860     rm -f conftest.$ac_objext
7861     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7862 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7863 pcg 1.1 ac_status=$?
7864 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7865     rm -f conftest.er1
7866     cat conftest.err >&5
7867 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7868     (exit $ac_status); } &&
7869 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7870     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7871     (eval $ac_try) 2>&5
7872     ac_status=$?
7873     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7874     (exit $ac_status); }; } &&
7875     { ac_try='test -s conftest.$ac_objext'
7876 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7877     (eval $ac_try) 2>&5
7878     ac_status=$?
7879     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7880     (exit $ac_status); }; }; then
7881     ac_cv_struct_addrinfo=yes
7882     else
7883     echo "$as_me: failed program was:" >&5
7884     sed 's/^/| /' conftest.$ac_ext >&5
7885    
7886     ac_cv_struct_addrinfo=no
7887     fi
7888 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7889 pcg 1.1
7890     fi
7891     echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7892     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7893     if test $ac_cv_struct_addrinfo = yes; then
7894    
7895     cat >>confdefs.h <<\_ACEOF
7896     #define HAVE_STRUCT_ADDRINFO 1
7897     _ACEOF
7898    
7899     fi
7900    
7901     echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7902     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7903     if test "${ac_cv_type_signal+set}" = set; then
7904     echo $ECHO_N "(cached) $ECHO_C" >&6
7905     else
7906     cat >conftest.$ac_ext <<_ACEOF
7907     /* confdefs.h. */
7908     _ACEOF
7909     cat confdefs.h >>conftest.$ac_ext
7910     cat >>conftest.$ac_ext <<_ACEOF
7911     /* end confdefs.h. */
7912     #include <sys/types.h>
7913     #include <signal.h>
7914     #ifdef signal
7915     # undef signal
7916     #endif
7917     #ifdef __cplusplus
7918     extern "C" void (*signal (int, void (*)(int)))(int);
7919     #else
7920     void (*signal ()) ();
7921     #endif
7922    
7923     int
7924     main ()
7925     {
7926     int i;
7927     ;
7928     return 0;
7929     }
7930     _ACEOF
7931     rm -f conftest.$ac_objext
7932     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7933 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7934 pcg 1.1 ac_status=$?
7935 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7936     rm -f conftest.er1
7937     cat conftest.err >&5
7938 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7939     (exit $ac_status); } &&
7940 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7941     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7942     (eval $ac_try) 2>&5
7943     ac_status=$?
7944     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945     (exit $ac_status); }; } &&
7946     { ac_try='test -s conftest.$ac_objext'
7947 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7948     (eval $ac_try) 2>&5
7949     ac_status=$?
7950     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951     (exit $ac_status); }; }; then
7952     ac_cv_type_signal=void
7953     else
7954     echo "$as_me: failed program was:" >&5
7955     sed 's/^/| /' conftest.$ac_ext >&5
7956    
7957     ac_cv_type_signal=int
7958     fi
7959 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7960 pcg 1.1 fi
7961     echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7962     echo "${ECHO_T}$ac_cv_type_signal" >&6
7963    
7964     cat >>confdefs.h <<_ACEOF
7965     #define RETSIGTYPE $ac_cv_type_signal
7966     _ACEOF
7967    
7968    
7969    
7970     ac_ext=c
7971     ac_cpp='$CPP $CPPFLAGS'
7972     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7973     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7974     ac_compiler_gnu=$ac_cv_c_compiler_gnu
7975    
7976    
7977     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7978     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7979     if test "${ac_cv_header_stdc+set}" = set; then
7980     echo $ECHO_N "(cached) $ECHO_C" >&6
7981     else
7982     cat >conftest.$ac_ext <<_ACEOF
7983     /* confdefs.h. */
7984     _ACEOF
7985     cat confdefs.h >>conftest.$ac_ext
7986     cat >>conftest.$ac_ext <<_ACEOF
7987     /* end confdefs.h. */
7988     #include <stdlib.h>
7989     #include <stdarg.h>
7990     #include <string.h>
7991     #include <float.h>
7992    
7993     int
7994     main ()
7995     {
7996    
7997     ;
7998     return 0;
7999     }
8000     _ACEOF
8001     rm -f conftest.$ac_objext
8002     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8003 pcg 1.11 (eval $ac_compile) 2>conftest.er1
8004 pcg 1.1 ac_status=$?
8005 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8006     rm -f conftest.er1
8007     cat conftest.err >&5
8008 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8009     (exit $ac_status); } &&
8010 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8011     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8012     (eval $ac_try) 2>&5
8013     ac_status=$?
8014     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8015     (exit $ac_status); }; } &&
8016     { ac_try='test -s conftest.$ac_objext'
8017 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8018     (eval $ac_try) 2>&5
8019     ac_status=$?
8020     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8021     (exit $ac_status); }; }; then
8022     ac_cv_header_stdc=yes
8023     else
8024     echo "$as_me: failed program was:" >&5
8025     sed 's/^/| /' conftest.$ac_ext >&5
8026    
8027     ac_cv_header_stdc=no
8028     fi
8029 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8030 pcg 1.1
8031     if test $ac_cv_header_stdc = yes; then
8032     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8033     cat >conftest.$ac_ext <<_ACEOF
8034     /* confdefs.h. */
8035     _ACEOF
8036     cat confdefs.h >>conftest.$ac_ext
8037     cat >>conftest.$ac_ext <<_ACEOF
8038     /* end confdefs.h. */
8039     #include <string.h>
8040    
8041     _ACEOF
8042     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8043     $EGREP "memchr" >/dev/null 2>&1; then
8044     :
8045     else
8046     ac_cv_header_stdc=no
8047     fi
8048     rm -f conftest*
8049    
8050     fi
8051    
8052     if test $ac_cv_header_stdc = yes; then
8053     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8054     cat >conftest.$ac_ext <<_ACEOF
8055     /* confdefs.h. */
8056     _ACEOF
8057     cat confdefs.h >>conftest.$ac_ext
8058     cat >>conftest.$ac_ext <<_ACEOF
8059     /* end confdefs.h. */
8060     #include <stdlib.h>
8061    
8062     _ACEOF
8063     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8064     $EGREP "free" >/dev/null 2>&1; then
8065     :
8066     else
8067     ac_cv_header_stdc=no
8068     fi
8069     rm -f conftest*
8070    
8071     fi
8072    
8073     if test $ac_cv_header_stdc = yes; then
8074     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8075     if test "$cross_compiling" = yes; then
8076     :
8077     else
8078     cat >conftest.$ac_ext <<_ACEOF
8079     /* confdefs.h. */
8080     _ACEOF
8081     cat confdefs.h >>conftest.$ac_ext
8082     cat >>conftest.$ac_ext <<_ACEOF
8083     /* end confdefs.h. */
8084     #include <ctype.h>
8085     #if ((' ' & 0x0FF) == 0x020)
8086     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8087     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8088     #else
8089     # define ISLOWER(c) \
8090 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
8091     || ('j' <= (c) && (c) <= 'r') \
8092     || ('s' <= (c) && (c) <= 'z'))
8093 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8094     #endif
8095    
8096     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8097     int
8098     main ()
8099     {
8100     int i;
8101     for (i = 0; i < 256; i++)
8102     if (XOR (islower (i), ISLOWER (i))
8103 pcg 1.11 || toupper (i) != TOUPPER (i))
8104 pcg 1.1 exit(2);
8105     exit (0);
8106     }
8107     _ACEOF
8108     rm -f conftest$ac_exeext
8109     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8110     (eval $ac_link) 2>&5
8111     ac_status=$?
8112     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8114     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8115     (eval $ac_try) 2>&5
8116     ac_status=$?
8117     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8118     (exit $ac_status); }; }; then
8119     :
8120     else
8121     echo "$as_me: program exited with status $ac_status" >&5
8122     echo "$as_me: failed program was:" >&5
8123     sed 's/^/| /' conftest.$ac_ext >&5
8124    
8125     ( exit $ac_status )
8126     ac_cv_header_stdc=no
8127     fi
8128     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8129     fi
8130     fi
8131     fi
8132     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8133     echo "${ECHO_T}$ac_cv_header_stdc" >&6
8134     if test $ac_cv_header_stdc = yes; then
8135    
8136     cat >>confdefs.h <<\_ACEOF
8137     #define STDC_HEADERS 1
8138     _ACEOF
8139    
8140     fi
8141    
8142    
8143    
8144    
8145    
8146    
8147    
8148    
8149    
8150    
8151    
8152    
8153 pcg 1.11 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8154 pcg 1.1 do
8155     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8156     echo "$as_me:$LINENO: checking for $ac_func" >&5
8157     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8158     if eval "test \"\${$as_ac_var+set}\" = set"; then
8159     echo $ECHO_N "(cached) $ECHO_C" >&6
8160     else
8161     cat >conftest.$ac_ext <<_ACEOF
8162     /* confdefs.h. */
8163     _ACEOF
8164     cat confdefs.h >>conftest.$ac_ext
8165     cat >>conftest.$ac_ext <<_ACEOF
8166     /* end confdefs.h. */
8167 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8168     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8169     #define $ac_func innocuous_$ac_func
8170    
8171 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8172     which can conflict with char $ac_func (); below.
8173     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8174     <limits.h> exists even on freestanding compilers. */
8175 pcg 1.11
8176 pcg 1.1 #ifdef __STDC__
8177     # include <limits.h>
8178     #else
8179     # include <assert.h>
8180     #endif
8181 pcg 1.11
8182     #undef $ac_func
8183    
8184 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8185     #ifdef __cplusplus
8186     extern "C"
8187     {
8188     #endif
8189     /* We use char because int might match the return type of a gcc2
8190     builtin and then its argument prototype would still apply. */
8191     char $ac_func ();
8192     /* The GNU C library defines this for functions which it implements
8193     to always fail with ENOSYS. Some functions are actually named
8194     something starting with __ and the normal name is an alias. */
8195     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8196     choke me
8197     #else
8198     char (*f) () = $ac_func;
8199     #endif
8200     #ifdef __cplusplus
8201     }
8202     #endif
8203    
8204     int
8205     main ()
8206     {
8207     return f != $ac_func;
8208     ;
8209     return 0;
8210     }
8211     _ACEOF
8212     rm -f conftest.$ac_objext conftest$ac_exeext
8213     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8214 pcg 1.11 (eval $ac_link) 2>conftest.er1
8215 pcg 1.1 ac_status=$?
8216 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8217     rm -f conftest.er1
8218     cat conftest.err >&5
8219 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8220     (exit $ac_status); } &&
8221 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8222     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8223     (eval $ac_try) 2>&5
8224     ac_status=$?
8225     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8226     (exit $ac_status); }; } &&
8227     { ac_try='test -s conftest$ac_exeext'
8228 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8229     (eval $ac_try) 2>&5
8230     ac_status=$?
8231     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232     (exit $ac_status); }; }; then
8233     eval "$as_ac_var=yes"
8234     else
8235     echo "$as_me: failed program was:" >&5
8236     sed 's/^/| /' conftest.$ac_ext >&5
8237    
8238     eval "$as_ac_var=no"
8239     fi
8240 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8241     conftest$ac_exeext conftest.$ac_ext
8242 pcg 1.1 fi
8243     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8244     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8245     if test `eval echo '${'$as_ac_var'}'` = yes; then
8246     cat >>confdefs.h <<_ACEOF
8247     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8248     _ACEOF
8249    
8250     fi
8251     done
8252    
8253    
8254     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8255     # for constant arguments. Useless!
8256     echo "$as_me:$LINENO: checking for working alloca.h" >&5
8257     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8258     if test "${ac_cv_working_alloca_h+set}" = set; then
8259     echo $ECHO_N "(cached) $ECHO_C" >&6
8260     else
8261     cat >conftest.$ac_ext <<_ACEOF
8262     /* confdefs.h. */
8263     _ACEOF
8264     cat confdefs.h >>conftest.$ac_ext
8265     cat >>conftest.$ac_ext <<_ACEOF
8266     /* end confdefs.h. */
8267     #include <alloca.h>
8268     int
8269     main ()
8270     {
8271     char *p = (char *) alloca (2 * sizeof (int));
8272     ;
8273     return 0;
8274     }
8275     _ACEOF
8276     rm -f conftest.$ac_objext conftest$ac_exeext
8277     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8278 pcg 1.11 (eval $ac_link) 2>conftest.er1
8279 pcg 1.1 ac_status=$?
8280 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8281     rm -f conftest.er1
8282     cat conftest.err >&5
8283 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284     (exit $ac_status); } &&
8285 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8286     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8287     (eval $ac_try) 2>&5
8288     ac_status=$?
8289     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8290     (exit $ac_status); }; } &&
8291     { ac_try='test -s conftest$ac_exeext'
8292 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8293     (eval $ac_try) 2>&5
8294     ac_status=$?
8295     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8296     (exit $ac_status); }; }; then
8297     ac_cv_working_alloca_h=yes
8298     else
8299     echo "$as_me: failed program was:" >&5
8300     sed 's/^/| /' conftest.$ac_ext >&5
8301    
8302     ac_cv_working_alloca_h=no
8303     fi
8304 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8305     conftest$ac_exeext conftest.$ac_ext
8306 pcg 1.1 fi
8307     echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8308     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8309     if test $ac_cv_working_alloca_h = yes; then
8310    
8311     cat >>confdefs.h <<\_ACEOF
8312     #define HAVE_ALLOCA_H 1
8313     _ACEOF
8314    
8315     fi
8316    
8317     echo "$as_me:$LINENO: checking for alloca" >&5
8318     echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8319     if test "${ac_cv_func_alloca_works+set}" = set; then
8320     echo $ECHO_N "(cached) $ECHO_C" >&6
8321     else
8322     cat >conftest.$ac_ext <<_ACEOF
8323     /* confdefs.h. */
8324     _ACEOF
8325     cat confdefs.h >>conftest.$ac_ext
8326     cat >>conftest.$ac_ext <<_ACEOF
8327     /* end confdefs.h. */
8328     #ifdef __GNUC__
8329     # define alloca __builtin_alloca
8330     #else
8331     # ifdef _MSC_VER
8332     # include <malloc.h>
8333     # define alloca _alloca
8334     # else
8335     # if HAVE_ALLOCA_H
8336     # include <alloca.h>
8337     # else
8338     # ifdef _AIX
8339     #pragma alloca
8340     # else
8341     # ifndef alloca /* predefined by HP cc +Olibcalls */
8342     char *alloca ();
8343     # endif
8344     # endif
8345     # endif
8346     # endif
8347     #endif
8348    
8349     int
8350     main ()
8351     {
8352     char *p = (char *) alloca (1);
8353     ;
8354     return 0;
8355     }
8356     _ACEOF
8357     rm -f conftest.$ac_objext conftest$ac_exeext
8358     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8359 pcg 1.11 (eval $ac_link) 2>conftest.er1
8360 pcg 1.1 ac_status=$?
8361 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8362     rm -f conftest.er1
8363     cat conftest.err >&5
8364 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8365     (exit $ac_status); } &&
8366 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8367     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8368     (eval $ac_try) 2>&5
8369     ac_status=$?
8370     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8371     (exit $ac_status); }; } &&
8372     { ac_try='test -s conftest$ac_exeext'
8373 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8374     (eval $ac_try) 2>&5
8375     ac_status=$?
8376     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8377     (exit $ac_status); }; }; then
8378     ac_cv_func_alloca_works=yes
8379     else
8380     echo "$as_me: failed program was:" >&5
8381     sed 's/^/| /' conftest.$ac_ext >&5
8382    
8383     ac_cv_func_alloca_works=no
8384     fi
8385 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8386     conftest$ac_exeext conftest.$ac_ext
8387 pcg 1.1 fi
8388     echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8389     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8390    
8391     if test $ac_cv_func_alloca_works = yes; then
8392    
8393     cat >>confdefs.h <<\_ACEOF
8394     #define HAVE_ALLOCA 1
8395     _ACEOF
8396    
8397     else
8398     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8399     # that cause trouble. Some versions do not even contain alloca or
8400     # contain a buggy version. If you still want to use their alloca,
8401     # use ar to extract alloca.o from them instead of compiling alloca.c.
8402    
8403     ALLOCA=alloca.$ac_objext
8404    
8405     cat >>confdefs.h <<\_ACEOF
8406     #define C_ALLOCA 1
8407     _ACEOF
8408    
8409    
8410     echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8411     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8412     if test "${ac_cv_os_cray+set}" = set; then
8413     echo $ECHO_N "(cached) $ECHO_C" >&6
8414     else
8415     cat >conftest.$ac_ext <<_ACEOF
8416     /* confdefs.h. */
8417     _ACEOF
8418     cat confdefs.h >>conftest.$ac_ext
8419     cat >>conftest.$ac_ext <<_ACEOF
8420     /* end confdefs.h. */
8421     #if defined(CRAY) && ! defined(CRAY2)
8422     webecray
8423     #else
8424     wenotbecray
8425     #endif
8426    
8427     _ACEOF
8428     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8429     $EGREP "webecray" >/dev/null 2>&1; then
8430     ac_cv_os_cray=yes
8431     else
8432     ac_cv_os_cray=no
8433     fi
8434     rm -f conftest*
8435    
8436     fi
8437     echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8438     echo "${ECHO_T}$ac_cv_os_cray" >&6
8439     if test $ac_cv_os_cray = yes; then
8440     for ac_func in _getb67 GETB67 getb67; do
8441     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8442     echo "$as_me:$LINENO: checking for $ac_func" >&5
8443     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8444     if eval "test \"\${$as_ac_var+set}\" = set"; then
8445     echo $ECHO_N "(cached) $ECHO_C" >&6
8446     else
8447     cat >conftest.$ac_ext <<_ACEOF
8448     /* confdefs.h. */
8449     _ACEOF
8450     cat confdefs.h >>conftest.$ac_ext
8451     cat >>conftest.$ac_ext <<_ACEOF
8452     /* end confdefs.h. */
8453 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8454     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8455     #define $ac_func innocuous_$ac_func
8456    
8457 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8458     which can conflict with char $ac_func (); below.
8459     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8460     <limits.h> exists even on freestanding compilers. */
8461 pcg 1.11
8462 pcg 1.1 #ifdef __STDC__
8463     # include <limits.h>
8464     #else
8465     # include <assert.h>
8466     #endif
8467 pcg 1.11
8468     #undef $ac_func
8469    
8470 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8471     #ifdef __cplusplus
8472     extern "C"
8473     {
8474     #endif
8475     /* We use char because int might match the return type of a gcc2
8476     builtin and then its argument prototype would still apply. */
8477     char $ac_func ();
8478     /* The GNU C library defines this for functions which it implements
8479     to always fail with ENOSYS. Some functions are actually named
8480     something starting with __ and the normal name is an alias. */
8481     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8482     choke me
8483     #else
8484     char (*f) () = $ac_func;
8485     #endif
8486     #ifdef __cplusplus
8487     }
8488     #endif
8489    
8490     int
8491     main ()
8492     {
8493     return f != $ac_func;
8494     ;
8495     return 0;
8496     }
8497     _ACEOF
8498     rm -f conftest.$ac_objext conftest$ac_exeext
8499     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8500 pcg 1.11 (eval $ac_link) 2>conftest.er1
8501 pcg 1.1 ac_status=$?
8502 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8503     rm -f conftest.er1
8504     cat conftest.err >&5
8505 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506     (exit $ac_status); } &&
8507 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8508     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8509     (eval $ac_try) 2>&5
8510     ac_status=$?
8511     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8512     (exit $ac_status); }; } &&
8513     { ac_try='test -s conftest$ac_exeext'
8514 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8515     (eval $ac_try) 2>&5
8516     ac_status=$?
8517     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8518     (exit $ac_status); }; }; then
8519     eval "$as_ac_var=yes"
8520     else
8521     echo "$as_me: failed program was:" >&5
8522     sed 's/^/| /' conftest.$ac_ext >&5
8523    
8524     eval "$as_ac_var=no"
8525     fi
8526 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8527     conftest$ac_exeext conftest.$ac_ext
8528 pcg 1.1 fi
8529     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8530     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8531     if test `eval echo '${'$as_ac_var'}'` = yes; then
8532    
8533     cat >>confdefs.h <<_ACEOF
8534     #define CRAY_STACKSEG_END $ac_func
8535     _ACEOF
8536    
8537     break
8538     fi
8539    
8540     done
8541     fi
8542    
8543     echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8544     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8545     if test "${ac_cv_c_stack_direction+set}" = set; then
8546     echo $ECHO_N "(cached) $ECHO_C" >&6
8547     else
8548     if test "$cross_compiling" = yes; then
8549     ac_cv_c_stack_direction=0
8550     else
8551     cat >conftest.$ac_ext <<_ACEOF
8552     /* confdefs.h. */
8553     _ACEOF
8554     cat confdefs.h >>conftest.$ac_ext
8555     cat >>conftest.$ac_ext <<_ACEOF
8556     /* end confdefs.h. */
8557     int
8558     find_stack_direction ()
8559     {
8560     static char *addr = 0;
8561     auto char dummy;
8562     if (addr == 0)
8563     {
8564     addr = &dummy;
8565     return find_stack_direction ();
8566     }
8567     else
8568     return (&dummy > addr) ? 1 : -1;
8569     }
8570    
8571     int
8572     main ()
8573     {
8574     exit (find_stack_direction () < 0);
8575     }
8576     _ACEOF
8577     rm -f conftest$ac_exeext
8578     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8579     (eval $ac_link) 2>&5
8580     ac_status=$?
8581     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8582     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8583     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8584     (eval $ac_try) 2>&5
8585     ac_status=$?
8586     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8587     (exit $ac_status); }; }; then
8588     ac_cv_c_stack_direction=1
8589     else
8590     echo "$as_me: program exited with status $ac_status" >&5
8591     echo "$as_me: failed program was:" >&5
8592     sed 's/^/| /' conftest.$ac_ext >&5
8593    
8594     ( exit $ac_status )
8595     ac_cv_c_stack_direction=-1
8596     fi
8597     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8598     fi
8599     fi
8600     echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8601     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8602    
8603     cat >>confdefs.h <<_ACEOF
8604     #define STACK_DIRECTION $ac_cv_c_stack_direction
8605     _ACEOF
8606    
8607    
8608     fi
8609    
8610    
8611    
8612     echo "$as_me:$LINENO: checking for socket" >&5
8613     echo $ECHO_N "checking for socket... $ECHO_C" >&6
8614     if test "${ac_cv_func_socket+set}" = set; then
8615     echo $ECHO_N "(cached) $ECHO_C" >&6
8616     else
8617     cat >conftest.$ac_ext <<_ACEOF
8618     /* confdefs.h. */
8619     _ACEOF
8620     cat confdefs.h >>conftest.$ac_ext
8621     cat >>conftest.$ac_ext <<_ACEOF
8622     /* end confdefs.h. */
8623 pcg 1.11 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8624     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8625     #define socket innocuous_socket
8626    
8627 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8628     which can conflict with char socket (); below.
8629     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8630     <limits.h> exists even on freestanding compilers. */
8631 pcg 1.11
8632 pcg 1.1 #ifdef __STDC__
8633     # include <limits.h>
8634     #else
8635     # include <assert.h>
8636     #endif
8637 pcg 1.11
8638     #undef socket
8639    
8640 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8641     #ifdef __cplusplus
8642     extern "C"
8643     {
8644     #endif
8645     /* We use char because int might match the return type of a gcc2
8646     builtin and then its argument prototype would still apply. */
8647     char socket ();
8648     /* The GNU C library defines this for functions which it implements
8649     to always fail with ENOSYS. Some functions are actually named
8650     something starting with __ and the normal name is an alias. */
8651     #if defined (__stub_socket) || defined (__stub___socket)
8652     choke me
8653     #else
8654     char (*f) () = socket;
8655     #endif
8656     #ifdef __cplusplus
8657     }
8658     #endif
8659    
8660     int
8661     main ()
8662     {
8663     return f != socket;
8664     ;
8665     return 0;
8666     }
8667     _ACEOF
8668     rm -f conftest.$ac_objext conftest$ac_exeext
8669     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8670 pcg 1.11 (eval $ac_link) 2>conftest.er1
8671 pcg 1.1 ac_status=$?
8672 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8673     rm -f conftest.er1
8674     cat conftest.err >&5
8675 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8676     (exit $ac_status); } &&
8677 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8678     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8679     (eval $ac_try) 2>&5
8680     ac_status=$?
8681     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8682     (exit $ac_status); }; } &&
8683     { ac_try='test -s conftest$ac_exeext'
8684 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8685     (eval $ac_try) 2>&5
8686     ac_status=$?
8687     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688     (exit $ac_status); }; }; then
8689     ac_cv_func_socket=yes
8690     else
8691     echo "$as_me: failed program was:" >&5
8692     sed 's/^/| /' conftest.$ac_ext >&5
8693    
8694     ac_cv_func_socket=no
8695     fi
8696 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8697     conftest$ac_exeext conftest.$ac_ext
8698 pcg 1.1 fi
8699     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8700     echo "${ECHO_T}$ac_cv_func_socket" >&6
8701     if test $ac_cv_func_socket = yes; then
8702     :
8703     else
8704    
8705    
8706     echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8707     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8708     if test "${ac_cv_lib_socket_connect+set}" = set; then
8709     echo $ECHO_N "(cached) $ECHO_C" >&6
8710     else
8711     ac_check_lib_save_LIBS=$LIBS
8712     LIBS="-lsocket $LIBS"
8713     cat >conftest.$ac_ext <<_ACEOF
8714     /* confdefs.h. */
8715     _ACEOF
8716     cat confdefs.h >>conftest.$ac_ext
8717     cat >>conftest.$ac_ext <<_ACEOF
8718     /* end confdefs.h. */
8719    
8720     /* Override any gcc2 internal prototype to avoid an error. */
8721     #ifdef __cplusplus
8722     extern "C"
8723     #endif
8724     /* We use char because int might match the return type of a gcc2
8725     builtin and then its argument prototype would still apply. */
8726     char connect ();
8727     int
8728     main ()
8729     {
8730     connect ();
8731     ;
8732     return 0;
8733     }
8734     _ACEOF
8735     rm -f conftest.$ac_objext conftest$ac_exeext
8736     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8737 pcg 1.11 (eval $ac_link) 2>conftest.er1
8738 pcg 1.1 ac_status=$?
8739 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8740     rm -f conftest.er1
8741     cat conftest.err >&5
8742 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8743     (exit $ac_status); } &&
8744 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8745     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8746     (eval $ac_try) 2>&5
8747     ac_status=$?
8748     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8749     (exit $ac_status); }; } &&
8750     { ac_try='test -s conftest$ac_exeext'
8751 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8752     (eval $ac_try) 2>&5
8753     ac_status=$?
8754     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755     (exit $ac_status); }; }; then
8756     ac_cv_lib_socket_connect=yes
8757     else
8758     echo "$as_me: failed program was:" >&5
8759     sed 's/^/| /' conftest.$ac_ext >&5
8760    
8761     ac_cv_lib_socket_connect=no
8762     fi
8763 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8764     conftest$ac_exeext conftest.$ac_ext
8765 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8766     fi
8767     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8768     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8769     if test $ac_cv_lib_socket_connect = yes; then
8770     cat >>confdefs.h <<_ACEOF
8771     #define HAVE_LIBSOCKET 1
8772     _ACEOF
8773    
8774     LIBS="-lsocket $LIBS"
8775    
8776     fi
8777    
8778    
8779     fi
8780    
8781     echo "$as_me:$LINENO: checking for gethostbyname" >&5
8782     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8783     if test "${ac_cv_func_gethostbyname+set}" = set; then
8784     echo $ECHO_N "(cached) $ECHO_C" >&6
8785     else
8786     cat >conftest.$ac_ext <<_ACEOF
8787     /* confdefs.h. */
8788     _ACEOF
8789     cat confdefs.h >>conftest.$ac_ext
8790     cat >>conftest.$ac_ext <<_ACEOF
8791     /* end confdefs.h. */
8792 pcg 1.11 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8793     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8794     #define gethostbyname innocuous_gethostbyname
8795    
8796 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8797     which can conflict with char gethostbyname (); below.
8798     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8799     <limits.h> exists even on freestanding compilers. */
8800 pcg 1.11
8801 pcg 1.1 #ifdef __STDC__
8802     # include <limits.h>
8803     #else
8804     # include <assert.h>
8805     #endif
8806 pcg 1.11
8807     #undef gethostbyname
8808    
8809 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8810     #ifdef __cplusplus
8811     extern "C"
8812     {
8813     #endif
8814     /* We use char because int might match the return type of a gcc2
8815     builtin and then its argument prototype would still apply. */
8816     char gethostbyname ();
8817     /* The GNU C library defines this for functions which it implements
8818     to always fail with ENOSYS. Some functions are actually named
8819     something starting with __ and the normal name is an alias. */
8820     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8821     choke me
8822     #else
8823     char (*f) () = gethostbyname;
8824     #endif
8825     #ifdef __cplusplus
8826     }
8827     #endif
8828    
8829     int
8830     main ()
8831     {
8832     return f != gethostbyname;
8833     ;
8834     return 0;
8835     }
8836     _ACEOF
8837     rm -f conftest.$ac_objext conftest$ac_exeext
8838     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8839 pcg 1.11 (eval $ac_link) 2>conftest.er1
8840 pcg 1.1 ac_status=$?
8841 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8842     rm -f conftest.er1
8843     cat conftest.err >&5
8844 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8845     (exit $ac_status); } &&
8846 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8847     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8848     (eval $ac_try) 2>&5
8849     ac_status=$?
8850     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8851     (exit $ac_status); }; } &&
8852     { ac_try='test -s conftest$ac_exeext'
8853 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8854     (eval $ac_try) 2>&5
8855     ac_status=$?
8856     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8857     (exit $ac_status); }; }; then
8858     ac_cv_func_gethostbyname=yes
8859     else
8860     echo "$as_me: failed program was:" >&5
8861     sed 's/^/| /' conftest.$ac_ext >&5
8862    
8863     ac_cv_func_gethostbyname=no
8864     fi
8865 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8866     conftest$ac_exeext conftest.$ac_ext
8867 pcg 1.1 fi
8868     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8869     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8870     if test $ac_cv_func_gethostbyname = yes; then
8871     :
8872     else
8873    
8874    
8875     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8876     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8877     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8878     echo $ECHO_N "(cached) $ECHO_C" >&6
8879     else
8880     ac_check_lib_save_LIBS=$LIBS
8881     LIBS="-lnsl $LIBS"
8882     cat >conftest.$ac_ext <<_ACEOF
8883     /* confdefs.h. */
8884     _ACEOF
8885     cat confdefs.h >>conftest.$ac_ext
8886     cat >>conftest.$ac_ext <<_ACEOF
8887     /* end confdefs.h. */
8888    
8889     /* Override any gcc2 internal prototype to avoid an error. */
8890     #ifdef __cplusplus
8891     extern "C"
8892     #endif
8893     /* We use char because int might match the return type of a gcc2
8894     builtin and then its argument prototype would still apply. */
8895     char gethostbyname ();
8896     int
8897     main ()
8898     {
8899     gethostbyname ();
8900     ;
8901     return 0;
8902     }
8903     _ACEOF
8904     rm -f conftest.$ac_objext conftest$ac_exeext
8905     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8906 pcg 1.11 (eval $ac_link) 2>conftest.er1
8907 pcg 1.1 ac_status=$?
8908 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8909     rm -f conftest.er1
8910     cat conftest.err >&5
8911 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8912     (exit $ac_status); } &&
8913 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8914     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8915     (eval $ac_try) 2>&5
8916     ac_status=$?
8917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8918     (exit $ac_status); }; } &&
8919     { ac_try='test -s conftest$ac_exeext'
8920 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8921     (eval $ac_try) 2>&5
8922     ac_status=$?
8923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8924     (exit $ac_status); }; }; then
8925     ac_cv_lib_nsl_gethostbyname=yes
8926     else
8927     echo "$as_me: failed program was:" >&5
8928     sed 's/^/| /' conftest.$ac_ext >&5
8929    
8930     ac_cv_lib_nsl_gethostbyname=no
8931     fi
8932 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8933     conftest$ac_exeext conftest.$ac_ext
8934 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8935     fi
8936     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8937     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8938     if test $ac_cv_lib_nsl_gethostbyname = yes; then
8939     cat >>confdefs.h <<_ACEOF
8940     #define HAVE_LIBNSL 1
8941     _ACEOF
8942    
8943     LIBS="-lnsl $LIBS"
8944    
8945     fi
8946    
8947    
8948     fi
8949    
8950    
8951     ac_ext=cc
8952     ac_cpp='$CXXCPP $CPPFLAGS'
8953     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8954     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8955     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8956    
8957    
8958    
8959     cat >confcache <<\_ACEOF
8960     # This file is a shell script that caches the results of configure
8961     # tests run on this system so they can be shared between configure
8962     # scripts and configure runs, see configure's option --config-cache.
8963     # It is not useful on other systems. If it contains results you don't
8964     # want to keep, you may remove or edit it.
8965     #
8966     # config.status only pays attention to the cache file if you give it
8967     # the --recheck option to rerun configure.
8968     #
8969     # `ac_cv_env_foo' variables (set or unset) will be overridden when
8970     # loading this file, other *unset* `ac_cv_foo' will be assigned the
8971     # following values.
8972    
8973     _ACEOF
8974    
8975     # The following way of writing the cache mishandles newlines in values,
8976     # but we know of no workaround that is simple, portable, and efficient.
8977     # So, don't put newlines in cache variables' values.
8978     # Ultrix sh set writes to stderr and can't be redirected directly,
8979     # and sets the high bit in the cache file unless we assign to the vars.
8980     {
8981     (set) 2>&1 |
8982     case `(ac_space=' '; set | grep ac_space) 2>&1` in
8983     *ac_space=\ *)
8984     # `set' does not quote correctly, so add quotes (double-quote
8985     # substitution turns \\\\ into \\, and sed turns \\ into \).
8986     sed -n \
8987 pcg 1.11 "s/'/'\\\\''/g;
8988     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8989 pcg 1.1 ;;
8990     *)
8991     # `set' quotes correctly as required by POSIX, so do not add quotes.
8992     sed -n \
8993 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8994 pcg 1.1 ;;
8995     esac;
8996     } |
8997     sed '
8998     t clear
8999     : clear
9000     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9001     t end
9002     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9003     : end' >>confcache
9004     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9005     if test -w $cache_file; then
9006     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9007     cat confcache >$cache_file
9008     else
9009     echo "not updating unwritable cache $cache_file"
9010     fi
9011     fi
9012     rm -f confcache
9013    
9014    
9015    
9016     # Check whether --with-kernel or --without-kernel was given.
9017     if test "${with_kernel+set}" = set; then
9018     withval="$with_kernel"
9019     kerneldir="$withval"
9020     else
9021     kerneldir="/usr/src/linux"
9022    
9023     fi;
9024    
9025     echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9026     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9027     if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9028     echo $ECHO_N "(cached) $ECHO_C" >&6
9029     else
9030    
9031     cat >conftest.$ac_ext <<_ACEOF
9032     /* confdefs.h. */
9033     _ACEOF
9034     cat confdefs.h >>conftest.$ac_ext
9035     cat >>conftest.$ac_ext <<_ACEOF
9036     /* end confdefs.h. */
9037     #include "$kerneldir/include/linux/if_tun.h"
9038     int
9039     main ()
9040     {
9041     int a = IFF_TAP;
9042     ;
9043     return 0;
9044     }
9045     _ACEOF
9046     rm -f conftest.$ac_objext
9047     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9048 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9049 pcg 1.1 ac_status=$?
9050 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9051     rm -f conftest.er1
9052     cat conftest.err >&5
9053 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9054     (exit $ac_status); } &&
9055 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9056     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9057     (eval $ac_try) 2>&5
9058     ac_status=$?
9059     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9060     (exit $ac_status); }; } &&
9061     { ac_try='test -s conftest.$ac_objext'
9062 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9063     (eval $ac_try) 2>&5
9064     ac_status=$?
9065     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066     (exit $ac_status); }; }; then
9067     if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9068     else
9069     echo "$as_me: failed program was:" >&5
9070     sed 's/^/| /' conftest.$ac_ext >&5
9071    
9072     cat >conftest.$ac_ext <<_ACEOF
9073     /* confdefs.h. */
9074     _ACEOF
9075     cat confdefs.h >>conftest.$ac_ext
9076     cat >>conftest.$ac_ext <<_ACEOF
9077     /* end confdefs.h. */
9078     #include <linux/if_tun.h>
9079     int
9080     main ()
9081     {
9082     int a = IFF_TAP;
9083     ;
9084     return 0;
9085     }
9086     _ACEOF
9087     rm -f conftest.$ac_objext
9088     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9089 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9090 pcg 1.1 ac_status=$?
9091 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9092     rm -f conftest.er1
9093     cat conftest.err >&5
9094 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9095     (exit $ac_status); } &&
9096 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9097     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9098     (eval $ac_try) 2>&5
9099     ac_status=$?
9100     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9101     (exit $ac_status); }; } &&
9102     { ac_try='test -s conftest.$ac_objext'
9103 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9104     (eval $ac_try) 2>&5
9105     ac_status=$?
9106     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9107     (exit $ac_status); }; }; then
9108     if_tun_h="default"
9109     else
9110     echo "$as_me: failed program was:" >&5
9111     sed 's/^/| /' conftest.$ac_ext >&5
9112    
9113     if_tun_h="no"
9114    
9115     fi
9116 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9117 pcg 1.1
9118     fi
9119 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9120 pcg 1.1
9121     if test $if_tun_h = no; then
9122     tinc_cv_linux_if_tun_h=none
9123     else
9124     tinc_cv_linux_if_tun_h="$if_tun_h"
9125     fi
9126    
9127     fi
9128     echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9129     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9130    
9131     if test $tinc_cv_linux_if_tun_h != none; then
9132    
9133     cat >>confdefs.h <<\_ACEOF
9134     #define HAVE_TUNTAP 1
9135     _ACEOF
9136    
9137     if test $tinc_cv_linux_if_tun_h != default; then
9138    
9139     cat >>confdefs.h <<_ACEOF
9140     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9141     _ACEOF
9142    
9143     fi
9144     fi
9145    
9146    
9147    
9148    
9149 pcg 1.6
9150 pcg 1.1 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9151    
9152    
9153     # Check whether --with-openssl-include or --without-openssl-include was given.
9154     if test "${with_openssl_include+set}" = set; then
9155     withval="$with_openssl_include"
9156     openssl_include="$withval"
9157     CFLAGS="$CFLAGS -I$withval"
9158     CPPFLAGS="$CPPFLAGS -I$withval"
9159    
9160     fi;
9161    
9162    
9163     # Check whether --with-openssl-lib or --without-openssl-lib was given.
9164     if test "${with_openssl_lib+set}" = set; then
9165     withval="$with_openssl_lib"
9166     openssl_lib="$withval"
9167     LIBS="$LIBS -L$withval"
9168    
9169     fi;
9170    
9171    
9172    
9173    
9174    
9175    
9176    
9177     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9178     do
9179     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9180     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9181     echo "$as_me:$LINENO: checking for $ac_header" >&5
9182     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9183     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9184     echo $ECHO_N "(cached) $ECHO_C" >&6
9185     fi
9186     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9187     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9188     else
9189     # Is the header compilable?
9190     echo "$as_me:$LINENO: checking $ac_header usability" >&5
9191     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9192     cat >conftest.$ac_ext <<_ACEOF
9193     /* confdefs.h. */
9194     _ACEOF
9195     cat confdefs.h >>conftest.$ac_ext
9196     cat >>conftest.$ac_ext <<_ACEOF
9197     /* end confdefs.h. */
9198     $ac_includes_default
9199     #include <$ac_header>
9200     _ACEOF
9201     rm -f conftest.$ac_objext
9202     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9203 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9204 pcg 1.1 ac_status=$?
9205 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9206     rm -f conftest.er1
9207     cat conftest.err >&5
9208 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9209     (exit $ac_status); } &&
9210 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9211     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9212     (eval $ac_try) 2>&5
9213     ac_status=$?
9214     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9215     (exit $ac_status); }; } &&
9216     { ac_try='test -s conftest.$ac_objext'
9217 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9218     (eval $ac_try) 2>&5
9219     ac_status=$?
9220     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9221     (exit $ac_status); }; }; then
9222     ac_header_compiler=yes
9223     else
9224     echo "$as_me: failed program was:" >&5
9225     sed 's/^/| /' conftest.$ac_ext >&5
9226    
9227     ac_header_compiler=no
9228     fi
9229 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9230 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9231     echo "${ECHO_T}$ac_header_compiler" >&6
9232    
9233     # Is the header present?
9234     echo "$as_me:$LINENO: checking $ac_header presence" >&5
9235     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9236     cat >conftest.$ac_ext <<_ACEOF
9237     /* confdefs.h. */
9238     _ACEOF
9239     cat confdefs.h >>conftest.$ac_ext
9240     cat >>conftest.$ac_ext <<_ACEOF
9241     /* end confdefs.h. */
9242     #include <$ac_header>
9243     _ACEOF
9244     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9245     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9246     ac_status=$?
9247     grep -v '^ *+' conftest.er1 >conftest.err
9248     rm -f conftest.er1
9249     cat conftest.err >&5
9250     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9251     (exit $ac_status); } >/dev/null; then
9252     if test -s conftest.err; then
9253     ac_cpp_err=$ac_cxx_preproc_warn_flag
9254 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9255 pcg 1.1 else
9256     ac_cpp_err=
9257     fi
9258     else
9259     ac_cpp_err=yes
9260     fi
9261     if test -z "$ac_cpp_err"; then
9262     ac_header_preproc=yes
9263     else
9264     echo "$as_me: failed program was:" >&5
9265     sed 's/^/| /' conftest.$ac_ext >&5
9266    
9267     ac_header_preproc=no
9268     fi
9269     rm -f conftest.err conftest.$ac_ext
9270     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9271     echo "${ECHO_T}$ac_header_preproc" >&6
9272    
9273     # So? What about this header?
9274 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9275     yes:no: )
9276 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9277     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9278 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9279     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9280     ac_header_preproc=yes
9281 pcg 1.1 ;;
9282 pcg 1.11 no:yes:* )
9283 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9284     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9285 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9286     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9287     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9288     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9289     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9290     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9291 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9292     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9293 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9294     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9295 pcg 1.1 (
9296     cat <<\_ASBOX
9297 pcg 1.11 ## ------------------------------------------ ##
9298     ## Report this to the AC_PACKAGE_NAME lists. ##
9299     ## ------------------------------------------ ##
9300 pcg 1.1 _ASBOX
9301     ) |
9302     sed "s/^/$as_me: WARNING: /" >&2
9303     ;;
9304     esac
9305     echo "$as_me:$LINENO: checking for $ac_header" >&5
9306     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9307     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9308     echo $ECHO_N "(cached) $ECHO_C" >&6
9309     else
9310 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
9311 pcg 1.1 fi
9312     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9313     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9314    
9315     fi
9316     if test `eval echo '${'$as_ac_Header'}'` = yes; then
9317     cat >>confdefs.h <<_ACEOF
9318     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9319     _ACEOF
9320    
9321     else
9322     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9323     echo "$as_me: error: OpenSSL header files not found." >&2;}
9324     { (exit 1); exit 1; }; }; break
9325    
9326     fi
9327    
9328     done
9329    
9330    
9331     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9332    
9333     echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9334     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9335     if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9336     echo $ECHO_N "(cached) $ECHO_C" >&6
9337     else
9338     ac_check_lib_save_LIBS=$LIBS
9339     LIBS="-lcrypto $LIBS"
9340     cat >conftest.$ac_ext <<_ACEOF
9341     /* confdefs.h. */
9342     _ACEOF
9343     cat confdefs.h >>conftest.$ac_ext
9344     cat >>conftest.$ac_ext <<_ACEOF
9345     /* end confdefs.h. */
9346    
9347     /* Override any gcc2 internal prototype to avoid an error. */
9348     #ifdef __cplusplus
9349     extern "C"
9350     #endif
9351     /* We use char because int might match the return type of a gcc2
9352     builtin and then its argument prototype would still apply. */
9353     char SHA1_version ();
9354     int
9355     main ()
9356     {
9357     SHA1_version ();
9358     ;
9359     return 0;
9360     }
9361     _ACEOF
9362     rm -f conftest.$ac_objext conftest$ac_exeext
9363     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9364 pcg 1.11 (eval $ac_link) 2>conftest.er1
9365 pcg 1.1 ac_status=$?
9366 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9367     rm -f conftest.er1
9368     cat conftest.err >&5
9369 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370     (exit $ac_status); } &&
9371 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9372     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9373     (eval $ac_try) 2>&5
9374     ac_status=$?
9375     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9376     (exit $ac_status); }; } &&
9377     { ac_try='test -s conftest$ac_exeext'
9378 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9379     (eval $ac_try) 2>&5
9380     ac_status=$?
9381     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9382     (exit $ac_status); }; }; then
9383     ac_cv_lib_crypto_SHA1_version=yes
9384     else
9385     echo "$as_me: failed program was:" >&5
9386     sed 's/^/| /' conftest.$ac_ext >&5
9387    
9388     ac_cv_lib_crypto_SHA1_version=no
9389     fi
9390 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9391     conftest$ac_exeext conftest.$ac_ext
9392 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9393     fi
9394     echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9395     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9396     if test $ac_cv_lib_crypto_SHA1_version = yes; then
9397     LIBS="$LIBS -lcrypto"
9398     else
9399     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9400     echo "$as_me: error: OpenSSL libraries not found." >&2;}
9401     { (exit 1); exit 1; }; }
9402    
9403     fi
9404    
9405    
9406    
9407    
9408    
9409    
9410     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9411     do
9412     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9413     echo "$as_me:$LINENO: checking for $ac_func" >&5
9414     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9415     if eval "test \"\${$as_ac_var+set}\" = set"; then
9416     echo $ECHO_N "(cached) $ECHO_C" >&6
9417     else
9418     cat >conftest.$ac_ext <<_ACEOF
9419     /* confdefs.h. */
9420     _ACEOF
9421     cat confdefs.h >>conftest.$ac_ext
9422     cat >>conftest.$ac_ext <<_ACEOF
9423     /* end confdefs.h. */
9424 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9425     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9426     #define $ac_func innocuous_$ac_func
9427    
9428 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9429     which can conflict with char $ac_func (); below.
9430     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9431     <limits.h> exists even on freestanding compilers. */
9432 pcg 1.11
9433 pcg 1.1 #ifdef __STDC__
9434     # include <limits.h>
9435     #else
9436     # include <assert.h>
9437     #endif
9438 pcg 1.11
9439     #undef $ac_func
9440    
9441 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9442     #ifdef __cplusplus
9443     extern "C"
9444     {
9445     #endif
9446     /* We use char because int might match the return type of a gcc2
9447     builtin and then its argument prototype would still apply. */
9448     char $ac_func ();
9449     /* The GNU C library defines this for functions which it implements
9450     to always fail with ENOSYS. Some functions are actually named
9451     something starting with __ and the normal name is an alias. */
9452     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9453     choke me
9454     #else
9455     char (*f) () = $ac_func;
9456     #endif
9457     #ifdef __cplusplus
9458     }
9459     #endif
9460    
9461     int
9462     main ()
9463     {
9464     return f != $ac_func;
9465     ;
9466     return 0;
9467     }
9468     _ACEOF
9469     rm -f conftest.$ac_objext conftest$ac_exeext
9470     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9471 pcg 1.11 (eval $ac_link) 2>conftest.er1
9472 pcg 1.1 ac_status=$?
9473 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9474     rm -f conftest.er1
9475     cat conftest.err >&5
9476 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9477     (exit $ac_status); } &&
9478 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9479     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9480     (eval $ac_try) 2>&5
9481     ac_status=$?
9482     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9483     (exit $ac_status); }; } &&
9484     { ac_try='test -s conftest$ac_exeext'
9485 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9486     (eval $ac_try) 2>&5
9487     ac_status=$?
9488     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9489     (exit $ac_status); }; }; then
9490     eval "$as_ac_var=yes"
9491     else
9492     echo "$as_me: failed program was:" >&5
9493     sed 's/^/| /' conftest.$ac_ext >&5
9494    
9495     eval "$as_ac_var=no"
9496     fi
9497 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9498     conftest$ac_exeext conftest.$ac_ext
9499 pcg 1.1 fi
9500     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9501     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9502     if test `eval echo '${'$as_ac_var'}'` = yes; then
9503     cat >>confdefs.h <<_ACEOF
9504     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9505     _ACEOF
9506    
9507     fi
9508     done
9509    
9510    
9511     echo "$as_me:$LINENO: checking for dlopen" >&5
9512     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9513     if test "${ac_cv_func_dlopen+set}" = set; then
9514     echo $ECHO_N "(cached) $ECHO_C" >&6
9515     else
9516     cat >conftest.$ac_ext <<_ACEOF
9517     /* confdefs.h. */
9518     _ACEOF
9519     cat confdefs.h >>conftest.$ac_ext
9520     cat >>conftest.$ac_ext <<_ACEOF
9521     /* end confdefs.h. */
9522 pcg 1.11 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9523     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9524     #define dlopen innocuous_dlopen
9525    
9526 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9527     which can conflict with char dlopen (); below.
9528     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9529     <limits.h> exists even on freestanding compilers. */
9530 pcg 1.11
9531 pcg 1.1 #ifdef __STDC__
9532     # include <limits.h>
9533     #else
9534     # include <assert.h>
9535     #endif
9536 pcg 1.11
9537     #undef dlopen
9538    
9539 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9540     #ifdef __cplusplus
9541     extern "C"
9542     {
9543     #endif
9544     /* We use char because int might match the return type of a gcc2
9545     builtin and then its argument prototype would still apply. */
9546     char dlopen ();
9547     /* The GNU C library defines this for functions which it implements
9548     to always fail with ENOSYS. Some functions are actually named
9549     something starting with __ and the normal name is an alias. */
9550     #if defined (__stub_dlopen) || defined (__stub___dlopen)
9551     choke me
9552     #else
9553     char (*f) () = dlopen;
9554     #endif
9555     #ifdef __cplusplus
9556     }
9557     #endif
9558    
9559     int
9560     main ()
9561     {
9562     return f != dlopen;
9563     ;
9564     return 0;
9565     }
9566     _ACEOF
9567     rm -f conftest.$ac_objext conftest$ac_exeext
9568     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9569 pcg 1.11 (eval $ac_link) 2>conftest.er1
9570 pcg 1.1 ac_status=$?
9571 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9572     rm -f conftest.er1
9573     cat conftest.err >&5
9574 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575     (exit $ac_status); } &&
9576 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9577     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9578     (eval $ac_try) 2>&5
9579     ac_status=$?
9580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581     (exit $ac_status); }; } &&
9582     { ac_try='test -s conftest$ac_exeext'
9583 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9584     (eval $ac_try) 2>&5
9585     ac_status=$?
9586     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587     (exit $ac_status); }; }; then
9588     ac_cv_func_dlopen=yes
9589     else
9590     echo "$as_me: failed program was:" >&5
9591     sed 's/^/| /' conftest.$ac_ext >&5
9592    
9593     ac_cv_func_dlopen=no
9594     fi
9595 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9596     conftest$ac_exeext conftest.$ac_ext
9597 pcg 1.1 fi
9598     echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9599     echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9600     if test $ac_cv_func_dlopen = yes; then
9601     :
9602     else
9603     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9604     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9605     if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9606     echo $ECHO_N "(cached) $ECHO_C" >&6
9607     else
9608     ac_check_lib_save_LIBS=$LIBS
9609     LIBS="-ldl $LIBS"
9610     cat >conftest.$ac_ext <<_ACEOF
9611     /* confdefs.h. */
9612     _ACEOF
9613     cat confdefs.h >>conftest.$ac_ext
9614     cat >>conftest.$ac_ext <<_ACEOF
9615     /* end confdefs.h. */
9616    
9617     /* Override any gcc2 internal prototype to avoid an error. */
9618     #ifdef __cplusplus
9619     extern "C"
9620     #endif
9621     /* We use char because int might match the return type of a gcc2
9622     builtin and then its argument prototype would still apply. */
9623     char dlopen ();
9624     int
9625     main ()
9626     {
9627     dlopen ();
9628     ;
9629     return 0;
9630     }
9631     _ACEOF
9632     rm -f conftest.$ac_objext conftest$ac_exeext
9633     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9634 pcg 1.11 (eval $ac_link) 2>conftest.er1
9635 pcg 1.1 ac_status=$?
9636 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9637     rm -f conftest.er1
9638     cat conftest.err >&5
9639 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9640     (exit $ac_status); } &&
9641 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9642     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9643     (eval $ac_try) 2>&5
9644     ac_status=$?
9645     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9646     (exit $ac_status); }; } &&
9647     { ac_try='test -s conftest$ac_exeext'
9648 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9649     (eval $ac_try) 2>&5
9650     ac_status=$?
9651     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9652     (exit $ac_status); }; }; then
9653     ac_cv_lib_dl_dlopen=yes
9654     else
9655     echo "$as_me: failed program was:" >&5
9656     sed 's/^/| /' conftest.$ac_ext >&5
9657    
9658     ac_cv_lib_dl_dlopen=no
9659     fi
9660 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9661     conftest$ac_exeext conftest.$ac_ext
9662 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9663     fi
9664     echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9665     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9666     if test $ac_cv_lib_dl_dlopen = yes; then
9667     LIBS="$LIBS -ldl"
9668     else
9669     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9670     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9671     { (exit 1); exit 1; }; }
9672    
9673     fi
9674    
9675    
9676     fi
9677    
9678    
9679 pcg 1.6 if test "x$openssl_include" != x; then
9680     CXXFLAGS="$CXXFLAGS -I$openssl_include"
9681     fi
9682 pcg 1.1
9683 pcg 1.21 # Check whether --enable-static-daemon or --disable-static-daemon was given.
9684     if test "${enable_static_daemon+set}" = set; then
9685     enableval="$enable_static_daemon"
9686     LDFLAGS_DAEMON=-static
9687    
9688     fi;
9689    
9690    
9691 pcg 1.1 # Check whether --enable-rohc or --disable-rohc was given.
9692     if test "${enable_rohc+set}" = set; then
9693     enableval="$enable_rohc"
9694    
9695     echo
9696     echo "**********************************************************************"
9697     echo "**********************************************************************"
9698 pcg 1.16 echo "**** --enable-rohc is highly experimental, do not use ****************"
9699 pcg 1.1 echo "**********************************************************************"
9700     echo "**********************************************************************"
9701     echo
9702 pcg 1.16 rohc=true
9703    
9704     cat >>confdefs.h <<_ACEOF
9705     #define ENABLE_ROHC 1
9706     _ACEOF
9707    
9708 pcg 1.1
9709    
9710     fi;
9711    
9712 pcg 1.16
9713    
9714     if test x$rohc = xtrue; then
9715     ROHC_TRUE=
9716     ROHC_FALSE='#'
9717     else
9718     ROHC_TRUE='#'
9719     ROHC_FALSE=
9720     fi
9721    
9722    
9723 pcg 1.1 # Check whether --enable-icmp or --disable-icmp was given.
9724     if test "${enable_icmp+set}" = set; then
9725     enableval="$enable_icmp"
9726    
9727     cat >>confdefs.h <<_ACEOF
9728     #define ENABLE_ICMP 1
9729     _ACEOF
9730    
9731    
9732     fi;
9733    
9734     # Check whether --enable-tcp or --disable-tcp was given.
9735     if test "${enable_tcp+set}" = set; then
9736     enableval="$enable_tcp"
9737    
9738     cat >>confdefs.h <<_ACEOF
9739     #define ENABLE_TCP 1
9740     _ACEOF
9741    
9742    
9743     fi;
9744    
9745 pcg 1.17 # Check whether --enable-dns or --disable-dns was given.
9746     if test "${enable_dns+set}" = set; then
9747     enableval="$enable_dns"
9748    
9749 pcg 1.24 if test "${ac_cv_header_gmp_h+set}" = set; then
9750     echo "$as_me:$LINENO: checking for gmp.h" >&5
9751     echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6
9752     if test "${ac_cv_header_gmp_h+set}" = set; then
9753     echo $ECHO_N "(cached) $ECHO_C" >&6
9754     fi
9755     echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
9756     echo "${ECHO_T}$ac_cv_header_gmp_h" >&6
9757     else
9758     # Is the header compilable?
9759     echo "$as_me:$LINENO: checking gmp.h usability" >&5
9760     echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6
9761     cat >conftest.$ac_ext <<_ACEOF
9762     /* confdefs.h. */
9763     _ACEOF
9764     cat confdefs.h >>conftest.$ac_ext
9765     cat >>conftest.$ac_ext <<_ACEOF
9766     /* end confdefs.h. */
9767     $ac_includes_default
9768     #include <gmp.h>
9769     _ACEOF
9770     rm -f conftest.$ac_objext
9771     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9772     (eval $ac_compile) 2>conftest.er1
9773     ac_status=$?
9774     grep -v '^ *+' conftest.er1 >conftest.err
9775     rm -f conftest.er1
9776     cat conftest.err >&5
9777     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9778     (exit $ac_status); } &&
9779     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9780     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9781     (eval $ac_try) 2>&5
9782     ac_status=$?
9783     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9784     (exit $ac_status); }; } &&
9785     { ac_try='test -s conftest.$ac_objext'
9786     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9787     (eval $ac_try) 2>&5
9788     ac_status=$?
9789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9790     (exit $ac_status); }; }; then
9791     ac_header_compiler=yes
9792     else
9793     echo "$as_me: failed program was:" >&5
9794     sed 's/^/| /' conftest.$ac_ext >&5
9795    
9796     ac_header_compiler=no
9797     fi
9798     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9799     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9800     echo "${ECHO_T}$ac_header_compiler" >&6
9801    
9802     # Is the header present?
9803     echo "$as_me:$LINENO: checking gmp.h presence" >&5
9804     echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6
9805     cat >conftest.$ac_ext <<_ACEOF
9806     /* confdefs.h. */
9807     _ACEOF
9808     cat confdefs.h >>conftest.$ac_ext
9809     cat >>conftest.$ac_ext <<_ACEOF
9810     /* end confdefs.h. */
9811     #include <gmp.h>
9812     _ACEOF
9813     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9814     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9815     ac_status=$?
9816     grep -v '^ *+' conftest.er1 >conftest.err
9817     rm -f conftest.er1
9818     cat conftest.err >&5
9819     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820     (exit $ac_status); } >/dev/null; then
9821     if test -s conftest.err; then
9822     ac_cpp_err=$ac_cxx_preproc_warn_flag
9823     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9824     else
9825     ac_cpp_err=
9826     fi
9827     else
9828     ac_cpp_err=yes
9829     fi
9830     if test -z "$ac_cpp_err"; then
9831     ac_header_preproc=yes
9832     else
9833     echo "$as_me: failed program was:" >&5
9834     sed 's/^/| /' conftest.$ac_ext >&5
9835    
9836     ac_header_preproc=no
9837     fi
9838     rm -f conftest.err conftest.$ac_ext
9839     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9840     echo "${ECHO_T}$ac_header_preproc" >&6
9841    
9842     # So? What about this header?
9843     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9844     yes:no: )
9845     { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
9846     echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9847     { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
9848     echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
9849     ac_header_preproc=yes
9850     ;;
9851     no:yes:* )
9852     { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
9853     echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
9854     { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
9855     echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
9856     { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
9857     echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
9858     { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
9859     echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
9860     { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
9861     echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
9862     { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
9863     echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
9864     (
9865     cat <<\_ASBOX
9866     ## ------------------------------------------ ##
9867     ## Report this to the AC_PACKAGE_NAME lists. ##
9868     ## ------------------------------------------ ##
9869     _ASBOX
9870     ) |
9871     sed "s/^/$as_me: WARNING: /" >&2
9872     ;;
9873     esac
9874     echo "$as_me:$LINENO: checking for gmp.h" >&5
9875     echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6
9876     if test "${ac_cv_header_gmp_h+set}" = set; then
9877     echo $ECHO_N "(cached) $ECHO_C" >&6
9878     else
9879     ac_cv_header_gmp_h=$ac_header_preproc
9880     fi
9881     echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
9882     echo "${ECHO_T}$ac_cv_header_gmp_h" >&6
9883    
9884     fi
9885     if test $ac_cv_header_gmp_h = yes; then
9886     :
9887     else
9888     { { echo "$as_me:$LINENO: error: gmp.h not found, required for --enable-dns" >&5
9889     echo "$as_me: error: gmp.h not found, required for --enable-dns" >&2;}
9890     { (exit 1); exit 1; }; }
9891     fi
9892    
9893    
9894    
9895     echo "$as_me:$LINENO: checking for main in -lgmp" >&5
9896     echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6
9897     if test "${ac_cv_lib_gmp_main+set}" = set; then
9898     echo $ECHO_N "(cached) $ECHO_C" >&6
9899     else
9900     ac_check_lib_save_LIBS=$LIBS
9901     LIBS="-lgmp $LIBS"
9902     cat >conftest.$ac_ext <<_ACEOF
9903     /* confdefs.h. */
9904     _ACEOF
9905     cat confdefs.h >>conftest.$ac_ext
9906     cat >>conftest.$ac_ext <<_ACEOF
9907     /* end confdefs.h. */
9908    
9909    
9910     int
9911     main ()
9912     {
9913     main ();
9914     ;
9915     return 0;
9916     }
9917     _ACEOF
9918     rm -f conftest.$ac_objext conftest$ac_exeext
9919     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9920     (eval $ac_link) 2>conftest.er1
9921     ac_status=$?
9922     grep -v '^ *+' conftest.er1 >conftest.err
9923     rm -f conftest.er1
9924     cat conftest.err >&5
9925     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926     (exit $ac_status); } &&
9927     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9928     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9929     (eval $ac_try) 2>&5
9930     ac_status=$?
9931     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932     (exit $ac_status); }; } &&
9933     { ac_try='test -s conftest$ac_exeext'
9934     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9935     (eval $ac_try) 2>&5
9936     ac_status=$?
9937     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9938     (exit $ac_status); }; }; then
9939     ac_cv_lib_gmp_main=yes
9940     else
9941     echo "$as_me: failed program was:" >&5
9942     sed 's/^/| /' conftest.$ac_ext >&5
9943    
9944     ac_cv_lib_gmp_main=no
9945     fi
9946     rm -f conftest.err conftest.$ac_objext \
9947     conftest$ac_exeext conftest.$ac_ext
9948     LIBS=$ac_check_lib_save_LIBS
9949     fi
9950     echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
9951     echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6
9952     if test $ac_cv_lib_gmp_main = yes; then
9953     cat >>confdefs.h <<_ACEOF
9954     #define HAVE_LIBGMP 1
9955     _ACEOF
9956    
9957     LIBS="-lgmp $LIBS"
9958    
9959     else
9960     { { echo "$as_me:$LINENO: error: libgmp not found, required for --enable-dns" >&5
9961     echo "$as_me: error: libgmp not found, required for --enable-dns" >&2;}
9962     { (exit 1); exit 1; }; }
9963     fi
9964    
9965    
9966    
9967 pcg 1.17 cat >>confdefs.h <<_ACEOF
9968     #define ENABLE_DNS 1
9969     _ACEOF
9970    
9971    
9972 pcg 1.24
9973 pcg 1.17 fi;
9974    
9975 pcg 1.1 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9976     if test "${enable_http_proxy+set}" = set; then
9977     enableval="$enable_http_proxy"
9978    
9979     cat >>confdefs.h <<_ACEOF
9980     #define ENABLE_HTTP_PROXY 1
9981     _ACEOF
9982    
9983    
9984     fi;
9985    
9986 pcg 1.21 HMAC=12
9987     # Check whether --enable-hmac-length or --disable-hmac-length was given.
9988 pcg 1.1 if test "${enable_hmac_length+set}" = set; then
9989     enableval="$enable_hmac_length"
9990     HMAC=$enableval
9991    
9992     fi;
9993    
9994     cat >>confdefs.h <<_ACEOF
9995     #define HMACLENGTH $HMAC
9996     _ACEOF
9997    
9998    
9999 pcg 1.21 RAND=8
10000     # Check whether --enable-rand-length or --disable-rand-length was given.
10001 pcg 1.1 if test "${enable_rand_length+set}" = set; then
10002     enableval="$enable_rand_length"
10003     RAND=$enableval
10004    
10005     fi;
10006    
10007     cat >>confdefs.h <<_ACEOF
10008     #define RAND_SIZE $RAND
10009     _ACEOF
10010    
10011    
10012 pcg 1.21 MTU=1500
10013     # Check whether --enable-mtu or --disable-mtu was given.
10014 pcg 1.1 if test "${enable_mtu+set}" = set; then
10015     enableval="$enable_mtu"
10016     MTU=$enableval
10017    
10018     fi;
10019    
10020     cat >>confdefs.h <<_ACEOF
10021     #define MAX_MTU $MTU + 14
10022     _ACEOF
10023    
10024    
10025     COMPRESS=1
10026     # Check whether --enable-compression or --disable-compression was given.
10027     if test "${enable_compression+set}" = set; then
10028     enableval="$enable_compression"
10029     if test "x$enableval" = xno; then
10030     COMPRESS=0
10031     fi
10032    
10033     fi;
10034    
10035     cat >>confdefs.h <<_ACEOF
10036     #define ENABLE_COMPRESSION $COMPRESS
10037     _ACEOF
10038    
10039    
10040     CIPHER=bf_cbc
10041     # Check whether --enable-cipher or --disable-cipher was given.
10042     if test "${enable_cipher+set}" = set; then
10043     enableval="$enable_cipher"
10044     if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
10045     if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
10046     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
10047     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
10048    
10049     fi;
10050    
10051     cat >>confdefs.h <<_ACEOF
10052     #define ENABLE_CIPHER EVP_${CIPHER}
10053     _ACEOF
10054    
10055    
10056     DIGEST=sha1
10057     # Check whether --enable-digest or --disable-digest was given.
10058     if test "${enable_digest+set}" = set; then
10059     enableval="$enable_digest"
10060     if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
10061     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
10062     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
10063     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
10064    
10065     fi;
10066    
10067     cat >>confdefs.h <<_ACEOF
10068     #define ENABLE_DIGEST EVP_${DIGEST}
10069     _ACEOF
10070    
10071    
10072     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
10073     CXXFLAGS="$CXXFLAGS -fno-rtti"
10074     fi
10075    
10076     if $CXX -v --help 2>&1 | grep -q fexceptions; then
10077     CXXFLAGS="$CXXFLAGS -fno-exceptions"
10078     fi
10079    
10080    
10081    
10082    
10083    
10084    
10085 pcg 1.23 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
10086 pcg 1.19
10087 pcg 1.1 cat >confcache <<\_ACEOF
10088     # This file is a shell script that caches the results of configure
10089     # tests run on this system so they can be shared between configure
10090     # scripts and configure runs, see configure's option --config-cache.
10091     # It is not useful on other systems. If it contains results you don't
10092     # want to keep, you may remove or edit it.
10093     #
10094     # config.status only pays attention to the cache file if you give it
10095     # the --recheck option to rerun configure.
10096     #
10097     # `ac_cv_env_foo' variables (set or unset) will be overridden when
10098     # loading this file, other *unset* `ac_cv_foo' will be assigned the
10099     # following values.
10100    
10101     _ACEOF
10102    
10103     # The following way of writing the cache mishandles newlines in values,
10104     # but we know of no workaround that is simple, portable, and efficient.
10105     # So, don't put newlines in cache variables' values.
10106     # Ultrix sh set writes to stderr and can't be redirected directly,
10107     # and sets the high bit in the cache file unless we assign to the vars.
10108     {
10109     (set) 2>&1 |
10110     case `(ac_space=' '; set | grep ac_space) 2>&1` in
10111     *ac_space=\ *)
10112     # `set' does not quote correctly, so add quotes (double-quote
10113     # substitution turns \\\\ into \\, and sed turns \\ into \).
10114     sed -n \
10115 pcg 1.11 "s/'/'\\\\''/g;
10116     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10117 pcg 1.1 ;;
10118     *)
10119     # `set' quotes correctly as required by POSIX, so do not add quotes.
10120     sed -n \
10121 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10122 pcg 1.1 ;;
10123     esac;
10124     } |
10125     sed '
10126     t clear
10127     : clear
10128     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10129     t end
10130     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10131     : end' >>confcache
10132     if diff $cache_file confcache >/dev/null 2>&1; then :; else
10133     if test -w $cache_file; then
10134     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10135     cat confcache >$cache_file
10136     else
10137     echo "not updating unwritable cache $cache_file"
10138     fi
10139     fi
10140     rm -f confcache
10141    
10142     test "x$prefix" = xNONE && prefix=$ac_default_prefix
10143     # Let make expand exec_prefix.
10144     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10145    
10146     # VPATH may cause trouble with some makes, so we remove $(srcdir),
10147     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10148     # trailing colons and then remove the whole line if VPATH becomes empty
10149     # (actually we leave an empty line to preserve line numbers).
10150     if test "x$srcdir" = x.; then
10151 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
10152 pcg 1.1 s/:*\$(srcdir):*/:/;
10153     s/:*\${srcdir}:*/:/;
10154     s/:*@srcdir@:*/:/;
10155 pcg 1.11 s/^\([^=]*=[ ]*\):*/\1/;
10156 pcg 1.1 s/:*$//;
10157 pcg 1.11 s/^[^=]*=[ ]*$//;
10158 pcg 1.1 }'
10159     fi
10160    
10161     DEFS=-DHAVE_CONFIG_H
10162    
10163     ac_libobjs=
10164     ac_ltlibobjs=
10165     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10166     # 1. Remove the extension, and $U if already installed.
10167     ac_i=`echo "$ac_i" |
10168 pcg 1.11 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10169 pcg 1.1 # 2. Add them.
10170     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10171     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10172     done
10173     LIBOBJS=$ac_libobjs
10174    
10175     LTLIBOBJS=$ac_ltlibobjs
10176    
10177    
10178     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10179     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10180     Usually this means the macro was only invoked conditionally." >&5
10181     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10182     Usually this means the macro was only invoked conditionally." >&2;}
10183     { (exit 1); exit 1; }; }
10184     fi
10185     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10186     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10187     Usually this means the macro was only invoked conditionally." >&5
10188     echo "$as_me: error: conditional \"AMDEP\" was never defined.
10189     Usually this means the macro was only invoked conditionally." >&2;}
10190     { (exit 1); exit 1; }; }
10191     fi
10192     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10193     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10194     Usually this means the macro was only invoked conditionally." >&5
10195     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10196     Usually this means the macro was only invoked conditionally." >&2;}
10197     { (exit 1); exit 1; }; }
10198     fi
10199     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10200     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10201     Usually this means the macro was only invoked conditionally." >&5
10202     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10203     Usually this means the macro was only invoked conditionally." >&2;}
10204     { (exit 1); exit 1; }; }
10205     fi
10206     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10207     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10208     Usually this means the macro was only invoked conditionally." >&5
10209     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10210     Usually this means the macro was only invoked conditionally." >&2;}
10211     { (exit 1); exit 1; }; }
10212     fi
10213 pcg 1.16 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
10214     { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
10215     Usually this means the macro was only invoked conditionally." >&5
10216     echo "$as_me: error: conditional \"ROHC\" was never defined.
10217     Usually this means the macro was only invoked conditionally." >&2;}
10218     { (exit 1); exit 1; }; }
10219     fi
10220 pcg 1.1
10221     : ${CONFIG_STATUS=./config.status}
10222     ac_clean_files_save=$ac_clean_files
10223     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10224     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10225     echo "$as_me: creating $CONFIG_STATUS" >&6;}
10226     cat >$CONFIG_STATUS <<_ACEOF
10227     #! $SHELL
10228     # Generated by $as_me.
10229     # Run this file to recreate the current configuration.
10230     # Compiler output produced by configure, useful for debugging
10231     # configure, is in config.log if it exists.
10232    
10233     debug=false
10234     ac_cs_recheck=false
10235     ac_cs_silent=false
10236     SHELL=\${CONFIG_SHELL-$SHELL}
10237     _ACEOF
10238    
10239     cat >>$CONFIG_STATUS <<\_ACEOF
10240     ## --------------------- ##
10241     ## M4sh Initialization. ##
10242     ## --------------------- ##
10243    
10244     # Be Bourne compatible
10245     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10246     emulate sh
10247     NULLCMD=:
10248     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10249     # is contrary to our usage. Disable this feature.
10250     alias -g '${1+"$@"}'='"$@"'
10251     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10252     set -o posix
10253     fi
10254 pcg 1.11 DUALCASE=1; export DUALCASE # for MKS sh
10255 pcg 1.1
10256     # Support unset when possible.
10257 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10258 pcg 1.1 as_unset=unset
10259     else
10260     as_unset=false
10261     fi
10262    
10263    
10264     # Work around bugs in pre-3.0 UWIN ksh.
10265     $as_unset ENV MAIL MAILPATH
10266     PS1='$ '
10267     PS2='> '
10268     PS4='+ '
10269    
10270     # NLS nuisances.
10271     for as_var in \
10272     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10273     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10274     LC_TELEPHONE LC_TIME
10275     do
10276 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10277 pcg 1.1 eval $as_var=C; export $as_var
10278     else
10279     $as_unset $as_var
10280     fi
10281     done
10282    
10283     # Required to use basename.
10284     if expr a : '\(a\)' >/dev/null 2>&1; then
10285     as_expr=expr
10286     else
10287     as_expr=false
10288     fi
10289    
10290     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10291     as_basename=basename
10292     else
10293     as_basename=false
10294     fi
10295    
10296    
10297     # Name of the executable.
10298     as_me=`$as_basename "$0" ||
10299     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10300     X"$0" : 'X\(//\)$' \| \
10301     X"$0" : 'X\(/\)$' \| \
10302     . : '\(.\)' 2>/dev/null ||
10303     echo X/"$0" |
10304     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10305     /^X\/\(\/\/\)$/{ s//\1/; q; }
10306     /^X\/\(\/\).*/{ s//\1/; q; }
10307     s/.*/./; q'`
10308    
10309    
10310     # PATH needs CR, and LINENO needs CR and PATH.
10311     # Avoid depending upon Character Ranges.
10312     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10313     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10314     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10315     as_cr_digits='0123456789'
10316     as_cr_alnum=$as_cr_Letters$as_cr_digits
10317    
10318     # The user is always right.
10319     if test "${PATH_SEPARATOR+set}" != set; then
10320     echo "#! /bin/sh" >conf$$.sh
10321     echo "exit 0" >>conf$$.sh
10322     chmod +x conf$$.sh
10323     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10324     PATH_SEPARATOR=';'
10325     else
10326     PATH_SEPARATOR=:
10327     fi
10328     rm -f conf$$.sh
10329     fi
10330    
10331    
10332     as_lineno_1=$LINENO
10333     as_lineno_2=$LINENO
10334     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10335     test "x$as_lineno_1" != "x$as_lineno_2" &&
10336     test "x$as_lineno_3" = "x$as_lineno_2" || {
10337     # Find who we are. Look in the path if we contain no path at all
10338     # relative or not.
10339     case $0 in
10340     *[\\/]* ) as_myself=$0 ;;
10341     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10342     for as_dir in $PATH
10343     do
10344     IFS=$as_save_IFS
10345     test -z "$as_dir" && as_dir=.
10346     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10347     done
10348    
10349     ;;
10350     esac
10351     # We did not find ourselves, most probably we were run as `sh COMMAND'
10352     # in which case we are not to be found in the path.
10353     if test "x$as_myself" = x; then
10354     as_myself=$0
10355     fi
10356     if test ! -f "$as_myself"; then
10357     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10358     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10359     { (exit 1); exit 1; }; }
10360     fi
10361     case $CONFIG_SHELL in
10362     '')
10363     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10364     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10365     do
10366     IFS=$as_save_IFS
10367     test -z "$as_dir" && as_dir=.
10368     for as_base in sh bash ksh sh5; do
10369     case $as_dir in
10370     /*)
10371     if ("$as_dir/$as_base" -c '
10372     as_lineno_1=$LINENO
10373     as_lineno_2=$LINENO
10374     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10375     test "x$as_lineno_1" != "x$as_lineno_2" &&
10376     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10377     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10378     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10379     CONFIG_SHELL=$as_dir/$as_base
10380     export CONFIG_SHELL
10381     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10382     fi;;
10383     esac
10384     done
10385     done
10386     ;;
10387     esac
10388    
10389     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10390     # uniformly replaced by the line number. The first 'sed' inserts a
10391     # line-number line before each line; the second 'sed' does the real
10392     # work. The second script uses 'N' to pair each line-number line
10393     # with the numbered line, and appends trailing '-' during
10394     # substitution so that $LINENO is not a special case at line end.
10395     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10396     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10397     sed '=' <$as_myself |
10398     sed '
10399     N
10400     s,$,-,
10401     : loop
10402     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10403     t loop
10404     s,-$,,
10405     s,^['$as_cr_digits']*\n,,
10406     ' >$as_me.lineno &&
10407     chmod +x $as_me.lineno ||
10408     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10409     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10410     { (exit 1); exit 1; }; }
10411    
10412     # Don't try to exec as it changes $[0], causing all sort of problems
10413     # (the dirname of $[0] is not the place where we might find the
10414     # original and so on. Autoconf is especially sensible to this).
10415     . ./$as_me.lineno
10416     # Exit status is that of the last command.
10417     exit
10418     }
10419    
10420    
10421     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10422     *c*,-n*) ECHO_N= ECHO_C='
10423     ' ECHO_T=' ' ;;
10424     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10425     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10426     esac
10427    
10428     if expr a : '\(a\)' >/dev/null 2>&1; then
10429     as_expr=expr
10430     else
10431     as_expr=false
10432     fi
10433    
10434     rm -f conf$$ conf$$.exe conf$$.file
10435     echo >conf$$.file
10436     if ln -s conf$$.file conf$$ 2>/dev/null; then
10437     # We could just check for DJGPP; but this test a) works b) is more generic
10438     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10439     if test -f conf$$.exe; then
10440     # Don't use ln at all; we don't have any links
10441     as_ln_s='cp -p'
10442     else
10443     as_ln_s='ln -s'
10444     fi
10445     elif ln conf$$.file conf$$ 2>/dev/null; then
10446     as_ln_s=ln
10447     else
10448     as_ln_s='cp -p'
10449     fi
10450     rm -f conf$$ conf$$.exe conf$$.file
10451    
10452     if mkdir -p . 2>/dev/null; then
10453     as_mkdir_p=:
10454     else
10455 pcg 1.11 test -d ./-p && rmdir ./-p
10456 pcg 1.1 as_mkdir_p=false
10457     fi
10458    
10459     as_executable_p="test -f"
10460    
10461     # Sed expression to map a string onto a valid CPP name.
10462 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10463 pcg 1.1
10464     # Sed expression to map a string onto a valid variable name.
10465 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10466 pcg 1.1
10467    
10468     # IFS
10469     # We need space, tab and new line, in precisely that order.
10470     as_nl='
10471     '
10472     IFS=" $as_nl"
10473    
10474     # CDPATH.
10475     $as_unset CDPATH
10476    
10477     exec 6>&1
10478    
10479     # Open the log real soon, to keep \$[0] and so on meaningful, and to
10480     # report actual input values of CONFIG_FILES etc. instead of their
10481     # values after options handling. Logging --version etc. is OK.
10482     exec 5>>config.log
10483     {
10484     echo
10485     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10486     ## Running $as_me. ##
10487     _ASBOX
10488     } >&5
10489     cat >&5 <<_CSEOF
10490    
10491     This file was extended by $as_me, which was
10492 pcg 1.14 generated by GNU Autoconf 2.59. Invocation command line was
10493 pcg 1.1
10494     CONFIG_FILES = $CONFIG_FILES
10495     CONFIG_HEADERS = $CONFIG_HEADERS
10496     CONFIG_LINKS = $CONFIG_LINKS
10497     CONFIG_COMMANDS = $CONFIG_COMMANDS
10498     $ $0 $@
10499    
10500     _CSEOF
10501     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10502     echo >&5
10503     _ACEOF
10504    
10505     # Files that config.status was made for.
10506     if test -n "$ac_config_files"; then
10507     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10508     fi
10509    
10510     if test -n "$ac_config_headers"; then
10511     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10512     fi
10513    
10514     if test -n "$ac_config_links"; then
10515     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10516     fi
10517    
10518     if test -n "$ac_config_commands"; then
10519     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10520     fi
10521    
10522     cat >>$CONFIG_STATUS <<\_ACEOF
10523    
10524     ac_cs_usage="\
10525     \`$as_me' instantiates files from templates according to the
10526     current configuration.
10527    
10528     Usage: $0 [OPTIONS] [FILE]...
10529    
10530     -h, --help print this help, then exit
10531     -V, --version print version number, then exit
10532     -q, --quiet do not print progress messages
10533     -d, --debug don't remove temporary files
10534     --recheck update $as_me by reconfiguring in the same conditions
10535     --file=FILE[:TEMPLATE]
10536 pcg 1.11 instantiate the configuration file FILE
10537 pcg 1.1 --header=FILE[:TEMPLATE]
10538 pcg 1.11 instantiate the configuration header FILE
10539 pcg 1.1
10540     Configuration files:
10541     $config_files
10542    
10543     Configuration headers:
10544     $config_headers
10545    
10546     Configuration commands:
10547     $config_commands
10548    
10549     Report bugs to <bug-autoconf@gnu.org>."
10550     _ACEOF
10551    
10552     cat >>$CONFIG_STATUS <<_ACEOF
10553     ac_cs_version="\\
10554     config.status
10555 pcg 1.14 configured by $0, generated by GNU Autoconf 2.59,
10556 pcg 1.1 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10557    
10558 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
10559 pcg 1.1 This config.status script is free software; the Free Software Foundation
10560     gives unlimited permission to copy, distribute and modify it."
10561     srcdir=$srcdir
10562     INSTALL="$INSTALL"
10563     _ACEOF
10564    
10565     cat >>$CONFIG_STATUS <<\_ACEOF
10566     # If no file are specified by the user, then we need to provide default
10567     # value. By we need to know if files were specified by the user.
10568     ac_need_defaults=:
10569     while test $# != 0
10570     do
10571     case $1 in
10572     --*=*)
10573     ac_option=`expr "x$1" : 'x\([^=]*\)='`
10574     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10575     ac_shift=:
10576     ;;
10577     -*)
10578     ac_option=$1
10579     ac_optarg=$2
10580     ac_shift=shift
10581     ;;
10582     *) # This is not an option, so the user has probably given explicit
10583     # arguments.
10584     ac_option=$1
10585     ac_need_defaults=false;;
10586     esac
10587    
10588     case $ac_option in
10589     # Handling of the options.
10590     _ACEOF
10591     cat >>$CONFIG_STATUS <<\_ACEOF
10592     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10593     ac_cs_recheck=: ;;
10594     --version | --vers* | -V )
10595     echo "$ac_cs_version"; exit 0 ;;
10596     --he | --h)
10597     # Conflict between --help and --header
10598     { { echo "$as_me:$LINENO: error: ambiguous option: $1
10599     Try \`$0 --help' for more information." >&5
10600     echo "$as_me: error: ambiguous option: $1
10601     Try \`$0 --help' for more information." >&2;}
10602     { (exit 1); exit 1; }; };;
10603     --help | --hel | -h )
10604     echo "$ac_cs_usage"; exit 0 ;;
10605     --debug | --d* | -d )
10606     debug=: ;;
10607     --file | --fil | --fi | --f )
10608     $ac_shift
10609     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10610     ac_need_defaults=false;;
10611     --header | --heade | --head | --hea )
10612     $ac_shift
10613     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10614     ac_need_defaults=false;;
10615     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10616     | -silent | --silent | --silen | --sile | --sil | --si | --s)
10617     ac_cs_silent=: ;;
10618    
10619     # This is an error.
10620     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10621     Try \`$0 --help' for more information." >&5
10622     echo "$as_me: error: unrecognized option: $1
10623     Try \`$0 --help' for more information." >&2;}
10624     { (exit 1); exit 1; }; } ;;
10625    
10626     *) ac_config_targets="$ac_config_targets $1" ;;
10627    
10628     esac
10629     shift
10630     done
10631    
10632     ac_configure_extra_args=
10633    
10634     if $ac_cs_silent; then
10635     exec 6>/dev/null
10636     ac_configure_extra_args="$ac_configure_extra_args --silent"
10637     fi
10638    
10639     _ACEOF
10640     cat >>$CONFIG_STATUS <<_ACEOF
10641     if \$ac_cs_recheck; then
10642     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10643     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10644     fi
10645    
10646     _ACEOF
10647    
10648     cat >>$CONFIG_STATUS <<_ACEOF
10649     #
10650     # INIT-COMMANDS section.
10651     #
10652    
10653     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10654     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10655     # from automake.
10656     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10657     # Capture the value of LINGUAS because we need it to compute CATALOGS.
10658     LINGUAS="${LINGUAS-%UNSET%}"
10659    
10660     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10661    
10662     _ACEOF
10663    
10664    
10665    
10666     cat >>$CONFIG_STATUS <<\_ACEOF
10667     for ac_config_target in $ac_config_targets
10668     do
10669     case "$ac_config_target" in
10670     # Handling of arguments.
10671     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10672     "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10673     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10674     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10675     "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10676     "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10677     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10678     "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10679     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10680     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10681     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10682     { (exit 1); exit 1; }; };;
10683     esac
10684     done
10685    
10686     # If the user did not use the arguments to specify the items to instantiate,
10687     # then the envvar interface is used. Set only those that are not.
10688     # We use the long form for the default assignment because of an extremely
10689     # bizarre bug on SunOS 4.1.3.
10690     if $ac_need_defaults; then
10691     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10692     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10693     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10694     fi
10695    
10696     # Have a temporary directory for convenience. Make it in the build tree
10697     # simply because there is no reason to put it here, and in addition,
10698     # creating and moving files from /tmp can sometimes cause problems.
10699     # Create a temporary directory, and hook for its removal unless debugging.
10700     $debug ||
10701     {
10702     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10703     trap '{ (exit 1); exit 1; }' 1 2 13 15
10704     }
10705    
10706     # Create a (secure) tmp directory for tmp files.
10707    
10708     {
10709     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10710     test -n "$tmp" && test -d "$tmp"
10711     } ||
10712     {
10713     tmp=./confstat$$-$RANDOM
10714     (umask 077 && mkdir $tmp)
10715     } ||
10716     {
10717     echo "$me: cannot create a temporary directory in ." >&2
10718     { (exit 1); exit 1; }
10719     }
10720    
10721     _ACEOF
10722    
10723     cat >>$CONFIG_STATUS <<_ACEOF
10724    
10725     #
10726     # CONFIG_FILES section.
10727     #
10728    
10729     # No need to generate the scripts if there are no CONFIG_FILES.
10730     # This happens for instance when ./config.status config.h
10731     if test -n "\$CONFIG_FILES"; then
10732     # Protect against being on the right side of a sed subst in config.status.
10733     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10734     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10735     s,@SHELL@,$SHELL,;t t
10736     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10737     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10738     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10739     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10740     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10741     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10742     s,@exec_prefix@,$exec_prefix,;t t
10743     s,@prefix@,$prefix,;t t
10744     s,@program_transform_name@,$program_transform_name,;t t
10745     s,@bindir@,$bindir,;t t
10746     s,@sbindir@,$sbindir,;t t
10747     s,@libexecdir@,$libexecdir,;t t
10748     s,@datadir@,$datadir,;t t
10749     s,@sysconfdir@,$sysconfdir,;t t
10750     s,@sharedstatedir@,$sharedstatedir,;t t
10751     s,@localstatedir@,$localstatedir,;t t
10752     s,@libdir@,$libdir,;t t
10753     s,@includedir@,$includedir,;t t
10754     s,@oldincludedir@,$oldincludedir,;t t
10755     s,@infodir@,$infodir,;t t
10756     s,@mandir@,$mandir,;t t
10757     s,@build_alias@,$build_alias,;t t
10758     s,@host_alias@,$host_alias,;t t
10759     s,@target_alias@,$target_alias,;t t
10760     s,@DEFS@,$DEFS,;t t
10761     s,@ECHO_C@,$ECHO_C,;t t
10762     s,@ECHO_N@,$ECHO_N,;t t
10763     s,@ECHO_T@,$ECHO_T,;t t
10764     s,@LIBS@,$LIBS,;t t
10765     s,@build@,$build,;t t
10766     s,@build_cpu@,$build_cpu,;t t
10767     s,@build_vendor@,$build_vendor,;t t
10768     s,@build_os@,$build_os,;t t
10769     s,@host@,$host,;t t
10770     s,@host_cpu@,$host_cpu,;t t
10771     s,@host_vendor@,$host_vendor,;t t
10772     s,@host_os@,$host_os,;t t
10773     s,@target@,$target,;t t
10774     s,@target_cpu@,$target_cpu,;t t
10775     s,@target_vendor@,$target_vendor,;t t
10776     s,@target_os@,$target_os,;t t
10777     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10778     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10779     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10780     s,@CYGPATH_W@,$CYGPATH_W,;t t
10781     s,@PACKAGE@,$PACKAGE,;t t
10782     s,@VERSION@,$VERSION,;t t
10783     s,@ACLOCAL@,$ACLOCAL,;t t
10784     s,@AUTOCONF@,$AUTOCONF,;t t
10785     s,@AUTOMAKE@,$AUTOMAKE,;t t
10786     s,@AUTOHEADER@,$AUTOHEADER,;t t
10787     s,@MAKEINFO@,$MAKEINFO,;t t
10788     s,@AMTAR@,$AMTAR,;t t
10789     s,@install_sh@,$install_sh,;t t
10790     s,@STRIP@,$STRIP,;t t
10791     s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10792     s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10793     s,@AWK@,$AWK,;t t
10794     s,@SET_MAKE@,$SET_MAKE,;t t
10795     s,@am__leading_dot@,$am__leading_dot,;t t
10796     s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10797     s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10798     s,@MAINT@,$MAINT,;t t
10799     s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10800     s,@MSGFMT@,$MSGFMT,;t t
10801     s,@GMSGFMT@,$GMSGFMT,;t t
10802     s,@XGETTEXT@,$XGETTEXT,;t t
10803     s,@MSGMERGE@,$MSGMERGE,;t t
10804     s,@CC@,$CC,;t t
10805     s,@CFLAGS@,$CFLAGS,;t t
10806     s,@LDFLAGS@,$LDFLAGS,;t t
10807     s,@CPPFLAGS@,$CPPFLAGS,;t t
10808     s,@ac_ct_CC@,$ac_ct_CC,;t t
10809     s,@EXEEXT@,$EXEEXT,;t t
10810     s,@OBJEXT@,$OBJEXT,;t t
10811     s,@DEPDIR@,$DEPDIR,;t t
10812     s,@am__include@,$am__include,;t t
10813     s,@am__quote@,$am__quote,;t t
10814     s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10815     s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10816     s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10817     s,@CCDEPMODE@,$CCDEPMODE,;t t
10818     s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10819     s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10820     s,@USE_NLS@,$USE_NLS,;t t
10821     s,@LIBICONV@,$LIBICONV,;t t
10822     s,@LTLIBICONV@,$LTLIBICONV,;t t
10823     s,@INTLLIBS@,$INTLLIBS,;t t
10824     s,@LIBINTL@,$LIBINTL,;t t
10825     s,@LTLIBINTL@,$LTLIBINTL,;t t
10826     s,@POSUB@,$POSUB,;t t
10827     s,@CPP@,$CPP,;t t
10828     s,@CXX@,$CXX,;t t
10829     s,@CXXFLAGS@,$CXXFLAGS,;t t
10830     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10831     s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10832     s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10833     s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10834     s,@EGREP@,$EGREP,;t t
10835     s,@LN_S@,$LN_S,;t t
10836     s,@RANLIB@,$RANLIB,;t t
10837     s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10838     s,@IFTYPE@,$IFTYPE,;t t
10839     s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10840     s,@CXXCPP@,$CXXCPP,;t t
10841     s,@ALLOCA@,$ALLOCA,;t t
10842     s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10843     s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10844 pcg 1.21 s,@LDFLAGS_DAEMON@,$LDFLAGS_DAEMON,;t t
10845 pcg 1.16 s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10846     s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10847 pcg 1.1 s,@INCLUDES@,$INCLUDES,;t t
10848     s,@LIBOBJS@,$LIBOBJS,;t t
10849     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10850     CEOF
10851    
10852     _ACEOF
10853    
10854     cat >>$CONFIG_STATUS <<\_ACEOF
10855     # Split the substitutions into bite-sized pieces for seds with
10856     # small command number limits, like on Digital OSF/1 and HP-UX.
10857     ac_max_sed_lines=48
10858     ac_sed_frag=1 # Number of current file.
10859     ac_beg=1 # First line for current file.
10860     ac_end=$ac_max_sed_lines # Line after last line for current file.
10861     ac_more_lines=:
10862     ac_sed_cmds=
10863     while $ac_more_lines; do
10864     if test $ac_beg -gt 1; then
10865     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10866     else
10867     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10868     fi
10869     if test ! -s $tmp/subs.frag; then
10870     ac_more_lines=false
10871     else
10872     # The purpose of the label and of the branching condition is to
10873     # speed up the sed processing (if there are no `@' at all, there
10874     # is no need to browse any of the substitutions).
10875     # These are the two extra sed commands mentioned above.
10876     (echo ':t
10877     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10878     if test -z "$ac_sed_cmds"; then
10879 pcg 1.11 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10880 pcg 1.1 else
10881 pcg 1.11 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10882 pcg 1.1 fi
10883     ac_sed_frag=`expr $ac_sed_frag + 1`
10884     ac_beg=$ac_end
10885     ac_end=`expr $ac_end + $ac_max_sed_lines`
10886     fi
10887     done
10888     if test -z "$ac_sed_cmds"; then
10889     ac_sed_cmds=cat
10890     fi
10891     fi # test -n "$CONFIG_FILES"
10892    
10893     _ACEOF
10894     cat >>$CONFIG_STATUS <<\_ACEOF
10895     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10896     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10897     case $ac_file in
10898     - | *:- | *:-:* ) # input from stdin
10899 pcg 1.11 cat >$tmp/stdin
10900     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10901     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10902 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10903 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10904 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
10905     esac
10906    
10907     # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10908     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10909     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10910 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
10911     X"$ac_file" : 'X\(//\)$' \| \
10912     X"$ac_file" : 'X\(/\)' \| \
10913     . : '\(.\)' 2>/dev/null ||
10914 pcg 1.1 echo X"$ac_file" |
10915     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10916     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10917     /^X\(\/\/\)$/{ s//\1/; q; }
10918     /^X\(\/\).*/{ s//\1/; q; }
10919     s/.*/./; q'`
10920     { if $as_mkdir_p; then
10921     mkdir -p "$ac_dir"
10922     else
10923     as_dir="$ac_dir"
10924     as_dirs=
10925     while test ! -d "$as_dir"; do
10926     as_dirs="$as_dir $as_dirs"
10927     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10928     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10929 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
10930     X"$as_dir" : 'X\(//\)$' \| \
10931     X"$as_dir" : 'X\(/\)' \| \
10932     . : '\(.\)' 2>/dev/null ||
10933 pcg 1.1 echo X"$as_dir" |
10934     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10935     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10936     /^X\(\/\/\)$/{ s//\1/; q; }
10937     /^X\(\/\).*/{ s//\1/; q; }
10938     s/.*/./; q'`
10939     done
10940     test ! -n "$as_dirs" || mkdir $as_dirs
10941     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10942     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10943     { (exit 1); exit 1; }; }; }
10944    
10945     ac_builddir=.
10946    
10947     if test "$ac_dir" != .; then
10948     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10949     # A "../" for each directory in $ac_dir_suffix.
10950     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10951     else
10952     ac_dir_suffix= ac_top_builddir=
10953     fi
10954    
10955     case $srcdir in
10956     .) # No --srcdir option. We are building in place.
10957     ac_srcdir=.
10958     if test -z "$ac_top_builddir"; then
10959     ac_top_srcdir=.
10960     else
10961     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10962     fi ;;
10963     [\\/]* | ?:[\\/]* ) # Absolute path.
10964     ac_srcdir=$srcdir$ac_dir_suffix;
10965     ac_top_srcdir=$srcdir ;;
10966     *) # Relative path.
10967     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10968     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10969     esac
10970 pcg 1.11
10971     # Do not use `cd foo && pwd` to compute absolute paths, because
10972     # the directories may not exist.
10973     case `pwd` in
10974     .) ac_abs_builddir="$ac_dir";;
10975     *)
10976     case "$ac_dir" in
10977     .) ac_abs_builddir=`pwd`;;
10978     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10979     *) ac_abs_builddir=`pwd`/"$ac_dir";;
10980     esac;;
10981     esac
10982     case $ac_abs_builddir in
10983     .) ac_abs_top_builddir=${ac_top_builddir}.;;
10984     *)
10985     case ${ac_top_builddir}. in
10986     .) ac_abs_top_builddir=$ac_abs_builddir;;
10987     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10988     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10989     esac;;
10990     esac
10991     case $ac_abs_builddir in
10992     .) ac_abs_srcdir=$ac_srcdir;;
10993     *)
10994     case $ac_srcdir in
10995     .) ac_abs_srcdir=$ac_abs_builddir;;
10996     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10997     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
10998     esac;;
10999     esac
11000     case $ac_abs_builddir in
11001     .) ac_abs_top_srcdir=$ac_top_srcdir;;
11002     *)
11003     case $ac_top_srcdir in
11004     .) ac_abs_top_srcdir=$ac_abs_builddir;;
11005     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11006     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11007     esac;;
11008     esac
11009 pcg 1.1
11010    
11011     case $INSTALL in
11012     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11013     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
11014     esac
11015    
11016     # Let's still pretend it is `configure' which instantiates (i.e., don't
11017     # use $as_me), people would be surprised to read:
11018     # /* config.h. Generated by config.status. */
11019     if test x"$ac_file" = x-; then
11020     configure_input=
11021     else
11022     configure_input="$ac_file. "
11023     fi
11024     configure_input=$configure_input"Generated from `echo $ac_file_in |
11025 pcg 1.11 sed 's,.*/,,'` by configure."
11026 pcg 1.1
11027     # First look for the input files in the build tree, otherwise in the
11028     # src tree.
11029     ac_file_inputs=`IFS=:
11030     for f in $ac_file_in; do
11031     case $f in
11032     -) echo $tmp/stdin ;;
11033     [\\/$]*)
11034 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
11035     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11036 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11037     { (exit 1); exit 1; }; }
11038 pcg 1.11 echo "$f";;
11039 pcg 1.1 *) # Relative
11040 pcg 1.11 if test -f "$f"; then
11041     # Build tree
11042     echo "$f"
11043     elif test -f "$srcdir/$f"; then
11044     # Source tree
11045     echo "$srcdir/$f"
11046     else
11047     # /dev/null tree
11048     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11049 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11050     { (exit 1); exit 1; }; }
11051 pcg 1.11 fi;;
11052 pcg 1.1 esac
11053     done` || { (exit 1); exit 1; }
11054 pcg 1.11
11055     if test x"$ac_file" != x-; then
11056     { echo "$as_me:$LINENO: creating $ac_file" >&5
11057     echo "$as_me: creating $ac_file" >&6;}
11058     rm -f "$ac_file"
11059     fi
11060 pcg 1.1 _ACEOF
11061     cat >>$CONFIG_STATUS <<_ACEOF
11062     sed "$ac_vpsub
11063     $extrasub
11064     _ACEOF
11065     cat >>$CONFIG_STATUS <<\_ACEOF
11066     :t
11067     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11068     s,@configure_input@,$configure_input,;t t
11069     s,@srcdir@,$ac_srcdir,;t t
11070     s,@abs_srcdir@,$ac_abs_srcdir,;t t
11071     s,@top_srcdir@,$ac_top_srcdir,;t t
11072     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11073     s,@builddir@,$ac_builddir,;t t
11074     s,@abs_builddir@,$ac_abs_builddir,;t t
11075     s,@top_builddir@,$ac_top_builddir,;t t
11076     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11077     s,@INSTALL@,$ac_INSTALL,;t t
11078     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11079     rm -f $tmp/stdin
11080     if test x"$ac_file" != x-; then
11081     mv $tmp/out $ac_file
11082     else
11083     cat $tmp/out
11084     rm -f $tmp/out
11085     fi
11086    
11087     done
11088     _ACEOF
11089     cat >>$CONFIG_STATUS <<\_ACEOF
11090    
11091     #
11092     # CONFIG_HEADER section.
11093     #
11094    
11095     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11096     # NAME is the cpp macro being defined and VALUE is the value it is being given.
11097     #
11098     # ac_d sets the value in "#define NAME VALUE" lines.
11099 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11100     ac_dB='[ ].*$,\1#\2'
11101 pcg 1.1 ac_dC=' '
11102     ac_dD=',;t'
11103     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11104 pcg 1.11 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11105 pcg 1.1 ac_uB='$,\1#\2define\3'
11106     ac_uC=' '
11107     ac_uD=',;t'
11108    
11109     for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
11110     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11111     case $ac_file in
11112     - | *:- | *:-:* ) # input from stdin
11113 pcg 1.11 cat >$tmp/stdin
11114     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11115     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11116 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11117 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11118 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
11119     esac
11120    
11121     test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11122     echo "$as_me: creating $ac_file" >&6;}
11123    
11124     # First look for the input files in the build tree, otherwise in the
11125     # src tree.
11126     ac_file_inputs=`IFS=:
11127     for f in $ac_file_in; do
11128     case $f in
11129     -) echo $tmp/stdin ;;
11130     [\\/$]*)
11131 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
11132     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11133 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11134     { (exit 1); exit 1; }; }
11135 pcg 1.11 # Do quote $f, to prevent DOS paths from being IFS'd.
11136     echo "$f";;
11137 pcg 1.1 *) # Relative
11138 pcg 1.11 if test -f "$f"; then
11139     # Build tree
11140     echo "$f"
11141     elif test -f "$srcdir/$f"; then
11142     # Source tree
11143     echo "$srcdir/$f"
11144     else
11145     # /dev/null tree
11146     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11147 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11148     { (exit 1); exit 1; }; }
11149 pcg 1.11 fi;;
11150 pcg 1.1 esac
11151     done` || { (exit 1); exit 1; }
11152     # Remove the trailing spaces.
11153 pcg 1.11 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11154 pcg 1.1
11155     _ACEOF
11156    
11157     # Transform confdefs.h into two sed scripts, `conftest.defines' and
11158     # `conftest.undefs', that substitutes the proper values into
11159     # config.h.in to produce config.h. The first handles `#define'
11160     # templates, and the second `#undef' templates.
11161     # And first: Protect against being on the right side of a sed subst in
11162     # config.status. Protect against being in an unquoted here document
11163     # in config.status.
11164     rm -f conftest.defines conftest.undefs
11165     # Using a here document instead of a string reduces the quoting nightmare.
11166     # Putting comments in sed scripts is not portable.
11167     #
11168     # `end' is used to avoid that the second main sed command (meant for
11169     # 0-ary CPP macros) applies to n-ary macro definitions.
11170     # See the Autoconf documentation for `clear'.
11171     cat >confdef2sed.sed <<\_ACEOF
11172     s/[\\&,]/\\&/g
11173     s,[\\$`],\\&,g
11174     t clear
11175     : clear
11176 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11177 pcg 1.1 t end
11178 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11179 pcg 1.1 : end
11180     _ACEOF
11181     # If some macros were called several times there might be several times
11182     # the same #defines, which is useless. Nevertheless, we may not want to
11183     # sort them, since we want the *last* AC-DEFINE to be honored.
11184     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11185     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11186     rm -f confdef2sed.sed
11187    
11188     # This sed command replaces #undef with comments. This is necessary, for
11189     # example, in the case of _POSIX_SOURCE, which is predefined and required
11190     # on some systems where configure will not decide to define it.
11191     cat >>conftest.undefs <<\_ACEOF
11192 pcg 1.11 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11193 pcg 1.1 _ACEOF
11194    
11195     # Break up conftest.defines because some shells have a limit on the size
11196     # of here documents, and old seds have small limits too (100 cmds).
11197     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11198 pcg 1.11 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11199 pcg 1.1 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11200     echo ' :' >>$CONFIG_STATUS
11201     rm -f conftest.tail
11202     while grep . conftest.defines >/dev/null
11203     do
11204     # Write a limited-size here document to $tmp/defines.sed.
11205     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11206     # Speed up: don't consider the non `#define' lines.
11207 pcg 1.11 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11208 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11209     echo 't clr' >>$CONFIG_STATUS
11210     echo ': clr' >>$CONFIG_STATUS
11211     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11212     echo 'CEOF
11213     sed -f $tmp/defines.sed $tmp/in >$tmp/out
11214     rm -f $tmp/in
11215     mv $tmp/out $tmp/in
11216     ' >>$CONFIG_STATUS
11217     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11218     rm -f conftest.defines
11219     mv conftest.tail conftest.defines
11220     done
11221     rm -f conftest.defines
11222     echo ' fi # grep' >>$CONFIG_STATUS
11223     echo >>$CONFIG_STATUS
11224    
11225     # Break up conftest.undefs because some shells have a limit on the size
11226     # of here documents, and old seds have small limits too (100 cmds).
11227     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11228     rm -f conftest.tail
11229     while grep . conftest.undefs >/dev/null
11230     do
11231     # Write a limited-size here document to $tmp/undefs.sed.
11232     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11233     # Speed up: don't consider the non `#undef'
11234 pcg 1.11 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11235 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11236     echo 't clr' >>$CONFIG_STATUS
11237     echo ': clr' >>$CONFIG_STATUS
11238     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11239     echo 'CEOF
11240     sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11241     rm -f $tmp/in
11242     mv $tmp/out $tmp/in
11243     ' >>$CONFIG_STATUS
11244     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11245     rm -f conftest.undefs
11246     mv conftest.tail conftest.undefs
11247     done
11248     rm -f conftest.undefs
11249    
11250     cat >>$CONFIG_STATUS <<\_ACEOF
11251     # Let's still pretend it is `configure' which instantiates (i.e., don't
11252     # use $as_me), people would be surprised to read:
11253     # /* config.h. Generated by config.status. */
11254     if test x"$ac_file" = x-; then
11255     echo "/* Generated by configure. */" >$tmp/config.h
11256     else
11257     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11258     fi
11259     cat $tmp/in >>$tmp/config.h
11260     rm -f $tmp/in
11261     if test x"$ac_file" != x-; then
11262     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11263     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11264     echo "$as_me: $ac_file is unchanged" >&6;}
11265     else
11266     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11267     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11268 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
11269     X"$ac_file" : 'X\(//\)$' \| \
11270     X"$ac_file" : 'X\(/\)' \| \
11271     . : '\(.\)' 2>/dev/null ||
11272 pcg 1.1 echo X"$ac_file" |
11273     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11274     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11275     /^X\(\/\/\)$/{ s//\1/; q; }
11276     /^X\(\/\).*/{ s//\1/; q; }
11277     s/.*/./; q'`
11278     { if $as_mkdir_p; then
11279     mkdir -p "$ac_dir"
11280     else
11281     as_dir="$ac_dir"
11282     as_dirs=
11283     while test ! -d "$as_dir"; do
11284     as_dirs="$as_dir $as_dirs"
11285     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11286     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11287 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11288     X"$as_dir" : 'X\(//\)$' \| \
11289     X"$as_dir" : 'X\(/\)' \| \
11290     . : '\(.\)' 2>/dev/null ||
11291 pcg 1.1 echo X"$as_dir" |
11292     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11293     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11294     /^X\(\/\/\)$/{ s//\1/; q; }
11295     /^X\(\/\).*/{ s//\1/; q; }
11296     s/.*/./; q'`
11297     done
11298     test ! -n "$as_dirs" || mkdir $as_dirs
11299     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11300     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11301     { (exit 1); exit 1; }; }; }
11302    
11303     rm -f $ac_file
11304     mv $tmp/config.h $ac_file
11305     fi
11306     else
11307     cat $tmp/config.h
11308     rm -f $tmp/config.h
11309     fi
11310     # Compute $ac_file's index in $config_headers.
11311     _am_stamp_count=1
11312     for _am_header in $config_headers :; do
11313     case $_am_header in
11314     $ac_file | $ac_file:* )
11315     break ;;
11316     * )
11317     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11318     esac
11319     done
11320     echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11321     $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11322 pcg 1.11 X$ac_file : 'X\(//\)[^/]' \| \
11323     X$ac_file : 'X\(//\)$' \| \
11324     X$ac_file : 'X\(/\)' \| \
11325     . : '\(.\)' 2>/dev/null ||
11326 pcg 1.1 echo X$ac_file |
11327     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11328     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11329     /^X\(\/\/\)$/{ s//\1/; q; }
11330     /^X\(\/\).*/{ s//\1/; q; }
11331     s/.*/./; q'`/stamp-h$_am_stamp_count
11332     done
11333     _ACEOF
11334     cat >>$CONFIG_STATUS <<\_ACEOF
11335    
11336     #
11337     # CONFIG_COMMANDS section.
11338     #
11339     for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11340     ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11341     ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11342     ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11343     $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11344 pcg 1.11 X"$ac_dest" : 'X\(//\)[^/]' \| \
11345     X"$ac_dest" : 'X\(//\)$' \| \
11346     X"$ac_dest" : 'X\(/\)' \| \
11347     . : '\(.\)' 2>/dev/null ||
11348 pcg 1.1 echo X"$ac_dest" |
11349     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11350     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11351     /^X\(\/\/\)$/{ s//\1/; q; }
11352     /^X\(\/\).*/{ s//\1/; q; }
11353     s/.*/./; q'`
11354 pcg 1.11 { if $as_mkdir_p; then
11355     mkdir -p "$ac_dir"
11356     else
11357     as_dir="$ac_dir"
11358     as_dirs=
11359     while test ! -d "$as_dir"; do
11360     as_dirs="$as_dir $as_dirs"
11361     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11362     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11363     X"$as_dir" : 'X\(//\)[^/]' \| \
11364     X"$as_dir" : 'X\(//\)$' \| \
11365     X"$as_dir" : 'X\(/\)' \| \
11366     . : '\(.\)' 2>/dev/null ||
11367     echo X"$as_dir" |
11368     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11369     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11370     /^X\(\/\/\)$/{ s//\1/; q; }
11371     /^X\(\/\).*/{ s//\1/; q; }
11372     s/.*/./; q'`
11373     done
11374     test ! -n "$as_dirs" || mkdir $as_dirs
11375     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11376     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11377     { (exit 1); exit 1; }; }; }
11378    
11379 pcg 1.1 ac_builddir=.
11380    
11381     if test "$ac_dir" != .; then
11382     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11383     # A "../" for each directory in $ac_dir_suffix.
11384     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11385     else
11386     ac_dir_suffix= ac_top_builddir=
11387     fi
11388    
11389     case $srcdir in
11390     .) # No --srcdir option. We are building in place.
11391     ac_srcdir=.
11392     if test -z "$ac_top_builddir"; then
11393     ac_top_srcdir=.
11394     else
11395     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11396     fi ;;
11397     [\\/]* | ?:[\\/]* ) # Absolute path.
11398     ac_srcdir=$srcdir$ac_dir_suffix;
11399     ac_top_srcdir=$srcdir ;;
11400     *) # Relative path.
11401     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11402     ac_top_srcdir=$ac_top_builddir$srcdir ;;
11403     esac
11404 pcg 1.11
11405     # Do not use `cd foo && pwd` to compute absolute paths, because
11406     # the directories may not exist.
11407     case `pwd` in
11408     .) ac_abs_builddir="$ac_dir";;
11409     *)
11410     case "$ac_dir" in
11411     .) ac_abs_builddir=`pwd`;;
11412     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11413     *) ac_abs_builddir=`pwd`/"$ac_dir";;
11414     esac;;
11415     esac
11416     case $ac_abs_builddir in
11417     .) ac_abs_top_builddir=${ac_top_builddir}.;;
11418     *)
11419     case ${ac_top_builddir}. in
11420     .) ac_abs_top_builddir=$ac_abs_builddir;;
11421     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11422     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11423     esac;;
11424     esac
11425     case $ac_abs_builddir in
11426     .) ac_abs_srcdir=$ac_srcdir;;
11427     *)
11428     case $ac_srcdir in
11429     .) ac_abs_srcdir=$ac_abs_builddir;;
11430     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11431     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11432     esac;;
11433     esac
11434     case $ac_abs_builddir in
11435     .) ac_abs_top_srcdir=$ac_top_srcdir;;
11436     *)
11437     case $ac_top_srcdir in
11438     .) ac_abs_top_srcdir=$ac_abs_builddir;;
11439     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11440     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11441     esac;;
11442     esac
11443 pcg 1.1
11444    
11445     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11446     echo "$as_me: executing $ac_dest commands" >&6;}
11447     case $ac_dest in
11448     default-1 )
11449     for ac_file in $CONFIG_FILES; do
11450     # Support "outfile[:infile[:infile...]]"
11451     case "$ac_file" in
11452     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11453     esac
11454     # PO directories have a Makefile.in generated from Makefile.in.in.
11455     case "$ac_file" in */Makefile.in)
11456     # Adjust a relative srcdir.
11457     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11458     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11459     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11460     # In autoconf-2.13 it is called $ac_given_srcdir.
11461     # In autoconf-2.50 it is called $srcdir.
11462     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11463     case "$ac_given_srcdir" in
11464     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11465     /*) top_srcdir="$ac_given_srcdir" ;;
11466     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11467     esac
11468     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11469     rm -f "$ac_dir/POTFILES"
11470     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11471     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11472     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11473     # on $ac_dir but don't depend on user-specified configuration
11474     # parameters.
11475     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11476     # The LINGUAS file contains the set of available languages.
11477     if test -n "$ALL_LINGUAS"; then
11478     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11479     fi
11480     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11481     # Hide the ALL_LINGUAS assigment from automake.
11482     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11483     fi
11484     case "$ac_given_srcdir" in
11485     .) srcdirpre= ;;
11486     *) srcdirpre='$(srcdir)/' ;;
11487     esac
11488     POFILES=
11489     GMOFILES=
11490     UPDATEPOFILES=
11491     DUMMYPOFILES=
11492     for lang in $ALL_LINGUAS; do
11493     POFILES="$POFILES $srcdirpre$lang.po"
11494     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11495     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11496     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11497     done
11498     # CATALOGS depends on both $ac_dir and the user's LINGUAS
11499     # environment variable.
11500     INST_LINGUAS=
11501     if test -n "$ALL_LINGUAS"; then
11502     for presentlang in $ALL_LINGUAS; do
11503     useit=no
11504     if test "%UNSET%" != "$LINGUAS"; then
11505     desiredlanguages="$LINGUAS"
11506     else
11507     desiredlanguages="$ALL_LINGUAS"
11508     fi
11509     for desiredlang in $desiredlanguages; do
11510     # Use the presentlang catalog if desiredlang is
11511     # a. equal to presentlang, or
11512     # b. a variant of presentlang (because in this case,
11513     # presentlang can be used as a fallback for messages
11514     # which are not translated in the desiredlang catalog).
11515     case "$desiredlang" in
11516     "$presentlang"*) useit=yes;;
11517     esac
11518     done
11519     if test $useit = yes; then
11520     INST_LINGUAS="$INST_LINGUAS $presentlang"
11521     fi
11522     done
11523     fi
11524     CATALOGS=
11525     if test -n "$INST_LINGUAS"; then
11526     for lang in $INST_LINGUAS; do
11527     CATALOGS="$CATALOGS $lang.gmo"
11528     done
11529     fi
11530     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11531     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"
11532     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11533     if test -f "$f"; then
11534     case "$f" in
11535     *.orig | *.bak | *~) ;;
11536     *) cat "$f" >> "$ac_dir/Makefile" ;;
11537     esac
11538     fi
11539     done
11540     fi
11541     ;;
11542     esac
11543     done ;;
11544     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11545     # Strip MF so we end up with the name of the file.
11546     mf=`echo "$mf" | sed -e 's/:.*$//'`
11547     # Check whether this is an Automake generated Makefile or not.
11548     # We used to match only the files named `Makefile.in', but
11549     # some people rename them; so instead we look at the file content.
11550     # Grep'ing the first line is not enough: some people post-process
11551     # each Makefile.in and add a new line on top of each file to say so.
11552     # So let's grep whole file.
11553     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11554     dirpart=`(dirname "$mf") 2>/dev/null ||
11555     $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11556 pcg 1.11 X"$mf" : 'X\(//\)[^/]' \| \
11557     X"$mf" : 'X\(//\)$' \| \
11558     X"$mf" : 'X\(/\)' \| \
11559     . : '\(.\)' 2>/dev/null ||
11560 pcg 1.1 echo X"$mf" |
11561     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11562     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11563     /^X\(\/\/\)$/{ s//\1/; q; }
11564     /^X\(\/\).*/{ s//\1/; q; }
11565     s/.*/./; q'`
11566     else
11567     continue
11568     fi
11569     grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11570     # Extract the definition of DEP_FILES from the Makefile without
11571     # running `make'.
11572     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11573     test -z "$DEPDIR" && continue
11574     # When using ansi2knr, U may be empty or an underscore; expand it
11575     U=`sed -n -e '/^U = / s///p' < "$mf"`
11576     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11577     # We invoke sed twice because it is the simplest approach to
11578     # changing $(DEPDIR) to its actual value in the expansion.
11579     for file in `sed -n -e '
11580     /^DEP_FILES = .*\\\\$/ {
11581     s/^DEP_FILES = //
11582     :loop
11583     s/\\\\$//
11584     p
11585     n
11586     /\\\\$/ b loop
11587     p
11588     }
11589     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11590     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11591     # Make sure the directory exists.
11592     test -f "$dirpart/$file" && continue
11593     fdir=`(dirname "$file") 2>/dev/null ||
11594     $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11595 pcg 1.11 X"$file" : 'X\(//\)[^/]' \| \
11596     X"$file" : 'X\(//\)$' \| \
11597     X"$file" : 'X\(/\)' \| \
11598     . : '\(.\)' 2>/dev/null ||
11599 pcg 1.1 echo X"$file" |
11600     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11601     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11602     /^X\(\/\/\)$/{ s//\1/; q; }
11603     /^X\(\/\).*/{ s//\1/; q; }
11604     s/.*/./; q'`
11605     { if $as_mkdir_p; then
11606     mkdir -p $dirpart/$fdir
11607     else
11608     as_dir=$dirpart/$fdir
11609     as_dirs=
11610     while test ! -d "$as_dir"; do
11611     as_dirs="$as_dir $as_dirs"
11612     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11613     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11614 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11615     X"$as_dir" : 'X\(//\)$' \| \
11616     X"$as_dir" : 'X\(/\)' \| \
11617     . : '\(.\)' 2>/dev/null ||
11618 pcg 1.1 echo X"$as_dir" |
11619     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11620     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11621     /^X\(\/\/\)$/{ s//\1/; q; }
11622     /^X\(\/\).*/{ s//\1/; q; }
11623     s/.*/./; q'`
11624     done
11625     test ! -n "$as_dirs" || mkdir $as_dirs
11626     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11627     echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11628     { (exit 1); exit 1; }; }; }
11629    
11630     # echo "creating $dirpart/$file"
11631     echo '# dummy' > "$dirpart/$file"
11632     done
11633     done
11634     ;;
11635     esac
11636     done
11637     _ACEOF
11638    
11639     cat >>$CONFIG_STATUS <<\_ACEOF
11640    
11641     { (exit 0); exit 0; }
11642     _ACEOF
11643     chmod +x $CONFIG_STATUS
11644     ac_clean_files=$ac_clean_files_save
11645    
11646    
11647    
11648     echo
11649     echo "***"
11650     echo "*** Configuration Summary"
11651     echo "***"
11652     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11653     echo "*** Cipher used: $CIPHER"
11654     echo "*** Digest used: $DIGEST"
11655     echo "*** HMAC length: $HMAC"
11656     echo "*** RAND used: $RAND"
11657     echo "*** Max. MTU: $MTU"
11658     echo "*** Compression: $COMPRESS"
11659 pcg 1.15
11660     if test "x$DIGEST" = xmd4; then
11661 pcg 1.1 echo "***"
11662 pcg 1.15 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11663     fi
11664 pcg 1.1
11665 pcg 1.15 if test "$HMAC" -lt 12; then
11666     echo "***"
11667 pcg 1.17 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11668 pcg 1.15 fi
11669    
11670     if test "$RAND" -lt 8; then
11671 pcg 1.1 echo "***"
11672 pcg 1.17 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11673 pcg 1.1 fi
11674 pcg 1.15
11675     echo "***"
11676 pcg 1.1
11677     echo
11678    
11679    
11680    
11681     # configure is writing to config.log, and then calls config.status.
11682     # config.status does its own redirection, appending to config.log.
11683     # Unfortunately, on DOS this fails, as config.log is still kept open
11684     # by configure, so config.status won't be able to write to it; its
11685     # output is simply discarded. So we exec the FD to /dev/null,
11686     # effectively closing config.log, so it can be properly (re)opened and
11687     # appended to by config.status. When coming back to configure, we
11688     # need to make the FD available again.
11689     if test "$no_create" != yes; then
11690     ac_cs_success=:
11691     ac_config_status_args=
11692     test "$silent" = yes &&
11693     ac_config_status_args="$ac_config_status_args --quiet"
11694     exec 5>/dev/null
11695     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11696     exec 5>>config.log
11697     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11698     # would make configure fail if this is the last instruction.
11699     $ac_cs_success || { (exit 1); exit 1; }
11700     fi
11701