ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.31
Committed: Mon Dec 5 13:00:15 2005 UTC (18 years, 5 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.30: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 #! /bin/sh
2     # Guess values for system-dependent variables and create Makefiles.
3 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 pcg 1.26 ac_unique_file="src/gvpe.C"
275 pcg 1.1 # 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 pcg 1.28 Working combinations are (see doc/gvpe.osdep.5.pod):
874     "native/linux" "tincd/linux" "tincd/netbsd"
875     "tincd/freebsd" "tincd/openbsd" "native/darwin"
876 pcg 1.14 "tincd/darwin" "native/cygwin"; Untested
877 pcg 1.29 combinations are: "tincd/bsd" "tincd/solaris"
878     "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket";
879     Broken combinations are: "tincd/cygwin"; The default
880     is to autodetect.
881 pcg 1.21 --enable-static-daemon enable statically linked daemon.
882 pcg 1.14 --enable-rohc enable robust header compression (rfc3095).
883     --enable-icmp enable icmp protocol support (default disabled).
884     --enable-tcp enable tcp protocol support (default disabled).
885 pcg 1.17 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
886 pcg 1.14 --enable-http-proxy enable http proxy connect support (default
887     disabled).
888 pcg 1.1 --enable-hmac-length=BYTES
889 pcg 1.21 use a hmac of length BYTES bytes (default 12).
890     Allowed values are 4, 8, 12, 16.
891 pcg 1.1 --enable-rand-length=BYTES
892 pcg 1.21 use BYTES bytes of extra randomness (default 8).
893     Allowed values are 0, 4, 8.
894 pcg 1.14 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
895 pcg 1.1 Use 9100 for jumbogram support.
896 pcg 1.14 --disable-compression Disable compression support.
897 pcg 1.30 --enable-cipher Select the symmetric cipher (default "aes-128").
898     Must be one of "bf" (blowfish), "aes-128"
899     (rijndael), "aes-192" or "aes-256".
900     --enable-digest Select the digets algorithm to use (default
901     "ripemd160"). Must be one of "sha1", "ripemd160",
902     "md5" or "md4" (insecure).
903 pcg 1.1
904     Optional Packages:
905     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
906     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
907     --with-gnu-ld assume the C compiler uses GNU ld default=no
908     --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
909     --without-libiconv-prefix don't search for libiconv in includedir and libdir
910     --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
911     --without-libintl-prefix don't search for libintl in includedir and libdir
912     --with-kernel=dir give the directory with kernel sources
913     (default: /usr/src/linux)
914     --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
915     --with-openssl-lib=DIR OpenSSL library directory
916    
917     Some influential environment variables:
918 pcg 1.14 CC C compiler command
919     CFLAGS C compiler flags
920     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
921     nonstandard directory <lib dir>
922     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
923     headers in a nonstandard directory <include dir>
924     CPP C preprocessor
925     CXX C++ compiler command
926     CXXFLAGS C++ compiler flags
927     CXXCPP C++ preprocessor
928 pcg 1.1
929     Use these variables to override the choices made by `configure' or to help
930     it to find libraries and programs with nonstandard names/locations.
931    
932     _ACEOF
933     fi
934    
935     if test "$ac_init_help" = "recursive"; then
936     # If there are subdirs, report their specific --help.
937     ac_popdir=`pwd`
938     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
939     test -d $ac_dir || continue
940     ac_builddir=.
941    
942     if test "$ac_dir" != .; then
943     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
944     # A "../" for each directory in $ac_dir_suffix.
945     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
946     else
947     ac_dir_suffix= ac_top_builddir=
948     fi
949    
950     case $srcdir in
951     .) # No --srcdir option. We are building in place.
952     ac_srcdir=.
953     if test -z "$ac_top_builddir"; then
954     ac_top_srcdir=.
955     else
956     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
957     fi ;;
958     [\\/]* | ?:[\\/]* ) # Absolute path.
959     ac_srcdir=$srcdir$ac_dir_suffix;
960     ac_top_srcdir=$srcdir ;;
961     *) # Relative path.
962     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
963     ac_top_srcdir=$ac_top_builddir$srcdir ;;
964     esac
965 pcg 1.11
966     # Do not use `cd foo && pwd` to compute absolute paths, because
967     # the directories may not exist.
968     case `pwd` in
969     .) ac_abs_builddir="$ac_dir";;
970     *)
971     case "$ac_dir" in
972     .) ac_abs_builddir=`pwd`;;
973     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
974     *) ac_abs_builddir=`pwd`/"$ac_dir";;
975     esac;;
976     esac
977     case $ac_abs_builddir in
978     .) ac_abs_top_builddir=${ac_top_builddir}.;;
979     *)
980     case ${ac_top_builddir}. in
981     .) ac_abs_top_builddir=$ac_abs_builddir;;
982     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
983     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
984     esac;;
985     esac
986     case $ac_abs_builddir in
987     .) ac_abs_srcdir=$ac_srcdir;;
988     *)
989     case $ac_srcdir in
990     .) ac_abs_srcdir=$ac_abs_builddir;;
991     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
992     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
993     esac;;
994     esac
995     case $ac_abs_builddir in
996     .) ac_abs_top_srcdir=$ac_top_srcdir;;
997     *)
998     case $ac_top_srcdir in
999     .) ac_abs_top_srcdir=$ac_abs_builddir;;
1000     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1001     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1002     esac;;
1003     esac
1004 pcg 1.1
1005     cd $ac_dir
1006     # Check for guested configure; otherwise get Cygnus style configure.
1007     if test -f $ac_srcdir/configure.gnu; then
1008     echo
1009     $SHELL $ac_srcdir/configure.gnu --help=recursive
1010     elif test -f $ac_srcdir/configure; then
1011     echo
1012     $SHELL $ac_srcdir/configure --help=recursive
1013     elif test -f $ac_srcdir/configure.ac ||
1014 pcg 1.11 test -f $ac_srcdir/configure.in; then
1015 pcg 1.1 echo
1016     $ac_configure --help
1017     else
1018     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1019     fi
1020     cd "$ac_popdir"
1021     done
1022     fi
1023    
1024     test -n "$ac_init_help" && exit 0
1025     if $ac_init_version; then
1026     cat <<\_ACEOF
1027    
1028 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
1029 pcg 1.1 This configure script is free software; the Free Software Foundation
1030     gives unlimited permission to copy, distribute and modify it.
1031     _ACEOF
1032     exit 0
1033     fi
1034     exec 5>config.log
1035     cat >&5 <<_ACEOF
1036     This file contains any messages produced by compilers while
1037     running configure, to aid debugging if configure makes a mistake.
1038    
1039     It was created by $as_me, which was
1040 pcg 1.14 generated by GNU Autoconf 2.59. Invocation command line was
1041 pcg 1.1
1042     $ $0 $@
1043    
1044     _ACEOF
1045     {
1046     cat <<_ASUNAME
1047     ## --------- ##
1048     ## Platform. ##
1049     ## --------- ##
1050    
1051     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1052     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1053     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1054     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1055     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1056    
1057     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1058     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1059    
1060     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1061     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1062     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1063     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1064     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1065     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1066     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1067    
1068     _ASUNAME
1069    
1070     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1071     for as_dir in $PATH
1072     do
1073     IFS=$as_save_IFS
1074     test -z "$as_dir" && as_dir=.
1075     echo "PATH: $as_dir"
1076     done
1077    
1078     } >&5
1079    
1080     cat >&5 <<_ACEOF
1081    
1082    
1083     ## ----------- ##
1084     ## Core tests. ##
1085     ## ----------- ##
1086    
1087     _ACEOF
1088    
1089    
1090     # Keep a trace of the command line.
1091     # Strip out --no-create and --no-recursion so they do not pile up.
1092     # Strip out --silent because we don't want to record it for future runs.
1093     # Also quote any args containing shell meta-characters.
1094     # Make two passes to allow for proper duplicate-argument suppression.
1095     ac_configure_args=
1096     ac_configure_args0=
1097     ac_configure_args1=
1098     ac_sep=
1099     ac_must_keep_next=false
1100     for ac_pass in 1 2
1101     do
1102     for ac_arg
1103     do
1104     case $ac_arg in
1105     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1106     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1107     | -silent | --silent | --silen | --sile | --sil)
1108     continue ;;
1109     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1110     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1111     esac
1112     case $ac_pass in
1113     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1114     2)
1115     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1116     if test $ac_must_keep_next = true; then
1117 pcg 1.11 ac_must_keep_next=false # Got value, back to normal.
1118 pcg 1.1 else
1119 pcg 1.11 case $ac_arg in
1120     *=* | --config-cache | -C | -disable-* | --disable-* \
1121     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1122     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1123     | -with-* | --with-* | -without-* | --without-* | --x)
1124     case "$ac_configure_args0 " in
1125     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1126     esac
1127     ;;
1128     -* ) ac_must_keep_next=true ;;
1129     esac
1130 pcg 1.1 fi
1131     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1132     # Get rid of the leading space.
1133     ac_sep=" "
1134     ;;
1135     esac
1136     done
1137     done
1138     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1139     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1140    
1141     # When interrupted or exit'd, cleanup temporary files, and complete
1142     # config.log. We remove comments because anyway the quotes in there
1143     # would cause problems or look ugly.
1144     # WARNING: Be sure not to use single quotes in there, as some shells,
1145     # such as our DU 5.0 friend, will then `close' the trap.
1146     trap 'exit_status=$?
1147     # Save into config.log some information that might help in debugging.
1148     {
1149     echo
1150    
1151     cat <<\_ASBOX
1152     ## ---------------- ##
1153     ## Cache variables. ##
1154     ## ---------------- ##
1155     _ASBOX
1156     echo
1157     # The following way of writing the cache mishandles newlines in values,
1158     {
1159     (set) 2>&1 |
1160     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1161     *ac_space=\ *)
1162     sed -n \
1163 pcg 1.11 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1164     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1165 pcg 1.1 ;;
1166     *)
1167     sed -n \
1168 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1169 pcg 1.1 ;;
1170     esac;
1171     }
1172     echo
1173    
1174     cat <<\_ASBOX
1175     ## ----------------- ##
1176     ## Output variables. ##
1177     ## ----------------- ##
1178     _ASBOX
1179     echo
1180     for ac_var in $ac_subst_vars
1181     do
1182     eval ac_val=$`echo $ac_var`
1183     echo "$ac_var='"'"'$ac_val'"'"'"
1184     done | sort
1185     echo
1186    
1187     if test -n "$ac_subst_files"; then
1188     cat <<\_ASBOX
1189     ## ------------- ##
1190     ## Output files. ##
1191     ## ------------- ##
1192     _ASBOX
1193     echo
1194     for ac_var in $ac_subst_files
1195     do
1196     eval ac_val=$`echo $ac_var`
1197 pcg 1.11 echo "$ac_var='"'"'$ac_val'"'"'"
1198 pcg 1.1 done | sort
1199     echo
1200     fi
1201    
1202     if test -s confdefs.h; then
1203     cat <<\_ASBOX
1204     ## ----------- ##
1205     ## confdefs.h. ##
1206     ## ----------- ##
1207     _ASBOX
1208     echo
1209     sed "/^$/d" confdefs.h | sort
1210     echo
1211     fi
1212     test "$ac_signal" != 0 &&
1213     echo "$as_me: caught signal $ac_signal"
1214     echo "$as_me: exit $exit_status"
1215     } >&5
1216     rm -f core *.core &&
1217     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1218     exit $exit_status
1219     ' 0
1220     for ac_signal in 1 2 13 15; do
1221     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1222     done
1223     ac_signal=0
1224    
1225     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1226     rm -rf conftest* confdefs.h
1227     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1228     echo >confdefs.h
1229    
1230     # Predefined preprocessor variables.
1231    
1232     cat >>confdefs.h <<_ACEOF
1233     #define PACKAGE_NAME "$PACKAGE_NAME"
1234     _ACEOF
1235    
1236    
1237     cat >>confdefs.h <<_ACEOF
1238     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1239     _ACEOF
1240    
1241    
1242     cat >>confdefs.h <<_ACEOF
1243     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1244     _ACEOF
1245    
1246    
1247     cat >>confdefs.h <<_ACEOF
1248     #define PACKAGE_STRING "$PACKAGE_STRING"
1249     _ACEOF
1250    
1251    
1252     cat >>confdefs.h <<_ACEOF
1253     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1254     _ACEOF
1255    
1256    
1257     # Let the site file select an alternate cache file if it wants to.
1258     # Prefer explicitly selected file to automatically selected ones.
1259     if test -z "$CONFIG_SITE"; then
1260     if test "x$prefix" != xNONE; then
1261     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1262     else
1263     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1264     fi
1265     fi
1266     for ac_site_file in $CONFIG_SITE; do
1267     if test -r "$ac_site_file"; then
1268     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1269     echo "$as_me: loading site script $ac_site_file" >&6;}
1270     sed 's/^/| /' "$ac_site_file" >&5
1271     . "$ac_site_file"
1272     fi
1273     done
1274    
1275     if test -r "$cache_file"; then
1276     # Some versions of bash will fail to source /dev/null (special
1277     # files actually), so we avoid doing that.
1278     if test -f "$cache_file"; then
1279     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1280     echo "$as_me: loading cache $cache_file" >&6;}
1281     case $cache_file in
1282     [\\/]* | ?:[\\/]* ) . $cache_file;;
1283     *) . ./$cache_file;;
1284     esac
1285     fi
1286     else
1287     { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1288     echo "$as_me: creating cache $cache_file" >&6;}
1289     >$cache_file
1290     fi
1291    
1292     # Check that the precious variables saved in the cache have kept the same
1293     # value.
1294     ac_cache_corrupted=false
1295     for ac_var in `(set) 2>&1 |
1296 pcg 1.11 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1297 pcg 1.1 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1298     eval ac_new_set=\$ac_env_${ac_var}_set
1299     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1300     eval ac_new_val="\$ac_env_${ac_var}_value"
1301     case $ac_old_set,$ac_new_set in
1302     set,)
1303     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1304     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1305     ac_cache_corrupted=: ;;
1306     ,set)
1307     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1308     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1309     ac_cache_corrupted=: ;;
1310     ,);;
1311     *)
1312     if test "x$ac_old_val" != "x$ac_new_val"; then
1313 pcg 1.11 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1314 pcg 1.1 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1315 pcg 1.11 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1316 pcg 1.1 echo "$as_me: former value: $ac_old_val" >&2;}
1317 pcg 1.11 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1318 pcg 1.1 echo "$as_me: current value: $ac_new_val" >&2;}
1319 pcg 1.11 ac_cache_corrupted=:
1320 pcg 1.1 fi;;
1321     esac
1322     # Pass precious variables to config.status.
1323     if test "$ac_new_set" = set; then
1324     case $ac_new_val in
1325     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1326     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1327     *) ac_arg=$ac_var=$ac_new_val ;;
1328     esac
1329     case " $ac_configure_args " in
1330     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1331     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1332     esac
1333     fi
1334     done
1335     if $ac_cache_corrupted; then
1336     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1337     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1338     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1339     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1340     { (exit 1); exit 1; }; }
1341     fi
1342    
1343     ac_ext=c
1344     ac_cpp='$CPP $CPPFLAGS'
1345     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1346     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1347     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1348    
1349    
1350    
1351    
1352    
1353    
1354    
1355    
1356    
1357    
1358    
1359    
1360    
1361    
1362    
1363    
1364    
1365    
1366    
1367 pcg 1.19
1368 pcg 1.1 ac_aux_dir=
1369     for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1370     if test -f $ac_dir/install-sh; then
1371     ac_aux_dir=$ac_dir
1372     ac_install_sh="$ac_aux_dir/install-sh -c"
1373     break
1374     elif test -f $ac_dir/install.sh; then
1375     ac_aux_dir=$ac_dir
1376     ac_install_sh="$ac_aux_dir/install.sh -c"
1377     break
1378     elif test -f $ac_dir/shtool; then
1379     ac_aux_dir=$ac_dir
1380     ac_install_sh="$ac_aux_dir/shtool install -c"
1381     break
1382     fi
1383     done
1384     if test -z "$ac_aux_dir"; then
1385     { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1386     echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1387     { (exit 1); exit 1; }; }
1388     fi
1389     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1390     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1391     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1392    
1393     # Make sure we can run config.sub.
1394     $ac_config_sub sun4 >/dev/null 2>&1 ||
1395     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1396     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1397     { (exit 1); exit 1; }; }
1398    
1399     echo "$as_me:$LINENO: checking build system type" >&5
1400     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1401     if test "${ac_cv_build+set}" = set; then
1402     echo $ECHO_N "(cached) $ECHO_C" >&6
1403     else
1404     ac_cv_build_alias=$build_alias
1405     test -z "$ac_cv_build_alias" &&
1406     ac_cv_build_alias=`$ac_config_guess`
1407     test -z "$ac_cv_build_alias" &&
1408     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1409     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1410     { (exit 1); exit 1; }; }
1411     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1412     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1413     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1414     { (exit 1); exit 1; }; }
1415    
1416     fi
1417     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1418     echo "${ECHO_T}$ac_cv_build" >&6
1419     build=$ac_cv_build
1420     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1421     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1422     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1423    
1424    
1425     echo "$as_me:$LINENO: checking host system type" >&5
1426     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1427     if test "${ac_cv_host+set}" = set; then
1428     echo $ECHO_N "(cached) $ECHO_C" >&6
1429     else
1430     ac_cv_host_alias=$host_alias
1431     test -z "$ac_cv_host_alias" &&
1432     ac_cv_host_alias=$ac_cv_build_alias
1433     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1434     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1435     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1436     { (exit 1); exit 1; }; }
1437    
1438     fi
1439     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1440     echo "${ECHO_T}$ac_cv_host" >&6
1441     host=$ac_cv_host
1442     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1443     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1444     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1445    
1446    
1447     echo "$as_me:$LINENO: checking target system type" >&5
1448     echo $ECHO_N "checking target system type... $ECHO_C" >&6
1449     if test "${ac_cv_target+set}" = set; then
1450     echo $ECHO_N "(cached) $ECHO_C" >&6
1451     else
1452     ac_cv_target_alias=$target_alias
1453     test "x$ac_cv_target_alias" = "x" &&
1454     ac_cv_target_alias=$ac_cv_host_alias
1455     ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1456     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1457     echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1458     { (exit 1); exit 1; }; }
1459    
1460     fi
1461     echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1462     echo "${ECHO_T}$ac_cv_target" >&6
1463     target=$ac_cv_target
1464     target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1465     target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1466     target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1467    
1468    
1469     # The aliases save the names the user supplied, while $host etc.
1470     # will get canonicalized.
1471     test -n "$target_alias" &&
1472     test "$program_prefix$program_suffix$program_transform_name" = \
1473     NONENONEs,x,x, &&
1474     program_prefix=${target_alias}-
1475     am__api_version="1.7"
1476     # Find a good install program. We prefer a C program (faster),
1477     # so one script is as good as another. But avoid the broken or
1478     # incompatible versions:
1479     # SysV /etc/install, /usr/sbin/install
1480     # SunOS /usr/etc/install
1481     # IRIX /sbin/install
1482     # AIX /bin/install
1483     # AmigaOS /C/install, which installs bootblocks on floppy discs
1484     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1485     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1486     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1487 pcg 1.11 # OS/2's system install, which has a completely different semantic
1488 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
1489     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1490     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1491     if test -z "$INSTALL"; then
1492     if test "${ac_cv_path_install+set}" = set; then
1493     echo $ECHO_N "(cached) $ECHO_C" >&6
1494     else
1495     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1496     for as_dir in $PATH
1497     do
1498     IFS=$as_save_IFS
1499     test -z "$as_dir" && as_dir=.
1500     # Account for people who put trailing slashes in PATH elements.
1501     case $as_dir/ in
1502     ./ | .// | /cC/* | \
1503     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1504 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1505 pcg 1.1 /usr/ucb/* ) ;;
1506     *)
1507     # OSF1 and SCO ODT 3.0 have their own names for install.
1508     # Don't use installbsd from OSF since it installs stuff as root
1509     # by default.
1510     for ac_prog in ginstall scoinst install; do
1511     for ac_exec_ext in '' $ac_executable_extensions; do
1512 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1513     if test $ac_prog = install &&
1514     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1515     # AIX install. It has an incompatible calling convention.
1516     :
1517     elif test $ac_prog = install &&
1518     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1519     # program-specific install script used by HP pwplus--don't use.
1520     :
1521     else
1522     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1523     break 3
1524     fi
1525     fi
1526 pcg 1.1 done
1527     done
1528     ;;
1529     esac
1530     done
1531    
1532    
1533     fi
1534     if test "${ac_cv_path_install+set}" = set; then
1535     INSTALL=$ac_cv_path_install
1536     else
1537     # As a last resort, use the slow shell script. We don't cache a
1538     # path for INSTALL within a source directory, because that will
1539     # break other packages using the cache if that directory is
1540     # removed, or if the path is relative.
1541     INSTALL=$ac_install_sh
1542     fi
1543     fi
1544     echo "$as_me:$LINENO: result: $INSTALL" >&5
1545     echo "${ECHO_T}$INSTALL" >&6
1546    
1547     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1548     # It thinks the first close brace ends the variable substitution.
1549     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1550    
1551     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1552    
1553     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1554    
1555     echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1556     echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1557     # Just in case
1558     sleep 1
1559     echo timestamp > conftest.file
1560     # Do `set' in a subshell so we don't clobber the current shell's
1561     # arguments. Must try -L first in case configure is actually a
1562     # symlink; some systems play weird games with the mod time of symlinks
1563     # (eg FreeBSD returns the mod time of the symlink's containing
1564     # directory).
1565     if (
1566     set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1567     if test "$*" = "X"; then
1568     # -L didn't work.
1569     set X `ls -t $srcdir/configure conftest.file`
1570     fi
1571     rm -f conftest.file
1572     if test "$*" != "X $srcdir/configure conftest.file" \
1573     && test "$*" != "X conftest.file $srcdir/configure"; then
1574    
1575     # If neither matched, then we have a broken ls. This can happen
1576     # if, for instance, CONFIG_SHELL is bash and it inherits a
1577     # broken ls alias from the environment. This has actually
1578     # happened. Such a system could not be considered "sane".
1579     { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1580     alias in your environment" >&5
1581     echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1582     alias in your environment" >&2;}
1583     { (exit 1); exit 1; }; }
1584     fi
1585    
1586     test "$2" = conftest.file
1587     )
1588     then
1589     # Ok.
1590     :
1591     else
1592     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1593     Check your system clock" >&5
1594     echo "$as_me: error: newly created file is older than distributed files!
1595     Check your system clock" >&2;}
1596     { (exit 1); exit 1; }; }
1597     fi
1598     echo "$as_me:$LINENO: result: yes" >&5
1599     echo "${ECHO_T}yes" >&6
1600     test "$program_prefix" != NONE &&
1601     program_transform_name="s,^,$program_prefix,;$program_transform_name"
1602     # Use a double $ so make ignores it.
1603     test "$program_suffix" != NONE &&
1604     program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1605     # Double any \ or $. echo might interpret backslashes.
1606     # By default was `s,x,x', remove it if useless.
1607     cat <<\_ACEOF >conftest.sed
1608     s/[\\$]/&&/g;s/;s,x,x,$//
1609     _ACEOF
1610     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1611     rm conftest.sed
1612    
1613    
1614     # expand $ac_aux_dir to an absolute path
1615     am_aux_dir=`cd $ac_aux_dir && pwd`
1616    
1617     test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1618     # Use eval to expand $SHELL
1619     if eval "$MISSING --run true"; then
1620     am_missing_run="$MISSING --run "
1621     else
1622     am_missing_run=
1623     { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1624     echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1625     fi
1626    
1627     for ac_prog in gawk mawk nawk awk
1628     do
1629     # Extract the first word of "$ac_prog", so it can be a program name with args.
1630     set dummy $ac_prog; ac_word=$2
1631     echo "$as_me:$LINENO: checking for $ac_word" >&5
1632     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1633     if test "${ac_cv_prog_AWK+set}" = set; then
1634     echo $ECHO_N "(cached) $ECHO_C" >&6
1635     else
1636     if test -n "$AWK"; then
1637     ac_cv_prog_AWK="$AWK" # Let the user override the test.
1638     else
1639     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1640     for as_dir in $PATH
1641     do
1642     IFS=$as_save_IFS
1643     test -z "$as_dir" && as_dir=.
1644     for ac_exec_ext in '' $ac_executable_extensions; do
1645     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1646     ac_cv_prog_AWK="$ac_prog"
1647     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1648     break 2
1649     fi
1650     done
1651     done
1652    
1653     fi
1654     fi
1655     AWK=$ac_cv_prog_AWK
1656     if test -n "$AWK"; then
1657     echo "$as_me:$LINENO: result: $AWK" >&5
1658     echo "${ECHO_T}$AWK" >&6
1659     else
1660     echo "$as_me:$LINENO: result: no" >&5
1661     echo "${ECHO_T}no" >&6
1662     fi
1663    
1664     test -n "$AWK" && break
1665     done
1666    
1667     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1668     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1669 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1670 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1671     echo $ECHO_N "(cached) $ECHO_C" >&6
1672     else
1673     cat >conftest.make <<\_ACEOF
1674     all:
1675     @echo 'ac_maketemp="$(MAKE)"'
1676     _ACEOF
1677     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1678     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1679     if test -n "$ac_maketemp"; then
1680     eval ac_cv_prog_make_${ac_make}_set=yes
1681     else
1682     eval ac_cv_prog_make_${ac_make}_set=no
1683     fi
1684     rm -f conftest.make
1685     fi
1686     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1687     echo "$as_me:$LINENO: result: yes" >&5
1688     echo "${ECHO_T}yes" >&6
1689     SET_MAKE=
1690     else
1691     echo "$as_me:$LINENO: result: no" >&5
1692     echo "${ECHO_T}no" >&6
1693     SET_MAKE="MAKE=${MAKE-make}"
1694     fi
1695    
1696     rm -rf .tst 2>/dev/null
1697     mkdir .tst 2>/dev/null
1698     if test -d .tst; then
1699     am__leading_dot=.
1700     else
1701     am__leading_dot=_
1702     fi
1703     rmdir .tst 2>/dev/null
1704    
1705     # test to see if srcdir already configured
1706     if test "`cd $srcdir && pwd`" != "`pwd`" &&
1707     test -f $srcdir/config.status; then
1708     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1709     echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1710     { (exit 1); exit 1; }; }
1711     fi
1712    
1713     # test whether we have cygpath
1714     if test -z "$CYGPATH_W"; then
1715     if (cygpath --version) >/dev/null 2>/dev/null; then
1716     CYGPATH_W='cygpath -w'
1717     else
1718     CYGPATH_W=echo
1719     fi
1720     fi
1721    
1722    
1723     # Define the identity of the package.
1724 pcg 1.22 PACKAGE=gvpe
1725 pcg 1.31 VERSION=2.0
1726 pcg 1.1
1727    
1728     cat >>confdefs.h <<_ACEOF
1729     #define PACKAGE "$PACKAGE"
1730     _ACEOF
1731    
1732    
1733     cat >>confdefs.h <<_ACEOF
1734     #define VERSION "$VERSION"
1735     _ACEOF
1736    
1737     # Some tools Automake needs.
1738    
1739     ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1740    
1741    
1742     AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1743    
1744    
1745     AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1746    
1747    
1748     AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1749    
1750    
1751     MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1752    
1753    
1754     AMTAR=${AMTAR-"${am_missing_run}tar"}
1755    
1756     install_sh=${install_sh-"$am_aux_dir/install-sh"}
1757    
1758     # Installed binaries are usually stripped using `strip' when the user
1759     # run `make install-strip'. However `strip' might not be the right
1760     # tool to use in cross-compilation environments, therefore Automake
1761     # will honor the `STRIP' environment variable to overrule this program.
1762     if test "$cross_compiling" != no; then
1763     if test -n "$ac_tool_prefix"; then
1764     # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1765     set dummy ${ac_tool_prefix}strip; ac_word=$2
1766     echo "$as_me:$LINENO: checking for $ac_word" >&5
1767     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768     if test "${ac_cv_prog_STRIP+set}" = set; then
1769     echo $ECHO_N "(cached) $ECHO_C" >&6
1770     else
1771     if test -n "$STRIP"; then
1772     ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1773     else
1774     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1775     for as_dir in $PATH
1776     do
1777     IFS=$as_save_IFS
1778     test -z "$as_dir" && as_dir=.
1779     for ac_exec_ext in '' $ac_executable_extensions; do
1780     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1781     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1782     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1783     break 2
1784     fi
1785     done
1786     done
1787    
1788     fi
1789     fi
1790     STRIP=$ac_cv_prog_STRIP
1791     if test -n "$STRIP"; then
1792     echo "$as_me:$LINENO: result: $STRIP" >&5
1793     echo "${ECHO_T}$STRIP" >&6
1794     else
1795     echo "$as_me:$LINENO: result: no" >&5
1796     echo "${ECHO_T}no" >&6
1797     fi
1798    
1799     fi
1800     if test -z "$ac_cv_prog_STRIP"; then
1801     ac_ct_STRIP=$STRIP
1802     # Extract the first word of "strip", so it can be a program name with args.
1803     set dummy strip; ac_word=$2
1804     echo "$as_me:$LINENO: checking for $ac_word" >&5
1805     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1806     if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1807     echo $ECHO_N "(cached) $ECHO_C" >&6
1808     else
1809     if test -n "$ac_ct_STRIP"; then
1810     ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1811     else
1812     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1813     for as_dir in $PATH
1814     do
1815     IFS=$as_save_IFS
1816     test -z "$as_dir" && as_dir=.
1817     for ac_exec_ext in '' $ac_executable_extensions; do
1818     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1819     ac_cv_prog_ac_ct_STRIP="strip"
1820     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1821     break 2
1822     fi
1823     done
1824     done
1825    
1826     test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1827     fi
1828     fi
1829     ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1830     if test -n "$ac_ct_STRIP"; then
1831     echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1832     echo "${ECHO_T}$ac_ct_STRIP" >&6
1833     else
1834     echo "$as_me:$LINENO: result: no" >&5
1835     echo "${ECHO_T}no" >&6
1836     fi
1837    
1838     STRIP=$ac_ct_STRIP
1839     else
1840     STRIP="$ac_cv_prog_STRIP"
1841     fi
1842    
1843     fi
1844     INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1845    
1846     # We need awk for the "check" target. The system "awk" is bad on
1847     # some platforms.
1848    
1849    
1850    
1851     ac_config_headers="$ac_config_headers config.h"
1852    
1853     echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1854     echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1855     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1856     if test "${enable_maintainer_mode+set}" = set; then
1857     enableval="$enable_maintainer_mode"
1858     USE_MAINTAINER_MODE=$enableval
1859     else
1860     USE_MAINTAINER_MODE=no
1861     fi;
1862     echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1863     echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1864    
1865    
1866     if test $USE_MAINTAINER_MODE = yes; then
1867     MAINTAINER_MODE_TRUE=
1868     MAINTAINER_MODE_FALSE='#'
1869     else
1870     MAINTAINER_MODE_TRUE='#'
1871     MAINTAINER_MODE_FALSE=
1872     fi
1873    
1874     MAINT=$MAINTAINER_MODE_TRUE
1875    
1876    
1877    
1878    
1879    
1880    
1881    
1882    
1883    
1884    
1885     test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1886    
1887     for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1888    
1889    
1890    
1891     MKINSTALLDIRS=
1892     if test -n "$ac_aux_dir"; then
1893     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1894     fi
1895     if test -z "$MKINSTALLDIRS"; then
1896     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1897     fi
1898    
1899    
1900    
1901    
1902    
1903     # Extract the first word of "msgfmt", so it can be a program name with args.
1904     set dummy msgfmt; ac_word=$2
1905     echo "$as_me:$LINENO: checking for $ac_word" >&5
1906     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1907     if test "${ac_cv_path_MSGFMT+set}" = set; then
1908     echo $ECHO_N "(cached) $ECHO_C" >&6
1909     else
1910     case "$MSGFMT" in
1911     /*)
1912     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1913     ;;
1914     *)
1915     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1916     for ac_dir in $PATH; do
1917     test -z "$ac_dir" && ac_dir=.
1918     if test -f $ac_dir/$ac_word; then
1919     if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1920     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1921     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1922     break
1923     fi
1924     fi
1925     done
1926     IFS="$ac_save_ifs"
1927     test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1928     ;;
1929     esac
1930     fi
1931     MSGFMT="$ac_cv_path_MSGFMT"
1932     if test "$MSGFMT" != ":"; then
1933     echo "$as_me:$LINENO: result: $MSGFMT" >&5
1934     echo "${ECHO_T}$MSGFMT" >&6
1935     else
1936     echo "$as_me:$LINENO: result: no" >&5
1937     echo "${ECHO_T}no" >&6
1938     fi
1939    
1940     # Extract the first word of "gmsgfmt", so it can be a program name with args.
1941     set dummy gmsgfmt; ac_word=$2
1942     echo "$as_me:$LINENO: checking for $ac_word" >&5
1943     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1944     if test "${ac_cv_path_GMSGFMT+set}" = set; then
1945     echo $ECHO_N "(cached) $ECHO_C" >&6
1946     else
1947     case $GMSGFMT in
1948     [\\/]* | ?:[\\/]*)
1949     ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1950     ;;
1951     *)
1952     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1953     for as_dir in $PATH
1954     do
1955     IFS=$as_save_IFS
1956     test -z "$as_dir" && as_dir=.
1957     for ac_exec_ext in '' $ac_executable_extensions; do
1958     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1959     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1960     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1961     break 2
1962     fi
1963     done
1964     done
1965    
1966     test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1967     ;;
1968     esac
1969     fi
1970     GMSGFMT=$ac_cv_path_GMSGFMT
1971    
1972     if test -n "$GMSGFMT"; then
1973     echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1974     echo "${ECHO_T}$GMSGFMT" >&6
1975     else
1976     echo "$as_me:$LINENO: result: no" >&5
1977     echo "${ECHO_T}no" >&6
1978     fi
1979    
1980    
1981     # Extract the first word of "xgettext", so it can be a program name with args.
1982     set dummy xgettext; ac_word=$2
1983     echo "$as_me:$LINENO: checking for $ac_word" >&5
1984     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1985     if test "${ac_cv_path_XGETTEXT+set}" = set; then
1986     echo $ECHO_N "(cached) $ECHO_C" >&6
1987     else
1988     case "$XGETTEXT" in
1989     /*)
1990     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1991     ;;
1992     *)
1993     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1994     for ac_dir in $PATH; do
1995     test -z "$ac_dir" && ac_dir=.
1996     if test -f $ac_dir/$ac_word; then
1997     if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1998     (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
1999     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
2000     break
2001     fi
2002     fi
2003     done
2004     IFS="$ac_save_ifs"
2005     test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2006     ;;
2007     esac
2008     fi
2009     XGETTEXT="$ac_cv_path_XGETTEXT"
2010     if test "$XGETTEXT" != ":"; then
2011     echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2012     echo "${ECHO_T}$XGETTEXT" >&6
2013     else
2014     echo "$as_me:$LINENO: result: no" >&5
2015     echo "${ECHO_T}no" >&6
2016     fi
2017    
2018     rm -f messages.po
2019    
2020     # Extract the first word of "msgmerge", so it can be a program name with args.
2021     set dummy msgmerge; ac_word=$2
2022     echo "$as_me:$LINENO: checking for $ac_word" >&5
2023     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2024     if test "${ac_cv_path_MSGMERGE+set}" = set; then
2025     echo $ECHO_N "(cached) $ECHO_C" >&6
2026     else
2027     case "$MSGMERGE" in
2028     /*)
2029     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2030     ;;
2031     *)
2032     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2033     for ac_dir in $PATH; do
2034     test -z "$ac_dir" && ac_dir=.
2035     if test -f $ac_dir/$ac_word; then
2036     if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2037     ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2038     break
2039     fi
2040     fi
2041     done
2042     IFS="$ac_save_ifs"
2043     test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2044     ;;
2045     esac
2046     fi
2047     MSGMERGE="$ac_cv_path_MSGMERGE"
2048     if test "$MSGMERGE" != ":"; then
2049     echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2050     echo "${ECHO_T}$MSGMERGE" >&6
2051     else
2052     echo "$as_me:$LINENO: result: no" >&5
2053     echo "${ECHO_T}no" >&6
2054     fi
2055    
2056    
2057     if test "$GMSGFMT" != ":"; then
2058     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2059     (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2060     : ;
2061     else
2062     GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2063     echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2064     echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2065     GMSGFMT=":"
2066     fi
2067     fi
2068    
2069     if test "$XGETTEXT" != ":"; then
2070     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2071     (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2072     : ;
2073     else
2074     echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2075     echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2076     XGETTEXT=":"
2077     fi
2078     rm -f messages.po
2079     fi
2080    
2081     ac_config_commands="$ac_config_commands default-1"
2082    
2083    
2084    
2085     if test "X$prefix" = "XNONE"; then
2086     acl_final_prefix="$ac_default_prefix"
2087     else
2088     acl_final_prefix="$prefix"
2089     fi
2090     if test "X$exec_prefix" = "XNONE"; then
2091     acl_final_exec_prefix='${prefix}'
2092     else
2093     acl_final_exec_prefix="$exec_prefix"
2094     fi
2095     acl_save_prefix="$prefix"
2096     prefix="$acl_final_prefix"
2097     eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2098     prefix="$acl_save_prefix"
2099    
2100     DEPDIR="${am__leading_dot}deps"
2101    
2102     ac_config_commands="$ac_config_commands depfiles"
2103    
2104    
2105     am_make=${MAKE-make}
2106     cat > confinc << 'END'
2107     am__doit:
2108     @echo done
2109     .PHONY: am__doit
2110     END
2111     # If we don't find an include directive, just comment out the code.
2112     echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2113     echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2114     am__include="#"
2115     am__quote=
2116     _am_result=none
2117     # First try GNU make style include.
2118     echo "include confinc" > confmf
2119     # We grep out `Entering directory' and `Leaving directory'
2120     # messages which can occur if `w' ends up in MAKEFLAGS.
2121     # In particular we don't look at `^make:' because GNU make might
2122     # be invoked under some other name (usually "gmake"), in which
2123     # case it prints its new name instead of `make'.
2124     if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2125     am__include=include
2126     am__quote=
2127     _am_result=GNU
2128     fi
2129     # Now try BSD make style include.
2130     if test "$am__include" = "#"; then
2131     echo '.include "confinc"' > confmf
2132     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2133     am__include=.include
2134     am__quote="\""
2135     _am_result=BSD
2136     fi
2137     fi
2138    
2139    
2140     echo "$as_me:$LINENO: result: $_am_result" >&5
2141     echo "${ECHO_T}$_am_result" >&6
2142     rm -f confinc confmf
2143    
2144     # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2145     if test "${enable_dependency_tracking+set}" = set; then
2146     enableval="$enable_dependency_tracking"
2147    
2148     fi;
2149     if test "x$enable_dependency_tracking" != xno; then
2150     am_depcomp="$ac_aux_dir/depcomp"
2151     AMDEPBACKSLASH='\'
2152     fi
2153    
2154    
2155     if test "x$enable_dependency_tracking" != xno; then
2156     AMDEP_TRUE=
2157     AMDEP_FALSE='#'
2158     else
2159     AMDEP_TRUE='#'
2160     AMDEP_FALSE=
2161     fi
2162    
2163    
2164    
2165     ac_ext=c
2166     ac_cpp='$CPP $CPPFLAGS'
2167     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2168     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2169     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2170     if test -n "$ac_tool_prefix"; then
2171     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2172     set dummy ${ac_tool_prefix}gcc; ac_word=$2
2173     echo "$as_me:$LINENO: checking for $ac_word" >&5
2174     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2175     if test "${ac_cv_prog_CC+set}" = set; then
2176     echo $ECHO_N "(cached) $ECHO_C" >&6
2177     else
2178     if test -n "$CC"; then
2179     ac_cv_prog_CC="$CC" # Let the user override the test.
2180     else
2181     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2182     for as_dir in $PATH
2183     do
2184     IFS=$as_save_IFS
2185     test -z "$as_dir" && as_dir=.
2186     for ac_exec_ext in '' $ac_executable_extensions; do
2187     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2188     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2189     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2190     break 2
2191     fi
2192     done
2193     done
2194    
2195     fi
2196     fi
2197     CC=$ac_cv_prog_CC
2198     if test -n "$CC"; then
2199     echo "$as_me:$LINENO: result: $CC" >&5
2200     echo "${ECHO_T}$CC" >&6
2201     else
2202     echo "$as_me:$LINENO: result: no" >&5
2203     echo "${ECHO_T}no" >&6
2204     fi
2205    
2206     fi
2207     if test -z "$ac_cv_prog_CC"; then
2208     ac_ct_CC=$CC
2209     # Extract the first word of "gcc", so it can be a program name with args.
2210     set dummy gcc; ac_word=$2
2211     echo "$as_me:$LINENO: checking for $ac_word" >&5
2212     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2213     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2214     echo $ECHO_N "(cached) $ECHO_C" >&6
2215     else
2216     if test -n "$ac_ct_CC"; then
2217     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2218     else
2219     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2220     for as_dir in $PATH
2221     do
2222     IFS=$as_save_IFS
2223     test -z "$as_dir" && as_dir=.
2224     for ac_exec_ext in '' $ac_executable_extensions; do
2225     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2226     ac_cv_prog_ac_ct_CC="gcc"
2227     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2228     break 2
2229     fi
2230     done
2231     done
2232    
2233     fi
2234     fi
2235     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2236     if test -n "$ac_ct_CC"; then
2237     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2238     echo "${ECHO_T}$ac_ct_CC" >&6
2239     else
2240     echo "$as_me:$LINENO: result: no" >&5
2241     echo "${ECHO_T}no" >&6
2242     fi
2243    
2244     CC=$ac_ct_CC
2245     else
2246     CC="$ac_cv_prog_CC"
2247     fi
2248    
2249     if test -z "$CC"; then
2250     if test -n "$ac_tool_prefix"; then
2251     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2252     set dummy ${ac_tool_prefix}cc; ac_word=$2
2253     echo "$as_me:$LINENO: checking for $ac_word" >&5
2254     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2255     if test "${ac_cv_prog_CC+set}" = set; then
2256     echo $ECHO_N "(cached) $ECHO_C" >&6
2257     else
2258     if test -n "$CC"; then
2259     ac_cv_prog_CC="$CC" # Let the user override the test.
2260     else
2261     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2262     for as_dir in $PATH
2263     do
2264     IFS=$as_save_IFS
2265     test -z "$as_dir" && as_dir=.
2266     for ac_exec_ext in '' $ac_executable_extensions; do
2267     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2268     ac_cv_prog_CC="${ac_tool_prefix}cc"
2269     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2270     break 2
2271     fi
2272     done
2273     done
2274    
2275     fi
2276     fi
2277     CC=$ac_cv_prog_CC
2278     if test -n "$CC"; then
2279     echo "$as_me:$LINENO: result: $CC" >&5
2280     echo "${ECHO_T}$CC" >&6
2281     else
2282     echo "$as_me:$LINENO: result: no" >&5
2283     echo "${ECHO_T}no" >&6
2284     fi
2285    
2286     fi
2287     if test -z "$ac_cv_prog_CC"; then
2288     ac_ct_CC=$CC
2289     # Extract the first word of "cc", so it can be a program name with args.
2290     set dummy cc; ac_word=$2
2291     echo "$as_me:$LINENO: checking for $ac_word" >&5
2292     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2293     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2294     echo $ECHO_N "(cached) $ECHO_C" >&6
2295     else
2296     if test -n "$ac_ct_CC"; then
2297     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2298     else
2299     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300     for as_dir in $PATH
2301     do
2302     IFS=$as_save_IFS
2303     test -z "$as_dir" && as_dir=.
2304     for ac_exec_ext in '' $ac_executable_extensions; do
2305     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2306     ac_cv_prog_ac_ct_CC="cc"
2307     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2308     break 2
2309     fi
2310     done
2311     done
2312    
2313     fi
2314     fi
2315     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2316     if test -n "$ac_ct_CC"; then
2317     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2318     echo "${ECHO_T}$ac_ct_CC" >&6
2319     else
2320     echo "$as_me:$LINENO: result: no" >&5
2321     echo "${ECHO_T}no" >&6
2322     fi
2323    
2324     CC=$ac_ct_CC
2325     else
2326     CC="$ac_cv_prog_CC"
2327     fi
2328    
2329     fi
2330     if test -z "$CC"; then
2331     # Extract the first word of "cc", so it can be a program name with args.
2332     set dummy cc; ac_word=$2
2333     echo "$as_me:$LINENO: checking for $ac_word" >&5
2334     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2335     if test "${ac_cv_prog_CC+set}" = set; then
2336     echo $ECHO_N "(cached) $ECHO_C" >&6
2337     else
2338     if test -n "$CC"; then
2339     ac_cv_prog_CC="$CC" # Let the user override the test.
2340     else
2341     ac_prog_rejected=no
2342     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2343     for as_dir in $PATH
2344     do
2345     IFS=$as_save_IFS
2346     test -z "$as_dir" && as_dir=.
2347     for ac_exec_ext in '' $ac_executable_extensions; do
2348     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2349     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2350     ac_prog_rejected=yes
2351     continue
2352     fi
2353     ac_cv_prog_CC="cc"
2354     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2355     break 2
2356     fi
2357     done
2358     done
2359    
2360     if test $ac_prog_rejected = yes; then
2361     # We found a bogon in the path, so make sure we never use it.
2362     set dummy $ac_cv_prog_CC
2363     shift
2364     if test $# != 0; then
2365     # We chose a different compiler from the bogus one.
2366     # However, it has the same basename, so the bogon will be chosen
2367     # first if we set CC to just the basename; use the full file name.
2368     shift
2369     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2370     fi
2371     fi
2372     fi
2373     fi
2374     CC=$ac_cv_prog_CC
2375     if test -n "$CC"; then
2376     echo "$as_me:$LINENO: result: $CC" >&5
2377     echo "${ECHO_T}$CC" >&6
2378     else
2379     echo "$as_me:$LINENO: result: no" >&5
2380     echo "${ECHO_T}no" >&6
2381     fi
2382    
2383     fi
2384     if test -z "$CC"; then
2385     if test -n "$ac_tool_prefix"; then
2386     for ac_prog in cl
2387     do
2388     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2389     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2390     echo "$as_me:$LINENO: checking for $ac_word" >&5
2391     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2392     if test "${ac_cv_prog_CC+set}" = set; then
2393     echo $ECHO_N "(cached) $ECHO_C" >&6
2394     else
2395     if test -n "$CC"; then
2396     ac_cv_prog_CC="$CC" # Let the user override the test.
2397     else
2398     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2399     for as_dir in $PATH
2400     do
2401     IFS=$as_save_IFS
2402     test -z "$as_dir" && as_dir=.
2403     for ac_exec_ext in '' $ac_executable_extensions; do
2404     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2405     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2406     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2407     break 2
2408     fi
2409     done
2410     done
2411    
2412     fi
2413     fi
2414     CC=$ac_cv_prog_CC
2415     if test -n "$CC"; then
2416     echo "$as_me:$LINENO: result: $CC" >&5
2417     echo "${ECHO_T}$CC" >&6
2418     else
2419     echo "$as_me:$LINENO: result: no" >&5
2420     echo "${ECHO_T}no" >&6
2421     fi
2422    
2423     test -n "$CC" && break
2424     done
2425     fi
2426     if test -z "$CC"; then
2427     ac_ct_CC=$CC
2428     for ac_prog in cl
2429     do
2430     # Extract the first word of "$ac_prog", so it can be a program name with args.
2431     set dummy $ac_prog; ac_word=$2
2432     echo "$as_me:$LINENO: checking for $ac_word" >&5
2433     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2434     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2435     echo $ECHO_N "(cached) $ECHO_C" >&6
2436     else
2437     if test -n "$ac_ct_CC"; then
2438     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2439     else
2440     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2441     for as_dir in $PATH
2442     do
2443     IFS=$as_save_IFS
2444     test -z "$as_dir" && as_dir=.
2445     for ac_exec_ext in '' $ac_executable_extensions; do
2446     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2447     ac_cv_prog_ac_ct_CC="$ac_prog"
2448     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2449     break 2
2450     fi
2451     done
2452     done
2453    
2454     fi
2455     fi
2456     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2457     if test -n "$ac_ct_CC"; then
2458     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2459     echo "${ECHO_T}$ac_ct_CC" >&6
2460     else
2461     echo "$as_me:$LINENO: result: no" >&5
2462     echo "${ECHO_T}no" >&6
2463     fi
2464    
2465     test -n "$ac_ct_CC" && break
2466     done
2467    
2468     CC=$ac_ct_CC
2469     fi
2470    
2471     fi
2472    
2473    
2474     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2475     See \`config.log' for more details." >&5
2476     echo "$as_me: error: no acceptable C compiler found in \$PATH
2477     See \`config.log' for more details." >&2;}
2478     { (exit 1); exit 1; }; }
2479    
2480     # Provide some information about the compiler.
2481     echo "$as_me:$LINENO:" \
2482     "checking for C compiler version" >&5
2483     ac_compiler=`set X $ac_compile; echo $2`
2484     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2485     (eval $ac_compiler --version </dev/null >&5) 2>&5
2486     ac_status=$?
2487     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488     (exit $ac_status); }
2489     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2490     (eval $ac_compiler -v </dev/null >&5) 2>&5
2491     ac_status=$?
2492     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2493     (exit $ac_status); }
2494     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2495     (eval $ac_compiler -V </dev/null >&5) 2>&5
2496     ac_status=$?
2497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498     (exit $ac_status); }
2499    
2500     cat >conftest.$ac_ext <<_ACEOF
2501     /* confdefs.h. */
2502     _ACEOF
2503     cat confdefs.h >>conftest.$ac_ext
2504     cat >>conftest.$ac_ext <<_ACEOF
2505     /* end confdefs.h. */
2506    
2507     int
2508     main ()
2509     {
2510    
2511     ;
2512     return 0;
2513     }
2514     _ACEOF
2515     ac_clean_files_save=$ac_clean_files
2516     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2517     # Try to create an executable without -o first, disregard a.out.
2518     # It will help us diagnose broken compilers, and finding out an intuition
2519     # of exeext.
2520 pcg 1.11 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2521     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2522 pcg 1.1 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2523     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2524     (eval $ac_link_default) 2>&5
2525     ac_status=$?
2526     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2527     (exit $ac_status); }; then
2528     # Find the output, starting from the most likely. This scheme is
2529     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2530     # resort.
2531    
2532     # Be careful to initialize this variable, since it used to be cached.
2533     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2534     ac_cv_exeext=
2535     # b.out is created by i960 compilers.
2536     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2537     do
2538     test -f "$ac_file" || continue
2539     case $ac_file in
2540     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2541 pcg 1.11 ;;
2542 pcg 1.1 conftest.$ac_ext )
2543 pcg 1.11 # This is the source file.
2544     ;;
2545 pcg 1.1 [ab].out )
2546 pcg 1.11 # We found the default executable, but exeext='' is most
2547     # certainly right.
2548     break;;
2549 pcg 1.1 *.* )
2550 pcg 1.11 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2551     # FIXME: I believe we export ac_cv_exeext for Libtool,
2552     # but it would be cool to find out if it's true. Does anybody
2553     # maintain Libtool? --akim.
2554     export ac_cv_exeext
2555     break;;
2556 pcg 1.1 * )
2557 pcg 1.11 break;;
2558 pcg 1.1 esac
2559     done
2560     else
2561     echo "$as_me: failed program was:" >&5
2562     sed 's/^/| /' conftest.$ac_ext >&5
2563    
2564     { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2565     See \`config.log' for more details." >&5
2566     echo "$as_me: error: C compiler cannot create executables
2567     See \`config.log' for more details." >&2;}
2568     { (exit 77); exit 77; }; }
2569     fi
2570    
2571     ac_exeext=$ac_cv_exeext
2572     echo "$as_me:$LINENO: result: $ac_file" >&5
2573     echo "${ECHO_T}$ac_file" >&6
2574    
2575     # Check the compiler produces executables we can run. If not, either
2576     # the compiler is broken, or we cross compile.
2577     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2578     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2579     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2580     # If not cross compiling, check that we can run a simple program.
2581     if test "$cross_compiling" != yes; then
2582     if { ac_try='./$ac_file'
2583     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2584     (eval $ac_try) 2>&5
2585     ac_status=$?
2586     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2587     (exit $ac_status); }; }; then
2588     cross_compiling=no
2589     else
2590     if test "$cross_compiling" = maybe; then
2591     cross_compiling=yes
2592     else
2593     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2594     If you meant to cross compile, use \`--host'.
2595     See \`config.log' for more details." >&5
2596     echo "$as_me: error: cannot run C compiled programs.
2597     If you meant to cross compile, use \`--host'.
2598     See \`config.log' for more details." >&2;}
2599     { (exit 1); exit 1; }; }
2600     fi
2601     fi
2602     fi
2603     echo "$as_me:$LINENO: result: yes" >&5
2604     echo "${ECHO_T}yes" >&6
2605    
2606     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2607     ac_clean_files=$ac_clean_files_save
2608     # Check the compiler produces executables we can run. If not, either
2609     # the compiler is broken, or we cross compile.
2610     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2611     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2612     echo "$as_me:$LINENO: result: $cross_compiling" >&5
2613     echo "${ECHO_T}$cross_compiling" >&6
2614    
2615     echo "$as_me:$LINENO: checking for suffix of executables" >&5
2616     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2617     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2618     (eval $ac_link) 2>&5
2619     ac_status=$?
2620     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2621     (exit $ac_status); }; then
2622     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2623     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2624     # work properly (i.e., refer to `conftest.exe'), while it won't with
2625     # `rm'.
2626     for ac_file in conftest.exe conftest conftest.*; do
2627     test -f "$ac_file" || continue
2628     case $ac_file in
2629     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2630     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2631 pcg 1.11 export ac_cv_exeext
2632     break;;
2633 pcg 1.1 * ) break;;
2634     esac
2635     done
2636     else
2637     { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2638     See \`config.log' for more details." >&5
2639     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2640     See \`config.log' for more details." >&2;}
2641     { (exit 1); exit 1; }; }
2642     fi
2643    
2644     rm -f conftest$ac_cv_exeext
2645     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2646     echo "${ECHO_T}$ac_cv_exeext" >&6
2647    
2648     rm -f conftest.$ac_ext
2649     EXEEXT=$ac_cv_exeext
2650     ac_exeext=$EXEEXT
2651     echo "$as_me:$LINENO: checking for suffix of object files" >&5
2652     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2653     if test "${ac_cv_objext+set}" = set; then
2654     echo $ECHO_N "(cached) $ECHO_C" >&6
2655     else
2656     cat >conftest.$ac_ext <<_ACEOF
2657     /* confdefs.h. */
2658     _ACEOF
2659     cat confdefs.h >>conftest.$ac_ext
2660     cat >>conftest.$ac_ext <<_ACEOF
2661     /* end confdefs.h. */
2662    
2663     int
2664     main ()
2665     {
2666    
2667     ;
2668     return 0;
2669     }
2670     _ACEOF
2671     rm -f conftest.o conftest.obj
2672     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2673     (eval $ac_compile) 2>&5
2674     ac_status=$?
2675     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2676     (exit $ac_status); }; then
2677     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2678     case $ac_file in
2679     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2680     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2681     break;;
2682     esac
2683     done
2684     else
2685     echo "$as_me: failed program was:" >&5
2686     sed 's/^/| /' conftest.$ac_ext >&5
2687    
2688     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2689     See \`config.log' for more details." >&5
2690     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2691     See \`config.log' for more details." >&2;}
2692     { (exit 1); exit 1; }; }
2693     fi
2694    
2695     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2696     fi
2697     echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2698     echo "${ECHO_T}$ac_cv_objext" >&6
2699     OBJEXT=$ac_cv_objext
2700     ac_objext=$OBJEXT
2701     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2702     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2703     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2704     echo $ECHO_N "(cached) $ECHO_C" >&6
2705     else
2706     cat >conftest.$ac_ext <<_ACEOF
2707     /* confdefs.h. */
2708     _ACEOF
2709     cat confdefs.h >>conftest.$ac_ext
2710     cat >>conftest.$ac_ext <<_ACEOF
2711     /* end confdefs.h. */
2712    
2713     int
2714     main ()
2715     {
2716     #ifndef __GNUC__
2717     choke me
2718     #endif
2719    
2720     ;
2721     return 0;
2722     }
2723     _ACEOF
2724     rm -f conftest.$ac_objext
2725     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2726 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2727 pcg 1.1 ac_status=$?
2728 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2729     rm -f conftest.er1
2730     cat conftest.err >&5
2731 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2732     (exit $ac_status); } &&
2733 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2734     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2735     (eval $ac_try) 2>&5
2736     ac_status=$?
2737     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738     (exit $ac_status); }; } &&
2739     { ac_try='test -s conftest.$ac_objext'
2740 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2741     (eval $ac_try) 2>&5
2742     ac_status=$?
2743     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2744     (exit $ac_status); }; }; then
2745     ac_compiler_gnu=yes
2746     else
2747     echo "$as_me: failed program was:" >&5
2748     sed 's/^/| /' conftest.$ac_ext >&5
2749    
2750     ac_compiler_gnu=no
2751     fi
2752 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2753 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2754    
2755     fi
2756     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2757     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2758     GCC=`test $ac_compiler_gnu = yes && echo yes`
2759     ac_test_CFLAGS=${CFLAGS+set}
2760     ac_save_CFLAGS=$CFLAGS
2761     CFLAGS="-g"
2762     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2763     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2764     if test "${ac_cv_prog_cc_g+set}" = set; then
2765     echo $ECHO_N "(cached) $ECHO_C" >&6
2766     else
2767     cat >conftest.$ac_ext <<_ACEOF
2768     /* confdefs.h. */
2769     _ACEOF
2770     cat confdefs.h >>conftest.$ac_ext
2771     cat >>conftest.$ac_ext <<_ACEOF
2772     /* end confdefs.h. */
2773    
2774     int
2775     main ()
2776     {
2777    
2778     ;
2779     return 0;
2780     }
2781     _ACEOF
2782     rm -f conftest.$ac_objext
2783     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2784 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2785 pcg 1.1 ac_status=$?
2786 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2787     rm -f conftest.er1
2788     cat conftest.err >&5
2789 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790     (exit $ac_status); } &&
2791 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2792     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2793     (eval $ac_try) 2>&5
2794     ac_status=$?
2795     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796     (exit $ac_status); }; } &&
2797     { ac_try='test -s conftest.$ac_objext'
2798 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2799     (eval $ac_try) 2>&5
2800     ac_status=$?
2801     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802     (exit $ac_status); }; }; then
2803     ac_cv_prog_cc_g=yes
2804     else
2805     echo "$as_me: failed program was:" >&5
2806     sed 's/^/| /' conftest.$ac_ext >&5
2807    
2808     ac_cv_prog_cc_g=no
2809     fi
2810 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2811 pcg 1.1 fi
2812     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2813     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2814     if test "$ac_test_CFLAGS" = set; then
2815     CFLAGS=$ac_save_CFLAGS
2816     elif test $ac_cv_prog_cc_g = yes; then
2817     if test "$GCC" = yes; then
2818     CFLAGS="-g -O2"
2819     else
2820     CFLAGS="-g"
2821     fi
2822     else
2823     if test "$GCC" = yes; then
2824     CFLAGS="-O2"
2825     else
2826     CFLAGS=
2827     fi
2828     fi
2829     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2830     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2831     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2832     echo $ECHO_N "(cached) $ECHO_C" >&6
2833     else
2834     ac_cv_prog_cc_stdc=no
2835     ac_save_CC=$CC
2836     cat >conftest.$ac_ext <<_ACEOF
2837     /* confdefs.h. */
2838     _ACEOF
2839     cat confdefs.h >>conftest.$ac_ext
2840     cat >>conftest.$ac_ext <<_ACEOF
2841     /* end confdefs.h. */
2842     #include <stdarg.h>
2843     #include <stdio.h>
2844     #include <sys/types.h>
2845     #include <sys/stat.h>
2846     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2847     struct buf { int x; };
2848     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2849     static char *e (p, i)
2850     char **p;
2851     int i;
2852     {
2853     return p[i];
2854     }
2855     static char *f (char * (*g) (char **, int), char **p, ...)
2856     {
2857     char *s;
2858     va_list v;
2859     va_start (v,p);
2860     s = g (p, va_arg (v,int));
2861     va_end (v);
2862     return s;
2863     }
2864 pcg 1.11
2865     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2866     function prototypes and stuff, but not '\xHH' hex character constants.
2867     These don't provoke an error unfortunately, instead are silently treated
2868     as 'x'. The following induces an error, until -std1 is added to get
2869     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2870     array size at least. It's necessary to write '\x00'==0 to get something
2871     that's true only with -std1. */
2872     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2873    
2874 pcg 1.1 int test (int i, double x);
2875     struct s1 {int (*f) (int a);};
2876     struct s2 {int (*f) (double a);};
2877     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2878     int argc;
2879     char **argv;
2880     int
2881     main ()
2882     {
2883     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2884     ;
2885     return 0;
2886     }
2887     _ACEOF
2888     # Don't try gcc -ansi; that turns off useful extensions and
2889     # breaks some systems' header files.
2890     # AIX -qlanglvl=ansi
2891     # Ultrix and OSF/1 -std1
2892     # HP-UX 10.20 and later -Ae
2893     # HP-UX older versions -Aa -D_HPUX_SOURCE
2894     # SVR4 -Xc -D__EXTENSIONS__
2895     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2896     do
2897     CC="$ac_save_CC $ac_arg"
2898     rm -f conftest.$ac_objext
2899     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2900 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2901 pcg 1.1 ac_status=$?
2902 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2903     rm -f conftest.er1
2904     cat conftest.err >&5
2905 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906     (exit $ac_status); } &&
2907 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2908     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2909     (eval $ac_try) 2>&5
2910     ac_status=$?
2911     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912     (exit $ac_status); }; } &&
2913     { ac_try='test -s conftest.$ac_objext'
2914 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2915     (eval $ac_try) 2>&5
2916     ac_status=$?
2917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918     (exit $ac_status); }; }; then
2919     ac_cv_prog_cc_stdc=$ac_arg
2920     break
2921     else
2922     echo "$as_me: failed program was:" >&5
2923     sed 's/^/| /' conftest.$ac_ext >&5
2924    
2925     fi
2926 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2927 pcg 1.1 done
2928     rm -f conftest.$ac_ext conftest.$ac_objext
2929     CC=$ac_save_CC
2930    
2931     fi
2932    
2933     case "x$ac_cv_prog_cc_stdc" in
2934     x|xno)
2935     echo "$as_me:$LINENO: result: none needed" >&5
2936     echo "${ECHO_T}none needed" >&6 ;;
2937     *)
2938     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2939     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2940     CC="$CC $ac_cv_prog_cc_stdc" ;;
2941     esac
2942    
2943     # Some people use a C++ compiler to compile C. Since we use `exit',
2944     # in C++ we need to declare it. In case someone uses the same compiler
2945     # for both compiling C and C++ we need to have the C++ compiler decide
2946     # the declaration of exit, since it's the most demanding environment.
2947     cat >conftest.$ac_ext <<_ACEOF
2948     #ifndef __cplusplus
2949     choke me
2950     #endif
2951     _ACEOF
2952     rm -f conftest.$ac_objext
2953     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2954 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2955 pcg 1.1 ac_status=$?
2956 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2957     rm -f conftest.er1
2958     cat conftest.err >&5
2959 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2960     (exit $ac_status); } &&
2961 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2962     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2963     (eval $ac_try) 2>&5
2964     ac_status=$?
2965     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966     (exit $ac_status); }; } &&
2967     { ac_try='test -s conftest.$ac_objext'
2968 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2969     (eval $ac_try) 2>&5
2970     ac_status=$?
2971     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972     (exit $ac_status); }; }; then
2973     for ac_declaration in \
2974     '' \
2975     'extern "C" void std::exit (int) throw (); using std::exit;' \
2976     'extern "C" void std::exit (int); using std::exit;' \
2977     'extern "C" void exit (int) throw ();' \
2978     'extern "C" void exit (int);' \
2979     'void exit (int);'
2980     do
2981     cat >conftest.$ac_ext <<_ACEOF
2982     /* confdefs.h. */
2983     _ACEOF
2984     cat confdefs.h >>conftest.$ac_ext
2985     cat >>conftest.$ac_ext <<_ACEOF
2986     /* end confdefs.h. */
2987     $ac_declaration
2988     #include <stdlib.h>
2989     int
2990     main ()
2991     {
2992     exit (42);
2993     ;
2994     return 0;
2995     }
2996     _ACEOF
2997     rm -f conftest.$ac_objext
2998     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2999 pcg 1.11 (eval $ac_compile) 2>conftest.er1
3000 pcg 1.1 ac_status=$?
3001 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3002     rm -f conftest.er1
3003     cat conftest.err >&5
3004 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005     (exit $ac_status); } &&
3006 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3007     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3008     (eval $ac_try) 2>&5
3009     ac_status=$?
3010     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011     (exit $ac_status); }; } &&
3012     { ac_try='test -s conftest.$ac_objext'
3013 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3014     (eval $ac_try) 2>&5
3015     ac_status=$?
3016     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017     (exit $ac_status); }; }; then
3018     :
3019     else
3020     echo "$as_me: failed program was:" >&5
3021     sed 's/^/| /' conftest.$ac_ext >&5
3022    
3023     continue
3024     fi
3025 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3026 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
3027     /* confdefs.h. */
3028     _ACEOF
3029     cat confdefs.h >>conftest.$ac_ext
3030     cat >>conftest.$ac_ext <<_ACEOF
3031     /* end confdefs.h. */
3032     $ac_declaration
3033     int
3034     main ()
3035     {
3036     exit (42);
3037     ;
3038     return 0;
3039     }
3040     _ACEOF
3041     rm -f conftest.$ac_objext
3042     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3043 pcg 1.11 (eval $ac_compile) 2>conftest.er1
3044 pcg 1.1 ac_status=$?
3045 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3046     rm -f conftest.er1
3047     cat conftest.err >&5
3048 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049     (exit $ac_status); } &&
3050 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3051     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3052     (eval $ac_try) 2>&5
3053     ac_status=$?
3054     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3055     (exit $ac_status); }; } &&
3056     { ac_try='test -s conftest.$ac_objext'
3057 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3058     (eval $ac_try) 2>&5
3059     ac_status=$?
3060     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3061     (exit $ac_status); }; }; then
3062     break
3063     else
3064     echo "$as_me: failed program was:" >&5
3065     sed 's/^/| /' conftest.$ac_ext >&5
3066    
3067     fi
3068 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3069 pcg 1.1 done
3070     rm -f conftest*
3071     if test -n "$ac_declaration"; then
3072     echo '#ifdef __cplusplus' >>confdefs.h
3073     echo $ac_declaration >>confdefs.h
3074     echo '#endif' >>confdefs.h
3075     fi
3076    
3077     else
3078     echo "$as_me: failed program was:" >&5
3079     sed 's/^/| /' conftest.$ac_ext >&5
3080    
3081     fi
3082 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3083 pcg 1.1 ac_ext=c
3084     ac_cpp='$CPP $CPPFLAGS'
3085     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3086     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3087     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3088    
3089     depcc="$CC" am_compiler_list=
3090    
3091     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3092     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3093     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3094     echo $ECHO_N "(cached) $ECHO_C" >&6
3095     else
3096     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3097     # We make a subdir and do the tests there. Otherwise we can end up
3098     # making bogus files that we don't know about and never remove. For
3099     # instance it was reported that on HP-UX the gcc test will end up
3100     # making a dummy file named `D' -- because `-MD' means `put the output
3101     # in D'.
3102     mkdir conftest.dir
3103     # Copy depcomp to subdir because otherwise we won't find it if we're
3104     # using a relative directory.
3105     cp "$am_depcomp" conftest.dir
3106     cd conftest.dir
3107     # We will build objects and dependencies in a subdirectory because
3108     # it helps to detect inapplicable dependency modes. For instance
3109     # both Tru64's cc and ICC support -MD to output dependencies as a
3110     # side effect of compilation, but ICC will put the dependencies in
3111     # the current directory while Tru64 will put them in the object
3112     # directory.
3113     mkdir sub
3114    
3115     am_cv_CC_dependencies_compiler_type=none
3116     if test "$am_compiler_list" = ""; then
3117     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3118     fi
3119     for depmode in $am_compiler_list; do
3120     # Setup a source with many dependencies, because some compilers
3121     # like to wrap large dependency lists on column 80 (with \), and
3122     # we should not choose a depcomp mode which is confused by this.
3123     #
3124     # We need to recreate these files for each test, as the compiler may
3125     # overwrite some of them when testing with obscure command lines.
3126     # This happens at least with the AIX C compiler.
3127     : > sub/conftest.c
3128     for i in 1 2 3 4 5 6; do
3129     echo '#include "conftst'$i'.h"' >> sub/conftest.c
3130     : > sub/conftst$i.h
3131     done
3132     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3133    
3134     case $depmode in
3135     nosideeffect)
3136     # after this tag, mechanisms are not by side-effect, so they'll
3137     # only be used when explicitly requested
3138     if test "x$enable_dependency_tracking" = xyes; then
3139     continue
3140     else
3141     break
3142     fi
3143     ;;
3144     none) break ;;
3145     esac
3146     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3147     # mode. It turns out that the SunPro C++ compiler does not properly
3148     # handle `-M -o', and we need to detect this.
3149     if depmode=$depmode \
3150     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3151     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3152     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3153     >/dev/null 2>conftest.err &&
3154     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3155     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3156     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3157     # icc doesn't choke on unknown options, it will just issue warnings
3158     # (even with -Werror). So we grep stderr for any message
3159     # that says an option was ignored.
3160     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3161     am_cv_CC_dependencies_compiler_type=$depmode
3162     break
3163     fi
3164     fi
3165     done
3166    
3167     cd ..
3168     rm -rf conftest.dir
3169     else
3170     am_cv_CC_dependencies_compiler_type=none
3171     fi
3172    
3173     fi
3174     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3175     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3176     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3177    
3178    
3179    
3180     if
3181     test "x$enable_dependency_tracking" != xno \
3182     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3183     am__fastdepCC_TRUE=
3184     am__fastdepCC_FALSE='#'
3185     else
3186     am__fastdepCC_TRUE='#'
3187     am__fastdepCC_FALSE=
3188     fi
3189    
3190    
3191    
3192     # Check whether --with-gnu-ld or --without-gnu-ld was given.
3193     if test "${with_gnu_ld+set}" = set; then
3194     withval="$with_gnu_ld"
3195     test "$withval" = no || with_gnu_ld=yes
3196     else
3197     with_gnu_ld=no
3198     fi;
3199     ac_prog=ld
3200     if test "$GCC" = yes; then
3201     # Check if gcc -print-prog-name=ld gives a path.
3202     echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3203     echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3204     case $host in
3205     *-*-mingw*)
3206     # gcc leaves a trailing carriage return which upsets mingw
3207     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3208     *)
3209     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3210     esac
3211     case $ac_prog in
3212     # Accept absolute paths.
3213     [\\/]* | [A-Za-z]:[\\/]*)
3214     re_direlt='/[^/][^/]*/\.\./'
3215     # Canonicalize the path of ld
3216     ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3217     while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3218     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3219     done
3220     test -z "$LD" && LD="$ac_prog"
3221     ;;
3222     "")
3223     # If it fails, then pretend we aren't using GCC.
3224     ac_prog=ld
3225     ;;
3226     *)
3227     # If it is relative, then search for the first ld in PATH.
3228     with_gnu_ld=unknown
3229     ;;
3230     esac
3231     elif test "$with_gnu_ld" = yes; then
3232     echo "$as_me:$LINENO: checking for GNU ld" >&5
3233     echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3234     else
3235     echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3236     echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3237     fi
3238     if test "${acl_cv_path_LD+set}" = set; then
3239     echo $ECHO_N "(cached) $ECHO_C" >&6
3240     else
3241     if test -z "$LD"; then
3242     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3243     for ac_dir in $PATH; do
3244     test -z "$ac_dir" && ac_dir=.
3245     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3246     acl_cv_path_LD="$ac_dir/$ac_prog"
3247     # Check to see if the program is GNU ld. I'd rather use --version,
3248     # but apparently some GNU ld's only accept -v.
3249     # Break only if it was the GNU/non-GNU ld that we prefer.
3250     if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3251     test "$with_gnu_ld" != no && break
3252     else
3253     test "$with_gnu_ld" != yes && break
3254     fi
3255     fi
3256     done
3257     IFS="$ac_save_ifs"
3258     else
3259     acl_cv_path_LD="$LD" # Let the user override the test with a path.
3260     fi
3261     fi
3262    
3263     LD="$acl_cv_path_LD"
3264     if test -n "$LD"; then
3265     echo "$as_me:$LINENO: result: $LD" >&5
3266     echo "${ECHO_T}$LD" >&6
3267     else
3268     echo "$as_me:$LINENO: result: no" >&5
3269     echo "${ECHO_T}no" >&6
3270     fi
3271     test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3272     echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3273     { (exit 1); exit 1; }; }
3274     echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3275     echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3276     if test "${acl_cv_prog_gnu_ld+set}" = set; then
3277     echo $ECHO_N "(cached) $ECHO_C" >&6
3278     else
3279     # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3280     if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3281     acl_cv_prog_gnu_ld=yes
3282     else
3283     acl_cv_prog_gnu_ld=no
3284     fi
3285     fi
3286     echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3287     echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3288     with_gnu_ld=$acl_cv_prog_gnu_ld
3289    
3290    
3291    
3292     echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3293     echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3294     if test "${acl_cv_rpath+set}" = set; then
3295     echo $ECHO_N "(cached) $ECHO_C" >&6
3296     else
3297    
3298     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3299     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3300     . ./conftest.sh
3301     rm -f ./conftest.sh
3302     acl_cv_rpath=done
3303    
3304     fi
3305     echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3306     echo "${ECHO_T}$acl_cv_rpath" >&6
3307     wl="$acl_cv_wl"
3308     libext="$acl_cv_libext"
3309     shlibext="$acl_cv_shlibext"
3310     hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3311     hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3312     hardcode_direct="$acl_cv_hardcode_direct"
3313     hardcode_minus_L="$acl_cv_hardcode_minus_L"
3314     sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3315     sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3316     # Check whether --enable-rpath or --disable-rpath was given.
3317     if test "${enable_rpath+set}" = set; then
3318     enableval="$enable_rpath"
3319     :
3320     else
3321     enable_rpath=yes
3322     fi;
3323    
3324    
3325    
3326    
3327    
3328    
3329    
3330     use_additional=yes
3331    
3332     acl_save_prefix="$prefix"
3333     prefix="$acl_final_prefix"
3334     acl_save_exec_prefix="$exec_prefix"
3335     exec_prefix="$acl_final_exec_prefix"
3336    
3337     eval additional_includedir=\"$includedir\"
3338     eval additional_libdir=\"$libdir\"
3339    
3340     exec_prefix="$acl_save_exec_prefix"
3341     prefix="$acl_save_prefix"
3342    
3343    
3344     # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3345     if test "${with_libiconv_prefix+set}" = set; then
3346     withval="$with_libiconv_prefix"
3347    
3348     if test "X$withval" = "Xno"; then
3349     use_additional=no
3350     else
3351     if test "X$withval" = "X"; then
3352    
3353     acl_save_prefix="$prefix"
3354     prefix="$acl_final_prefix"
3355     acl_save_exec_prefix="$exec_prefix"
3356     exec_prefix="$acl_final_exec_prefix"
3357    
3358     eval additional_includedir=\"$includedir\"
3359     eval additional_libdir=\"$libdir\"
3360    
3361     exec_prefix="$acl_save_exec_prefix"
3362     prefix="$acl_save_prefix"
3363    
3364     else
3365     additional_includedir="$withval/include"
3366     additional_libdir="$withval/lib"
3367     fi
3368     fi
3369    
3370     fi;
3371     LIBICONV=
3372     LTLIBICONV=
3373     INCICONV=
3374     rpathdirs=
3375     ltrpathdirs=
3376     names_already_handled=
3377     names_next_round='iconv '
3378     while test -n "$names_next_round"; do
3379     names_this_round="$names_next_round"
3380     names_next_round=
3381     for name in $names_this_round; do
3382     already_handled=
3383     for n in $names_already_handled; do
3384     if test "$n" = "$name"; then
3385     already_handled=yes
3386     break
3387     fi
3388     done
3389     if test -z "$already_handled"; then
3390     names_already_handled="$names_already_handled $name"
3391     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3392     eval value=\"\$HAVE_LIB$uppername\"
3393     if test -n "$value"; then
3394     if test "$value" = yes; then
3395     eval value=\"\$LIB$uppername\"
3396     test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3397     eval value=\"\$LTLIB$uppername\"
3398     test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3399     else
3400     :
3401     fi
3402     else
3403     found_dir=
3404     found_la=
3405     found_so=
3406     found_a=
3407     if test $use_additional = yes; then
3408     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3409     found_dir="$additional_libdir"
3410     found_so="$additional_libdir/lib$name.$shlibext"
3411     if test -f "$additional_libdir/lib$name.la"; then
3412     found_la="$additional_libdir/lib$name.la"
3413     fi
3414     else
3415     if test -f "$additional_libdir/lib$name.$libext"; then
3416     found_dir="$additional_libdir"
3417     found_a="$additional_libdir/lib$name.$libext"
3418     if test -f "$additional_libdir/lib$name.la"; then
3419     found_la="$additional_libdir/lib$name.la"
3420     fi
3421     fi
3422     fi
3423     fi
3424     if test "X$found_dir" = "X"; then
3425     for x in $LDFLAGS $LTLIBICONV; do
3426    
3427     acl_save_prefix="$prefix"
3428     prefix="$acl_final_prefix"
3429     acl_save_exec_prefix="$exec_prefix"
3430     exec_prefix="$acl_final_exec_prefix"
3431     eval x=\"$x\"
3432     exec_prefix="$acl_save_exec_prefix"
3433     prefix="$acl_save_prefix"
3434    
3435     case "$x" in
3436     -L*)
3437     dir=`echo "X$x" | sed -e 's/^X-L//'`
3438     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3439     found_dir="$dir"
3440     found_so="$dir/lib$name.$shlibext"
3441     if test -f "$dir/lib$name.la"; then
3442     found_la="$dir/lib$name.la"
3443     fi
3444     else
3445     if test -f "$dir/lib$name.$libext"; then
3446     found_dir="$dir"
3447     found_a="$dir/lib$name.$libext"
3448     if test -f "$dir/lib$name.la"; then
3449     found_la="$dir/lib$name.la"
3450     fi
3451     fi
3452     fi
3453     ;;
3454     esac
3455     if test "X$found_dir" != "X"; then
3456     break
3457     fi
3458     done
3459     fi
3460     if test "X$found_dir" != "X"; then
3461     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3462     if test "X$found_so" != "X"; then
3463     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3464     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3465     else
3466     haveit=
3467     for x in $ltrpathdirs; do
3468     if test "X$x" = "X$found_dir"; then
3469     haveit=yes
3470     break
3471     fi
3472     done
3473     if test -z "$haveit"; then
3474     ltrpathdirs="$ltrpathdirs $found_dir"
3475     fi
3476     if test "$hardcode_direct" = yes; then
3477     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3478     else
3479     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3480     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3481     haveit=
3482     for x in $rpathdirs; do
3483     if test "X$x" = "X$found_dir"; then
3484     haveit=yes
3485     break
3486     fi
3487     done
3488     if test -z "$haveit"; then
3489     rpathdirs="$rpathdirs $found_dir"
3490     fi
3491     else
3492     haveit=
3493     for x in $LDFLAGS $LIBICONV; do
3494    
3495     acl_save_prefix="$prefix"
3496     prefix="$acl_final_prefix"
3497     acl_save_exec_prefix="$exec_prefix"
3498     exec_prefix="$acl_final_exec_prefix"
3499     eval x=\"$x\"
3500     exec_prefix="$acl_save_exec_prefix"
3501     prefix="$acl_save_prefix"
3502    
3503     if test "X$x" = "X-L$found_dir"; then
3504     haveit=yes
3505     break
3506     fi
3507     done
3508     if test -z "$haveit"; then
3509     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3510     fi
3511     if test "$hardcode_minus_L" != no; then
3512     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3513     else
3514     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3515     fi
3516     fi
3517     fi
3518     fi
3519     else
3520     if test "X$found_a" != "X"; then
3521     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3522     else
3523     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3524     fi
3525     fi
3526     additional_includedir=
3527     case "$found_dir" in
3528     */lib | */lib/)
3529     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3530     additional_includedir="$basedir/include"
3531     ;;
3532     esac
3533     if test "X$additional_includedir" != "X"; then
3534     if test "X$additional_includedir" != "X/usr/include"; then
3535     haveit=
3536     if test "X$additional_includedir" = "X/usr/local/include"; then
3537     if test -n "$GCC"; then
3538     case $host_os in
3539     linux*) haveit=yes;;
3540     esac
3541     fi
3542     fi
3543     if test -z "$haveit"; then
3544     for x in $CPPFLAGS $INCICONV; do
3545    
3546     acl_save_prefix="$prefix"
3547     prefix="$acl_final_prefix"
3548     acl_save_exec_prefix="$exec_prefix"
3549     exec_prefix="$acl_final_exec_prefix"
3550     eval x=\"$x\"
3551     exec_prefix="$acl_save_exec_prefix"
3552     prefix="$acl_save_prefix"
3553    
3554     if test "X$x" = "X-I$additional_includedir"; then
3555     haveit=yes
3556     break
3557     fi
3558     done
3559     if test -z "$haveit"; then
3560     if test -d "$additional_includedir"; then
3561     INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3562     fi
3563     fi
3564     fi
3565     fi
3566     fi
3567     if test -n "$found_la"; then
3568     save_libdir="$libdir"
3569     case "$found_la" in
3570     */* | *\\*) . "$found_la" ;;
3571     *) . "./$found_la" ;;
3572     esac
3573     libdir="$save_libdir"
3574     for dep in $dependency_libs; do
3575     case "$dep" in
3576     -L*)
3577     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3578     if test "X$additional_libdir" != "X/usr/lib"; then
3579     haveit=
3580     if test "X$additional_libdir" = "X/usr/local/lib"; then
3581     if test -n "$GCC"; then
3582     case $host_os in
3583     linux*) haveit=yes;;
3584     esac
3585     fi
3586     fi
3587     if test -z "$haveit"; then
3588     haveit=
3589     for x in $LDFLAGS $LIBICONV; do
3590    
3591     acl_save_prefix="$prefix"
3592     prefix="$acl_final_prefix"
3593     acl_save_exec_prefix="$exec_prefix"
3594     exec_prefix="$acl_final_exec_prefix"
3595     eval x=\"$x\"
3596     exec_prefix="$acl_save_exec_prefix"
3597     prefix="$acl_save_prefix"
3598    
3599     if test "X$x" = "X-L$additional_libdir"; then
3600     haveit=yes
3601     break
3602     fi
3603     done
3604     if test -z "$haveit"; then
3605     if test -d "$additional_libdir"; then
3606     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3607     fi
3608     fi
3609     haveit=
3610     for x in $LDFLAGS $LTLIBICONV; do
3611    
3612     acl_save_prefix="$prefix"
3613     prefix="$acl_final_prefix"
3614     acl_save_exec_prefix="$exec_prefix"
3615     exec_prefix="$acl_final_exec_prefix"
3616     eval x=\"$x\"
3617     exec_prefix="$acl_save_exec_prefix"
3618     prefix="$acl_save_prefix"
3619    
3620     if test "X$x" = "X-L$additional_libdir"; then
3621     haveit=yes
3622     break
3623     fi
3624     done
3625     if test -z "$haveit"; then
3626     if test -d "$additional_libdir"; then
3627     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3628     fi
3629     fi
3630     fi
3631     fi
3632     ;;
3633     -R*)
3634     dir=`echo "X$dep" | sed -e 's/^X-R//'`
3635     if test "$enable_rpath" != no; then
3636     haveit=
3637     for x in $rpathdirs; do
3638     if test "X$x" = "X$dir"; then
3639     haveit=yes
3640     break
3641     fi
3642     done
3643     if test -z "$haveit"; then
3644     rpathdirs="$rpathdirs $dir"
3645     fi
3646     haveit=
3647     for x in $ltrpathdirs; do
3648     if test "X$x" = "X$dir"; then
3649     haveit=yes
3650     break
3651     fi
3652     done
3653     if test -z "$haveit"; then
3654     ltrpathdirs="$ltrpathdirs $dir"
3655     fi
3656     fi
3657     ;;
3658     -l*)
3659     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3660     ;;
3661     *.la)
3662     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3663     ;;
3664     *)
3665     LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3666     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3667     ;;
3668     esac
3669     done
3670     fi
3671     else
3672     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3673     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3674     fi
3675     fi
3676     fi
3677     done
3678     done
3679     if test "X$rpathdirs" != "X"; then
3680     if test -n "$hardcode_libdir_separator"; then
3681     alldirs=
3682     for found_dir in $rpathdirs; do
3683     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3684     done
3685     acl_save_libdir="$libdir"
3686     libdir="$alldirs"
3687     eval flag=\"$hardcode_libdir_flag_spec\"
3688     libdir="$acl_save_libdir"
3689     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3690     else
3691     for found_dir in $rpathdirs; do
3692     acl_save_libdir="$libdir"
3693     libdir="$found_dir"
3694     eval flag=\"$hardcode_libdir_flag_spec\"
3695     libdir="$acl_save_libdir"
3696     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3697     done
3698     fi
3699     fi
3700     if test "X$ltrpathdirs" != "X"; then
3701     for found_dir in $ltrpathdirs; do
3702     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3703     done
3704     fi
3705    
3706    
3707    
3708    
3709    
3710    
3711    
3712    
3713    
3714    
3715    
3716    
3717    
3718    
3719    
3720    
3721    
3722    
3723     echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3724     echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3725     # Check whether --enable-nls or --disable-nls was given.
3726     if test "${enable_nls+set}" = set; then
3727     enableval="$enable_nls"
3728     USE_NLS=$enableval
3729     else
3730     USE_NLS=yes
3731     fi;
3732     echo "$as_me:$LINENO: result: $USE_NLS" >&5
3733     echo "${ECHO_T}$USE_NLS" >&6
3734    
3735    
3736    
3737     LIBINTL=
3738     LTLIBINTL=
3739     POSUB=
3740    
3741     if test "$USE_NLS" = "yes"; then
3742     gt_use_preinstalled_gnugettext=no
3743    
3744    
3745    
3746    
3747    
3748    
3749     echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3750     echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3751     if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3752     echo $ECHO_N "(cached) $ECHO_C" >&6
3753     else
3754     cat >conftest.$ac_ext <<_ACEOF
3755     /* confdefs.h. */
3756     _ACEOF
3757     cat confdefs.h >>conftest.$ac_ext
3758     cat >>conftest.$ac_ext <<_ACEOF
3759     /* end confdefs.h. */
3760     #include <libintl.h>
3761     extern int _nl_msg_cat_cntr;
3762     extern int *_nl_domain_bindings;
3763     int
3764     main ()
3765     {
3766     bindtextdomain ("", "");
3767     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3768     ;
3769     return 0;
3770     }
3771     _ACEOF
3772     rm -f conftest.$ac_objext conftest$ac_exeext
3773     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3774 pcg 1.11 (eval $ac_link) 2>conftest.er1
3775 pcg 1.1 ac_status=$?
3776 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3777     rm -f conftest.er1
3778     cat conftest.err >&5
3779 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3780     (exit $ac_status); } &&
3781 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3782     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3783     (eval $ac_try) 2>&5
3784     ac_status=$?
3785     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786     (exit $ac_status); }; } &&
3787     { ac_try='test -s conftest$ac_exeext'
3788 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789     (eval $ac_try) 2>&5
3790     ac_status=$?
3791     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3792     (exit $ac_status); }; }; then
3793     gt_cv_func_gnugettext1_libc=yes
3794     else
3795     echo "$as_me: failed program was:" >&5
3796     sed 's/^/| /' conftest.$ac_ext >&5
3797    
3798     gt_cv_func_gnugettext1_libc=no
3799     fi
3800 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3801     conftest$ac_exeext conftest.$ac_ext
3802 pcg 1.1 fi
3803     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3804     echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3805    
3806     if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3807    
3808    
3809    
3810    
3811    
3812     am_save_CPPFLAGS="$CPPFLAGS"
3813    
3814     for element in $INCICONV; do
3815     haveit=
3816     for x in $CPPFLAGS; do
3817    
3818     acl_save_prefix="$prefix"
3819     prefix="$acl_final_prefix"
3820     acl_save_exec_prefix="$exec_prefix"
3821     exec_prefix="$acl_final_exec_prefix"
3822     eval x=\"$x\"
3823     exec_prefix="$acl_save_exec_prefix"
3824     prefix="$acl_save_prefix"
3825    
3826     if test "X$x" = "X$element"; then
3827     haveit=yes
3828     break
3829     fi
3830     done
3831     if test -z "$haveit"; then
3832     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3833     fi
3834     done
3835    
3836    
3837     echo "$as_me:$LINENO: checking for iconv" >&5
3838     echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3839     if test "${am_cv_func_iconv+set}" = set; then
3840     echo $ECHO_N "(cached) $ECHO_C" >&6
3841     else
3842    
3843     am_cv_func_iconv="no, consider installing GNU libiconv"
3844     am_cv_lib_iconv=no
3845     cat >conftest.$ac_ext <<_ACEOF
3846     /* confdefs.h. */
3847     _ACEOF
3848     cat confdefs.h >>conftest.$ac_ext
3849     cat >>conftest.$ac_ext <<_ACEOF
3850     /* end confdefs.h. */
3851     #include <stdlib.h>
3852     #include <iconv.h>
3853     int
3854     main ()
3855     {
3856     iconv_t cd = iconv_open("","");
3857     iconv(cd,NULL,NULL,NULL,NULL);
3858     iconv_close(cd);
3859     ;
3860     return 0;
3861     }
3862     _ACEOF
3863     rm -f conftest.$ac_objext conftest$ac_exeext
3864     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3865 pcg 1.11 (eval $ac_link) 2>conftest.er1
3866 pcg 1.1 ac_status=$?
3867 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3868     rm -f conftest.er1
3869     cat conftest.err >&5
3870 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3871     (exit $ac_status); } &&
3872 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3873     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3874     (eval $ac_try) 2>&5
3875     ac_status=$?
3876     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877     (exit $ac_status); }; } &&
3878     { ac_try='test -s conftest$ac_exeext'
3879 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3880     (eval $ac_try) 2>&5
3881     ac_status=$?
3882     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3883     (exit $ac_status); }; }; then
3884     am_cv_func_iconv=yes
3885     else
3886     echo "$as_me: failed program was:" >&5
3887     sed 's/^/| /' conftest.$ac_ext >&5
3888    
3889     fi
3890 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3891     conftest$ac_exeext conftest.$ac_ext
3892 pcg 1.1 if test "$am_cv_func_iconv" != yes; then
3893     am_save_LIBS="$LIBS"
3894     LIBS="$LIBS $LIBICONV"
3895     cat >conftest.$ac_ext <<_ACEOF
3896     /* confdefs.h. */
3897     _ACEOF
3898     cat confdefs.h >>conftest.$ac_ext
3899     cat >>conftest.$ac_ext <<_ACEOF
3900     /* end confdefs.h. */
3901     #include <stdlib.h>
3902     #include <iconv.h>
3903     int
3904     main ()
3905     {
3906     iconv_t cd = iconv_open("","");
3907     iconv(cd,NULL,NULL,NULL,NULL);
3908     iconv_close(cd);
3909     ;
3910     return 0;
3911     }
3912     _ACEOF
3913     rm -f conftest.$ac_objext conftest$ac_exeext
3914     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3915 pcg 1.11 (eval $ac_link) 2>conftest.er1
3916 pcg 1.1 ac_status=$?
3917 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3918     rm -f conftest.er1
3919     cat conftest.err >&5
3920 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3921     (exit $ac_status); } &&
3922 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3923     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3924     (eval $ac_try) 2>&5
3925     ac_status=$?
3926     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3927     (exit $ac_status); }; } &&
3928     { ac_try='test -s conftest$ac_exeext'
3929 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3930     (eval $ac_try) 2>&5
3931     ac_status=$?
3932     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933     (exit $ac_status); }; }; then
3934     am_cv_lib_iconv=yes
3935     am_cv_func_iconv=yes
3936     else
3937     echo "$as_me: failed program was:" >&5
3938     sed 's/^/| /' conftest.$ac_ext >&5
3939    
3940     fi
3941 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3942     conftest$ac_exeext conftest.$ac_ext
3943 pcg 1.1 LIBS="$am_save_LIBS"
3944     fi
3945    
3946     fi
3947     echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3948     echo "${ECHO_T}$am_cv_func_iconv" >&6
3949     if test "$am_cv_func_iconv" = yes; then
3950    
3951     cat >>confdefs.h <<\_ACEOF
3952     #define HAVE_ICONV 1
3953     _ACEOF
3954    
3955     fi
3956     if test "$am_cv_lib_iconv" = yes; then
3957     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3958     echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3959     echo "$as_me:$LINENO: result: $LIBICONV" >&5
3960     echo "${ECHO_T}$LIBICONV" >&6
3961     else
3962     CPPFLAGS="$am_save_CPPFLAGS"
3963     LIBICONV=
3964     LTLIBICONV=
3965     fi
3966    
3967    
3968    
3969    
3970    
3971    
3972     use_additional=yes
3973    
3974     acl_save_prefix="$prefix"
3975     prefix="$acl_final_prefix"
3976     acl_save_exec_prefix="$exec_prefix"
3977     exec_prefix="$acl_final_exec_prefix"
3978    
3979     eval additional_includedir=\"$includedir\"
3980     eval additional_libdir=\"$libdir\"
3981    
3982     exec_prefix="$acl_save_exec_prefix"
3983     prefix="$acl_save_prefix"
3984    
3985    
3986     # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3987     if test "${with_libintl_prefix+set}" = set; then
3988     withval="$with_libintl_prefix"
3989    
3990     if test "X$withval" = "Xno"; then
3991     use_additional=no
3992     else
3993     if test "X$withval" = "X"; then
3994    
3995     acl_save_prefix="$prefix"
3996     prefix="$acl_final_prefix"
3997     acl_save_exec_prefix="$exec_prefix"
3998     exec_prefix="$acl_final_exec_prefix"
3999    
4000     eval additional_includedir=\"$includedir\"
4001     eval additional_libdir=\"$libdir\"
4002    
4003     exec_prefix="$acl_save_exec_prefix"
4004     prefix="$acl_save_prefix"
4005    
4006     else
4007     additional_includedir="$withval/include"
4008     additional_libdir="$withval/lib"
4009     fi
4010     fi
4011    
4012     fi;
4013     LIBINTL=
4014     LTLIBINTL=
4015     INCINTL=
4016     rpathdirs=
4017     ltrpathdirs=
4018     names_already_handled=
4019     names_next_round='intl '
4020     while test -n "$names_next_round"; do
4021     names_this_round="$names_next_round"
4022     names_next_round=
4023     for name in $names_this_round; do
4024     already_handled=
4025     for n in $names_already_handled; do
4026     if test "$n" = "$name"; then
4027     already_handled=yes
4028     break
4029     fi
4030     done
4031     if test -z "$already_handled"; then
4032     names_already_handled="$names_already_handled $name"
4033     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4034     eval value=\"\$HAVE_LIB$uppername\"
4035     if test -n "$value"; then
4036     if test "$value" = yes; then
4037     eval value=\"\$LIB$uppername\"
4038     test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4039     eval value=\"\$LTLIB$uppername\"
4040     test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4041     else
4042     :
4043     fi
4044     else
4045     found_dir=
4046     found_la=
4047     found_so=
4048     found_a=
4049     if test $use_additional = yes; then
4050     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4051     found_dir="$additional_libdir"
4052     found_so="$additional_libdir/lib$name.$shlibext"
4053     if test -f "$additional_libdir/lib$name.la"; then
4054     found_la="$additional_libdir/lib$name.la"
4055     fi
4056     else
4057     if test -f "$additional_libdir/lib$name.$libext"; then
4058     found_dir="$additional_libdir"
4059     found_a="$additional_libdir/lib$name.$libext"
4060     if test -f "$additional_libdir/lib$name.la"; then
4061     found_la="$additional_libdir/lib$name.la"
4062     fi
4063     fi
4064     fi
4065     fi
4066     if test "X$found_dir" = "X"; then
4067     for x in $LDFLAGS $LTLIBINTL; do
4068    
4069     acl_save_prefix="$prefix"
4070     prefix="$acl_final_prefix"
4071     acl_save_exec_prefix="$exec_prefix"
4072     exec_prefix="$acl_final_exec_prefix"
4073     eval x=\"$x\"
4074     exec_prefix="$acl_save_exec_prefix"
4075     prefix="$acl_save_prefix"
4076    
4077     case "$x" in
4078     -L*)
4079     dir=`echo "X$x" | sed -e 's/^X-L//'`
4080     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4081     found_dir="$dir"
4082     found_so="$dir/lib$name.$shlibext"
4083     if test -f "$dir/lib$name.la"; then
4084     found_la="$dir/lib$name.la"
4085     fi
4086     else
4087     if test -f "$dir/lib$name.$libext"; then
4088     found_dir="$dir"
4089     found_a="$dir/lib$name.$libext"
4090     if test -f "$dir/lib$name.la"; then
4091     found_la="$dir/lib$name.la"
4092     fi
4093     fi
4094     fi
4095     ;;
4096     esac
4097     if test "X$found_dir" != "X"; then
4098     break
4099     fi
4100     done
4101     fi
4102     if test "X$found_dir" != "X"; then
4103     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4104     if test "X$found_so" != "X"; then
4105     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4106     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4107     else
4108     haveit=
4109     for x in $ltrpathdirs; do
4110     if test "X$x" = "X$found_dir"; then
4111     haveit=yes
4112     break
4113     fi
4114     done
4115     if test -z "$haveit"; then
4116     ltrpathdirs="$ltrpathdirs $found_dir"
4117     fi
4118     if test "$hardcode_direct" = yes; then
4119     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4120     else
4121     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4122     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4123     haveit=
4124     for x in $rpathdirs; do
4125     if test "X$x" = "X$found_dir"; then
4126     haveit=yes
4127     break
4128     fi
4129     done
4130     if test -z "$haveit"; then
4131     rpathdirs="$rpathdirs $found_dir"
4132     fi
4133     else
4134     haveit=
4135     for x in $LDFLAGS $LIBINTL; do
4136    
4137     acl_save_prefix="$prefix"
4138     prefix="$acl_final_prefix"
4139     acl_save_exec_prefix="$exec_prefix"
4140     exec_prefix="$acl_final_exec_prefix"
4141     eval x=\"$x\"
4142     exec_prefix="$acl_save_exec_prefix"
4143     prefix="$acl_save_prefix"
4144    
4145     if test "X$x" = "X-L$found_dir"; then
4146     haveit=yes
4147     break
4148     fi
4149     done
4150     if test -z "$haveit"; then
4151     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4152     fi
4153     if test "$hardcode_minus_L" != no; then
4154     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4155     else
4156     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4157     fi
4158     fi
4159     fi
4160     fi
4161     else
4162     if test "X$found_a" != "X"; then
4163     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4164     else
4165     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4166     fi
4167     fi
4168     additional_includedir=
4169     case "$found_dir" in
4170     */lib | */lib/)
4171     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4172     additional_includedir="$basedir/include"
4173     ;;
4174     esac
4175     if test "X$additional_includedir" != "X"; then
4176     if test "X$additional_includedir" != "X/usr/include"; then
4177     haveit=
4178     if test "X$additional_includedir" = "X/usr/local/include"; then
4179     if test -n "$GCC"; then
4180     case $host_os in
4181     linux*) haveit=yes;;
4182     esac
4183     fi
4184     fi
4185     if test -z "$haveit"; then
4186     for x in $CPPFLAGS $INCINTL; do
4187    
4188     acl_save_prefix="$prefix"
4189     prefix="$acl_final_prefix"
4190     acl_save_exec_prefix="$exec_prefix"
4191     exec_prefix="$acl_final_exec_prefix"
4192     eval x=\"$x\"
4193     exec_prefix="$acl_save_exec_prefix"
4194     prefix="$acl_save_prefix"
4195    
4196     if test "X$x" = "X-I$additional_includedir"; then
4197     haveit=yes
4198     break
4199     fi
4200     done
4201     if test -z "$haveit"; then
4202     if test -d "$additional_includedir"; then
4203     INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4204     fi
4205     fi
4206     fi
4207     fi
4208     fi
4209     if test -n "$found_la"; then
4210     save_libdir="$libdir"
4211     case "$found_la" in
4212     */* | *\\*) . "$found_la" ;;
4213     *) . "./$found_la" ;;
4214     esac
4215     libdir="$save_libdir"
4216     for dep in $dependency_libs; do
4217     case "$dep" in
4218     -L*)
4219     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4220     if test "X$additional_libdir" != "X/usr/lib"; then
4221     haveit=
4222     if test "X$additional_libdir" = "X/usr/local/lib"; then
4223     if test -n "$GCC"; then
4224     case $host_os in
4225     linux*) haveit=yes;;
4226     esac
4227     fi
4228     fi
4229     if test -z "$haveit"; then
4230     haveit=
4231     for x in $LDFLAGS $LIBINTL; do
4232    
4233     acl_save_prefix="$prefix"
4234     prefix="$acl_final_prefix"
4235     acl_save_exec_prefix="$exec_prefix"
4236     exec_prefix="$acl_final_exec_prefix"
4237     eval x=\"$x\"
4238     exec_prefix="$acl_save_exec_prefix"
4239     prefix="$acl_save_prefix"
4240    
4241     if test "X$x" = "X-L$additional_libdir"; then
4242     haveit=yes
4243     break
4244     fi
4245     done
4246     if test -z "$haveit"; then
4247     if test -d "$additional_libdir"; then
4248     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4249     fi
4250     fi
4251     haveit=
4252     for x in $LDFLAGS $LTLIBINTL; do
4253    
4254     acl_save_prefix="$prefix"
4255     prefix="$acl_final_prefix"
4256     acl_save_exec_prefix="$exec_prefix"
4257     exec_prefix="$acl_final_exec_prefix"
4258     eval x=\"$x\"
4259     exec_prefix="$acl_save_exec_prefix"
4260     prefix="$acl_save_prefix"
4261    
4262     if test "X$x" = "X-L$additional_libdir"; then
4263     haveit=yes
4264     break
4265     fi
4266     done
4267     if test -z "$haveit"; then
4268     if test -d "$additional_libdir"; then
4269     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4270     fi
4271     fi
4272     fi
4273     fi
4274     ;;
4275     -R*)
4276     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4277     if test "$enable_rpath" != no; then
4278     haveit=
4279     for x in $rpathdirs; do
4280     if test "X$x" = "X$dir"; then
4281     haveit=yes
4282     break
4283     fi
4284     done
4285     if test -z "$haveit"; then
4286     rpathdirs="$rpathdirs $dir"
4287     fi
4288     haveit=
4289     for x in $ltrpathdirs; do
4290     if test "X$x" = "X$dir"; then
4291     haveit=yes
4292     break
4293     fi
4294     done
4295     if test -z "$haveit"; then
4296     ltrpathdirs="$ltrpathdirs $dir"
4297     fi
4298     fi
4299     ;;
4300     -l*)
4301     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4302     ;;
4303     *.la)
4304     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4305     ;;
4306     *)
4307     LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4308     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4309     ;;
4310     esac
4311     done
4312     fi
4313     else
4314     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4315     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4316     fi
4317     fi
4318     fi
4319     done
4320     done
4321     if test "X$rpathdirs" != "X"; then
4322     if test -n "$hardcode_libdir_separator"; then
4323     alldirs=
4324     for found_dir in $rpathdirs; do
4325     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4326     done
4327     acl_save_libdir="$libdir"
4328     libdir="$alldirs"
4329     eval flag=\"$hardcode_libdir_flag_spec\"
4330     libdir="$acl_save_libdir"
4331     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4332     else
4333     for found_dir in $rpathdirs; do
4334     acl_save_libdir="$libdir"
4335     libdir="$found_dir"
4336     eval flag=\"$hardcode_libdir_flag_spec\"
4337     libdir="$acl_save_libdir"
4338     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4339     done
4340     fi
4341     fi
4342     if test "X$ltrpathdirs" != "X"; then
4343     for found_dir in $ltrpathdirs; do
4344     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4345     done
4346     fi
4347    
4348     echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4349     echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4350     if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4351     echo $ECHO_N "(cached) $ECHO_C" >&6
4352     else
4353     gt_save_CPPFLAGS="$CPPFLAGS"
4354     CPPFLAGS="$CPPFLAGS $INCINTL"
4355     gt_save_LIBS="$LIBS"
4356     LIBS="$LIBS $LIBINTL"
4357     cat >conftest.$ac_ext <<_ACEOF
4358     /* confdefs.h. */
4359     _ACEOF
4360     cat confdefs.h >>conftest.$ac_ext
4361     cat >>conftest.$ac_ext <<_ACEOF
4362     /* end confdefs.h. */
4363     #include <libintl.h>
4364     extern int _nl_msg_cat_cntr;
4365     extern
4366     #ifdef __cplusplus
4367     "C"
4368     #endif
4369     const char *_nl_expand_alias ();
4370     int
4371     main ()
4372     {
4373     bindtextdomain ("", "");
4374     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4375     ;
4376     return 0;
4377     }
4378     _ACEOF
4379     rm -f conftest.$ac_objext conftest$ac_exeext
4380     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4381 pcg 1.11 (eval $ac_link) 2>conftest.er1
4382 pcg 1.1 ac_status=$?
4383 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4384     rm -f conftest.er1
4385     cat conftest.err >&5
4386 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4387     (exit $ac_status); } &&
4388 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4389     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4390     (eval $ac_try) 2>&5
4391     ac_status=$?
4392     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393     (exit $ac_status); }; } &&
4394     { ac_try='test -s conftest$ac_exeext'
4395 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4396     (eval $ac_try) 2>&5
4397     ac_status=$?
4398     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4399     (exit $ac_status); }; }; then
4400     gt_cv_func_gnugettext1_libintl=yes
4401     else
4402     echo "$as_me: failed program was:" >&5
4403     sed 's/^/| /' conftest.$ac_ext >&5
4404    
4405     gt_cv_func_gnugettext1_libintl=no
4406     fi
4407 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4408     conftest$ac_exeext conftest.$ac_ext
4409 pcg 1.1 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4410     LIBS="$LIBS $LIBICONV"
4411     cat >conftest.$ac_ext <<_ACEOF
4412     /* confdefs.h. */
4413     _ACEOF
4414     cat confdefs.h >>conftest.$ac_ext
4415     cat >>conftest.$ac_ext <<_ACEOF
4416     /* end confdefs.h. */
4417     #include <libintl.h>
4418     extern int _nl_msg_cat_cntr;
4419     extern
4420     #ifdef __cplusplus
4421     "C"
4422     #endif
4423     const char *_nl_expand_alias ();
4424     int
4425     main ()
4426     {
4427     bindtextdomain ("", "");
4428     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4429     ;
4430     return 0;
4431     }
4432     _ACEOF
4433     rm -f conftest.$ac_objext conftest$ac_exeext
4434     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4435 pcg 1.11 (eval $ac_link) 2>conftest.er1
4436 pcg 1.1 ac_status=$?
4437 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4438     rm -f conftest.er1
4439     cat conftest.err >&5
4440 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4441     (exit $ac_status); } &&
4442 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4443     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4444     (eval $ac_try) 2>&5
4445     ac_status=$?
4446     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4447     (exit $ac_status); }; } &&
4448     { ac_try='test -s conftest$ac_exeext'
4449 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4450     (eval $ac_try) 2>&5
4451     ac_status=$?
4452     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4453     (exit $ac_status); }; }; then
4454     LIBINTL="$LIBINTL $LIBICONV"
4455     LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4456     gt_cv_func_gnugettext1_libintl=yes
4457    
4458     else
4459     echo "$as_me: failed program was:" >&5
4460     sed 's/^/| /' conftest.$ac_ext >&5
4461    
4462     fi
4463 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4464     conftest$ac_exeext conftest.$ac_ext
4465 pcg 1.1 fi
4466     CPPFLAGS="$gt_save_CPPFLAGS"
4467     LIBS="$gt_save_LIBS"
4468     fi
4469     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4470     echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4471     fi
4472    
4473     if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4474     || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4475     && test "$PACKAGE" != gettext; }; then
4476     gt_use_preinstalled_gnugettext=yes
4477     else
4478     LIBINTL=
4479     LTLIBINTL=
4480     INCINTL=
4481     fi
4482    
4483    
4484    
4485     if test "$gt_use_preinstalled_gnugettext" = "yes" \
4486     || test "$nls_cv_use_gnu_gettext" = "yes"; then
4487    
4488     cat >>confdefs.h <<\_ACEOF
4489     #define ENABLE_NLS 1
4490     _ACEOF
4491    
4492     else
4493     USE_NLS=no
4494     fi
4495     fi
4496    
4497     if test "$USE_NLS" = "yes"; then
4498    
4499     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4500     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4501     echo "$as_me:$LINENO: checking how to link with libintl" >&5
4502     echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4503     echo "$as_me:$LINENO: result: $LIBINTL" >&5
4504     echo "${ECHO_T}$LIBINTL" >&6
4505    
4506     for element in $INCINTL; do
4507     haveit=
4508     for x in $CPPFLAGS; do
4509    
4510     acl_save_prefix="$prefix"
4511     prefix="$acl_final_prefix"
4512     acl_save_exec_prefix="$exec_prefix"
4513     exec_prefix="$acl_final_exec_prefix"
4514     eval x=\"$x\"
4515     exec_prefix="$acl_save_exec_prefix"
4516     prefix="$acl_save_prefix"
4517    
4518     if test "X$x" = "X$element"; then
4519     haveit=yes
4520     break
4521     fi
4522     done
4523     if test -z "$haveit"; then
4524     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4525     fi
4526     done
4527    
4528     fi
4529    
4530    
4531     cat >>confdefs.h <<\_ACEOF
4532     #define HAVE_GETTEXT 1
4533     _ACEOF
4534    
4535    
4536     cat >>confdefs.h <<\_ACEOF
4537     #define HAVE_DCGETTEXT 1
4538     _ACEOF
4539    
4540     fi
4541    
4542     POSUB=po
4543     fi
4544    
4545    
4546    
4547     INTLLIBS="$LIBINTL"
4548    
4549    
4550    
4551    
4552    
4553    
4554    
4555    
4556     # Enable GNU extensions.
4557     # Define this here, not in acconfig's @TOP@ section, since definitions
4558     # in the latter don't make it into the configure-time tests.
4559    
4560     cat >>confdefs.h <<\_ACEOF
4561     #define _GNU_SOURCE 1
4562     _ACEOF
4563    
4564    
4565 pcg 1.13 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4566 pcg 1.1
4567     ALL_LINGUAS=""
4568    
4569     ac_ext=c
4570     ac_cpp='$CPP $CPPFLAGS'
4571     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4572     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4573     ac_compiler_gnu=$ac_cv_c_compiler_gnu
4574     if test -n "$ac_tool_prefix"; then
4575     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4576     set dummy ${ac_tool_prefix}gcc; ac_word=$2
4577     echo "$as_me:$LINENO: checking for $ac_word" >&5
4578     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4579     if test "${ac_cv_prog_CC+set}" = set; then
4580     echo $ECHO_N "(cached) $ECHO_C" >&6
4581     else
4582     if test -n "$CC"; then
4583     ac_cv_prog_CC="$CC" # Let the user override the test.
4584     else
4585     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4586     for as_dir in $PATH
4587     do
4588     IFS=$as_save_IFS
4589     test -z "$as_dir" && as_dir=.
4590     for ac_exec_ext in '' $ac_executable_extensions; do
4591     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4592     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4593     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4594     break 2
4595     fi
4596     done
4597     done
4598    
4599     fi
4600     fi
4601     CC=$ac_cv_prog_CC
4602     if test -n "$CC"; then
4603     echo "$as_me:$LINENO: result: $CC" >&5
4604     echo "${ECHO_T}$CC" >&6
4605     else
4606     echo "$as_me:$LINENO: result: no" >&5
4607     echo "${ECHO_T}no" >&6
4608     fi
4609    
4610     fi
4611     if test -z "$ac_cv_prog_CC"; then
4612     ac_ct_CC=$CC
4613     # Extract the first word of "gcc", so it can be a program name with args.
4614     set dummy gcc; ac_word=$2
4615     echo "$as_me:$LINENO: checking for $ac_word" >&5
4616     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4617     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4618     echo $ECHO_N "(cached) $ECHO_C" >&6
4619     else
4620     if test -n "$ac_ct_CC"; then
4621     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4622     else
4623     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4624     for as_dir in $PATH
4625     do
4626     IFS=$as_save_IFS
4627     test -z "$as_dir" && as_dir=.
4628     for ac_exec_ext in '' $ac_executable_extensions; do
4629     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4630     ac_cv_prog_ac_ct_CC="gcc"
4631     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4632     break 2
4633     fi
4634     done
4635     done
4636    
4637     fi
4638     fi
4639     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4640     if test -n "$ac_ct_CC"; then
4641     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4642     echo "${ECHO_T}$ac_ct_CC" >&6
4643     else
4644     echo "$as_me:$LINENO: result: no" >&5
4645     echo "${ECHO_T}no" >&6
4646     fi
4647    
4648     CC=$ac_ct_CC
4649     else
4650     CC="$ac_cv_prog_CC"
4651     fi
4652    
4653     if test -z "$CC"; then
4654     if test -n "$ac_tool_prefix"; then
4655     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4656     set dummy ${ac_tool_prefix}cc; ac_word=$2
4657     echo "$as_me:$LINENO: checking for $ac_word" >&5
4658     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4659     if test "${ac_cv_prog_CC+set}" = set; then
4660     echo $ECHO_N "(cached) $ECHO_C" >&6
4661     else
4662     if test -n "$CC"; then
4663     ac_cv_prog_CC="$CC" # Let the user override the test.
4664     else
4665     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4666     for as_dir in $PATH
4667     do
4668     IFS=$as_save_IFS
4669     test -z "$as_dir" && as_dir=.
4670     for ac_exec_ext in '' $ac_executable_extensions; do
4671     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4672     ac_cv_prog_CC="${ac_tool_prefix}cc"
4673     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4674     break 2
4675     fi
4676     done
4677     done
4678    
4679     fi
4680     fi
4681     CC=$ac_cv_prog_CC
4682     if test -n "$CC"; then
4683     echo "$as_me:$LINENO: result: $CC" >&5
4684     echo "${ECHO_T}$CC" >&6
4685     else
4686     echo "$as_me:$LINENO: result: no" >&5
4687     echo "${ECHO_T}no" >&6
4688     fi
4689    
4690     fi
4691     if test -z "$ac_cv_prog_CC"; then
4692     ac_ct_CC=$CC
4693     # Extract the first word of "cc", so it can be a program name with args.
4694     set dummy cc; ac_word=$2
4695     echo "$as_me:$LINENO: checking for $ac_word" >&5
4696     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4697     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4698     echo $ECHO_N "(cached) $ECHO_C" >&6
4699     else
4700     if test -n "$ac_ct_CC"; then
4701     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4702     else
4703     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4704     for as_dir in $PATH
4705     do
4706     IFS=$as_save_IFS
4707     test -z "$as_dir" && as_dir=.
4708     for ac_exec_ext in '' $ac_executable_extensions; do
4709     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4710     ac_cv_prog_ac_ct_CC="cc"
4711     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4712     break 2
4713     fi
4714     done
4715     done
4716    
4717     fi
4718     fi
4719     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4720     if test -n "$ac_ct_CC"; then
4721     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4722     echo "${ECHO_T}$ac_ct_CC" >&6
4723     else
4724     echo "$as_me:$LINENO: result: no" >&5
4725     echo "${ECHO_T}no" >&6
4726     fi
4727    
4728     CC=$ac_ct_CC
4729     else
4730     CC="$ac_cv_prog_CC"
4731     fi
4732    
4733     fi
4734     if test -z "$CC"; then
4735     # Extract the first word of "cc", so it can be a program name with args.
4736     set dummy cc; ac_word=$2
4737     echo "$as_me:$LINENO: checking for $ac_word" >&5
4738     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4739     if test "${ac_cv_prog_CC+set}" = set; then
4740     echo $ECHO_N "(cached) $ECHO_C" >&6
4741     else
4742     if test -n "$CC"; then
4743     ac_cv_prog_CC="$CC" # Let the user override the test.
4744     else
4745     ac_prog_rejected=no
4746     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4747     for as_dir in $PATH
4748     do
4749     IFS=$as_save_IFS
4750     test -z "$as_dir" && as_dir=.
4751     for ac_exec_ext in '' $ac_executable_extensions; do
4752     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4753     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4754     ac_prog_rejected=yes
4755     continue
4756     fi
4757     ac_cv_prog_CC="cc"
4758     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4759     break 2
4760     fi
4761     done
4762     done
4763    
4764     if test $ac_prog_rejected = yes; then
4765     # We found a bogon in the path, so make sure we never use it.
4766     set dummy $ac_cv_prog_CC
4767     shift
4768     if test $# != 0; then
4769     # We chose a different compiler from the bogus one.
4770     # However, it has the same basename, so the bogon will be chosen
4771     # first if we set CC to just the basename; use the full file name.
4772     shift
4773     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4774     fi
4775     fi
4776     fi
4777     fi
4778     CC=$ac_cv_prog_CC
4779     if test -n "$CC"; then
4780     echo "$as_me:$LINENO: result: $CC" >&5
4781     echo "${ECHO_T}$CC" >&6
4782     else
4783     echo "$as_me:$LINENO: result: no" >&5
4784     echo "${ECHO_T}no" >&6
4785     fi
4786    
4787     fi
4788     if test -z "$CC"; then
4789     if test -n "$ac_tool_prefix"; then
4790     for ac_prog in cl
4791     do
4792     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4793     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4794     echo "$as_me:$LINENO: checking for $ac_word" >&5
4795     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4796     if test "${ac_cv_prog_CC+set}" = set; then
4797     echo $ECHO_N "(cached) $ECHO_C" >&6
4798     else
4799     if test -n "$CC"; then
4800     ac_cv_prog_CC="$CC" # Let the user override the test.
4801     else
4802     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803     for as_dir in $PATH
4804     do
4805     IFS=$as_save_IFS
4806     test -z "$as_dir" && as_dir=.
4807     for ac_exec_ext in '' $ac_executable_extensions; do
4808     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4809     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4810     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4811     break 2
4812     fi
4813     done
4814     done
4815    
4816     fi
4817     fi
4818     CC=$ac_cv_prog_CC
4819     if test -n "$CC"; then
4820     echo "$as_me:$LINENO: result: $CC" >&5
4821     echo "${ECHO_T}$CC" >&6
4822     else
4823     echo "$as_me:$LINENO: result: no" >&5
4824     echo "${ECHO_T}no" >&6
4825     fi
4826    
4827     test -n "$CC" && break
4828     done
4829     fi
4830     if test -z "$CC"; then
4831     ac_ct_CC=$CC
4832     for ac_prog in cl
4833     do
4834     # Extract the first word of "$ac_prog", so it can be a program name with args.
4835     set dummy $ac_prog; ac_word=$2
4836     echo "$as_me:$LINENO: checking for $ac_word" >&5
4837     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4838     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4839     echo $ECHO_N "(cached) $ECHO_C" >&6
4840     else
4841     if test -n "$ac_ct_CC"; then
4842     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4843     else
4844     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4845     for as_dir in $PATH
4846     do
4847     IFS=$as_save_IFS
4848     test -z "$as_dir" && as_dir=.
4849     for ac_exec_ext in '' $ac_executable_extensions; do
4850     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4851     ac_cv_prog_ac_ct_CC="$ac_prog"
4852     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4853     break 2
4854     fi
4855     done
4856     done
4857    
4858     fi
4859     fi
4860     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4861     if test -n "$ac_ct_CC"; then
4862     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4863     echo "${ECHO_T}$ac_ct_CC" >&6
4864     else
4865     echo "$as_me:$LINENO: result: no" >&5
4866     echo "${ECHO_T}no" >&6
4867     fi
4868    
4869     test -n "$ac_ct_CC" && break
4870     done
4871    
4872     CC=$ac_ct_CC
4873     fi
4874    
4875     fi
4876    
4877    
4878     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4879     See \`config.log' for more details." >&5
4880     echo "$as_me: error: no acceptable C compiler found in \$PATH
4881     See \`config.log' for more details." >&2;}
4882     { (exit 1); exit 1; }; }
4883    
4884     # Provide some information about the compiler.
4885     echo "$as_me:$LINENO:" \
4886     "checking for C compiler version" >&5
4887     ac_compiler=`set X $ac_compile; echo $2`
4888     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4889     (eval $ac_compiler --version </dev/null >&5) 2>&5
4890     ac_status=$?
4891     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4892     (exit $ac_status); }
4893     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4894     (eval $ac_compiler -v </dev/null >&5) 2>&5
4895     ac_status=$?
4896     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4897     (exit $ac_status); }
4898     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4899     (eval $ac_compiler -V </dev/null >&5) 2>&5
4900     ac_status=$?
4901     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4902     (exit $ac_status); }
4903    
4904     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4905     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4906     if test "${ac_cv_c_compiler_gnu+set}" = set; then
4907     echo $ECHO_N "(cached) $ECHO_C" >&6
4908     else
4909     cat >conftest.$ac_ext <<_ACEOF
4910     /* confdefs.h. */
4911     _ACEOF
4912     cat confdefs.h >>conftest.$ac_ext
4913     cat >>conftest.$ac_ext <<_ACEOF
4914     /* end confdefs.h. */
4915    
4916     int
4917     main ()
4918     {
4919     #ifndef __GNUC__
4920     choke me
4921     #endif
4922    
4923     ;
4924     return 0;
4925     }
4926     _ACEOF
4927     rm -f conftest.$ac_objext
4928     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4929 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4930 pcg 1.1 ac_status=$?
4931 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4932     rm -f conftest.er1
4933     cat conftest.err >&5
4934 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4935     (exit $ac_status); } &&
4936 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4937     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4938     (eval $ac_try) 2>&5
4939     ac_status=$?
4940     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4941     (exit $ac_status); }; } &&
4942     { ac_try='test -s conftest.$ac_objext'
4943 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4944     (eval $ac_try) 2>&5
4945     ac_status=$?
4946     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4947     (exit $ac_status); }; }; then
4948     ac_compiler_gnu=yes
4949     else
4950     echo "$as_me: failed program was:" >&5
4951     sed 's/^/| /' conftest.$ac_ext >&5
4952    
4953     ac_compiler_gnu=no
4954     fi
4955 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4956 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4957    
4958     fi
4959     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4960     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4961     GCC=`test $ac_compiler_gnu = yes && echo yes`
4962     ac_test_CFLAGS=${CFLAGS+set}
4963     ac_save_CFLAGS=$CFLAGS
4964     CFLAGS="-g"
4965     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4966     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4967     if test "${ac_cv_prog_cc_g+set}" = set; then
4968     echo $ECHO_N "(cached) $ECHO_C" >&6
4969     else
4970     cat >conftest.$ac_ext <<_ACEOF
4971     /* confdefs.h. */
4972     _ACEOF
4973     cat confdefs.h >>conftest.$ac_ext
4974     cat >>conftest.$ac_ext <<_ACEOF
4975     /* end confdefs.h. */
4976    
4977     int
4978     main ()
4979     {
4980    
4981     ;
4982     return 0;
4983     }
4984     _ACEOF
4985     rm -f conftest.$ac_objext
4986     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4987 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4988 pcg 1.1 ac_status=$?
4989 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4990     rm -f conftest.er1
4991     cat conftest.err >&5
4992 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4993     (exit $ac_status); } &&
4994 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4995     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4996     (eval $ac_try) 2>&5
4997     ac_status=$?
4998     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999     (exit $ac_status); }; } &&
5000     { ac_try='test -s conftest.$ac_objext'
5001 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5002     (eval $ac_try) 2>&5
5003     ac_status=$?
5004     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005     (exit $ac_status); }; }; then
5006     ac_cv_prog_cc_g=yes
5007     else
5008     echo "$as_me: failed program was:" >&5
5009     sed 's/^/| /' conftest.$ac_ext >&5
5010    
5011     ac_cv_prog_cc_g=no
5012     fi
5013 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5014 pcg 1.1 fi
5015     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5016     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5017     if test "$ac_test_CFLAGS" = set; then
5018     CFLAGS=$ac_save_CFLAGS
5019     elif test $ac_cv_prog_cc_g = yes; then
5020     if test "$GCC" = yes; then
5021     CFLAGS="-g -O2"
5022     else
5023     CFLAGS="-g"
5024     fi
5025     else
5026     if test "$GCC" = yes; then
5027     CFLAGS="-O2"
5028     else
5029     CFLAGS=
5030     fi
5031     fi
5032     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5033     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5034     if test "${ac_cv_prog_cc_stdc+set}" = set; then
5035     echo $ECHO_N "(cached) $ECHO_C" >&6
5036     else
5037     ac_cv_prog_cc_stdc=no
5038     ac_save_CC=$CC
5039     cat >conftest.$ac_ext <<_ACEOF
5040     /* confdefs.h. */
5041     _ACEOF
5042     cat confdefs.h >>conftest.$ac_ext
5043     cat >>conftest.$ac_ext <<_ACEOF
5044     /* end confdefs.h. */
5045     #include <stdarg.h>
5046     #include <stdio.h>
5047     #include <sys/types.h>
5048     #include <sys/stat.h>
5049     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5050     struct buf { int x; };
5051     FILE * (*rcsopen) (struct buf *, struct stat *, int);
5052     static char *e (p, i)
5053     char **p;
5054     int i;
5055     {
5056     return p[i];
5057     }
5058     static char *f (char * (*g) (char **, int), char **p, ...)
5059     {
5060     char *s;
5061     va_list v;
5062     va_start (v,p);
5063     s = g (p, va_arg (v,int));
5064     va_end (v);
5065     return s;
5066     }
5067 pcg 1.11
5068     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5069     function prototypes and stuff, but not '\xHH' hex character constants.
5070     These don't provoke an error unfortunately, instead are silently treated
5071     as 'x'. The following induces an error, until -std1 is added to get
5072     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5073     array size at least. It's necessary to write '\x00'==0 to get something
5074     that's true only with -std1. */
5075     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5076    
5077 pcg 1.1 int test (int i, double x);
5078     struct s1 {int (*f) (int a);};
5079     struct s2 {int (*f) (double a);};
5080     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5081     int argc;
5082     char **argv;
5083     int
5084     main ()
5085     {
5086     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5087     ;
5088     return 0;
5089     }
5090     _ACEOF
5091     # Don't try gcc -ansi; that turns off useful extensions and
5092     # breaks some systems' header files.
5093     # AIX -qlanglvl=ansi
5094     # Ultrix and OSF/1 -std1
5095     # HP-UX 10.20 and later -Ae
5096     # HP-UX older versions -Aa -D_HPUX_SOURCE
5097     # SVR4 -Xc -D__EXTENSIONS__
5098     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5099     do
5100     CC="$ac_save_CC $ac_arg"
5101     rm -f conftest.$ac_objext
5102     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5103 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5104 pcg 1.1 ac_status=$?
5105 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5106     rm -f conftest.er1
5107     cat conftest.err >&5
5108 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5109     (exit $ac_status); } &&
5110 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5111     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5112     (eval $ac_try) 2>&5
5113     ac_status=$?
5114     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115     (exit $ac_status); }; } &&
5116     { ac_try='test -s conftest.$ac_objext'
5117 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5118     (eval $ac_try) 2>&5
5119     ac_status=$?
5120     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5121     (exit $ac_status); }; }; then
5122     ac_cv_prog_cc_stdc=$ac_arg
5123     break
5124     else
5125     echo "$as_me: failed program was:" >&5
5126     sed 's/^/| /' conftest.$ac_ext >&5
5127    
5128     fi
5129 pcg 1.11 rm -f conftest.err conftest.$ac_objext
5130 pcg 1.1 done
5131     rm -f conftest.$ac_ext conftest.$ac_objext
5132     CC=$ac_save_CC
5133    
5134     fi
5135    
5136     case "x$ac_cv_prog_cc_stdc" in
5137     x|xno)
5138     echo "$as_me:$LINENO: result: none needed" >&5
5139     echo "${ECHO_T}none needed" >&6 ;;
5140     *)
5141     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5142     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5143     CC="$CC $ac_cv_prog_cc_stdc" ;;
5144     esac
5145    
5146     # Some people use a C++ compiler to compile C. Since we use `exit',
5147     # in C++ we need to declare it. In case someone uses the same compiler
5148     # for both compiling C and C++ we need to have the C++ compiler decide
5149     # the declaration of exit, since it's the most demanding environment.
5150     cat >conftest.$ac_ext <<_ACEOF
5151     #ifndef __cplusplus
5152     choke me
5153     #endif
5154     _ACEOF
5155     rm -f conftest.$ac_objext
5156     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5157 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5158 pcg 1.1 ac_status=$?
5159 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5160     rm -f conftest.er1
5161     cat conftest.err >&5
5162 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5163     (exit $ac_status); } &&
5164 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5165     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5166     (eval $ac_try) 2>&5
5167     ac_status=$?
5168     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5169     (exit $ac_status); }; } &&
5170     { ac_try='test -s conftest.$ac_objext'
5171 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5172     (eval $ac_try) 2>&5
5173     ac_status=$?
5174     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5175     (exit $ac_status); }; }; then
5176     for ac_declaration in \
5177     '' \
5178     'extern "C" void std::exit (int) throw (); using std::exit;' \
5179     'extern "C" void std::exit (int); using std::exit;' \
5180     'extern "C" void exit (int) throw ();' \
5181     'extern "C" void exit (int);' \
5182     'void exit (int);'
5183     do
5184     cat >conftest.$ac_ext <<_ACEOF
5185     /* confdefs.h. */
5186     _ACEOF
5187     cat confdefs.h >>conftest.$ac_ext
5188     cat >>conftest.$ac_ext <<_ACEOF
5189     /* end confdefs.h. */
5190     $ac_declaration
5191     #include <stdlib.h>
5192     int
5193     main ()
5194     {
5195     exit (42);
5196     ;
5197     return 0;
5198     }
5199     _ACEOF
5200     rm -f conftest.$ac_objext
5201     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5202 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5203 pcg 1.1 ac_status=$?
5204 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5205     rm -f conftest.er1
5206     cat conftest.err >&5
5207 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208     (exit $ac_status); } &&
5209 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5210     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5211     (eval $ac_try) 2>&5
5212     ac_status=$?
5213     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5214     (exit $ac_status); }; } &&
5215     { ac_try='test -s conftest.$ac_objext'
5216 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5217     (eval $ac_try) 2>&5
5218     ac_status=$?
5219     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220     (exit $ac_status); }; }; then
5221     :
5222     else
5223     echo "$as_me: failed program was:" >&5
5224     sed 's/^/| /' conftest.$ac_ext >&5
5225    
5226     continue
5227     fi
5228 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5229 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5230     /* confdefs.h. */
5231     _ACEOF
5232     cat confdefs.h >>conftest.$ac_ext
5233     cat >>conftest.$ac_ext <<_ACEOF
5234     /* end confdefs.h. */
5235     $ac_declaration
5236     int
5237     main ()
5238     {
5239     exit (42);
5240     ;
5241     return 0;
5242     }
5243     _ACEOF
5244     rm -f conftest.$ac_objext
5245     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5246 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5247 pcg 1.1 ac_status=$?
5248 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5249     rm -f conftest.er1
5250     cat conftest.err >&5
5251 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5252     (exit $ac_status); } &&
5253 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5254     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5255     (eval $ac_try) 2>&5
5256     ac_status=$?
5257     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5258     (exit $ac_status); }; } &&
5259     { ac_try='test -s conftest.$ac_objext'
5260 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5261     (eval $ac_try) 2>&5
5262     ac_status=$?
5263     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264     (exit $ac_status); }; }; then
5265     break
5266     else
5267     echo "$as_me: failed program was:" >&5
5268     sed 's/^/| /' conftest.$ac_ext >&5
5269    
5270     fi
5271 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5272 pcg 1.1 done
5273     rm -f conftest*
5274     if test -n "$ac_declaration"; then
5275     echo '#ifdef __cplusplus' >>confdefs.h
5276     echo $ac_declaration >>confdefs.h
5277     echo '#endif' >>confdefs.h
5278     fi
5279    
5280     else
5281     echo "$as_me: failed program was:" >&5
5282     sed 's/^/| /' conftest.$ac_ext >&5
5283    
5284     fi
5285 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5286 pcg 1.1 ac_ext=c
5287     ac_cpp='$CPP $CPPFLAGS'
5288     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5289     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5290     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5291    
5292     depcc="$CC" am_compiler_list=
5293    
5294     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5295     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5296     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5297     echo $ECHO_N "(cached) $ECHO_C" >&6
5298     else
5299     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5300     # We make a subdir and do the tests there. Otherwise we can end up
5301     # making bogus files that we don't know about and never remove. For
5302     # instance it was reported that on HP-UX the gcc test will end up
5303     # making a dummy file named `D' -- because `-MD' means `put the output
5304     # in D'.
5305     mkdir conftest.dir
5306     # Copy depcomp to subdir because otherwise we won't find it if we're
5307     # using a relative directory.
5308     cp "$am_depcomp" conftest.dir
5309     cd conftest.dir
5310     # We will build objects and dependencies in a subdirectory because
5311     # it helps to detect inapplicable dependency modes. For instance
5312     # both Tru64's cc and ICC support -MD to output dependencies as a
5313     # side effect of compilation, but ICC will put the dependencies in
5314     # the current directory while Tru64 will put them in the object
5315     # directory.
5316     mkdir sub
5317    
5318     am_cv_CC_dependencies_compiler_type=none
5319     if test "$am_compiler_list" = ""; then
5320     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5321     fi
5322     for depmode in $am_compiler_list; do
5323     # Setup a source with many dependencies, because some compilers
5324     # like to wrap large dependency lists on column 80 (with \), and
5325     # we should not choose a depcomp mode which is confused by this.
5326     #
5327     # We need to recreate these files for each test, as the compiler may
5328     # overwrite some of them when testing with obscure command lines.
5329     # This happens at least with the AIX C compiler.
5330     : > sub/conftest.c
5331     for i in 1 2 3 4 5 6; do
5332     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5333     : > sub/conftst$i.h
5334     done
5335     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5336    
5337     case $depmode in
5338     nosideeffect)
5339     # after this tag, mechanisms are not by side-effect, so they'll
5340     # only be used when explicitly requested
5341     if test "x$enable_dependency_tracking" = xyes; then
5342     continue
5343     else
5344     break
5345     fi
5346     ;;
5347     none) break ;;
5348     esac
5349     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5350     # mode. It turns out that the SunPro C++ compiler does not properly
5351     # handle `-M -o', and we need to detect this.
5352     if depmode=$depmode \
5353     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5354     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5355     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5356     >/dev/null 2>conftest.err &&
5357     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5358     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5359     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5360     # icc doesn't choke on unknown options, it will just issue warnings
5361     # (even with -Werror). So we grep stderr for any message
5362     # that says an option was ignored.
5363     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5364     am_cv_CC_dependencies_compiler_type=$depmode
5365     break
5366     fi
5367     fi
5368     done
5369    
5370     cd ..
5371     rm -rf conftest.dir
5372     else
5373     am_cv_CC_dependencies_compiler_type=none
5374     fi
5375    
5376     fi
5377     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5378     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5379     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5380    
5381    
5382    
5383     if
5384     test "x$enable_dependency_tracking" != xno \
5385     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5386     am__fastdepCC_TRUE=
5387     am__fastdepCC_FALSE='#'
5388     else
5389     am__fastdepCC_TRUE='#'
5390     am__fastdepCC_FALSE=
5391     fi
5392    
5393    
5394     ac_ext=c
5395     ac_cpp='$CPP $CPPFLAGS'
5396     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5397     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5398     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5399     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5400     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5401     # On Suns, sometimes $CPP names a directory.
5402     if test -n "$CPP" && test -d "$CPP"; then
5403     CPP=
5404     fi
5405     if test -z "$CPP"; then
5406     if test "${ac_cv_prog_CPP+set}" = set; then
5407     echo $ECHO_N "(cached) $ECHO_C" >&6
5408     else
5409     # Double quotes because CPP needs to be expanded
5410     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5411     do
5412     ac_preproc_ok=false
5413     for ac_c_preproc_warn_flag in '' yes
5414     do
5415     # Use a header file that comes with gcc, so configuring glibc
5416     # with a fresh cross-compiler works.
5417     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5418     # <limits.h> exists even on freestanding compilers.
5419     # On the NeXT, cc -E runs the code through the compiler's parser,
5420     # not just through cpp. "Syntax error" is here to catch this case.
5421     cat >conftest.$ac_ext <<_ACEOF
5422     /* confdefs.h. */
5423     _ACEOF
5424     cat confdefs.h >>conftest.$ac_ext
5425     cat >>conftest.$ac_ext <<_ACEOF
5426     /* end confdefs.h. */
5427     #ifdef __STDC__
5428     # include <limits.h>
5429     #else
5430     # include <assert.h>
5431     #endif
5432 pcg 1.11 Syntax error
5433 pcg 1.1 _ACEOF
5434     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5435     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5436     ac_status=$?
5437     grep -v '^ *+' conftest.er1 >conftest.err
5438     rm -f conftest.er1
5439     cat conftest.err >&5
5440     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441     (exit $ac_status); } >/dev/null; then
5442     if test -s conftest.err; then
5443     ac_cpp_err=$ac_c_preproc_warn_flag
5444 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5445 pcg 1.1 else
5446     ac_cpp_err=
5447     fi
5448     else
5449     ac_cpp_err=yes
5450     fi
5451     if test -z "$ac_cpp_err"; then
5452     :
5453     else
5454     echo "$as_me: failed program was:" >&5
5455     sed 's/^/| /' conftest.$ac_ext >&5
5456    
5457     # Broken: fails on valid input.
5458     continue
5459     fi
5460     rm -f conftest.err conftest.$ac_ext
5461    
5462     # OK, works on sane cases. Now check whether non-existent headers
5463     # can be detected and how.
5464     cat >conftest.$ac_ext <<_ACEOF
5465     /* confdefs.h. */
5466     _ACEOF
5467     cat confdefs.h >>conftest.$ac_ext
5468     cat >>conftest.$ac_ext <<_ACEOF
5469     /* end confdefs.h. */
5470     #include <ac_nonexistent.h>
5471     _ACEOF
5472     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5473     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5474     ac_status=$?
5475     grep -v '^ *+' conftest.er1 >conftest.err
5476     rm -f conftest.er1
5477     cat conftest.err >&5
5478     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5479     (exit $ac_status); } >/dev/null; then
5480     if test -s conftest.err; then
5481     ac_cpp_err=$ac_c_preproc_warn_flag
5482 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5483 pcg 1.1 else
5484     ac_cpp_err=
5485     fi
5486     else
5487     ac_cpp_err=yes
5488     fi
5489     if test -z "$ac_cpp_err"; then
5490     # Broken: success on invalid input.
5491     continue
5492     else
5493     echo "$as_me: failed program was:" >&5
5494     sed 's/^/| /' conftest.$ac_ext >&5
5495    
5496     # Passes both tests.
5497     ac_preproc_ok=:
5498     break
5499     fi
5500     rm -f conftest.err conftest.$ac_ext
5501    
5502     done
5503     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5504     rm -f conftest.err conftest.$ac_ext
5505     if $ac_preproc_ok; then
5506     break
5507     fi
5508    
5509     done
5510     ac_cv_prog_CPP=$CPP
5511    
5512     fi
5513     CPP=$ac_cv_prog_CPP
5514     else
5515     ac_cv_prog_CPP=$CPP
5516     fi
5517     echo "$as_me:$LINENO: result: $CPP" >&5
5518     echo "${ECHO_T}$CPP" >&6
5519     ac_preproc_ok=false
5520     for ac_c_preproc_warn_flag in '' yes
5521     do
5522     # Use a header file that comes with gcc, so configuring glibc
5523     # with a fresh cross-compiler works.
5524     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5525     # <limits.h> exists even on freestanding compilers.
5526     # On the NeXT, cc -E runs the code through the compiler's parser,
5527     # not just through cpp. "Syntax error" is here to catch this case.
5528     cat >conftest.$ac_ext <<_ACEOF
5529     /* confdefs.h. */
5530     _ACEOF
5531     cat confdefs.h >>conftest.$ac_ext
5532     cat >>conftest.$ac_ext <<_ACEOF
5533     /* end confdefs.h. */
5534     #ifdef __STDC__
5535     # include <limits.h>
5536     #else
5537     # include <assert.h>
5538     #endif
5539 pcg 1.11 Syntax error
5540 pcg 1.1 _ACEOF
5541     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5542     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5543     ac_status=$?
5544     grep -v '^ *+' conftest.er1 >conftest.err
5545     rm -f conftest.er1
5546     cat conftest.err >&5
5547     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5548     (exit $ac_status); } >/dev/null; then
5549     if test -s conftest.err; then
5550     ac_cpp_err=$ac_c_preproc_warn_flag
5551 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5552 pcg 1.1 else
5553     ac_cpp_err=
5554     fi
5555     else
5556     ac_cpp_err=yes
5557     fi
5558     if test -z "$ac_cpp_err"; then
5559     :
5560     else
5561     echo "$as_me: failed program was:" >&5
5562     sed 's/^/| /' conftest.$ac_ext >&5
5563    
5564     # Broken: fails on valid input.
5565     continue
5566     fi
5567     rm -f conftest.err conftest.$ac_ext
5568    
5569     # OK, works on sane cases. Now check whether non-existent headers
5570     # can be detected and how.
5571     cat >conftest.$ac_ext <<_ACEOF
5572     /* confdefs.h. */
5573     _ACEOF
5574     cat confdefs.h >>conftest.$ac_ext
5575     cat >>conftest.$ac_ext <<_ACEOF
5576     /* end confdefs.h. */
5577     #include <ac_nonexistent.h>
5578     _ACEOF
5579     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5580     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5581     ac_status=$?
5582     grep -v '^ *+' conftest.er1 >conftest.err
5583     rm -f conftest.er1
5584     cat conftest.err >&5
5585     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5586     (exit $ac_status); } >/dev/null; then
5587     if test -s conftest.err; then
5588     ac_cpp_err=$ac_c_preproc_warn_flag
5589 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5590 pcg 1.1 else
5591     ac_cpp_err=
5592     fi
5593     else
5594     ac_cpp_err=yes
5595     fi
5596     if test -z "$ac_cpp_err"; then
5597     # Broken: success on invalid input.
5598     continue
5599     else
5600     echo "$as_me: failed program was:" >&5
5601     sed 's/^/| /' conftest.$ac_ext >&5
5602    
5603     # Passes both tests.
5604     ac_preproc_ok=:
5605     break
5606     fi
5607     rm -f conftest.err conftest.$ac_ext
5608    
5609     done
5610     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5611     rm -f conftest.err conftest.$ac_ext
5612     if $ac_preproc_ok; then
5613     :
5614     else
5615     { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5616     See \`config.log' for more details." >&5
5617     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5618     See \`config.log' for more details." >&2;}
5619     { (exit 1); exit 1; }; }
5620     fi
5621    
5622     ac_ext=c
5623     ac_cpp='$CPP $CPPFLAGS'
5624     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5625     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5626     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5627    
5628     ac_ext=cc
5629     ac_cpp='$CXXCPP $CPPFLAGS'
5630     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5631     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5632     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5633     if test -n "$ac_tool_prefix"; then
5634     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5635     do
5636     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5637     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5638     echo "$as_me:$LINENO: checking for $ac_word" >&5
5639     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5640     if test "${ac_cv_prog_CXX+set}" = set; then
5641     echo $ECHO_N "(cached) $ECHO_C" >&6
5642     else
5643     if test -n "$CXX"; then
5644     ac_cv_prog_CXX="$CXX" # Let the user override the test.
5645     else
5646     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5647     for as_dir in $PATH
5648     do
5649     IFS=$as_save_IFS
5650     test -z "$as_dir" && as_dir=.
5651     for ac_exec_ext in '' $ac_executable_extensions; do
5652     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5653     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5654     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5655     break 2
5656     fi
5657     done
5658     done
5659    
5660     fi
5661     fi
5662     CXX=$ac_cv_prog_CXX
5663     if test -n "$CXX"; then
5664     echo "$as_me:$LINENO: result: $CXX" >&5
5665     echo "${ECHO_T}$CXX" >&6
5666     else
5667     echo "$as_me:$LINENO: result: no" >&5
5668     echo "${ECHO_T}no" >&6
5669     fi
5670    
5671     test -n "$CXX" && break
5672     done
5673     fi
5674     if test -z "$CXX"; then
5675     ac_ct_CXX=$CXX
5676     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5677     do
5678     # Extract the first word of "$ac_prog", so it can be a program name with args.
5679     set dummy $ac_prog; ac_word=$2
5680     echo "$as_me:$LINENO: checking for $ac_word" >&5
5681     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5682     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5683     echo $ECHO_N "(cached) $ECHO_C" >&6
5684     else
5685     if test -n "$ac_ct_CXX"; then
5686     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5687     else
5688     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5689     for as_dir in $PATH
5690     do
5691     IFS=$as_save_IFS
5692     test -z "$as_dir" && as_dir=.
5693     for ac_exec_ext in '' $ac_executable_extensions; do
5694     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5695     ac_cv_prog_ac_ct_CXX="$ac_prog"
5696     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5697     break 2
5698     fi
5699     done
5700     done
5701    
5702     fi
5703     fi
5704     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5705     if test -n "$ac_ct_CXX"; then
5706     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5707     echo "${ECHO_T}$ac_ct_CXX" >&6
5708     else
5709     echo "$as_me:$LINENO: result: no" >&5
5710     echo "${ECHO_T}no" >&6
5711     fi
5712    
5713     test -n "$ac_ct_CXX" && break
5714     done
5715     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5716    
5717     CXX=$ac_ct_CXX
5718     fi
5719    
5720    
5721     # Provide some information about the compiler.
5722     echo "$as_me:$LINENO:" \
5723     "checking for C++ compiler version" >&5
5724     ac_compiler=`set X $ac_compile; echo $2`
5725     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5726     (eval $ac_compiler --version </dev/null >&5) 2>&5
5727     ac_status=$?
5728     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5729     (exit $ac_status); }
5730     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5731     (eval $ac_compiler -v </dev/null >&5) 2>&5
5732     ac_status=$?
5733     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734     (exit $ac_status); }
5735     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5736     (eval $ac_compiler -V </dev/null >&5) 2>&5
5737     ac_status=$?
5738     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5739     (exit $ac_status); }
5740    
5741     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5742     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5743     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5744     echo $ECHO_N "(cached) $ECHO_C" >&6
5745     else
5746     cat >conftest.$ac_ext <<_ACEOF
5747     /* confdefs.h. */
5748     _ACEOF
5749     cat confdefs.h >>conftest.$ac_ext
5750     cat >>conftest.$ac_ext <<_ACEOF
5751     /* end confdefs.h. */
5752    
5753     int
5754     main ()
5755     {
5756     #ifndef __GNUC__
5757     choke me
5758     #endif
5759    
5760     ;
5761     return 0;
5762     }
5763     _ACEOF
5764     rm -f conftest.$ac_objext
5765     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5766 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5767 pcg 1.1 ac_status=$?
5768 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5769     rm -f conftest.er1
5770     cat conftest.err >&5
5771 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772     (exit $ac_status); } &&
5773 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5774     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5775     (eval $ac_try) 2>&5
5776     ac_status=$?
5777     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5778     (exit $ac_status); }; } &&
5779     { ac_try='test -s conftest.$ac_objext'
5780 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5781     (eval $ac_try) 2>&5
5782     ac_status=$?
5783     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5784     (exit $ac_status); }; }; then
5785     ac_compiler_gnu=yes
5786     else
5787     echo "$as_me: failed program was:" >&5
5788     sed 's/^/| /' conftest.$ac_ext >&5
5789    
5790     ac_compiler_gnu=no
5791     fi
5792 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5793 pcg 1.1 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5794    
5795     fi
5796     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5797     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5798     GXX=`test $ac_compiler_gnu = yes && echo yes`
5799     ac_test_CXXFLAGS=${CXXFLAGS+set}
5800     ac_save_CXXFLAGS=$CXXFLAGS
5801     CXXFLAGS="-g"
5802     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5803     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5804     if test "${ac_cv_prog_cxx_g+set}" = set; then
5805     echo $ECHO_N "(cached) $ECHO_C" >&6
5806     else
5807     cat >conftest.$ac_ext <<_ACEOF
5808     /* confdefs.h. */
5809     _ACEOF
5810     cat confdefs.h >>conftest.$ac_ext
5811     cat >>conftest.$ac_ext <<_ACEOF
5812     /* end confdefs.h. */
5813    
5814     int
5815     main ()
5816     {
5817    
5818     ;
5819     return 0;
5820     }
5821     _ACEOF
5822     rm -f conftest.$ac_objext
5823     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5824 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5825 pcg 1.1 ac_status=$?
5826 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5827     rm -f conftest.er1
5828     cat conftest.err >&5
5829 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830     (exit $ac_status); } &&
5831 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5832     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5833     (eval $ac_try) 2>&5
5834     ac_status=$?
5835     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836     (exit $ac_status); }; } &&
5837     { ac_try='test -s conftest.$ac_objext'
5838 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5839     (eval $ac_try) 2>&5
5840     ac_status=$?
5841     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5842     (exit $ac_status); }; }; then
5843     ac_cv_prog_cxx_g=yes
5844     else
5845     echo "$as_me: failed program was:" >&5
5846     sed 's/^/| /' conftest.$ac_ext >&5
5847    
5848     ac_cv_prog_cxx_g=no
5849     fi
5850 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5851 pcg 1.1 fi
5852     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5853     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5854     if test "$ac_test_CXXFLAGS" = set; then
5855     CXXFLAGS=$ac_save_CXXFLAGS
5856     elif test $ac_cv_prog_cxx_g = yes; then
5857     if test "$GXX" = yes; then
5858     CXXFLAGS="-g -O2"
5859     else
5860     CXXFLAGS="-g"
5861     fi
5862     else
5863     if test "$GXX" = yes; then
5864     CXXFLAGS="-O2"
5865     else
5866     CXXFLAGS=
5867     fi
5868     fi
5869     for ac_declaration in \
5870     '' \
5871     'extern "C" void std::exit (int) throw (); using std::exit;' \
5872     'extern "C" void std::exit (int); using std::exit;' \
5873     'extern "C" void exit (int) throw ();' \
5874     'extern "C" void exit (int);' \
5875     'void exit (int);'
5876     do
5877     cat >conftest.$ac_ext <<_ACEOF
5878     /* confdefs.h. */
5879     _ACEOF
5880     cat confdefs.h >>conftest.$ac_ext
5881     cat >>conftest.$ac_ext <<_ACEOF
5882     /* end confdefs.h. */
5883     $ac_declaration
5884     #include <stdlib.h>
5885     int
5886     main ()
5887     {
5888     exit (42);
5889     ;
5890     return 0;
5891     }
5892     _ACEOF
5893     rm -f conftest.$ac_objext
5894     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5895 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5896 pcg 1.1 ac_status=$?
5897 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5898     rm -f conftest.er1
5899     cat conftest.err >&5
5900 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5901     (exit $ac_status); } &&
5902 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5903     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5904     (eval $ac_try) 2>&5
5905     ac_status=$?
5906     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907     (exit $ac_status); }; } &&
5908     { ac_try='test -s conftest.$ac_objext'
5909 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5910     (eval $ac_try) 2>&5
5911     ac_status=$?
5912     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5913     (exit $ac_status); }; }; then
5914     :
5915     else
5916     echo "$as_me: failed program was:" >&5
5917     sed 's/^/| /' conftest.$ac_ext >&5
5918    
5919     continue
5920     fi
5921 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5922 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5923     /* confdefs.h. */
5924     _ACEOF
5925     cat confdefs.h >>conftest.$ac_ext
5926     cat >>conftest.$ac_ext <<_ACEOF
5927     /* end confdefs.h. */
5928     $ac_declaration
5929     int
5930     main ()
5931     {
5932     exit (42);
5933     ;
5934     return 0;
5935     }
5936     _ACEOF
5937     rm -f conftest.$ac_objext
5938     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5939 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5940 pcg 1.1 ac_status=$?
5941 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5942     rm -f conftest.er1
5943     cat conftest.err >&5
5944 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5945     (exit $ac_status); } &&
5946 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5947     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5948     (eval $ac_try) 2>&5
5949     ac_status=$?
5950     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5951     (exit $ac_status); }; } &&
5952     { ac_try='test -s conftest.$ac_objext'
5953 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5954     (eval $ac_try) 2>&5
5955     ac_status=$?
5956     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5957     (exit $ac_status); }; }; then
5958     break
5959     else
5960     echo "$as_me: failed program was:" >&5
5961     sed 's/^/| /' conftest.$ac_ext >&5
5962    
5963     fi
5964 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5965 pcg 1.1 done
5966     rm -f conftest*
5967     if test -n "$ac_declaration"; then
5968     echo '#ifdef __cplusplus' >>confdefs.h
5969     echo $ac_declaration >>confdefs.h
5970     echo '#endif' >>confdefs.h
5971     fi
5972    
5973     ac_ext=c
5974     ac_cpp='$CPP $CPPFLAGS'
5975     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5976     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5977     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5978    
5979     depcc="$CXX" am_compiler_list=
5980    
5981     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5982     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5983     if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5984     echo $ECHO_N "(cached) $ECHO_C" >&6
5985     else
5986     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5987     # We make a subdir and do the tests there. Otherwise we can end up
5988     # making bogus files that we don't know about and never remove. For
5989     # instance it was reported that on HP-UX the gcc test will end up
5990     # making a dummy file named `D' -- because `-MD' means `put the output
5991     # in D'.
5992     mkdir conftest.dir
5993     # Copy depcomp to subdir because otherwise we won't find it if we're
5994     # using a relative directory.
5995     cp "$am_depcomp" conftest.dir
5996     cd conftest.dir
5997     # We will build objects and dependencies in a subdirectory because
5998     # it helps to detect inapplicable dependency modes. For instance
5999     # both Tru64's cc and ICC support -MD to output dependencies as a
6000     # side effect of compilation, but ICC will put the dependencies in
6001     # the current directory while Tru64 will put them in the object
6002     # directory.
6003     mkdir sub
6004    
6005     am_cv_CXX_dependencies_compiler_type=none
6006     if test "$am_compiler_list" = ""; then
6007     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6008     fi
6009     for depmode in $am_compiler_list; do
6010     # Setup a source with many dependencies, because some compilers
6011     # like to wrap large dependency lists on column 80 (with \), and
6012     # we should not choose a depcomp mode which is confused by this.
6013     #
6014     # We need to recreate these files for each test, as the compiler may
6015     # overwrite some of them when testing with obscure command lines.
6016     # This happens at least with the AIX C compiler.
6017     : > sub/conftest.c
6018     for i in 1 2 3 4 5 6; do
6019     echo '#include "conftst'$i'.h"' >> sub/conftest.c
6020     : > sub/conftst$i.h
6021     done
6022     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6023    
6024     case $depmode in
6025     nosideeffect)
6026     # after this tag, mechanisms are not by side-effect, so they'll
6027     # only be used when explicitly requested
6028     if test "x$enable_dependency_tracking" = xyes; then
6029     continue
6030     else
6031     break
6032     fi
6033     ;;
6034     none) break ;;
6035     esac
6036     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6037     # mode. It turns out that the SunPro C++ compiler does not properly
6038     # handle `-M -o', and we need to detect this.
6039     if depmode=$depmode \
6040     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6041     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6042     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6043     >/dev/null 2>conftest.err &&
6044     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6045     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6046     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6047     # icc doesn't choke on unknown options, it will just issue warnings
6048     # (even with -Werror). So we grep stderr for any message
6049     # that says an option was ignored.
6050     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6051     am_cv_CXX_dependencies_compiler_type=$depmode
6052     break
6053     fi
6054     fi
6055     done
6056    
6057     cd ..
6058     rm -rf conftest.dir
6059     else
6060     am_cv_CXX_dependencies_compiler_type=none
6061     fi
6062    
6063     fi
6064     echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6065     echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6066     CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6067    
6068    
6069    
6070     if
6071     test "x$enable_dependency_tracking" != xno \
6072     && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6073     am__fastdepCXX_TRUE=
6074     am__fastdepCXX_FALSE='#'
6075     else
6076     am__fastdepCXX_TRUE='#'
6077     am__fastdepCXX_FALSE=
6078     fi
6079    
6080    
6081    
6082     echo "$as_me:$LINENO: checking for egrep" >&5
6083     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6084     if test "${ac_cv_prog_egrep+set}" = set; then
6085     echo $ECHO_N "(cached) $ECHO_C" >&6
6086     else
6087     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6088     then ac_cv_prog_egrep='grep -E'
6089     else ac_cv_prog_egrep='egrep'
6090     fi
6091     fi
6092     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6093     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6094     EGREP=$ac_cv_prog_egrep
6095    
6096    
6097     if test $ac_cv_c_compiler_gnu = yes; then
6098     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6099     echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6100     if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6101     echo $ECHO_N "(cached) $ECHO_C" >&6
6102     else
6103     ac_pattern="Autoconf.*'x'"
6104     cat >conftest.$ac_ext <<_ACEOF
6105     /* confdefs.h. */
6106     _ACEOF
6107     cat confdefs.h >>conftest.$ac_ext
6108     cat >>conftest.$ac_ext <<_ACEOF
6109     /* end confdefs.h. */
6110     #include <sgtty.h>
6111     Autoconf TIOCGETP
6112     _ACEOF
6113     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6114     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6115     ac_cv_prog_gcc_traditional=yes
6116     else
6117     ac_cv_prog_gcc_traditional=no
6118     fi
6119     rm -f conftest*
6120    
6121    
6122     if test $ac_cv_prog_gcc_traditional = no; then
6123     cat >conftest.$ac_ext <<_ACEOF
6124     /* confdefs.h. */
6125     _ACEOF
6126     cat confdefs.h >>conftest.$ac_ext
6127     cat >>conftest.$ac_ext <<_ACEOF
6128     /* end confdefs.h. */
6129     #include <termio.h>
6130     Autoconf TCGETA
6131     _ACEOF
6132     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6133     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6134     ac_cv_prog_gcc_traditional=yes
6135     fi
6136     rm -f conftest*
6137    
6138     fi
6139     fi
6140     echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6141     echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6142     if test $ac_cv_prog_gcc_traditional = yes; then
6143     CC="$CC -traditional"
6144     fi
6145     fi
6146    
6147     for ac_prog in gawk mawk nawk awk
6148     do
6149     # Extract the first word of "$ac_prog", so it can be a program name with args.
6150     set dummy $ac_prog; ac_word=$2
6151     echo "$as_me:$LINENO: checking for $ac_word" >&5
6152     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6153     if test "${ac_cv_prog_AWK+set}" = set; then
6154     echo $ECHO_N "(cached) $ECHO_C" >&6
6155     else
6156     if test -n "$AWK"; then
6157     ac_cv_prog_AWK="$AWK" # Let the user override the test.
6158     else
6159     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6160     for as_dir in $PATH
6161     do
6162     IFS=$as_save_IFS
6163     test -z "$as_dir" && as_dir=.
6164     for ac_exec_ext in '' $ac_executable_extensions; do
6165     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6166     ac_cv_prog_AWK="$ac_prog"
6167     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6168     break 2
6169     fi
6170     done
6171     done
6172    
6173     fi
6174     fi
6175     AWK=$ac_cv_prog_AWK
6176     if test -n "$AWK"; then
6177     echo "$as_me:$LINENO: result: $AWK" >&5
6178     echo "${ECHO_T}$AWK" >&6
6179     else
6180     echo "$as_me:$LINENO: result: no" >&5
6181     echo "${ECHO_T}no" >&6
6182     fi
6183    
6184     test -n "$AWK" && break
6185     done
6186    
6187     # Find a good install program. We prefer a C program (faster),
6188     # so one script is as good as another. But avoid the broken or
6189     # incompatible versions:
6190     # SysV /etc/install, /usr/sbin/install
6191     # SunOS /usr/etc/install
6192     # IRIX /sbin/install
6193     # AIX /bin/install
6194     # AmigaOS /C/install, which installs bootblocks on floppy discs
6195     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6196     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6197     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6198 pcg 1.11 # OS/2's system install, which has a completely different semantic
6199 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
6200     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6201     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6202     if test -z "$INSTALL"; then
6203     if test "${ac_cv_path_install+set}" = set; then
6204     echo $ECHO_N "(cached) $ECHO_C" >&6
6205     else
6206     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207     for as_dir in $PATH
6208     do
6209     IFS=$as_save_IFS
6210     test -z "$as_dir" && as_dir=.
6211     # Account for people who put trailing slashes in PATH elements.
6212     case $as_dir/ in
6213     ./ | .// | /cC/* | \
6214     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6215 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6216 pcg 1.1 /usr/ucb/* ) ;;
6217     *)
6218     # OSF1 and SCO ODT 3.0 have their own names for install.
6219     # Don't use installbsd from OSF since it installs stuff as root
6220     # by default.
6221     for ac_prog in ginstall scoinst install; do
6222     for ac_exec_ext in '' $ac_executable_extensions; do
6223 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6224     if test $ac_prog = install &&
6225     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6226     # AIX install. It has an incompatible calling convention.
6227     :
6228     elif test $ac_prog = install &&
6229     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6230     # program-specific install script used by HP pwplus--don't use.
6231     :
6232     else
6233     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6234     break 3
6235     fi
6236     fi
6237 pcg 1.1 done
6238     done
6239     ;;
6240     esac
6241     done
6242    
6243    
6244     fi
6245     if test "${ac_cv_path_install+set}" = set; then
6246     INSTALL=$ac_cv_path_install
6247     else
6248     # As a last resort, use the slow shell script. We don't cache a
6249     # path for INSTALL within a source directory, because that will
6250     # break other packages using the cache if that directory is
6251     # removed, or if the path is relative.
6252     INSTALL=$ac_install_sh
6253     fi
6254     fi
6255     echo "$as_me:$LINENO: result: $INSTALL" >&5
6256     echo "${ECHO_T}$INSTALL" >&6
6257    
6258     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6259     # It thinks the first close brace ends the variable substitution.
6260     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6261    
6262     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6263    
6264     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6265    
6266     echo "$as_me:$LINENO: checking whether ln -s works" >&5
6267     echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6268     LN_S=$as_ln_s
6269     if test "$LN_S" = "ln -s"; then
6270     echo "$as_me:$LINENO: result: yes" >&5
6271     echo "${ECHO_T}yes" >&6
6272     else
6273     echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6274     echo "${ECHO_T}no, using $LN_S" >&6
6275     fi
6276    
6277     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6278     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6279 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6280 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6281     echo $ECHO_N "(cached) $ECHO_C" >&6
6282     else
6283     cat >conftest.make <<\_ACEOF
6284     all:
6285     @echo 'ac_maketemp="$(MAKE)"'
6286     _ACEOF
6287     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6288     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6289     if test -n "$ac_maketemp"; then
6290     eval ac_cv_prog_make_${ac_make}_set=yes
6291     else
6292     eval ac_cv_prog_make_${ac_make}_set=no
6293     fi
6294     rm -f conftest.make
6295     fi
6296     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6297     echo "$as_me:$LINENO: result: yes" >&5
6298     echo "${ECHO_T}yes" >&6
6299     SET_MAKE=
6300     else
6301     echo "$as_me:$LINENO: result: no" >&5
6302     echo "${ECHO_T}no" >&6
6303     SET_MAKE="MAKE=${MAKE-make}"
6304     fi
6305    
6306     if test -n "$ac_tool_prefix"; then
6307     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6308     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6309     echo "$as_me:$LINENO: checking for $ac_word" >&5
6310     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6311     if test "${ac_cv_prog_RANLIB+set}" = set; then
6312     echo $ECHO_N "(cached) $ECHO_C" >&6
6313     else
6314     if test -n "$RANLIB"; then
6315     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6316     else
6317     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6318     for as_dir in $PATH
6319     do
6320     IFS=$as_save_IFS
6321     test -z "$as_dir" && as_dir=.
6322     for ac_exec_ext in '' $ac_executable_extensions; do
6323     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6324     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6325     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6326     break 2
6327     fi
6328     done
6329     done
6330    
6331     fi
6332     fi
6333     RANLIB=$ac_cv_prog_RANLIB
6334     if test -n "$RANLIB"; then
6335     echo "$as_me:$LINENO: result: $RANLIB" >&5
6336     echo "${ECHO_T}$RANLIB" >&6
6337     else
6338     echo "$as_me:$LINENO: result: no" >&5
6339     echo "${ECHO_T}no" >&6
6340     fi
6341    
6342     fi
6343     if test -z "$ac_cv_prog_RANLIB"; then
6344     ac_ct_RANLIB=$RANLIB
6345     # Extract the first word of "ranlib", so it can be a program name with args.
6346     set dummy ranlib; ac_word=$2
6347     echo "$as_me:$LINENO: checking for $ac_word" >&5
6348     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6349     if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6350     echo $ECHO_N "(cached) $ECHO_C" >&6
6351     else
6352     if test -n "$ac_ct_RANLIB"; then
6353     ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6354     else
6355     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6356     for as_dir in $PATH
6357     do
6358     IFS=$as_save_IFS
6359     test -z "$as_dir" && as_dir=.
6360     for ac_exec_ext in '' $ac_executable_extensions; do
6361     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6362     ac_cv_prog_ac_ct_RANLIB="ranlib"
6363     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6364     break 2
6365     fi
6366     done
6367     done
6368    
6369     test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6370     fi
6371     fi
6372     ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6373     if test -n "$ac_ct_RANLIB"; then
6374     echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6375     echo "${ECHO_T}$ac_ct_RANLIB" >&6
6376     else
6377     echo "$as_me:$LINENO: result: no" >&5
6378     echo "${ECHO_T}no" >&6
6379     fi
6380    
6381     RANLIB=$ac_ct_RANLIB
6382     else
6383     RANLIB="$ac_cv_prog_RANLIB"
6384     fi
6385    
6386    
6387     # Check whether --enable-iftype or --disable-iftype was given.
6388     if test "${enable_iftype+set}" = set; then
6389     enableval="$enable_iftype"
6390    
6391     IFTYPE=`echo $enableval | sed s%/.*%%`
6392     IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6393    
6394    
6395     fi;
6396    
6397     echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6398     echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6399    
6400     if test "x$IFTYPE" = "x"; then
6401     case $target_os in
6402     *linux*)
6403     IFTYPE=native
6404     IFSUBTYPE=linux
6405    
6406     cat >>confdefs.h <<\_ACEOF
6407     #define HAVE_LINUX 1
6408     _ACEOF
6409    
6410     ;;
6411     *freebsd*)
6412     IFTYPE=tincd
6413     IFSUBTYPE=freebsd
6414    
6415     cat >>confdefs.h <<\_ACEOF
6416     #define HAVE_FREEBSD 1
6417     _ACEOF
6418    
6419     ;;
6420     *darwin*)
6421 pcg 1.27 IFTYPE=native
6422 pcg 1.1 IFSUBTYPE=darwin
6423    
6424     cat >>confdefs.h <<\_ACEOF
6425     #define HAVE_DARWIN 1
6426     _ACEOF
6427    
6428     ;;
6429     *solaris*)
6430     IFTYPE=tincd
6431     IFSUBTYPE=solaris
6432    
6433     cat >>confdefs.h <<\_ACEOF
6434     #define HAVE_SOLARIS 1
6435     _ACEOF
6436    
6437     ;;
6438     *openbsd*)
6439     IFTYPE=tincd
6440     IFSUBTYPE=openbsd
6441    
6442     cat >>confdefs.h <<\_ACEOF
6443     #define HAVE_OPENBSD 1
6444     _ACEOF
6445    
6446     ;;
6447     *netbsd*)
6448     IFTYPE=tincd
6449     IFSUBTYPE=netbsd
6450    
6451     cat >>confdefs.h <<\_ACEOF
6452     #define HAVE_NETBSD 1
6453     _ACEOF
6454    
6455     ;;
6456     *cygwin*)
6457 pcg 1.6 IFTYPE=native
6458 pcg 1.1 IFSUBTYPE=cygwin
6459    
6460     cat >>confdefs.h <<\_ACEOF
6461     #define HAVE_CYGWIN 1
6462     _ACEOF
6463    
6464     ;;
6465     *)
6466     { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6467     echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6468     { (exit 1); exit 1; }; }
6469     ;;
6470     esac
6471     fi
6472     echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6473     echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6474     IFTYPE=$IFTYPE
6475    
6476     IFSUBTYPE=$IFSUBTYPE
6477    
6478    
6479 pcg 1.9 cat >>confdefs.h <<_ACEOF
6480     #define IFTYPE "$IFTYPE"
6481     _ACEOF
6482    
6483    
6484     cat >>confdefs.h <<_ACEOF
6485     #define IFSUBTYPE "$IFSUBTYPE"
6486     _ACEOF
6487    
6488    
6489 pcg 1.1 cat >confcache <<\_ACEOF
6490     # This file is a shell script that caches the results of configure
6491     # tests run on this system so they can be shared between configure
6492     # scripts and configure runs, see configure's option --config-cache.
6493     # It is not useful on other systems. If it contains results you don't
6494     # want to keep, you may remove or edit it.
6495     #
6496     # config.status only pays attention to the cache file if you give it
6497     # the --recheck option to rerun configure.
6498     #
6499     # `ac_cv_env_foo' variables (set or unset) will be overridden when
6500     # loading this file, other *unset* `ac_cv_foo' will be assigned the
6501     # following values.
6502    
6503     _ACEOF
6504    
6505     # The following way of writing the cache mishandles newlines in values,
6506     # but we know of no workaround that is simple, portable, and efficient.
6507     # So, don't put newlines in cache variables' values.
6508     # Ultrix sh set writes to stderr and can't be redirected directly,
6509     # and sets the high bit in the cache file unless we assign to the vars.
6510     {
6511     (set) 2>&1 |
6512     case `(ac_space=' '; set | grep ac_space) 2>&1` in
6513     *ac_space=\ *)
6514     # `set' does not quote correctly, so add quotes (double-quote
6515     # substitution turns \\\\ into \\, and sed turns \\ into \).
6516     sed -n \
6517 pcg 1.11 "s/'/'\\\\''/g;
6518     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6519 pcg 1.1 ;;
6520     *)
6521     # `set' quotes correctly as required by POSIX, so do not add quotes.
6522     sed -n \
6523 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6524 pcg 1.1 ;;
6525     esac;
6526     } |
6527     sed '
6528     t clear
6529     : clear
6530     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6531     t end
6532     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6533     : end' >>confcache
6534     if diff $cache_file confcache >/dev/null 2>&1; then :; else
6535     if test -w $cache_file; then
6536     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6537     cat confcache >$cache_file
6538     else
6539     echo "not updating unwritable cache $cache_file"
6540     fi
6541     fi
6542     rm -f confcache
6543    
6544    
6545     ac_ext=cc
6546     ac_cpp='$CXXCPP $CPPFLAGS'
6547     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6548     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6549     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6550    
6551    
6552     ac_ext=cc
6553     ac_cpp='$CXXCPP $CPPFLAGS'
6554     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6555     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6556     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6557     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6558     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6559     if test -z "$CXXCPP"; then
6560     if test "${ac_cv_prog_CXXCPP+set}" = set; then
6561     echo $ECHO_N "(cached) $ECHO_C" >&6
6562     else
6563     # Double quotes because CXXCPP needs to be expanded
6564     for CXXCPP in "$CXX -E" "/lib/cpp"
6565     do
6566     ac_preproc_ok=false
6567     for ac_cxx_preproc_warn_flag in '' yes
6568     do
6569     # Use a header file that comes with gcc, so configuring glibc
6570     # with a fresh cross-compiler works.
6571     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6572     # <limits.h> exists even on freestanding compilers.
6573     # On the NeXT, cc -E runs the code through the compiler's parser,
6574     # not just through cpp. "Syntax error" is here to catch this case.
6575     cat >conftest.$ac_ext <<_ACEOF
6576     /* confdefs.h. */
6577     _ACEOF
6578     cat confdefs.h >>conftest.$ac_ext
6579     cat >>conftest.$ac_ext <<_ACEOF
6580     /* end confdefs.h. */
6581     #ifdef __STDC__
6582     # include <limits.h>
6583     #else
6584     # include <assert.h>
6585     #endif
6586 pcg 1.11 Syntax error
6587 pcg 1.1 _ACEOF
6588     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6589     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6590     ac_status=$?
6591     grep -v '^ *+' conftest.er1 >conftest.err
6592     rm -f conftest.er1
6593     cat conftest.err >&5
6594     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6595     (exit $ac_status); } >/dev/null; then
6596     if test -s conftest.err; then
6597     ac_cpp_err=$ac_cxx_preproc_warn_flag
6598 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6599 pcg 1.1 else
6600     ac_cpp_err=
6601     fi
6602     else
6603     ac_cpp_err=yes
6604     fi
6605     if test -z "$ac_cpp_err"; then
6606     :
6607     else
6608     echo "$as_me: failed program was:" >&5
6609     sed 's/^/| /' conftest.$ac_ext >&5
6610    
6611     # Broken: fails on valid input.
6612     continue
6613     fi
6614     rm -f conftest.err conftest.$ac_ext
6615    
6616     # OK, works on sane cases. Now check whether non-existent headers
6617     # can be detected and how.
6618     cat >conftest.$ac_ext <<_ACEOF
6619     /* confdefs.h. */
6620     _ACEOF
6621     cat confdefs.h >>conftest.$ac_ext
6622     cat >>conftest.$ac_ext <<_ACEOF
6623     /* end confdefs.h. */
6624     #include <ac_nonexistent.h>
6625     _ACEOF
6626     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6627     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6628     ac_status=$?
6629     grep -v '^ *+' conftest.er1 >conftest.err
6630     rm -f conftest.er1
6631     cat conftest.err >&5
6632     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6633     (exit $ac_status); } >/dev/null; then
6634     if test -s conftest.err; then
6635     ac_cpp_err=$ac_cxx_preproc_warn_flag
6636 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6637 pcg 1.1 else
6638     ac_cpp_err=
6639     fi
6640     else
6641     ac_cpp_err=yes
6642     fi
6643     if test -z "$ac_cpp_err"; then
6644     # Broken: success on invalid input.
6645     continue
6646     else
6647     echo "$as_me: failed program was:" >&5
6648     sed 's/^/| /' conftest.$ac_ext >&5
6649    
6650     # Passes both tests.
6651     ac_preproc_ok=:
6652     break
6653     fi
6654     rm -f conftest.err conftest.$ac_ext
6655    
6656     done
6657     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6658     rm -f conftest.err conftest.$ac_ext
6659     if $ac_preproc_ok; then
6660     break
6661     fi
6662    
6663     done
6664     ac_cv_prog_CXXCPP=$CXXCPP
6665    
6666     fi
6667     CXXCPP=$ac_cv_prog_CXXCPP
6668     else
6669     ac_cv_prog_CXXCPP=$CXXCPP
6670     fi
6671     echo "$as_me:$LINENO: result: $CXXCPP" >&5
6672     echo "${ECHO_T}$CXXCPP" >&6
6673     ac_preproc_ok=false
6674     for ac_cxx_preproc_warn_flag in '' yes
6675     do
6676     # Use a header file that comes with gcc, so configuring glibc
6677     # with a fresh cross-compiler works.
6678     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6679     # <limits.h> exists even on freestanding compilers.
6680     # On the NeXT, cc -E runs the code through the compiler's parser,
6681     # not just through cpp. "Syntax error" is here to catch this case.
6682     cat >conftest.$ac_ext <<_ACEOF
6683     /* confdefs.h. */
6684     _ACEOF
6685     cat confdefs.h >>conftest.$ac_ext
6686     cat >>conftest.$ac_ext <<_ACEOF
6687     /* end confdefs.h. */
6688     #ifdef __STDC__
6689     # include <limits.h>
6690     #else
6691     # include <assert.h>
6692     #endif
6693 pcg 1.11 Syntax error
6694 pcg 1.1 _ACEOF
6695     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6696     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6697     ac_status=$?
6698     grep -v '^ *+' conftest.er1 >conftest.err
6699     rm -f conftest.er1
6700     cat conftest.err >&5
6701     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702     (exit $ac_status); } >/dev/null; then
6703     if test -s conftest.err; then
6704     ac_cpp_err=$ac_cxx_preproc_warn_flag
6705 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6706 pcg 1.1 else
6707     ac_cpp_err=
6708     fi
6709     else
6710     ac_cpp_err=yes
6711     fi
6712     if test -z "$ac_cpp_err"; then
6713     :
6714     else
6715     echo "$as_me: failed program was:" >&5
6716     sed 's/^/| /' conftest.$ac_ext >&5
6717    
6718     # Broken: fails on valid input.
6719     continue
6720     fi
6721     rm -f conftest.err conftest.$ac_ext
6722    
6723     # OK, works on sane cases. Now check whether non-existent headers
6724     # can be detected and how.
6725     cat >conftest.$ac_ext <<_ACEOF
6726     /* confdefs.h. */
6727     _ACEOF
6728     cat confdefs.h >>conftest.$ac_ext
6729     cat >>conftest.$ac_ext <<_ACEOF
6730     /* end confdefs.h. */
6731     #include <ac_nonexistent.h>
6732     _ACEOF
6733     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6734     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6735     ac_status=$?
6736     grep -v '^ *+' conftest.er1 >conftest.err
6737     rm -f conftest.er1
6738     cat conftest.err >&5
6739     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6740     (exit $ac_status); } >/dev/null; then
6741     if test -s conftest.err; then
6742     ac_cpp_err=$ac_cxx_preproc_warn_flag
6743 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6744 pcg 1.1 else
6745     ac_cpp_err=
6746     fi
6747     else
6748     ac_cpp_err=yes
6749     fi
6750     if test -z "$ac_cpp_err"; then
6751     # Broken: success on invalid input.
6752     continue
6753     else
6754     echo "$as_me: failed program was:" >&5
6755     sed 's/^/| /' conftest.$ac_ext >&5
6756    
6757     # Passes both tests.
6758     ac_preproc_ok=:
6759     break
6760     fi
6761     rm -f conftest.err conftest.$ac_ext
6762    
6763     done
6764     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6765     rm -f conftest.err conftest.$ac_ext
6766     if $ac_preproc_ok; then
6767     :
6768     else
6769     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6770     See \`config.log' for more details." >&5
6771     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6772     See \`config.log' for more details." >&2;}
6773     { (exit 1); exit 1; }; }
6774     fi
6775    
6776     ac_ext=cc
6777     ac_cpp='$CXXCPP $CPPFLAGS'
6778     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6779     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6780     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6781    
6782    
6783     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6784     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6785     if test "${ac_cv_header_stdc+set}" = set; then
6786     echo $ECHO_N "(cached) $ECHO_C" >&6
6787     else
6788     cat >conftest.$ac_ext <<_ACEOF
6789     /* confdefs.h. */
6790     _ACEOF
6791     cat confdefs.h >>conftest.$ac_ext
6792     cat >>conftest.$ac_ext <<_ACEOF
6793     /* end confdefs.h. */
6794     #include <stdlib.h>
6795     #include <stdarg.h>
6796     #include <string.h>
6797     #include <float.h>
6798    
6799     int
6800     main ()
6801     {
6802    
6803     ;
6804     return 0;
6805     }
6806     _ACEOF
6807     rm -f conftest.$ac_objext
6808     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6809 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6810 pcg 1.1 ac_status=$?
6811 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6812     rm -f conftest.er1
6813     cat conftest.err >&5
6814 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815     (exit $ac_status); } &&
6816 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6817     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6818     (eval $ac_try) 2>&5
6819     ac_status=$?
6820     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6821     (exit $ac_status); }; } &&
6822     { ac_try='test -s conftest.$ac_objext'
6823 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6824     (eval $ac_try) 2>&5
6825     ac_status=$?
6826     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827     (exit $ac_status); }; }; then
6828     ac_cv_header_stdc=yes
6829     else
6830     echo "$as_me: failed program was:" >&5
6831     sed 's/^/| /' conftest.$ac_ext >&5
6832    
6833     ac_cv_header_stdc=no
6834     fi
6835 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6836 pcg 1.1
6837     if test $ac_cv_header_stdc = yes; then
6838     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6839     cat >conftest.$ac_ext <<_ACEOF
6840     /* confdefs.h. */
6841     _ACEOF
6842     cat confdefs.h >>conftest.$ac_ext
6843     cat >>conftest.$ac_ext <<_ACEOF
6844     /* end confdefs.h. */
6845     #include <string.h>
6846    
6847     _ACEOF
6848     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6849     $EGREP "memchr" >/dev/null 2>&1; then
6850     :
6851     else
6852     ac_cv_header_stdc=no
6853     fi
6854     rm -f conftest*
6855    
6856     fi
6857    
6858     if test $ac_cv_header_stdc = yes; then
6859     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6860     cat >conftest.$ac_ext <<_ACEOF
6861     /* confdefs.h. */
6862     _ACEOF
6863     cat confdefs.h >>conftest.$ac_ext
6864     cat >>conftest.$ac_ext <<_ACEOF
6865     /* end confdefs.h. */
6866     #include <stdlib.h>
6867    
6868     _ACEOF
6869     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6870     $EGREP "free" >/dev/null 2>&1; then
6871     :
6872     else
6873     ac_cv_header_stdc=no
6874     fi
6875     rm -f conftest*
6876    
6877     fi
6878    
6879     if test $ac_cv_header_stdc = yes; then
6880     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6881     if test "$cross_compiling" = yes; then
6882     :
6883     else
6884     cat >conftest.$ac_ext <<_ACEOF
6885     /* confdefs.h. */
6886     _ACEOF
6887     cat confdefs.h >>conftest.$ac_ext
6888     cat >>conftest.$ac_ext <<_ACEOF
6889     /* end confdefs.h. */
6890     #include <ctype.h>
6891     #if ((' ' & 0x0FF) == 0x020)
6892     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6893     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6894     #else
6895     # define ISLOWER(c) \
6896 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
6897     || ('j' <= (c) && (c) <= 'r') \
6898     || ('s' <= (c) && (c) <= 'z'))
6899 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6900     #endif
6901    
6902     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6903     int
6904     main ()
6905     {
6906     int i;
6907     for (i = 0; i < 256; i++)
6908     if (XOR (islower (i), ISLOWER (i))
6909 pcg 1.11 || toupper (i) != TOUPPER (i))
6910 pcg 1.1 exit(2);
6911     exit (0);
6912     }
6913     _ACEOF
6914     rm -f conftest$ac_exeext
6915     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6916     (eval $ac_link) 2>&5
6917     ac_status=$?
6918     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6919     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6920     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6921     (eval $ac_try) 2>&5
6922     ac_status=$?
6923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6924     (exit $ac_status); }; }; then
6925     :
6926     else
6927     echo "$as_me: program exited with status $ac_status" >&5
6928     echo "$as_me: failed program was:" >&5
6929     sed 's/^/| /' conftest.$ac_ext >&5
6930    
6931     ( exit $ac_status )
6932     ac_cv_header_stdc=no
6933     fi
6934     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6935     fi
6936     fi
6937     fi
6938     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6939     echo "${ECHO_T}$ac_cv_header_stdc" >&6
6940     if test $ac_cv_header_stdc = yes; then
6941    
6942     cat >>confdefs.h <<\_ACEOF
6943     #define STDC_HEADERS 1
6944     _ACEOF
6945    
6946     fi
6947    
6948     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6949    
6950    
6951    
6952    
6953    
6954    
6955    
6956    
6957    
6958     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6959 pcg 1.11 inttypes.h stdint.h unistd.h
6960 pcg 1.1 do
6961     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6962     echo "$as_me:$LINENO: checking for $ac_header" >&5
6963     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6964     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6965     echo $ECHO_N "(cached) $ECHO_C" >&6
6966     else
6967     cat >conftest.$ac_ext <<_ACEOF
6968     /* confdefs.h. */
6969     _ACEOF
6970     cat confdefs.h >>conftest.$ac_ext
6971     cat >>conftest.$ac_ext <<_ACEOF
6972     /* end confdefs.h. */
6973     $ac_includes_default
6974    
6975     #include <$ac_header>
6976     _ACEOF
6977     rm -f conftest.$ac_objext
6978     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6979 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6980 pcg 1.1 ac_status=$?
6981 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6982     rm -f conftest.er1
6983     cat conftest.err >&5
6984 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6985     (exit $ac_status); } &&
6986 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6987     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6988     (eval $ac_try) 2>&5
6989     ac_status=$?
6990     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991     (exit $ac_status); }; } &&
6992     { ac_try='test -s conftest.$ac_objext'
6993 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6994     (eval $ac_try) 2>&5
6995     ac_status=$?
6996     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997     (exit $ac_status); }; }; then
6998     eval "$as_ac_Header=yes"
6999     else
7000     echo "$as_me: failed program was:" >&5
7001     sed 's/^/| /' conftest.$ac_ext >&5
7002    
7003     eval "$as_ac_Header=no"
7004     fi
7005 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7006 pcg 1.1 fi
7007     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7008     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7009     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7010     cat >>confdefs.h <<_ACEOF
7011     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7012     _ACEOF
7013    
7014     fi
7015    
7016     done
7017    
7018    
7019    
7020 pcg 1.26
7021     for ac_header in ext/hash_map clocale
7022 pcg 1.1 do
7023     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7024     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7025     echo "$as_me:$LINENO: checking for $ac_header" >&5
7026     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7027     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7028     echo $ECHO_N "(cached) $ECHO_C" >&6
7029     fi
7030     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7031     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7032     else
7033     # Is the header compilable?
7034     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7035     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7036     cat >conftest.$ac_ext <<_ACEOF
7037     /* confdefs.h. */
7038     _ACEOF
7039     cat confdefs.h >>conftest.$ac_ext
7040     cat >>conftest.$ac_ext <<_ACEOF
7041     /* end confdefs.h. */
7042     $ac_includes_default
7043     #include <$ac_header>
7044     _ACEOF
7045     rm -f conftest.$ac_objext
7046     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7047 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7048 pcg 1.1 ac_status=$?
7049 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7050     rm -f conftest.er1
7051     cat conftest.err >&5
7052 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053     (exit $ac_status); } &&
7054 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7055     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7056     (eval $ac_try) 2>&5
7057     ac_status=$?
7058     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7059     (exit $ac_status); }; } &&
7060     { ac_try='test -s conftest.$ac_objext'
7061 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7062     (eval $ac_try) 2>&5
7063     ac_status=$?
7064     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7065     (exit $ac_status); }; }; then
7066     ac_header_compiler=yes
7067     else
7068     echo "$as_me: failed program was:" >&5
7069     sed 's/^/| /' conftest.$ac_ext >&5
7070    
7071     ac_header_compiler=no
7072     fi
7073 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7074 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7075     echo "${ECHO_T}$ac_header_compiler" >&6
7076    
7077     # Is the header present?
7078     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7079     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7080     cat >conftest.$ac_ext <<_ACEOF
7081     /* confdefs.h. */
7082     _ACEOF
7083     cat confdefs.h >>conftest.$ac_ext
7084     cat >>conftest.$ac_ext <<_ACEOF
7085     /* end confdefs.h. */
7086     #include <$ac_header>
7087     _ACEOF
7088     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7089     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7090     ac_status=$?
7091     grep -v '^ *+' conftest.er1 >conftest.err
7092     rm -f conftest.er1
7093     cat conftest.err >&5
7094     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7095     (exit $ac_status); } >/dev/null; then
7096     if test -s conftest.err; then
7097     ac_cpp_err=$ac_cxx_preproc_warn_flag
7098 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7099 pcg 1.1 else
7100     ac_cpp_err=
7101     fi
7102     else
7103     ac_cpp_err=yes
7104     fi
7105     if test -z "$ac_cpp_err"; then
7106     ac_header_preproc=yes
7107     else
7108     echo "$as_me: failed program was:" >&5
7109     sed 's/^/| /' conftest.$ac_ext >&5
7110    
7111     ac_header_preproc=no
7112     fi
7113     rm -f conftest.err conftest.$ac_ext
7114     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7115     echo "${ECHO_T}$ac_header_preproc" >&6
7116    
7117     # So? What about this header?
7118 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7119     yes:no: )
7120 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7121     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7122 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7123     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7124     ac_header_preproc=yes
7125 pcg 1.1 ;;
7126 pcg 1.11 no:yes:* )
7127 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7128     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7129 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7130     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7131     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7132     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7133     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7134     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7135 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7136     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7137 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7138     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7139 pcg 1.1 (
7140     cat <<\_ASBOX
7141 pcg 1.11 ## ------------------------------------------ ##
7142     ## Report this to the AC_PACKAGE_NAME lists. ##
7143     ## ------------------------------------------ ##
7144 pcg 1.1 _ASBOX
7145     ) |
7146     sed "s/^/$as_me: WARNING: /" >&2
7147     ;;
7148     esac
7149     echo "$as_me:$LINENO: checking for $ac_header" >&5
7150     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7151     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7152     echo $ECHO_N "(cached) $ECHO_C" >&6
7153     else
7154 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7155 pcg 1.1 fi
7156     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7157     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7158    
7159     fi
7160     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7161     cat >>confdefs.h <<_ACEOF
7162     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7163     _ACEOF
7164    
7165     fi
7166    
7167     done
7168    
7169    
7170    
7171    
7172    
7173    
7174    
7175    
7176    
7177    
7178    
7179    
7180    
7181    
7182    
7183    
7184    
7185    
7186     for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7187 pcg 1.13 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7188 pcg 1.11 sys/mman.h netinet/in.h
7189 pcg 1.1 do
7190     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7191     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7192     echo "$as_me:$LINENO: checking for $ac_header" >&5
7193     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7194     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7195     echo $ECHO_N "(cached) $ECHO_C" >&6
7196     fi
7197     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7198     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7199     else
7200     # Is the header compilable?
7201     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7202     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7203     cat >conftest.$ac_ext <<_ACEOF
7204     /* confdefs.h. */
7205     _ACEOF
7206     cat confdefs.h >>conftest.$ac_ext
7207     cat >>conftest.$ac_ext <<_ACEOF
7208     /* end confdefs.h. */
7209     $ac_includes_default
7210     #include <$ac_header>
7211     _ACEOF
7212     rm -f conftest.$ac_objext
7213     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7214 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7215 pcg 1.1 ac_status=$?
7216 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7217     rm -f conftest.er1
7218     cat conftest.err >&5
7219 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7220     (exit $ac_status); } &&
7221 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7222     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7223     (eval $ac_try) 2>&5
7224     ac_status=$?
7225     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7226     (exit $ac_status); }; } &&
7227     { ac_try='test -s conftest.$ac_objext'
7228 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7229     (eval $ac_try) 2>&5
7230     ac_status=$?
7231     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7232     (exit $ac_status); }; }; then
7233     ac_header_compiler=yes
7234     else
7235     echo "$as_me: failed program was:" >&5
7236     sed 's/^/| /' conftest.$ac_ext >&5
7237    
7238     ac_header_compiler=no
7239     fi
7240 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7241 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7242     echo "${ECHO_T}$ac_header_compiler" >&6
7243    
7244     # Is the header present?
7245     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7246     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7247     cat >conftest.$ac_ext <<_ACEOF
7248     /* confdefs.h. */
7249     _ACEOF
7250     cat confdefs.h >>conftest.$ac_ext
7251     cat >>conftest.$ac_ext <<_ACEOF
7252     /* end confdefs.h. */
7253     #include <$ac_header>
7254     _ACEOF
7255     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7256     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7257     ac_status=$?
7258     grep -v '^ *+' conftest.er1 >conftest.err
7259     rm -f conftest.er1
7260     cat conftest.err >&5
7261     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7262     (exit $ac_status); } >/dev/null; then
7263     if test -s conftest.err; then
7264     ac_cpp_err=$ac_cxx_preproc_warn_flag
7265 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7266 pcg 1.1 else
7267     ac_cpp_err=
7268     fi
7269     else
7270     ac_cpp_err=yes
7271     fi
7272     if test -z "$ac_cpp_err"; then
7273     ac_header_preproc=yes
7274     else
7275     echo "$as_me: failed program was:" >&5
7276     sed 's/^/| /' conftest.$ac_ext >&5
7277    
7278     ac_header_preproc=no
7279     fi
7280     rm -f conftest.err conftest.$ac_ext
7281     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7282     echo "${ECHO_T}$ac_header_preproc" >&6
7283    
7284     # So? What about this header?
7285 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7286     yes:no: )
7287 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7288     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7289 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7290     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7291     ac_header_preproc=yes
7292 pcg 1.1 ;;
7293 pcg 1.11 no:yes:* )
7294 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7295     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7296 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7297     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7298     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7299     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7300     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7301     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7302 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7303     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7304 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7305     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7306 pcg 1.1 (
7307     cat <<\_ASBOX
7308 pcg 1.11 ## ------------------------------------------ ##
7309     ## Report this to the AC_PACKAGE_NAME lists. ##
7310     ## ------------------------------------------ ##
7311 pcg 1.1 _ASBOX
7312     ) |
7313     sed "s/^/$as_me: WARNING: /" >&2
7314     ;;
7315     esac
7316     echo "$as_me:$LINENO: checking for $ac_header" >&5
7317     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7318     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7319     echo $ECHO_N "(cached) $ECHO_C" >&6
7320     else
7321 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7322 pcg 1.1 fi
7323     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7324     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7325    
7326     fi
7327     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7328     cat >>confdefs.h <<_ACEOF
7329     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7330     _ACEOF
7331    
7332     fi
7333    
7334     done
7335    
7336    
7337    
7338    
7339    
7340    
7341 pcg 1.13
7342     for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7343 pcg 1.1 do
7344     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7345     echo "$as_me:$LINENO: checking for $ac_header" >&5
7346     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7347     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7348     echo $ECHO_N "(cached) $ECHO_C" >&6
7349     else
7350     cat >conftest.$ac_ext <<_ACEOF
7351     /* confdefs.h. */
7352     _ACEOF
7353     cat confdefs.h >>conftest.$ac_ext
7354     cat >>conftest.$ac_ext <<_ACEOF
7355     /* end confdefs.h. */
7356    
7357     #include <sys/types.h>
7358     #include <sys/socket.h>
7359     #ifdef HAVE_NETINET_IN_H
7360     # include <netinet/in.h>
7361     #endif
7362     #ifdef HAVE_ARPA_INET_H
7363     # include <arpa/inet.h>
7364     #endif
7365     #ifdef HAVE_NETINET_IN_SYSTM_H
7366     # include <netinet/in_systm.h>
7367     #endif
7368    
7369    
7370     #include <$ac_header>
7371     _ACEOF
7372     rm -f conftest.$ac_objext
7373     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7374 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7375 pcg 1.1 ac_status=$?
7376 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7377     rm -f conftest.er1
7378     cat conftest.err >&5
7379 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7380     (exit $ac_status); } &&
7381 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7382     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7383     (eval $ac_try) 2>&5
7384     ac_status=$?
7385     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7386     (exit $ac_status); }; } &&
7387     { ac_try='test -s conftest.$ac_objext'
7388 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7389     (eval $ac_try) 2>&5
7390     ac_status=$?
7391     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7392     (exit $ac_status); }; }; then
7393     eval "$as_ac_Header=yes"
7394     else
7395     echo "$as_me: failed program was:" >&5
7396     sed 's/^/| /' conftest.$ac_ext >&5
7397    
7398     eval "$as_ac_Header=no"
7399     fi
7400 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7401 pcg 1.1 fi
7402     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7403     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7404     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7405     cat >>confdefs.h <<_ACEOF
7406     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7407     _ACEOF
7408    
7409     fi
7410    
7411     done
7412    
7413    
7414     echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7415     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7416     if test "${ac_cv_c_const+set}" = set; then
7417     echo $ECHO_N "(cached) $ECHO_C" >&6
7418     else
7419     cat >conftest.$ac_ext <<_ACEOF
7420     /* confdefs.h. */
7421     _ACEOF
7422     cat confdefs.h >>conftest.$ac_ext
7423     cat >>conftest.$ac_ext <<_ACEOF
7424     /* end confdefs.h. */
7425    
7426     int
7427     main ()
7428     {
7429     /* FIXME: Include the comments suggested by Paul. */
7430     #ifndef __cplusplus
7431     /* Ultrix mips cc rejects this. */
7432     typedef int charset[2];
7433     const charset x;
7434     /* SunOS 4.1.1 cc rejects this. */
7435     char const *const *ccp;
7436     char **p;
7437     /* NEC SVR4.0.2 mips cc rejects this. */
7438     struct point {int x, y;};
7439     static struct point const zero = {0,0};
7440     /* AIX XL C 1.02.0.0 rejects this.
7441     It does not let you subtract one const X* pointer from another in
7442     an arm of an if-expression whose if-part is not a constant
7443     expression */
7444     const char *g = "string";
7445     ccp = &g + (g ? g-g : 0);
7446     /* HPUX 7.0 cc rejects these. */
7447     ++ccp;
7448     p = (char**) ccp;
7449     ccp = (char const *const *) p;
7450     { /* SCO 3.2v4 cc rejects this. */
7451     char *t;
7452     char const *s = 0 ? (char *) 0 : (char const *) 0;
7453    
7454     *t++ = 0;
7455     }
7456     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7457     int x[] = {25, 17};
7458     const int *foo = &x[0];
7459     ++foo;
7460     }
7461     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7462     typedef const int *iptr;
7463     iptr p = 0;
7464     ++p;
7465     }
7466     { /* AIX XL C 1.02.0.0 rejects this saying
7467     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7468     struct s { int j; const int *ap[3]; };
7469     struct s *b; b->j = 5;
7470     }
7471     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7472     const int foo = 10;
7473     }
7474     #endif
7475    
7476     ;
7477     return 0;
7478     }
7479     _ACEOF
7480     rm -f conftest.$ac_objext
7481     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7482 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7483 pcg 1.1 ac_status=$?
7484 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7485     rm -f conftest.er1
7486     cat conftest.err >&5
7487 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7488     (exit $ac_status); } &&
7489 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7490     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7491     (eval $ac_try) 2>&5
7492     ac_status=$?
7493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7494     (exit $ac_status); }; } &&
7495     { ac_try='test -s conftest.$ac_objext'
7496 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7497     (eval $ac_try) 2>&5
7498     ac_status=$?
7499     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7500     (exit $ac_status); }; }; then
7501     ac_cv_c_const=yes
7502     else
7503     echo "$as_me: failed program was:" >&5
7504     sed 's/^/| /' conftest.$ac_ext >&5
7505    
7506     ac_cv_c_const=no
7507     fi
7508 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7509 pcg 1.1 fi
7510     echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7511     echo "${ECHO_T}$ac_cv_c_const" >&6
7512     if test $ac_cv_c_const = no; then
7513    
7514     cat >>confdefs.h <<\_ACEOF
7515     #define const
7516     _ACEOF
7517    
7518     fi
7519    
7520     echo "$as_me:$LINENO: checking for pid_t" >&5
7521     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7522     if test "${ac_cv_type_pid_t+set}" = set; then
7523     echo $ECHO_N "(cached) $ECHO_C" >&6
7524     else
7525     cat >conftest.$ac_ext <<_ACEOF
7526     /* confdefs.h. */
7527     _ACEOF
7528     cat confdefs.h >>conftest.$ac_ext
7529     cat >>conftest.$ac_ext <<_ACEOF
7530     /* end confdefs.h. */
7531     $ac_includes_default
7532     int
7533     main ()
7534     {
7535     if ((pid_t *) 0)
7536     return 0;
7537     if (sizeof (pid_t))
7538     return 0;
7539     ;
7540     return 0;
7541     }
7542     _ACEOF
7543     rm -f conftest.$ac_objext
7544     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7545 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7546 pcg 1.1 ac_status=$?
7547 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7548     rm -f conftest.er1
7549     cat conftest.err >&5
7550 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7551     (exit $ac_status); } &&
7552 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7553     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7554     (eval $ac_try) 2>&5
7555     ac_status=$?
7556     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7557     (exit $ac_status); }; } &&
7558     { ac_try='test -s conftest.$ac_objext'
7559 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7560     (eval $ac_try) 2>&5
7561     ac_status=$?
7562     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7563     (exit $ac_status); }; }; then
7564     ac_cv_type_pid_t=yes
7565     else
7566     echo "$as_me: failed program was:" >&5
7567     sed 's/^/| /' conftest.$ac_ext >&5
7568    
7569     ac_cv_type_pid_t=no
7570     fi
7571 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7572 pcg 1.1 fi
7573     echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7574     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7575     if test $ac_cv_type_pid_t = yes; then
7576     :
7577     else
7578    
7579     cat >>confdefs.h <<_ACEOF
7580     #define pid_t int
7581     _ACEOF
7582    
7583     fi
7584    
7585     echo "$as_me:$LINENO: checking for size_t" >&5
7586     echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7587     if test "${ac_cv_type_size_t+set}" = set; then
7588     echo $ECHO_N "(cached) $ECHO_C" >&6
7589     else
7590     cat >conftest.$ac_ext <<_ACEOF
7591     /* confdefs.h. */
7592     _ACEOF
7593     cat confdefs.h >>conftest.$ac_ext
7594     cat >>conftest.$ac_ext <<_ACEOF
7595     /* end confdefs.h. */
7596     $ac_includes_default
7597     int
7598     main ()
7599     {
7600     if ((size_t *) 0)
7601     return 0;
7602     if (sizeof (size_t))
7603     return 0;
7604     ;
7605     return 0;
7606     }
7607     _ACEOF
7608     rm -f conftest.$ac_objext
7609     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7610 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7611 pcg 1.1 ac_status=$?
7612 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7613     rm -f conftest.er1
7614     cat conftest.err >&5
7615 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7616     (exit $ac_status); } &&
7617 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7618     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7619     (eval $ac_try) 2>&5
7620     ac_status=$?
7621     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7622     (exit $ac_status); }; } &&
7623     { ac_try='test -s conftest.$ac_objext'
7624 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7625     (eval $ac_try) 2>&5
7626     ac_status=$?
7627     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7628     (exit $ac_status); }; }; then
7629     ac_cv_type_size_t=yes
7630     else
7631     echo "$as_me: failed program was:" >&5
7632     sed 's/^/| /' conftest.$ac_ext >&5
7633    
7634     ac_cv_type_size_t=no
7635     fi
7636 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7637 pcg 1.1 fi
7638     echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7639     echo "${ECHO_T}$ac_cv_type_size_t" >&6
7640     if test $ac_cv_type_size_t = yes; then
7641     :
7642     else
7643    
7644     cat >>confdefs.h <<_ACEOF
7645     #define size_t unsigned
7646     _ACEOF
7647    
7648     fi
7649    
7650     echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7651     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7652     if test "${ac_cv_header_time+set}" = set; then
7653     echo $ECHO_N "(cached) $ECHO_C" >&6
7654     else
7655     cat >conftest.$ac_ext <<_ACEOF
7656     /* confdefs.h. */
7657     _ACEOF
7658     cat confdefs.h >>conftest.$ac_ext
7659     cat >>conftest.$ac_ext <<_ACEOF
7660     /* end confdefs.h. */
7661     #include <sys/types.h>
7662     #include <sys/time.h>
7663     #include <time.h>
7664    
7665     int
7666     main ()
7667     {
7668     if ((struct tm *) 0)
7669     return 0;
7670     ;
7671     return 0;
7672     }
7673     _ACEOF
7674     rm -f conftest.$ac_objext
7675     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7676 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7677 pcg 1.1 ac_status=$?
7678 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7679     rm -f conftest.er1
7680     cat conftest.err >&5
7681 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682     (exit $ac_status); } &&
7683 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7684     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7685     (eval $ac_try) 2>&5
7686     ac_status=$?
7687     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7688     (exit $ac_status); }; } &&
7689     { ac_try='test -s conftest.$ac_objext'
7690 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7691     (eval $ac_try) 2>&5
7692     ac_status=$?
7693     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7694     (exit $ac_status); }; }; then
7695     ac_cv_header_time=yes
7696     else
7697     echo "$as_me: failed program was:" >&5
7698     sed 's/^/| /' conftest.$ac_ext >&5
7699    
7700     ac_cv_header_time=no
7701     fi
7702 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7703 pcg 1.1 fi
7704     echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7705     echo "${ECHO_T}$ac_cv_header_time" >&6
7706     if test $ac_cv_header_time = yes; then
7707    
7708     cat >>confdefs.h <<\_ACEOF
7709     #define TIME_WITH_SYS_TIME 1
7710     _ACEOF
7711    
7712     fi
7713    
7714     echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7715     echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7716     if test "${ac_cv_struct_tm+set}" = set; then
7717     echo $ECHO_N "(cached) $ECHO_C" >&6
7718     else
7719     cat >conftest.$ac_ext <<_ACEOF
7720     /* confdefs.h. */
7721     _ACEOF
7722     cat confdefs.h >>conftest.$ac_ext
7723     cat >>conftest.$ac_ext <<_ACEOF
7724     /* end confdefs.h. */
7725     #include <sys/types.h>
7726     #include <time.h>
7727    
7728     int
7729     main ()
7730     {
7731     struct tm *tp; tp->tm_sec;
7732     ;
7733     return 0;
7734     }
7735     _ACEOF
7736     rm -f conftest.$ac_objext
7737     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7738 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7739 pcg 1.1 ac_status=$?
7740 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7741     rm -f conftest.er1
7742     cat conftest.err >&5
7743 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7744     (exit $ac_status); } &&
7745 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7746     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7747     (eval $ac_try) 2>&5
7748     ac_status=$?
7749     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750     (exit $ac_status); }; } &&
7751     { ac_try='test -s conftest.$ac_objext'
7752 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7753     (eval $ac_try) 2>&5
7754     ac_status=$?
7755     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756     (exit $ac_status); }; }; then
7757     ac_cv_struct_tm=time.h
7758     else
7759     echo "$as_me: failed program was:" >&5
7760     sed 's/^/| /' conftest.$ac_ext >&5
7761    
7762     ac_cv_struct_tm=sys/time.h
7763     fi
7764 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7765 pcg 1.1 fi
7766     echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7767     echo "${ECHO_T}$ac_cv_struct_tm" >&6
7768     if test $ac_cv_struct_tm = sys/time.h; then
7769    
7770     cat >>confdefs.h <<\_ACEOF
7771     #define TM_IN_SYS_TIME 1
7772     _ACEOF
7773    
7774     fi
7775    
7776    
7777     echo "$as_me:$LINENO: checking for socklen_t" >&5
7778     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7779     if test "${ac_cv_type_socklen_t+set}" = set; then
7780     echo $ECHO_N "(cached) $ECHO_C" >&6
7781     else
7782    
7783     cat >conftest.$ac_ext <<_ACEOF
7784     /* confdefs.h. */
7785     _ACEOF
7786     cat confdefs.h >>conftest.$ac_ext
7787     cat >>conftest.$ac_ext <<_ACEOF
7788     /* end confdefs.h. */
7789     #include <sys/types.h>
7790     #include <sys/socket.h>
7791     int
7792     main ()
7793     {
7794     socklen_t len = 42; return len;
7795     ;
7796     return 0;
7797     }
7798     _ACEOF
7799     rm -f conftest.$ac_objext
7800     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7801 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7802 pcg 1.1 ac_status=$?
7803 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7804     rm -f conftest.er1
7805     cat conftest.err >&5
7806 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7807     (exit $ac_status); } &&
7808 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7809     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7810     (eval $ac_try) 2>&5
7811     ac_status=$?
7812     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813     (exit $ac_status); }; } &&
7814     { ac_try='test -s conftest.$ac_objext'
7815 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7816     (eval $ac_try) 2>&5
7817     ac_status=$?
7818     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7819     (exit $ac_status); }; }; then
7820     ac_cv_type_socklen_t=yes
7821     else
7822     echo "$as_me: failed program was:" >&5
7823     sed 's/^/| /' conftest.$ac_ext >&5
7824    
7825     ac_cv_type_socklen_t=no
7826     fi
7827 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7828 pcg 1.1
7829     fi
7830     echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7831     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7832     if test $ac_cv_type_socklen_t = yes; then
7833    
7834     cat >>confdefs.h <<\_ACEOF
7835     #define HAVE_SOCKLEN_T 1
7836     _ACEOF
7837    
7838     fi
7839    
7840     echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7841     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7842     if test "${ac_cv_struct_addrinfo+set}" = set; then
7843     echo $ECHO_N "(cached) $ECHO_C" >&6
7844     else
7845    
7846     cat >conftest.$ac_ext <<_ACEOF
7847     /* confdefs.h. */
7848     _ACEOF
7849     cat confdefs.h >>conftest.$ac_ext
7850     cat >>conftest.$ac_ext <<_ACEOF
7851     /* end confdefs.h. */
7852     #include <sys/types.h>
7853     #include <sys/socket.h>
7854     #include <netdb.h>
7855     int
7856     main ()
7857     {
7858     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7859     ;
7860     return 0;
7861     }
7862     _ACEOF
7863     rm -f conftest.$ac_objext
7864     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7865 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7866 pcg 1.1 ac_status=$?
7867 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7868     rm -f conftest.er1
7869     cat conftest.err >&5
7870 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7871     (exit $ac_status); } &&
7872 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7873     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7874     (eval $ac_try) 2>&5
7875     ac_status=$?
7876     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7877     (exit $ac_status); }; } &&
7878     { ac_try='test -s conftest.$ac_objext'
7879 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7880     (eval $ac_try) 2>&5
7881     ac_status=$?
7882     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7883     (exit $ac_status); }; }; then
7884     ac_cv_struct_addrinfo=yes
7885     else
7886     echo "$as_me: failed program was:" >&5
7887     sed 's/^/| /' conftest.$ac_ext >&5
7888    
7889     ac_cv_struct_addrinfo=no
7890     fi
7891 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7892 pcg 1.1
7893     fi
7894     echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7895     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7896     if test $ac_cv_struct_addrinfo = yes; then
7897    
7898     cat >>confdefs.h <<\_ACEOF
7899     #define HAVE_STRUCT_ADDRINFO 1
7900     _ACEOF
7901    
7902     fi
7903    
7904     echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7905     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7906     if test "${ac_cv_type_signal+set}" = set; then
7907     echo $ECHO_N "(cached) $ECHO_C" >&6
7908     else
7909     cat >conftest.$ac_ext <<_ACEOF
7910     /* confdefs.h. */
7911     _ACEOF
7912     cat confdefs.h >>conftest.$ac_ext
7913     cat >>conftest.$ac_ext <<_ACEOF
7914     /* end confdefs.h. */
7915     #include <sys/types.h>
7916     #include <signal.h>
7917     #ifdef signal
7918     # undef signal
7919     #endif
7920     #ifdef __cplusplus
7921     extern "C" void (*signal (int, void (*)(int)))(int);
7922     #else
7923     void (*signal ()) ();
7924     #endif
7925    
7926     int
7927     main ()
7928     {
7929     int i;
7930     ;
7931     return 0;
7932     }
7933     _ACEOF
7934     rm -f conftest.$ac_objext
7935     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7936 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7937 pcg 1.1 ac_status=$?
7938 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7939     rm -f conftest.er1
7940     cat conftest.err >&5
7941 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7942     (exit $ac_status); } &&
7943 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7944     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7945     (eval $ac_try) 2>&5
7946     ac_status=$?
7947     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7948     (exit $ac_status); }; } &&
7949     { ac_try='test -s conftest.$ac_objext'
7950 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7951     (eval $ac_try) 2>&5
7952     ac_status=$?
7953     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7954     (exit $ac_status); }; }; then
7955     ac_cv_type_signal=void
7956     else
7957     echo "$as_me: failed program was:" >&5
7958     sed 's/^/| /' conftest.$ac_ext >&5
7959    
7960     ac_cv_type_signal=int
7961     fi
7962 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7963 pcg 1.1 fi
7964     echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7965     echo "${ECHO_T}$ac_cv_type_signal" >&6
7966    
7967     cat >>confdefs.h <<_ACEOF
7968     #define RETSIGTYPE $ac_cv_type_signal
7969     _ACEOF
7970    
7971    
7972    
7973     ac_ext=c
7974     ac_cpp='$CPP $CPPFLAGS'
7975     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7976     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7977     ac_compiler_gnu=$ac_cv_c_compiler_gnu
7978    
7979    
7980     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7981     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7982     if test "${ac_cv_header_stdc+set}" = set; then
7983     echo $ECHO_N "(cached) $ECHO_C" >&6
7984     else
7985     cat >conftest.$ac_ext <<_ACEOF
7986     /* confdefs.h. */
7987     _ACEOF
7988     cat confdefs.h >>conftest.$ac_ext
7989     cat >>conftest.$ac_ext <<_ACEOF
7990     /* end confdefs.h. */
7991     #include <stdlib.h>
7992     #include <stdarg.h>
7993     #include <string.h>
7994     #include <float.h>
7995    
7996     int
7997     main ()
7998     {
7999    
8000     ;
8001     return 0;
8002     }
8003     _ACEOF
8004     rm -f conftest.$ac_objext
8005     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8006 pcg 1.11 (eval $ac_compile) 2>conftest.er1
8007 pcg 1.1 ac_status=$?
8008 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8009     rm -f conftest.er1
8010     cat conftest.err >&5
8011 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012     (exit $ac_status); } &&
8013 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8014     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8015     (eval $ac_try) 2>&5
8016     ac_status=$?
8017     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8018     (exit $ac_status); }; } &&
8019     { ac_try='test -s conftest.$ac_objext'
8020 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8021     (eval $ac_try) 2>&5
8022     ac_status=$?
8023     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8024     (exit $ac_status); }; }; then
8025     ac_cv_header_stdc=yes
8026     else
8027     echo "$as_me: failed program was:" >&5
8028     sed 's/^/| /' conftest.$ac_ext >&5
8029    
8030     ac_cv_header_stdc=no
8031     fi
8032 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8033 pcg 1.1
8034     if test $ac_cv_header_stdc = yes; then
8035     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8036     cat >conftest.$ac_ext <<_ACEOF
8037     /* confdefs.h. */
8038     _ACEOF
8039     cat confdefs.h >>conftest.$ac_ext
8040     cat >>conftest.$ac_ext <<_ACEOF
8041     /* end confdefs.h. */
8042     #include <string.h>
8043    
8044     _ACEOF
8045     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8046     $EGREP "memchr" >/dev/null 2>&1; then
8047     :
8048     else
8049     ac_cv_header_stdc=no
8050     fi
8051     rm -f conftest*
8052    
8053     fi
8054    
8055     if test $ac_cv_header_stdc = yes; then
8056     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8057     cat >conftest.$ac_ext <<_ACEOF
8058     /* confdefs.h. */
8059     _ACEOF
8060     cat confdefs.h >>conftest.$ac_ext
8061     cat >>conftest.$ac_ext <<_ACEOF
8062     /* end confdefs.h. */
8063     #include <stdlib.h>
8064    
8065     _ACEOF
8066     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8067     $EGREP "free" >/dev/null 2>&1; then
8068     :
8069     else
8070     ac_cv_header_stdc=no
8071     fi
8072     rm -f conftest*
8073    
8074     fi
8075    
8076     if test $ac_cv_header_stdc = yes; then
8077     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8078     if test "$cross_compiling" = yes; then
8079     :
8080     else
8081     cat >conftest.$ac_ext <<_ACEOF
8082     /* confdefs.h. */
8083     _ACEOF
8084     cat confdefs.h >>conftest.$ac_ext
8085     cat >>conftest.$ac_ext <<_ACEOF
8086     /* end confdefs.h. */
8087     #include <ctype.h>
8088     #if ((' ' & 0x0FF) == 0x020)
8089     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8090     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8091     #else
8092     # define ISLOWER(c) \
8093 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
8094     || ('j' <= (c) && (c) <= 'r') \
8095     || ('s' <= (c) && (c) <= 'z'))
8096 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8097     #endif
8098    
8099     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8100     int
8101     main ()
8102     {
8103     int i;
8104     for (i = 0; i < 256; i++)
8105     if (XOR (islower (i), ISLOWER (i))
8106 pcg 1.11 || toupper (i) != TOUPPER (i))
8107 pcg 1.1 exit(2);
8108     exit (0);
8109     }
8110     _ACEOF
8111     rm -f conftest$ac_exeext
8112     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8113     (eval $ac_link) 2>&5
8114     ac_status=$?
8115     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8116     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8117     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8118     (eval $ac_try) 2>&5
8119     ac_status=$?
8120     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8121     (exit $ac_status); }; }; then
8122     :
8123     else
8124     echo "$as_me: program exited with status $ac_status" >&5
8125     echo "$as_me: failed program was:" >&5
8126     sed 's/^/| /' conftest.$ac_ext >&5
8127    
8128     ( exit $ac_status )
8129     ac_cv_header_stdc=no
8130     fi
8131     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8132     fi
8133     fi
8134     fi
8135     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8136     echo "${ECHO_T}$ac_cv_header_stdc" >&6
8137     if test $ac_cv_header_stdc = yes; then
8138    
8139     cat >>confdefs.h <<\_ACEOF
8140     #define STDC_HEADERS 1
8141     _ACEOF
8142    
8143     fi
8144    
8145    
8146    
8147    
8148    
8149    
8150    
8151    
8152    
8153    
8154    
8155    
8156 pcg 1.11 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8157 pcg 1.1 do
8158     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8159     echo "$as_me:$LINENO: checking for $ac_func" >&5
8160     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8161     if eval "test \"\${$as_ac_var+set}\" = set"; then
8162     echo $ECHO_N "(cached) $ECHO_C" >&6
8163     else
8164     cat >conftest.$ac_ext <<_ACEOF
8165     /* confdefs.h. */
8166     _ACEOF
8167     cat confdefs.h >>conftest.$ac_ext
8168     cat >>conftest.$ac_ext <<_ACEOF
8169     /* end confdefs.h. */
8170 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8171     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8172     #define $ac_func innocuous_$ac_func
8173    
8174 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8175     which can conflict with char $ac_func (); below.
8176     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8177     <limits.h> exists even on freestanding compilers. */
8178 pcg 1.11
8179 pcg 1.1 #ifdef __STDC__
8180     # include <limits.h>
8181     #else
8182     # include <assert.h>
8183     #endif
8184 pcg 1.11
8185     #undef $ac_func
8186    
8187 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8188     #ifdef __cplusplus
8189     extern "C"
8190     {
8191     #endif
8192     /* We use char because int might match the return type of a gcc2
8193     builtin and then its argument prototype would still apply. */
8194     char $ac_func ();
8195     /* The GNU C library defines this for functions which it implements
8196     to always fail with ENOSYS. Some functions are actually named
8197     something starting with __ and the normal name is an alias. */
8198     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8199     choke me
8200     #else
8201     char (*f) () = $ac_func;
8202     #endif
8203     #ifdef __cplusplus
8204     }
8205     #endif
8206    
8207     int
8208     main ()
8209     {
8210     return f != $ac_func;
8211     ;
8212     return 0;
8213     }
8214     _ACEOF
8215     rm -f conftest.$ac_objext conftest$ac_exeext
8216     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8217 pcg 1.11 (eval $ac_link) 2>conftest.er1
8218 pcg 1.1 ac_status=$?
8219 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8220     rm -f conftest.er1
8221     cat conftest.err >&5
8222 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223     (exit $ac_status); } &&
8224 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8225     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8226     (eval $ac_try) 2>&5
8227     ac_status=$?
8228     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229     (exit $ac_status); }; } &&
8230     { ac_try='test -s conftest$ac_exeext'
8231 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8232     (eval $ac_try) 2>&5
8233     ac_status=$?
8234     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8235     (exit $ac_status); }; }; then
8236     eval "$as_ac_var=yes"
8237     else
8238     echo "$as_me: failed program was:" >&5
8239     sed 's/^/| /' conftest.$ac_ext >&5
8240    
8241     eval "$as_ac_var=no"
8242     fi
8243 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8244     conftest$ac_exeext conftest.$ac_ext
8245 pcg 1.1 fi
8246     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8247     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8248     if test `eval echo '${'$as_ac_var'}'` = yes; then
8249     cat >>confdefs.h <<_ACEOF
8250     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8251     _ACEOF
8252    
8253     fi
8254     done
8255    
8256    
8257     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8258     # for constant arguments. Useless!
8259     echo "$as_me:$LINENO: checking for working alloca.h" >&5
8260     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8261     if test "${ac_cv_working_alloca_h+set}" = set; then
8262     echo $ECHO_N "(cached) $ECHO_C" >&6
8263     else
8264     cat >conftest.$ac_ext <<_ACEOF
8265     /* confdefs.h. */
8266     _ACEOF
8267     cat confdefs.h >>conftest.$ac_ext
8268     cat >>conftest.$ac_ext <<_ACEOF
8269     /* end confdefs.h. */
8270     #include <alloca.h>
8271     int
8272     main ()
8273     {
8274     char *p = (char *) alloca (2 * sizeof (int));
8275     ;
8276     return 0;
8277     }
8278     _ACEOF
8279     rm -f conftest.$ac_objext conftest$ac_exeext
8280     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8281 pcg 1.11 (eval $ac_link) 2>conftest.er1
8282 pcg 1.1 ac_status=$?
8283 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8284     rm -f conftest.er1
8285     cat conftest.err >&5
8286 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287     (exit $ac_status); } &&
8288 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8289     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8290     (eval $ac_try) 2>&5
8291     ac_status=$?
8292     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8293     (exit $ac_status); }; } &&
8294     { ac_try='test -s conftest$ac_exeext'
8295 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8296     (eval $ac_try) 2>&5
8297     ac_status=$?
8298     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8299     (exit $ac_status); }; }; then
8300     ac_cv_working_alloca_h=yes
8301     else
8302     echo "$as_me: failed program was:" >&5
8303     sed 's/^/| /' conftest.$ac_ext >&5
8304    
8305     ac_cv_working_alloca_h=no
8306     fi
8307 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8308     conftest$ac_exeext conftest.$ac_ext
8309 pcg 1.1 fi
8310     echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8311     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8312     if test $ac_cv_working_alloca_h = yes; then
8313    
8314     cat >>confdefs.h <<\_ACEOF
8315     #define HAVE_ALLOCA_H 1
8316     _ACEOF
8317    
8318     fi
8319    
8320     echo "$as_me:$LINENO: checking for alloca" >&5
8321     echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8322     if test "${ac_cv_func_alloca_works+set}" = set; then
8323     echo $ECHO_N "(cached) $ECHO_C" >&6
8324     else
8325     cat >conftest.$ac_ext <<_ACEOF
8326     /* confdefs.h. */
8327     _ACEOF
8328     cat confdefs.h >>conftest.$ac_ext
8329     cat >>conftest.$ac_ext <<_ACEOF
8330     /* end confdefs.h. */
8331     #ifdef __GNUC__
8332     # define alloca __builtin_alloca
8333     #else
8334     # ifdef _MSC_VER
8335     # include <malloc.h>
8336     # define alloca _alloca
8337     # else
8338     # if HAVE_ALLOCA_H
8339     # include <alloca.h>
8340     # else
8341     # ifdef _AIX
8342     #pragma alloca
8343     # else
8344     # ifndef alloca /* predefined by HP cc +Olibcalls */
8345     char *alloca ();
8346     # endif
8347     # endif
8348     # endif
8349     # endif
8350     #endif
8351    
8352     int
8353     main ()
8354     {
8355     char *p = (char *) alloca (1);
8356     ;
8357     return 0;
8358     }
8359     _ACEOF
8360     rm -f conftest.$ac_objext conftest$ac_exeext
8361     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8362 pcg 1.11 (eval $ac_link) 2>conftest.er1
8363 pcg 1.1 ac_status=$?
8364 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8365     rm -f conftest.er1
8366     cat conftest.err >&5
8367 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8368     (exit $ac_status); } &&
8369 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8370     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8371     (eval $ac_try) 2>&5
8372     ac_status=$?
8373     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8374     (exit $ac_status); }; } &&
8375     { ac_try='test -s conftest$ac_exeext'
8376 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8377     (eval $ac_try) 2>&5
8378     ac_status=$?
8379     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8380     (exit $ac_status); }; }; then
8381     ac_cv_func_alloca_works=yes
8382     else
8383     echo "$as_me: failed program was:" >&5
8384     sed 's/^/| /' conftest.$ac_ext >&5
8385    
8386     ac_cv_func_alloca_works=no
8387     fi
8388 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8389     conftest$ac_exeext conftest.$ac_ext
8390 pcg 1.1 fi
8391     echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8392     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8393    
8394     if test $ac_cv_func_alloca_works = yes; then
8395    
8396     cat >>confdefs.h <<\_ACEOF
8397     #define HAVE_ALLOCA 1
8398     _ACEOF
8399    
8400     else
8401     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8402     # that cause trouble. Some versions do not even contain alloca or
8403     # contain a buggy version. If you still want to use their alloca,
8404     # use ar to extract alloca.o from them instead of compiling alloca.c.
8405    
8406     ALLOCA=alloca.$ac_objext
8407    
8408     cat >>confdefs.h <<\_ACEOF
8409     #define C_ALLOCA 1
8410     _ACEOF
8411    
8412    
8413     echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8414     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8415     if test "${ac_cv_os_cray+set}" = set; then
8416     echo $ECHO_N "(cached) $ECHO_C" >&6
8417     else
8418     cat >conftest.$ac_ext <<_ACEOF
8419     /* confdefs.h. */
8420     _ACEOF
8421     cat confdefs.h >>conftest.$ac_ext
8422     cat >>conftest.$ac_ext <<_ACEOF
8423     /* end confdefs.h. */
8424     #if defined(CRAY) && ! defined(CRAY2)
8425     webecray
8426     #else
8427     wenotbecray
8428     #endif
8429    
8430     _ACEOF
8431     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8432     $EGREP "webecray" >/dev/null 2>&1; then
8433     ac_cv_os_cray=yes
8434     else
8435     ac_cv_os_cray=no
8436     fi
8437     rm -f conftest*
8438    
8439     fi
8440     echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8441     echo "${ECHO_T}$ac_cv_os_cray" >&6
8442     if test $ac_cv_os_cray = yes; then
8443     for ac_func in _getb67 GETB67 getb67; do
8444     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8445     echo "$as_me:$LINENO: checking for $ac_func" >&5
8446     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8447     if eval "test \"\${$as_ac_var+set}\" = set"; then
8448     echo $ECHO_N "(cached) $ECHO_C" >&6
8449     else
8450     cat >conftest.$ac_ext <<_ACEOF
8451     /* confdefs.h. */
8452     _ACEOF
8453     cat confdefs.h >>conftest.$ac_ext
8454     cat >>conftest.$ac_ext <<_ACEOF
8455     /* end confdefs.h. */
8456 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8457     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8458     #define $ac_func innocuous_$ac_func
8459    
8460 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8461     which can conflict with char $ac_func (); below.
8462     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8463     <limits.h> exists even on freestanding compilers. */
8464 pcg 1.11
8465 pcg 1.1 #ifdef __STDC__
8466     # include <limits.h>
8467     #else
8468     # include <assert.h>
8469     #endif
8470 pcg 1.11
8471     #undef $ac_func
8472    
8473 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8474     #ifdef __cplusplus
8475     extern "C"
8476     {
8477     #endif
8478     /* We use char because int might match the return type of a gcc2
8479     builtin and then its argument prototype would still apply. */
8480     char $ac_func ();
8481     /* The GNU C library defines this for functions which it implements
8482     to always fail with ENOSYS. Some functions are actually named
8483     something starting with __ and the normal name is an alias. */
8484     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8485     choke me
8486     #else
8487     char (*f) () = $ac_func;
8488     #endif
8489     #ifdef __cplusplus
8490     }
8491     #endif
8492    
8493     int
8494     main ()
8495     {
8496     return f != $ac_func;
8497     ;
8498     return 0;
8499     }
8500     _ACEOF
8501     rm -f conftest.$ac_objext conftest$ac_exeext
8502     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8503 pcg 1.11 (eval $ac_link) 2>conftest.er1
8504 pcg 1.1 ac_status=$?
8505 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8506     rm -f conftest.er1
8507     cat conftest.err >&5
8508 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509     (exit $ac_status); } &&
8510 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8511     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8512     (eval $ac_try) 2>&5
8513     ac_status=$?
8514     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515     (exit $ac_status); }; } &&
8516     { ac_try='test -s conftest$ac_exeext'
8517 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8518     (eval $ac_try) 2>&5
8519     ac_status=$?
8520     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8521     (exit $ac_status); }; }; then
8522     eval "$as_ac_var=yes"
8523     else
8524     echo "$as_me: failed program was:" >&5
8525     sed 's/^/| /' conftest.$ac_ext >&5
8526    
8527     eval "$as_ac_var=no"
8528     fi
8529 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8530     conftest$ac_exeext conftest.$ac_ext
8531 pcg 1.1 fi
8532     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8533     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8534     if test `eval echo '${'$as_ac_var'}'` = yes; then
8535    
8536     cat >>confdefs.h <<_ACEOF
8537     #define CRAY_STACKSEG_END $ac_func
8538     _ACEOF
8539    
8540     break
8541     fi
8542    
8543     done
8544     fi
8545    
8546     echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8547     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8548     if test "${ac_cv_c_stack_direction+set}" = set; then
8549     echo $ECHO_N "(cached) $ECHO_C" >&6
8550     else
8551     if test "$cross_compiling" = yes; then
8552     ac_cv_c_stack_direction=0
8553     else
8554     cat >conftest.$ac_ext <<_ACEOF
8555     /* confdefs.h. */
8556     _ACEOF
8557     cat confdefs.h >>conftest.$ac_ext
8558     cat >>conftest.$ac_ext <<_ACEOF
8559     /* end confdefs.h. */
8560     int
8561     find_stack_direction ()
8562     {
8563     static char *addr = 0;
8564     auto char dummy;
8565     if (addr == 0)
8566     {
8567     addr = &dummy;
8568     return find_stack_direction ();
8569     }
8570     else
8571     return (&dummy > addr) ? 1 : -1;
8572     }
8573    
8574     int
8575     main ()
8576     {
8577     exit (find_stack_direction () < 0);
8578     }
8579     _ACEOF
8580     rm -f conftest$ac_exeext
8581     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8582     (eval $ac_link) 2>&5
8583     ac_status=$?
8584     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8585     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8586     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8587     (eval $ac_try) 2>&5
8588     ac_status=$?
8589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8590     (exit $ac_status); }; }; then
8591     ac_cv_c_stack_direction=1
8592     else
8593     echo "$as_me: program exited with status $ac_status" >&5
8594     echo "$as_me: failed program was:" >&5
8595     sed 's/^/| /' conftest.$ac_ext >&5
8596    
8597     ( exit $ac_status )
8598     ac_cv_c_stack_direction=-1
8599     fi
8600     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8601     fi
8602     fi
8603     echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8604     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8605    
8606     cat >>confdefs.h <<_ACEOF
8607     #define STACK_DIRECTION $ac_cv_c_stack_direction
8608     _ACEOF
8609    
8610    
8611     fi
8612    
8613    
8614    
8615     echo "$as_me:$LINENO: checking for socket" >&5
8616     echo $ECHO_N "checking for socket... $ECHO_C" >&6
8617     if test "${ac_cv_func_socket+set}" = set; then
8618     echo $ECHO_N "(cached) $ECHO_C" >&6
8619     else
8620     cat >conftest.$ac_ext <<_ACEOF
8621     /* confdefs.h. */
8622     _ACEOF
8623     cat confdefs.h >>conftest.$ac_ext
8624     cat >>conftest.$ac_ext <<_ACEOF
8625     /* end confdefs.h. */
8626 pcg 1.11 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8627     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8628     #define socket innocuous_socket
8629    
8630 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8631     which can conflict with char socket (); below.
8632     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8633     <limits.h> exists even on freestanding compilers. */
8634 pcg 1.11
8635 pcg 1.1 #ifdef __STDC__
8636     # include <limits.h>
8637     #else
8638     # include <assert.h>
8639     #endif
8640 pcg 1.11
8641     #undef socket
8642    
8643 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8644     #ifdef __cplusplus
8645     extern "C"
8646     {
8647     #endif
8648     /* We use char because int might match the return type of a gcc2
8649     builtin and then its argument prototype would still apply. */
8650     char socket ();
8651     /* The GNU C library defines this for functions which it implements
8652     to always fail with ENOSYS. Some functions are actually named
8653     something starting with __ and the normal name is an alias. */
8654     #if defined (__stub_socket) || defined (__stub___socket)
8655     choke me
8656     #else
8657     char (*f) () = socket;
8658     #endif
8659     #ifdef __cplusplus
8660     }
8661     #endif
8662    
8663     int
8664     main ()
8665     {
8666     return f != socket;
8667     ;
8668     return 0;
8669     }
8670     _ACEOF
8671     rm -f conftest.$ac_objext conftest$ac_exeext
8672     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8673 pcg 1.11 (eval $ac_link) 2>conftest.er1
8674 pcg 1.1 ac_status=$?
8675 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8676     rm -f conftest.er1
8677     cat conftest.err >&5
8678 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8679     (exit $ac_status); } &&
8680 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8681     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8682     (eval $ac_try) 2>&5
8683     ac_status=$?
8684     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8685     (exit $ac_status); }; } &&
8686     { ac_try='test -s conftest$ac_exeext'
8687 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8688     (eval $ac_try) 2>&5
8689     ac_status=$?
8690     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691     (exit $ac_status); }; }; then
8692     ac_cv_func_socket=yes
8693     else
8694     echo "$as_me: failed program was:" >&5
8695     sed 's/^/| /' conftest.$ac_ext >&5
8696    
8697     ac_cv_func_socket=no
8698     fi
8699 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8700     conftest$ac_exeext conftest.$ac_ext
8701 pcg 1.1 fi
8702     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8703     echo "${ECHO_T}$ac_cv_func_socket" >&6
8704     if test $ac_cv_func_socket = yes; then
8705     :
8706     else
8707    
8708    
8709     echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8710     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8711     if test "${ac_cv_lib_socket_connect+set}" = set; then
8712     echo $ECHO_N "(cached) $ECHO_C" >&6
8713     else
8714     ac_check_lib_save_LIBS=$LIBS
8715     LIBS="-lsocket $LIBS"
8716     cat >conftest.$ac_ext <<_ACEOF
8717     /* confdefs.h. */
8718     _ACEOF
8719     cat confdefs.h >>conftest.$ac_ext
8720     cat >>conftest.$ac_ext <<_ACEOF
8721     /* end confdefs.h. */
8722    
8723     /* Override any gcc2 internal prototype to avoid an error. */
8724     #ifdef __cplusplus
8725     extern "C"
8726     #endif
8727     /* We use char because int might match the return type of a gcc2
8728     builtin and then its argument prototype would still apply. */
8729     char connect ();
8730     int
8731     main ()
8732     {
8733     connect ();
8734     ;
8735     return 0;
8736     }
8737     _ACEOF
8738     rm -f conftest.$ac_objext conftest$ac_exeext
8739     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8740 pcg 1.11 (eval $ac_link) 2>conftest.er1
8741 pcg 1.1 ac_status=$?
8742 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8743     rm -f conftest.er1
8744     cat conftest.err >&5
8745 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8746     (exit $ac_status); } &&
8747 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8748     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8749     (eval $ac_try) 2>&5
8750     ac_status=$?
8751     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8752     (exit $ac_status); }; } &&
8753     { ac_try='test -s conftest$ac_exeext'
8754 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8755     (eval $ac_try) 2>&5
8756     ac_status=$?
8757     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8758     (exit $ac_status); }; }; then
8759     ac_cv_lib_socket_connect=yes
8760     else
8761     echo "$as_me: failed program was:" >&5
8762     sed 's/^/| /' conftest.$ac_ext >&5
8763    
8764     ac_cv_lib_socket_connect=no
8765     fi
8766 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8767     conftest$ac_exeext conftest.$ac_ext
8768 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8769     fi
8770     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8771     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8772     if test $ac_cv_lib_socket_connect = yes; then
8773     cat >>confdefs.h <<_ACEOF
8774     #define HAVE_LIBSOCKET 1
8775     _ACEOF
8776    
8777     LIBS="-lsocket $LIBS"
8778    
8779     fi
8780    
8781    
8782     fi
8783    
8784     echo "$as_me:$LINENO: checking for gethostbyname" >&5
8785     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8786     if test "${ac_cv_func_gethostbyname+set}" = set; then
8787     echo $ECHO_N "(cached) $ECHO_C" >&6
8788     else
8789     cat >conftest.$ac_ext <<_ACEOF
8790     /* confdefs.h. */
8791     _ACEOF
8792     cat confdefs.h >>conftest.$ac_ext
8793     cat >>conftest.$ac_ext <<_ACEOF
8794     /* end confdefs.h. */
8795 pcg 1.11 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8796     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8797     #define gethostbyname innocuous_gethostbyname
8798    
8799 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8800     which can conflict with char gethostbyname (); below.
8801     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8802     <limits.h> exists even on freestanding compilers. */
8803 pcg 1.11
8804 pcg 1.1 #ifdef __STDC__
8805     # include <limits.h>
8806     #else
8807     # include <assert.h>
8808     #endif
8809 pcg 1.11
8810     #undef gethostbyname
8811    
8812 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8813     #ifdef __cplusplus
8814     extern "C"
8815     {
8816     #endif
8817     /* We use char because int might match the return type of a gcc2
8818     builtin and then its argument prototype would still apply. */
8819     char gethostbyname ();
8820     /* The GNU C library defines this for functions which it implements
8821     to always fail with ENOSYS. Some functions are actually named
8822     something starting with __ and the normal name is an alias. */
8823     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8824     choke me
8825     #else
8826     char (*f) () = gethostbyname;
8827     #endif
8828     #ifdef __cplusplus
8829     }
8830     #endif
8831    
8832     int
8833     main ()
8834     {
8835     return f != gethostbyname;
8836     ;
8837     return 0;
8838     }
8839     _ACEOF
8840     rm -f conftest.$ac_objext conftest$ac_exeext
8841     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8842 pcg 1.11 (eval $ac_link) 2>conftest.er1
8843 pcg 1.1 ac_status=$?
8844 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8845     rm -f conftest.er1
8846     cat conftest.err >&5
8847 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8848     (exit $ac_status); } &&
8849 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8850     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8851     (eval $ac_try) 2>&5
8852     ac_status=$?
8853     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8854     (exit $ac_status); }; } &&
8855     { ac_try='test -s conftest$ac_exeext'
8856 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8857     (eval $ac_try) 2>&5
8858     ac_status=$?
8859     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8860     (exit $ac_status); }; }; then
8861     ac_cv_func_gethostbyname=yes
8862     else
8863     echo "$as_me: failed program was:" >&5
8864     sed 's/^/| /' conftest.$ac_ext >&5
8865    
8866     ac_cv_func_gethostbyname=no
8867     fi
8868 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8869     conftest$ac_exeext conftest.$ac_ext
8870 pcg 1.1 fi
8871     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8872     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8873     if test $ac_cv_func_gethostbyname = yes; then
8874     :
8875     else
8876    
8877    
8878     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8879     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8880     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8881     echo $ECHO_N "(cached) $ECHO_C" >&6
8882     else
8883     ac_check_lib_save_LIBS=$LIBS
8884     LIBS="-lnsl $LIBS"
8885     cat >conftest.$ac_ext <<_ACEOF
8886     /* confdefs.h. */
8887     _ACEOF
8888     cat confdefs.h >>conftest.$ac_ext
8889     cat >>conftest.$ac_ext <<_ACEOF
8890     /* end confdefs.h. */
8891    
8892     /* Override any gcc2 internal prototype to avoid an error. */
8893     #ifdef __cplusplus
8894     extern "C"
8895     #endif
8896     /* We use char because int might match the return type of a gcc2
8897     builtin and then its argument prototype would still apply. */
8898     char gethostbyname ();
8899     int
8900     main ()
8901     {
8902     gethostbyname ();
8903     ;
8904     return 0;
8905     }
8906     _ACEOF
8907     rm -f conftest.$ac_objext conftest$ac_exeext
8908     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8909 pcg 1.11 (eval $ac_link) 2>conftest.er1
8910 pcg 1.1 ac_status=$?
8911 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8912     rm -f conftest.er1
8913     cat conftest.err >&5
8914 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915     (exit $ac_status); } &&
8916 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8917     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8918     (eval $ac_try) 2>&5
8919     ac_status=$?
8920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921     (exit $ac_status); }; } &&
8922     { ac_try='test -s conftest$ac_exeext'
8923 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8924     (eval $ac_try) 2>&5
8925     ac_status=$?
8926     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8927     (exit $ac_status); }; }; then
8928     ac_cv_lib_nsl_gethostbyname=yes
8929     else
8930     echo "$as_me: failed program was:" >&5
8931     sed 's/^/| /' conftest.$ac_ext >&5
8932    
8933     ac_cv_lib_nsl_gethostbyname=no
8934     fi
8935 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8936     conftest$ac_exeext conftest.$ac_ext
8937 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8938     fi
8939     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8940     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8941     if test $ac_cv_lib_nsl_gethostbyname = yes; then
8942     cat >>confdefs.h <<_ACEOF
8943     #define HAVE_LIBNSL 1
8944     _ACEOF
8945    
8946     LIBS="-lnsl $LIBS"
8947    
8948     fi
8949    
8950    
8951     fi
8952    
8953    
8954     ac_ext=cc
8955     ac_cpp='$CXXCPP $CPPFLAGS'
8956     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8957     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8958     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8959    
8960    
8961    
8962     cat >confcache <<\_ACEOF
8963     # This file is a shell script that caches the results of configure
8964     # tests run on this system so they can be shared between configure
8965     # scripts and configure runs, see configure's option --config-cache.
8966     # It is not useful on other systems. If it contains results you don't
8967     # want to keep, you may remove or edit it.
8968     #
8969     # config.status only pays attention to the cache file if you give it
8970     # the --recheck option to rerun configure.
8971     #
8972     # `ac_cv_env_foo' variables (set or unset) will be overridden when
8973     # loading this file, other *unset* `ac_cv_foo' will be assigned the
8974     # following values.
8975    
8976     _ACEOF
8977    
8978     # The following way of writing the cache mishandles newlines in values,
8979     # but we know of no workaround that is simple, portable, and efficient.
8980     # So, don't put newlines in cache variables' values.
8981     # Ultrix sh set writes to stderr and can't be redirected directly,
8982     # and sets the high bit in the cache file unless we assign to the vars.
8983     {
8984     (set) 2>&1 |
8985     case `(ac_space=' '; set | grep ac_space) 2>&1` in
8986     *ac_space=\ *)
8987     # `set' does not quote correctly, so add quotes (double-quote
8988     # substitution turns \\\\ into \\, and sed turns \\ into \).
8989     sed -n \
8990 pcg 1.11 "s/'/'\\\\''/g;
8991     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8992 pcg 1.1 ;;
8993     *)
8994     # `set' quotes correctly as required by POSIX, so do not add quotes.
8995     sed -n \
8996 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8997 pcg 1.1 ;;
8998     esac;
8999     } |
9000     sed '
9001     t clear
9002     : clear
9003     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9004     t end
9005     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9006     : end' >>confcache
9007     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9008     if test -w $cache_file; then
9009     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9010     cat confcache >$cache_file
9011     else
9012     echo "not updating unwritable cache $cache_file"
9013     fi
9014     fi
9015     rm -f confcache
9016    
9017    
9018    
9019     # Check whether --with-kernel or --without-kernel was given.
9020     if test "${with_kernel+set}" = set; then
9021     withval="$with_kernel"
9022     kerneldir="$withval"
9023     else
9024     kerneldir="/usr/src/linux"
9025    
9026     fi;
9027    
9028     echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9029     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9030     if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9031     echo $ECHO_N "(cached) $ECHO_C" >&6
9032     else
9033    
9034     cat >conftest.$ac_ext <<_ACEOF
9035     /* confdefs.h. */
9036     _ACEOF
9037     cat confdefs.h >>conftest.$ac_ext
9038     cat >>conftest.$ac_ext <<_ACEOF
9039     /* end confdefs.h. */
9040     #include "$kerneldir/include/linux/if_tun.h"
9041     int
9042     main ()
9043     {
9044     int a = IFF_TAP;
9045     ;
9046     return 0;
9047     }
9048     _ACEOF
9049     rm -f conftest.$ac_objext
9050     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9051 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9052 pcg 1.1 ac_status=$?
9053 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9054     rm -f conftest.er1
9055     cat conftest.err >&5
9056 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057     (exit $ac_status); } &&
9058 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9059     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9060     (eval $ac_try) 2>&5
9061     ac_status=$?
9062     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9063     (exit $ac_status); }; } &&
9064     { ac_try='test -s conftest.$ac_objext'
9065 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9066     (eval $ac_try) 2>&5
9067     ac_status=$?
9068     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9069     (exit $ac_status); }; }; then
9070     if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9071     else
9072     echo "$as_me: failed program was:" >&5
9073     sed 's/^/| /' conftest.$ac_ext >&5
9074    
9075     cat >conftest.$ac_ext <<_ACEOF
9076     /* confdefs.h. */
9077     _ACEOF
9078     cat confdefs.h >>conftest.$ac_ext
9079     cat >>conftest.$ac_ext <<_ACEOF
9080     /* end confdefs.h. */
9081     #include <linux/if_tun.h>
9082     int
9083     main ()
9084     {
9085     int a = IFF_TAP;
9086     ;
9087     return 0;
9088     }
9089     _ACEOF
9090     rm -f conftest.$ac_objext
9091     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9092 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9093 pcg 1.1 ac_status=$?
9094 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9095     rm -f conftest.er1
9096     cat conftest.err >&5
9097 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9098     (exit $ac_status); } &&
9099 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9100     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9101     (eval $ac_try) 2>&5
9102     ac_status=$?
9103     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104     (exit $ac_status); }; } &&
9105     { ac_try='test -s conftest.$ac_objext'
9106 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9107     (eval $ac_try) 2>&5
9108     ac_status=$?
9109     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9110     (exit $ac_status); }; }; then
9111     if_tun_h="default"
9112     else
9113     echo "$as_me: failed program was:" >&5
9114     sed 's/^/| /' conftest.$ac_ext >&5
9115    
9116     if_tun_h="no"
9117    
9118     fi
9119 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9120 pcg 1.1
9121     fi
9122 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9123 pcg 1.1
9124     if test $if_tun_h = no; then
9125     tinc_cv_linux_if_tun_h=none
9126     else
9127     tinc_cv_linux_if_tun_h="$if_tun_h"
9128     fi
9129    
9130     fi
9131     echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9132     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9133    
9134     if test $tinc_cv_linux_if_tun_h != none; then
9135    
9136     cat >>confdefs.h <<\_ACEOF
9137     #define HAVE_TUNTAP 1
9138     _ACEOF
9139    
9140     if test $tinc_cv_linux_if_tun_h != default; then
9141    
9142     cat >>confdefs.h <<_ACEOF
9143     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9144     _ACEOF
9145    
9146     fi
9147     fi
9148    
9149    
9150    
9151    
9152 pcg 1.6
9153 pcg 1.1 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9154    
9155    
9156     # Check whether --with-openssl-include or --without-openssl-include was given.
9157     if test "${with_openssl_include+set}" = set; then
9158     withval="$with_openssl_include"
9159     openssl_include="$withval"
9160     CFLAGS="$CFLAGS -I$withval"
9161     CPPFLAGS="$CPPFLAGS -I$withval"
9162    
9163     fi;
9164    
9165    
9166     # Check whether --with-openssl-lib or --without-openssl-lib was given.
9167     if test "${with_openssl_lib+set}" = set; then
9168     withval="$with_openssl_lib"
9169     openssl_lib="$withval"
9170     LIBS="$LIBS -L$withval"
9171    
9172     fi;
9173    
9174    
9175    
9176    
9177    
9178    
9179    
9180     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9181     do
9182     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9183     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9184     echo "$as_me:$LINENO: checking for $ac_header" >&5
9185     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9186     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9187     echo $ECHO_N "(cached) $ECHO_C" >&6
9188     fi
9189     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9190     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9191     else
9192     # Is the header compilable?
9193     echo "$as_me:$LINENO: checking $ac_header usability" >&5
9194     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9195     cat >conftest.$ac_ext <<_ACEOF
9196     /* confdefs.h. */
9197     _ACEOF
9198     cat confdefs.h >>conftest.$ac_ext
9199     cat >>conftest.$ac_ext <<_ACEOF
9200     /* end confdefs.h. */
9201     $ac_includes_default
9202     #include <$ac_header>
9203     _ACEOF
9204     rm -f conftest.$ac_objext
9205     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9206 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9207 pcg 1.1 ac_status=$?
9208 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9209     rm -f conftest.er1
9210     cat conftest.err >&5
9211 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9212     (exit $ac_status); } &&
9213 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9214     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9215     (eval $ac_try) 2>&5
9216     ac_status=$?
9217     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9218     (exit $ac_status); }; } &&
9219     { ac_try='test -s conftest.$ac_objext'
9220 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9221     (eval $ac_try) 2>&5
9222     ac_status=$?
9223     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9224     (exit $ac_status); }; }; then
9225     ac_header_compiler=yes
9226     else
9227     echo "$as_me: failed program was:" >&5
9228     sed 's/^/| /' conftest.$ac_ext >&5
9229    
9230     ac_header_compiler=no
9231     fi
9232 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9233 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9234     echo "${ECHO_T}$ac_header_compiler" >&6
9235    
9236     # Is the header present?
9237     echo "$as_me:$LINENO: checking $ac_header presence" >&5
9238     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9239     cat >conftest.$ac_ext <<_ACEOF
9240     /* confdefs.h. */
9241     _ACEOF
9242     cat confdefs.h >>conftest.$ac_ext
9243     cat >>conftest.$ac_ext <<_ACEOF
9244     /* end confdefs.h. */
9245     #include <$ac_header>
9246     _ACEOF
9247     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9248     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9249     ac_status=$?
9250     grep -v '^ *+' conftest.er1 >conftest.err
9251     rm -f conftest.er1
9252     cat conftest.err >&5
9253     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254     (exit $ac_status); } >/dev/null; then
9255     if test -s conftest.err; then
9256     ac_cpp_err=$ac_cxx_preproc_warn_flag
9257 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9258 pcg 1.1 else
9259     ac_cpp_err=
9260     fi
9261     else
9262     ac_cpp_err=yes
9263     fi
9264     if test -z "$ac_cpp_err"; then
9265     ac_header_preproc=yes
9266     else
9267     echo "$as_me: failed program was:" >&5
9268     sed 's/^/| /' conftest.$ac_ext >&5
9269    
9270     ac_header_preproc=no
9271     fi
9272     rm -f conftest.err conftest.$ac_ext
9273     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9274     echo "${ECHO_T}$ac_header_preproc" >&6
9275    
9276     # So? What about this header?
9277 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9278     yes:no: )
9279 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9280     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9281 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9282     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9283     ac_header_preproc=yes
9284 pcg 1.1 ;;
9285 pcg 1.11 no:yes:* )
9286 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9287     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9288 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9289     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9290     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9291     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9292     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9293     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9294 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9295     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9296 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9297     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9298 pcg 1.1 (
9299     cat <<\_ASBOX
9300 pcg 1.11 ## ------------------------------------------ ##
9301     ## Report this to the AC_PACKAGE_NAME lists. ##
9302     ## ------------------------------------------ ##
9303 pcg 1.1 _ASBOX
9304     ) |
9305     sed "s/^/$as_me: WARNING: /" >&2
9306     ;;
9307     esac
9308     echo "$as_me:$LINENO: checking for $ac_header" >&5
9309     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9310     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9311     echo $ECHO_N "(cached) $ECHO_C" >&6
9312     else
9313 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
9314 pcg 1.1 fi
9315     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9316     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9317    
9318     fi
9319     if test `eval echo '${'$as_ac_Header'}'` = yes; then
9320     cat >>confdefs.h <<_ACEOF
9321     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9322     _ACEOF
9323    
9324     else
9325     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9326     echo "$as_me: error: OpenSSL header files not found." >&2;}
9327     { (exit 1); exit 1; }; }; break
9328    
9329     fi
9330    
9331     done
9332    
9333    
9334     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9335    
9336     echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9337     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9338     if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9339     echo $ECHO_N "(cached) $ECHO_C" >&6
9340     else
9341     ac_check_lib_save_LIBS=$LIBS
9342     LIBS="-lcrypto $LIBS"
9343     cat >conftest.$ac_ext <<_ACEOF
9344     /* confdefs.h. */
9345     _ACEOF
9346     cat confdefs.h >>conftest.$ac_ext
9347     cat >>conftest.$ac_ext <<_ACEOF
9348     /* end confdefs.h. */
9349    
9350     /* Override any gcc2 internal prototype to avoid an error. */
9351     #ifdef __cplusplus
9352     extern "C"
9353     #endif
9354     /* We use char because int might match the return type of a gcc2
9355     builtin and then its argument prototype would still apply. */
9356     char SHA1_version ();
9357     int
9358     main ()
9359     {
9360     SHA1_version ();
9361     ;
9362     return 0;
9363     }
9364     _ACEOF
9365     rm -f conftest.$ac_objext conftest$ac_exeext
9366     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9367 pcg 1.11 (eval $ac_link) 2>conftest.er1
9368 pcg 1.1 ac_status=$?
9369 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9370     rm -f conftest.er1
9371     cat conftest.err >&5
9372 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9373     (exit $ac_status); } &&
9374 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9375     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9376     (eval $ac_try) 2>&5
9377     ac_status=$?
9378     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9379     (exit $ac_status); }; } &&
9380     { ac_try='test -s conftest$ac_exeext'
9381 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9382     (eval $ac_try) 2>&5
9383     ac_status=$?
9384     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9385     (exit $ac_status); }; }; then
9386     ac_cv_lib_crypto_SHA1_version=yes
9387     else
9388     echo "$as_me: failed program was:" >&5
9389     sed 's/^/| /' conftest.$ac_ext >&5
9390    
9391     ac_cv_lib_crypto_SHA1_version=no
9392     fi
9393 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9394     conftest$ac_exeext conftest.$ac_ext
9395 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9396     fi
9397     echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9398     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9399     if test $ac_cv_lib_crypto_SHA1_version = yes; then
9400     LIBS="$LIBS -lcrypto"
9401     else
9402     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9403     echo "$as_me: error: OpenSSL libraries not found." >&2;}
9404     { (exit 1); exit 1; }; }
9405    
9406     fi
9407    
9408    
9409    
9410    
9411    
9412    
9413     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9414     do
9415     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9416     echo "$as_me:$LINENO: checking for $ac_func" >&5
9417     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9418     if eval "test \"\${$as_ac_var+set}\" = set"; then
9419     echo $ECHO_N "(cached) $ECHO_C" >&6
9420     else
9421     cat >conftest.$ac_ext <<_ACEOF
9422     /* confdefs.h. */
9423     _ACEOF
9424     cat confdefs.h >>conftest.$ac_ext
9425     cat >>conftest.$ac_ext <<_ACEOF
9426     /* end confdefs.h. */
9427 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9428     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9429     #define $ac_func innocuous_$ac_func
9430    
9431 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9432     which can conflict with char $ac_func (); below.
9433     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9434     <limits.h> exists even on freestanding compilers. */
9435 pcg 1.11
9436 pcg 1.1 #ifdef __STDC__
9437     # include <limits.h>
9438     #else
9439     # include <assert.h>
9440     #endif
9441 pcg 1.11
9442     #undef $ac_func
9443    
9444 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9445     #ifdef __cplusplus
9446     extern "C"
9447     {
9448     #endif
9449     /* We use char because int might match the return type of a gcc2
9450     builtin and then its argument prototype would still apply. */
9451     char $ac_func ();
9452     /* The GNU C library defines this for functions which it implements
9453     to always fail with ENOSYS. Some functions are actually named
9454     something starting with __ and the normal name is an alias. */
9455     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9456     choke me
9457     #else
9458     char (*f) () = $ac_func;
9459     #endif
9460     #ifdef __cplusplus
9461     }
9462     #endif
9463    
9464     int
9465     main ()
9466     {
9467     return f != $ac_func;
9468     ;
9469     return 0;
9470     }
9471     _ACEOF
9472     rm -f conftest.$ac_objext conftest$ac_exeext
9473     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9474 pcg 1.11 (eval $ac_link) 2>conftest.er1
9475 pcg 1.1 ac_status=$?
9476 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9477     rm -f conftest.er1
9478     cat conftest.err >&5
9479 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480     (exit $ac_status); } &&
9481 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9482     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9483     (eval $ac_try) 2>&5
9484     ac_status=$?
9485     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9486     (exit $ac_status); }; } &&
9487     { ac_try='test -s conftest$ac_exeext'
9488 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9489     (eval $ac_try) 2>&5
9490     ac_status=$?
9491     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492     (exit $ac_status); }; }; then
9493     eval "$as_ac_var=yes"
9494     else
9495     echo "$as_me: failed program was:" >&5
9496     sed 's/^/| /' conftest.$ac_ext >&5
9497    
9498     eval "$as_ac_var=no"
9499     fi
9500 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9501     conftest$ac_exeext conftest.$ac_ext
9502 pcg 1.1 fi
9503     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9504     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9505     if test `eval echo '${'$as_ac_var'}'` = yes; then
9506     cat >>confdefs.h <<_ACEOF
9507     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9508     _ACEOF
9509    
9510     fi
9511     done
9512    
9513    
9514     echo "$as_me:$LINENO: checking for dlopen" >&5
9515     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9516     if test "${ac_cv_func_dlopen+set}" = set; then
9517     echo $ECHO_N "(cached) $ECHO_C" >&6
9518     else
9519     cat >conftest.$ac_ext <<_ACEOF
9520     /* confdefs.h. */
9521     _ACEOF
9522     cat confdefs.h >>conftest.$ac_ext
9523     cat >>conftest.$ac_ext <<_ACEOF
9524     /* end confdefs.h. */
9525 pcg 1.11 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9526     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9527     #define dlopen innocuous_dlopen
9528    
9529 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9530     which can conflict with char dlopen (); below.
9531     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9532     <limits.h> exists even on freestanding compilers. */
9533 pcg 1.11
9534 pcg 1.1 #ifdef __STDC__
9535     # include <limits.h>
9536     #else
9537     # include <assert.h>
9538     #endif
9539 pcg 1.11
9540     #undef dlopen
9541    
9542 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9543     #ifdef __cplusplus
9544     extern "C"
9545     {
9546     #endif
9547     /* We use char because int might match the return type of a gcc2
9548     builtin and then its argument prototype would still apply. */
9549     char dlopen ();
9550     /* The GNU C library defines this for functions which it implements
9551     to always fail with ENOSYS. Some functions are actually named
9552     something starting with __ and the normal name is an alias. */
9553     #if defined (__stub_dlopen) || defined (__stub___dlopen)
9554     choke me
9555     #else
9556     char (*f) () = dlopen;
9557     #endif
9558     #ifdef __cplusplus
9559     }
9560     #endif
9561    
9562     int
9563     main ()
9564     {
9565     return f != dlopen;
9566     ;
9567     return 0;
9568     }
9569     _ACEOF
9570     rm -f conftest.$ac_objext conftest$ac_exeext
9571     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9572 pcg 1.11 (eval $ac_link) 2>conftest.er1
9573 pcg 1.1 ac_status=$?
9574 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9575     rm -f conftest.er1
9576     cat conftest.err >&5
9577 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578     (exit $ac_status); } &&
9579 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9580     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9581     (eval $ac_try) 2>&5
9582     ac_status=$?
9583     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584     (exit $ac_status); }; } &&
9585     { ac_try='test -s conftest$ac_exeext'
9586 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9587     (eval $ac_try) 2>&5
9588     ac_status=$?
9589     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9590     (exit $ac_status); }; }; then
9591     ac_cv_func_dlopen=yes
9592     else
9593     echo "$as_me: failed program was:" >&5
9594     sed 's/^/| /' conftest.$ac_ext >&5
9595    
9596     ac_cv_func_dlopen=no
9597     fi
9598 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9599     conftest$ac_exeext conftest.$ac_ext
9600 pcg 1.1 fi
9601     echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9602     echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9603     if test $ac_cv_func_dlopen = yes; then
9604     :
9605     else
9606     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9607     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9608     if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9609     echo $ECHO_N "(cached) $ECHO_C" >&6
9610     else
9611     ac_check_lib_save_LIBS=$LIBS
9612     LIBS="-ldl $LIBS"
9613     cat >conftest.$ac_ext <<_ACEOF
9614     /* confdefs.h. */
9615     _ACEOF
9616     cat confdefs.h >>conftest.$ac_ext
9617     cat >>conftest.$ac_ext <<_ACEOF
9618     /* end confdefs.h. */
9619    
9620     /* Override any gcc2 internal prototype to avoid an error. */
9621     #ifdef __cplusplus
9622     extern "C"
9623     #endif
9624     /* We use char because int might match the return type of a gcc2
9625     builtin and then its argument prototype would still apply. */
9626     char dlopen ();
9627     int
9628     main ()
9629     {
9630     dlopen ();
9631     ;
9632     return 0;
9633     }
9634     _ACEOF
9635     rm -f conftest.$ac_objext conftest$ac_exeext
9636     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9637 pcg 1.11 (eval $ac_link) 2>conftest.er1
9638 pcg 1.1 ac_status=$?
9639 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9640     rm -f conftest.er1
9641     cat conftest.err >&5
9642 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9643     (exit $ac_status); } &&
9644 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9645     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9646     (eval $ac_try) 2>&5
9647     ac_status=$?
9648     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9649     (exit $ac_status); }; } &&
9650     { ac_try='test -s conftest$ac_exeext'
9651 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9652     (eval $ac_try) 2>&5
9653     ac_status=$?
9654     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655     (exit $ac_status); }; }; then
9656     ac_cv_lib_dl_dlopen=yes
9657     else
9658     echo "$as_me: failed program was:" >&5
9659     sed 's/^/| /' conftest.$ac_ext >&5
9660    
9661     ac_cv_lib_dl_dlopen=no
9662     fi
9663 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9664     conftest$ac_exeext conftest.$ac_ext
9665 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9666     fi
9667     echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9668     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9669     if test $ac_cv_lib_dl_dlopen = yes; then
9670     LIBS="$LIBS -ldl"
9671     else
9672     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9673     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9674     { (exit 1); exit 1; }; }
9675    
9676     fi
9677    
9678    
9679     fi
9680    
9681    
9682 pcg 1.6 if test "x$openssl_include" != x; then
9683     CXXFLAGS="$CXXFLAGS -I$openssl_include"
9684     fi
9685 pcg 1.1
9686 pcg 1.21 # Check whether --enable-static-daemon or --disable-static-daemon was given.
9687     if test "${enable_static_daemon+set}" = set; then
9688     enableval="$enable_static_daemon"
9689     LDFLAGS_DAEMON=-static
9690    
9691     fi;
9692    
9693    
9694 pcg 1.1 # Check whether --enable-rohc or --disable-rohc was given.
9695     if test "${enable_rohc+set}" = set; then
9696     enableval="$enable_rohc"
9697    
9698     echo
9699     echo "**********************************************************************"
9700     echo "**********************************************************************"
9701 pcg 1.16 echo "**** --enable-rohc is highly experimental, do not use ****************"
9702 pcg 1.1 echo "**********************************************************************"
9703     echo "**********************************************************************"
9704     echo
9705 pcg 1.16 rohc=true
9706    
9707     cat >>confdefs.h <<_ACEOF
9708     #define ENABLE_ROHC 1
9709     _ACEOF
9710    
9711 pcg 1.1
9712    
9713     fi;
9714    
9715 pcg 1.16
9716    
9717     if test x$rohc = xtrue; then
9718     ROHC_TRUE=
9719     ROHC_FALSE='#'
9720     else
9721     ROHC_TRUE='#'
9722     ROHC_FALSE=
9723     fi
9724    
9725    
9726 pcg 1.30
9727 pcg 1.1 # Check whether --enable-icmp or --disable-icmp was given.
9728     if test "${enable_icmp+set}" = set; then
9729     enableval="$enable_icmp"
9730    
9731     cat >>confdefs.h <<_ACEOF
9732     #define ENABLE_ICMP 1
9733     _ACEOF
9734    
9735    
9736     fi;
9737    
9738     # Check whether --enable-tcp or --disable-tcp was given.
9739     if test "${enable_tcp+set}" = set; then
9740     enableval="$enable_tcp"
9741    
9742     cat >>confdefs.h <<_ACEOF
9743     #define ENABLE_TCP 1
9744     _ACEOF
9745    
9746    
9747     fi;
9748    
9749 pcg 1.17 # Check whether --enable-dns or --disable-dns was given.
9750     if test "${enable_dns+set}" = set; then
9751     enableval="$enable_dns"
9752    
9753 pcg 1.24 if test "${ac_cv_header_gmp_h+set}" = set; then
9754     echo "$as_me:$LINENO: checking for gmp.h" >&5
9755     echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6
9756     if test "${ac_cv_header_gmp_h+set}" = set; then
9757     echo $ECHO_N "(cached) $ECHO_C" >&6
9758     fi
9759     echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
9760     echo "${ECHO_T}$ac_cv_header_gmp_h" >&6
9761     else
9762     # Is the header compilable?
9763     echo "$as_me:$LINENO: checking gmp.h usability" >&5
9764     echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6
9765     cat >conftest.$ac_ext <<_ACEOF
9766     /* confdefs.h. */
9767     _ACEOF
9768     cat confdefs.h >>conftest.$ac_ext
9769     cat >>conftest.$ac_ext <<_ACEOF
9770     /* end confdefs.h. */
9771     $ac_includes_default
9772     #include <gmp.h>
9773     _ACEOF
9774     rm -f conftest.$ac_objext
9775     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9776     (eval $ac_compile) 2>conftest.er1
9777     ac_status=$?
9778     grep -v '^ *+' conftest.er1 >conftest.err
9779     rm -f conftest.er1
9780     cat conftest.err >&5
9781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9782     (exit $ac_status); } &&
9783     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9784     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9785     (eval $ac_try) 2>&5
9786     ac_status=$?
9787     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788     (exit $ac_status); }; } &&
9789     { ac_try='test -s conftest.$ac_objext'
9790     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9791     (eval $ac_try) 2>&5
9792     ac_status=$?
9793     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9794     (exit $ac_status); }; }; then
9795     ac_header_compiler=yes
9796     else
9797     echo "$as_me: failed program was:" >&5
9798     sed 's/^/| /' conftest.$ac_ext >&5
9799    
9800     ac_header_compiler=no
9801     fi
9802     rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9803     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9804     echo "${ECHO_T}$ac_header_compiler" >&6
9805    
9806     # Is the header present?
9807     echo "$as_me:$LINENO: checking gmp.h presence" >&5
9808     echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6
9809     cat >conftest.$ac_ext <<_ACEOF
9810     /* confdefs.h. */
9811     _ACEOF
9812     cat confdefs.h >>conftest.$ac_ext
9813     cat >>conftest.$ac_ext <<_ACEOF
9814     /* end confdefs.h. */
9815     #include <gmp.h>
9816     _ACEOF
9817     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9818     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9819     ac_status=$?
9820     grep -v '^ *+' conftest.er1 >conftest.err
9821     rm -f conftest.er1
9822     cat conftest.err >&5
9823     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9824     (exit $ac_status); } >/dev/null; then
9825     if test -s conftest.err; then
9826     ac_cpp_err=$ac_cxx_preproc_warn_flag
9827     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9828     else
9829     ac_cpp_err=
9830     fi
9831     else
9832     ac_cpp_err=yes
9833     fi
9834     if test -z "$ac_cpp_err"; then
9835     ac_header_preproc=yes
9836     else
9837     echo "$as_me: failed program was:" >&5
9838     sed 's/^/| /' conftest.$ac_ext >&5
9839    
9840     ac_header_preproc=no
9841     fi
9842     rm -f conftest.err conftest.$ac_ext
9843     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9844     echo "${ECHO_T}$ac_header_preproc" >&6
9845    
9846     # So? What about this header?
9847     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9848     yes:no: )
9849     { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
9850     echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9851     { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
9852     echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
9853     ac_header_preproc=yes
9854     ;;
9855     no:yes:* )
9856     { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
9857     echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
9858     { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
9859     echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
9860     { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
9861     echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
9862     { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
9863     echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
9864     { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
9865     echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
9866     { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
9867     echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
9868     (
9869     cat <<\_ASBOX
9870     ## ------------------------------------------ ##
9871     ## Report this to the AC_PACKAGE_NAME lists. ##
9872     ## ------------------------------------------ ##
9873     _ASBOX
9874     ) |
9875     sed "s/^/$as_me: WARNING: /" >&2
9876     ;;
9877     esac
9878     echo "$as_me:$LINENO: checking for gmp.h" >&5
9879     echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6
9880     if test "${ac_cv_header_gmp_h+set}" = set; then
9881     echo $ECHO_N "(cached) $ECHO_C" >&6
9882     else
9883     ac_cv_header_gmp_h=$ac_header_preproc
9884     fi
9885     echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
9886     echo "${ECHO_T}$ac_cv_header_gmp_h" >&6
9887    
9888     fi
9889     if test $ac_cv_header_gmp_h = yes; then
9890     :
9891     else
9892     { { echo "$as_me:$LINENO: error: gmp.h not found, required for --enable-dns" >&5
9893     echo "$as_me: error: gmp.h not found, required for --enable-dns" >&2;}
9894     { (exit 1); exit 1; }; }
9895     fi
9896    
9897    
9898    
9899     echo "$as_me:$LINENO: checking for main in -lgmp" >&5
9900     echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6
9901     if test "${ac_cv_lib_gmp_main+set}" = set; then
9902     echo $ECHO_N "(cached) $ECHO_C" >&6
9903     else
9904     ac_check_lib_save_LIBS=$LIBS
9905     LIBS="-lgmp $LIBS"
9906     cat >conftest.$ac_ext <<_ACEOF
9907     /* confdefs.h. */
9908     _ACEOF
9909     cat confdefs.h >>conftest.$ac_ext
9910     cat >>conftest.$ac_ext <<_ACEOF
9911     /* end confdefs.h. */
9912    
9913    
9914     int
9915     main ()
9916     {
9917     main ();
9918     ;
9919     return 0;
9920     }
9921     _ACEOF
9922     rm -f conftest.$ac_objext conftest$ac_exeext
9923     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9924     (eval $ac_link) 2>conftest.er1
9925     ac_status=$?
9926     grep -v '^ *+' conftest.er1 >conftest.err
9927     rm -f conftest.er1
9928     cat conftest.err >&5
9929     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9930     (exit $ac_status); } &&
9931     { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9932     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9933     (eval $ac_try) 2>&5
9934     ac_status=$?
9935     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9936     (exit $ac_status); }; } &&
9937     { ac_try='test -s conftest$ac_exeext'
9938     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9939     (eval $ac_try) 2>&5
9940     ac_status=$?
9941     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9942     (exit $ac_status); }; }; then
9943     ac_cv_lib_gmp_main=yes
9944     else
9945     echo "$as_me: failed program was:" >&5
9946     sed 's/^/| /' conftest.$ac_ext >&5
9947    
9948     ac_cv_lib_gmp_main=no
9949     fi
9950     rm -f conftest.err conftest.$ac_objext \
9951     conftest$ac_exeext conftest.$ac_ext
9952     LIBS=$ac_check_lib_save_LIBS
9953     fi
9954     echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
9955     echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6
9956     if test $ac_cv_lib_gmp_main = yes; then
9957     cat >>confdefs.h <<_ACEOF
9958     #define HAVE_LIBGMP 1
9959     _ACEOF
9960    
9961     LIBS="-lgmp $LIBS"
9962    
9963     else
9964     { { echo "$as_me:$LINENO: error: libgmp not found, required for --enable-dns" >&5
9965     echo "$as_me: error: libgmp not found, required for --enable-dns" >&2;}
9966     { (exit 1); exit 1; }; }
9967     fi
9968    
9969    
9970    
9971 pcg 1.17 cat >>confdefs.h <<_ACEOF
9972     #define ENABLE_DNS 1
9973     _ACEOF
9974    
9975    
9976 pcg 1.24
9977 pcg 1.17 fi;
9978    
9979 pcg 1.1 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9980     if test "${enable_http_proxy+set}" = set; then
9981     enableval="$enable_http_proxy"
9982    
9983     cat >>confdefs.h <<_ACEOF
9984     #define ENABLE_HTTP_PROXY 1
9985     _ACEOF
9986    
9987    
9988     fi;
9989    
9990 pcg 1.21 HMAC=12
9991     # Check whether --enable-hmac-length or --disable-hmac-length was given.
9992 pcg 1.1 if test "${enable_hmac_length+set}" = set; then
9993     enableval="$enable_hmac_length"
9994     HMAC=$enableval
9995    
9996     fi;
9997    
9998     cat >>confdefs.h <<_ACEOF
9999     #define HMACLENGTH $HMAC
10000     _ACEOF
10001    
10002    
10003 pcg 1.21 RAND=8
10004     # Check whether --enable-rand-length or --disable-rand-length was given.
10005 pcg 1.1 if test "${enable_rand_length+set}" = set; then
10006     enableval="$enable_rand_length"
10007     RAND=$enableval
10008    
10009     fi;
10010    
10011     cat >>confdefs.h <<_ACEOF
10012     #define RAND_SIZE $RAND
10013     _ACEOF
10014    
10015    
10016 pcg 1.21 MTU=1500
10017     # Check whether --enable-mtu or --disable-mtu was given.
10018 pcg 1.1 if test "${enable_mtu+set}" = set; then
10019     enableval="$enable_mtu"
10020     MTU=$enableval
10021    
10022     fi;
10023    
10024     cat >>confdefs.h <<_ACEOF
10025     #define MAX_MTU $MTU + 14
10026     _ACEOF
10027    
10028    
10029     COMPRESS=1
10030     # Check whether --enable-compression or --disable-compression was given.
10031     if test "${enable_compression+set}" = set; then
10032     enableval="$enable_compression"
10033     if test "x$enableval" = xno; then
10034     COMPRESS=0
10035     fi
10036    
10037     fi;
10038    
10039     cat >>confdefs.h <<_ACEOF
10040     #define ENABLE_COMPRESSION $COMPRESS
10041     _ACEOF
10042    
10043    
10044 pcg 1.30 CIPHER=aes_128_cbc
10045 pcg 1.1 # Check whether --enable-cipher or --disable-cipher was given.
10046     if test "${enable_cipher+set}" = set; then
10047     enableval="$enable_cipher"
10048     if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
10049     if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
10050     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
10051     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
10052    
10053     fi;
10054    
10055     cat >>confdefs.h <<_ACEOF
10056     #define ENABLE_CIPHER EVP_${CIPHER}
10057     _ACEOF
10058    
10059    
10060 pcg 1.30 DIGEST=ripemd160
10061 pcg 1.1 # Check whether --enable-digest or --disable-digest was given.
10062     if test "${enable_digest+set}" = set; then
10063     enableval="$enable_digest"
10064     if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
10065     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
10066     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
10067     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
10068    
10069     fi;
10070    
10071     cat >>confdefs.h <<_ACEOF
10072     #define ENABLE_DIGEST EVP_${DIGEST}
10073     _ACEOF
10074    
10075    
10076     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
10077     CXXFLAGS="$CXXFLAGS -fno-rtti"
10078     fi
10079    
10080     if $CXX -v --help 2>&1 | grep -q fexceptions; then
10081     CXXFLAGS="$CXXFLAGS -fno-exceptions"
10082     fi
10083    
10084    
10085    
10086    
10087 pcg 1.23 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
10088 pcg 1.19
10089 pcg 1.1 cat >confcache <<\_ACEOF
10090     # This file is a shell script that caches the results of configure
10091     # tests run on this system so they can be shared between configure
10092     # scripts and configure runs, see configure's option --config-cache.
10093     # It is not useful on other systems. If it contains results you don't
10094     # want to keep, you may remove or edit it.
10095     #
10096     # config.status only pays attention to the cache file if you give it
10097     # the --recheck option to rerun configure.
10098     #
10099     # `ac_cv_env_foo' variables (set or unset) will be overridden when
10100     # loading this file, other *unset* `ac_cv_foo' will be assigned the
10101     # following values.
10102    
10103     _ACEOF
10104    
10105     # The following way of writing the cache mishandles newlines in values,
10106     # but we know of no workaround that is simple, portable, and efficient.
10107     # So, don't put newlines in cache variables' values.
10108     # Ultrix sh set writes to stderr and can't be redirected directly,
10109     # and sets the high bit in the cache file unless we assign to the vars.
10110     {
10111     (set) 2>&1 |
10112     case `(ac_space=' '; set | grep ac_space) 2>&1` in
10113     *ac_space=\ *)
10114     # `set' does not quote correctly, so add quotes (double-quote
10115     # substitution turns \\\\ into \\, and sed turns \\ into \).
10116     sed -n \
10117 pcg 1.11 "s/'/'\\\\''/g;
10118     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10119 pcg 1.1 ;;
10120     *)
10121     # `set' quotes correctly as required by POSIX, so do not add quotes.
10122     sed -n \
10123 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10124 pcg 1.1 ;;
10125     esac;
10126     } |
10127     sed '
10128     t clear
10129     : clear
10130     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10131     t end
10132     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10133     : end' >>confcache
10134     if diff $cache_file confcache >/dev/null 2>&1; then :; else
10135     if test -w $cache_file; then
10136     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10137     cat confcache >$cache_file
10138     else
10139     echo "not updating unwritable cache $cache_file"
10140     fi
10141     fi
10142     rm -f confcache
10143    
10144     test "x$prefix" = xNONE && prefix=$ac_default_prefix
10145     # Let make expand exec_prefix.
10146     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10147    
10148     # VPATH may cause trouble with some makes, so we remove $(srcdir),
10149     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10150     # trailing colons and then remove the whole line if VPATH becomes empty
10151     # (actually we leave an empty line to preserve line numbers).
10152     if test "x$srcdir" = x.; then
10153 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
10154 pcg 1.1 s/:*\$(srcdir):*/:/;
10155     s/:*\${srcdir}:*/:/;
10156     s/:*@srcdir@:*/:/;
10157 pcg 1.11 s/^\([^=]*=[ ]*\):*/\1/;
10158 pcg 1.1 s/:*$//;
10159 pcg 1.11 s/^[^=]*=[ ]*$//;
10160 pcg 1.1 }'
10161     fi
10162    
10163     DEFS=-DHAVE_CONFIG_H
10164    
10165     ac_libobjs=
10166     ac_ltlibobjs=
10167     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10168     # 1. Remove the extension, and $U if already installed.
10169     ac_i=`echo "$ac_i" |
10170 pcg 1.11 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10171 pcg 1.1 # 2. Add them.
10172     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10173     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10174     done
10175     LIBOBJS=$ac_libobjs
10176    
10177     LTLIBOBJS=$ac_ltlibobjs
10178    
10179    
10180     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10181     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10182     Usually this means the macro was only invoked conditionally." >&5
10183     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10184     Usually this means the macro was only invoked conditionally." >&2;}
10185     { (exit 1); exit 1; }; }
10186     fi
10187     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10188     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10189     Usually this means the macro was only invoked conditionally." >&5
10190     echo "$as_me: error: conditional \"AMDEP\" was never defined.
10191     Usually this means the macro was only invoked conditionally." >&2;}
10192     { (exit 1); exit 1; }; }
10193     fi
10194     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10195     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10196     Usually this means the macro was only invoked conditionally." >&5
10197     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10198     Usually this means the macro was only invoked conditionally." >&2;}
10199     { (exit 1); exit 1; }; }
10200     fi
10201     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10202     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10203     Usually this means the macro was only invoked conditionally." >&5
10204     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10205     Usually this means the macro was only invoked conditionally." >&2;}
10206     { (exit 1); exit 1; }; }
10207     fi
10208     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10209     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10210     Usually this means the macro was only invoked conditionally." >&5
10211     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10212     Usually this means the macro was only invoked conditionally." >&2;}
10213     { (exit 1); exit 1; }; }
10214     fi
10215 pcg 1.16 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
10216     { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
10217     Usually this means the macro was only invoked conditionally." >&5
10218     echo "$as_me: error: conditional \"ROHC\" was never defined.
10219     Usually this means the macro was only invoked conditionally." >&2;}
10220     { (exit 1); exit 1; }; }
10221     fi
10222 pcg 1.1
10223     : ${CONFIG_STATUS=./config.status}
10224     ac_clean_files_save=$ac_clean_files
10225     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10226     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10227     echo "$as_me: creating $CONFIG_STATUS" >&6;}
10228     cat >$CONFIG_STATUS <<_ACEOF
10229     #! $SHELL
10230     # Generated by $as_me.
10231     # Run this file to recreate the current configuration.
10232     # Compiler output produced by configure, useful for debugging
10233     # configure, is in config.log if it exists.
10234    
10235     debug=false
10236     ac_cs_recheck=false
10237     ac_cs_silent=false
10238     SHELL=\${CONFIG_SHELL-$SHELL}
10239     _ACEOF
10240    
10241     cat >>$CONFIG_STATUS <<\_ACEOF
10242     ## --------------------- ##
10243     ## M4sh Initialization. ##
10244     ## --------------------- ##
10245    
10246     # Be Bourne compatible
10247     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10248     emulate sh
10249     NULLCMD=:
10250     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10251     # is contrary to our usage. Disable this feature.
10252     alias -g '${1+"$@"}'='"$@"'
10253     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10254     set -o posix
10255     fi
10256 pcg 1.11 DUALCASE=1; export DUALCASE # for MKS sh
10257 pcg 1.1
10258     # Support unset when possible.
10259 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10260 pcg 1.1 as_unset=unset
10261     else
10262     as_unset=false
10263     fi
10264    
10265    
10266     # Work around bugs in pre-3.0 UWIN ksh.
10267     $as_unset ENV MAIL MAILPATH
10268     PS1='$ '
10269     PS2='> '
10270     PS4='+ '
10271    
10272     # NLS nuisances.
10273     for as_var in \
10274     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10275     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10276     LC_TELEPHONE LC_TIME
10277     do
10278 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10279 pcg 1.1 eval $as_var=C; export $as_var
10280     else
10281     $as_unset $as_var
10282     fi
10283     done
10284    
10285     # Required to use basename.
10286     if expr a : '\(a\)' >/dev/null 2>&1; then
10287     as_expr=expr
10288     else
10289     as_expr=false
10290     fi
10291    
10292     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10293     as_basename=basename
10294     else
10295     as_basename=false
10296     fi
10297    
10298    
10299     # Name of the executable.
10300     as_me=`$as_basename "$0" ||
10301     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10302     X"$0" : 'X\(//\)$' \| \
10303     X"$0" : 'X\(/\)$' \| \
10304     . : '\(.\)' 2>/dev/null ||
10305     echo X/"$0" |
10306     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10307     /^X\/\(\/\/\)$/{ s//\1/; q; }
10308     /^X\/\(\/\).*/{ s//\1/; q; }
10309     s/.*/./; q'`
10310    
10311    
10312     # PATH needs CR, and LINENO needs CR and PATH.
10313     # Avoid depending upon Character Ranges.
10314     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10315     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10316     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10317     as_cr_digits='0123456789'
10318     as_cr_alnum=$as_cr_Letters$as_cr_digits
10319    
10320     # The user is always right.
10321     if test "${PATH_SEPARATOR+set}" != set; then
10322     echo "#! /bin/sh" >conf$$.sh
10323     echo "exit 0" >>conf$$.sh
10324     chmod +x conf$$.sh
10325     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10326     PATH_SEPARATOR=';'
10327     else
10328     PATH_SEPARATOR=:
10329     fi
10330     rm -f conf$$.sh
10331     fi
10332    
10333    
10334     as_lineno_1=$LINENO
10335     as_lineno_2=$LINENO
10336     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10337     test "x$as_lineno_1" != "x$as_lineno_2" &&
10338     test "x$as_lineno_3" = "x$as_lineno_2" || {
10339     # Find who we are. Look in the path if we contain no path at all
10340     # relative or not.
10341     case $0 in
10342     *[\\/]* ) as_myself=$0 ;;
10343     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10344     for as_dir in $PATH
10345     do
10346     IFS=$as_save_IFS
10347     test -z "$as_dir" && as_dir=.
10348     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10349     done
10350    
10351     ;;
10352     esac
10353     # We did not find ourselves, most probably we were run as `sh COMMAND'
10354     # in which case we are not to be found in the path.
10355     if test "x$as_myself" = x; then
10356     as_myself=$0
10357     fi
10358     if test ! -f "$as_myself"; then
10359     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10360     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10361     { (exit 1); exit 1; }; }
10362     fi
10363     case $CONFIG_SHELL in
10364     '')
10365     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10366     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10367     do
10368     IFS=$as_save_IFS
10369     test -z "$as_dir" && as_dir=.
10370     for as_base in sh bash ksh sh5; do
10371     case $as_dir in
10372     /*)
10373     if ("$as_dir/$as_base" -c '
10374     as_lineno_1=$LINENO
10375     as_lineno_2=$LINENO
10376     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10377     test "x$as_lineno_1" != "x$as_lineno_2" &&
10378     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10379     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10380     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10381     CONFIG_SHELL=$as_dir/$as_base
10382     export CONFIG_SHELL
10383     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10384     fi;;
10385     esac
10386     done
10387     done
10388     ;;
10389     esac
10390    
10391     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10392     # uniformly replaced by the line number. The first 'sed' inserts a
10393     # line-number line before each line; the second 'sed' does the real
10394     # work. The second script uses 'N' to pair each line-number line
10395     # with the numbered line, and appends trailing '-' during
10396     # substitution so that $LINENO is not a special case at line end.
10397     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10398     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10399     sed '=' <$as_myself |
10400     sed '
10401     N
10402     s,$,-,
10403     : loop
10404     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10405     t loop
10406     s,-$,,
10407     s,^['$as_cr_digits']*\n,,
10408     ' >$as_me.lineno &&
10409     chmod +x $as_me.lineno ||
10410     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10411     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10412     { (exit 1); exit 1; }; }
10413    
10414     # Don't try to exec as it changes $[0], causing all sort of problems
10415     # (the dirname of $[0] is not the place where we might find the
10416     # original and so on. Autoconf is especially sensible to this).
10417     . ./$as_me.lineno
10418     # Exit status is that of the last command.
10419     exit
10420     }
10421    
10422    
10423     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10424     *c*,-n*) ECHO_N= ECHO_C='
10425     ' ECHO_T=' ' ;;
10426     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10427     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10428     esac
10429    
10430     if expr a : '\(a\)' >/dev/null 2>&1; then
10431     as_expr=expr
10432     else
10433     as_expr=false
10434     fi
10435    
10436     rm -f conf$$ conf$$.exe conf$$.file
10437     echo >conf$$.file
10438     if ln -s conf$$.file conf$$ 2>/dev/null; then
10439     # We could just check for DJGPP; but this test a) works b) is more generic
10440     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10441     if test -f conf$$.exe; then
10442     # Don't use ln at all; we don't have any links
10443     as_ln_s='cp -p'
10444     else
10445     as_ln_s='ln -s'
10446     fi
10447     elif ln conf$$.file conf$$ 2>/dev/null; then
10448     as_ln_s=ln
10449     else
10450     as_ln_s='cp -p'
10451     fi
10452     rm -f conf$$ conf$$.exe conf$$.file
10453    
10454     if mkdir -p . 2>/dev/null; then
10455     as_mkdir_p=:
10456     else
10457 pcg 1.11 test -d ./-p && rmdir ./-p
10458 pcg 1.1 as_mkdir_p=false
10459     fi
10460    
10461     as_executable_p="test -f"
10462    
10463     # Sed expression to map a string onto a valid CPP name.
10464 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10465 pcg 1.1
10466     # Sed expression to map a string onto a valid variable name.
10467 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10468 pcg 1.1
10469    
10470     # IFS
10471     # We need space, tab and new line, in precisely that order.
10472     as_nl='
10473     '
10474     IFS=" $as_nl"
10475    
10476     # CDPATH.
10477     $as_unset CDPATH
10478    
10479     exec 6>&1
10480    
10481     # Open the log real soon, to keep \$[0] and so on meaningful, and to
10482     # report actual input values of CONFIG_FILES etc. instead of their
10483     # values after options handling. Logging --version etc. is OK.
10484     exec 5>>config.log
10485     {
10486     echo
10487     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10488     ## Running $as_me. ##
10489     _ASBOX
10490     } >&5
10491     cat >&5 <<_CSEOF
10492    
10493     This file was extended by $as_me, which was
10494 pcg 1.14 generated by GNU Autoconf 2.59. Invocation command line was
10495 pcg 1.1
10496     CONFIG_FILES = $CONFIG_FILES
10497     CONFIG_HEADERS = $CONFIG_HEADERS
10498     CONFIG_LINKS = $CONFIG_LINKS
10499     CONFIG_COMMANDS = $CONFIG_COMMANDS
10500     $ $0 $@
10501    
10502     _CSEOF
10503     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10504     echo >&5
10505     _ACEOF
10506    
10507     # Files that config.status was made for.
10508     if test -n "$ac_config_files"; then
10509     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10510     fi
10511    
10512     if test -n "$ac_config_headers"; then
10513     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10514     fi
10515    
10516     if test -n "$ac_config_links"; then
10517     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10518     fi
10519    
10520     if test -n "$ac_config_commands"; then
10521     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10522     fi
10523    
10524     cat >>$CONFIG_STATUS <<\_ACEOF
10525    
10526     ac_cs_usage="\
10527     \`$as_me' instantiates files from templates according to the
10528     current configuration.
10529    
10530     Usage: $0 [OPTIONS] [FILE]...
10531    
10532     -h, --help print this help, then exit
10533     -V, --version print version number, then exit
10534     -q, --quiet do not print progress messages
10535     -d, --debug don't remove temporary files
10536     --recheck update $as_me by reconfiguring in the same conditions
10537     --file=FILE[:TEMPLATE]
10538 pcg 1.11 instantiate the configuration file FILE
10539 pcg 1.1 --header=FILE[:TEMPLATE]
10540 pcg 1.11 instantiate the configuration header FILE
10541 pcg 1.1
10542     Configuration files:
10543     $config_files
10544    
10545     Configuration headers:
10546     $config_headers
10547    
10548     Configuration commands:
10549     $config_commands
10550    
10551     Report bugs to <bug-autoconf@gnu.org>."
10552     _ACEOF
10553    
10554     cat >>$CONFIG_STATUS <<_ACEOF
10555     ac_cs_version="\\
10556     config.status
10557 pcg 1.14 configured by $0, generated by GNU Autoconf 2.59,
10558 pcg 1.1 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10559    
10560 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
10561 pcg 1.1 This config.status script is free software; the Free Software Foundation
10562     gives unlimited permission to copy, distribute and modify it."
10563     srcdir=$srcdir
10564     INSTALL="$INSTALL"
10565     _ACEOF
10566    
10567     cat >>$CONFIG_STATUS <<\_ACEOF
10568     # If no file are specified by the user, then we need to provide default
10569     # value. By we need to know if files were specified by the user.
10570     ac_need_defaults=:
10571     while test $# != 0
10572     do
10573     case $1 in
10574     --*=*)
10575     ac_option=`expr "x$1" : 'x\([^=]*\)='`
10576     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10577     ac_shift=:
10578     ;;
10579     -*)
10580     ac_option=$1
10581     ac_optarg=$2
10582     ac_shift=shift
10583     ;;
10584     *) # This is not an option, so the user has probably given explicit
10585     # arguments.
10586     ac_option=$1
10587     ac_need_defaults=false;;
10588     esac
10589    
10590     case $ac_option in
10591     # Handling of the options.
10592     _ACEOF
10593     cat >>$CONFIG_STATUS <<\_ACEOF
10594     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10595     ac_cs_recheck=: ;;
10596     --version | --vers* | -V )
10597     echo "$ac_cs_version"; exit 0 ;;
10598     --he | --h)
10599     # Conflict between --help and --header
10600     { { echo "$as_me:$LINENO: error: ambiguous option: $1
10601     Try \`$0 --help' for more information." >&5
10602     echo "$as_me: error: ambiguous option: $1
10603     Try \`$0 --help' for more information." >&2;}
10604     { (exit 1); exit 1; }; };;
10605     --help | --hel | -h )
10606     echo "$ac_cs_usage"; exit 0 ;;
10607     --debug | --d* | -d )
10608     debug=: ;;
10609     --file | --fil | --fi | --f )
10610     $ac_shift
10611     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10612     ac_need_defaults=false;;
10613     --header | --heade | --head | --hea )
10614     $ac_shift
10615     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10616     ac_need_defaults=false;;
10617     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10618     | -silent | --silent | --silen | --sile | --sil | --si | --s)
10619     ac_cs_silent=: ;;
10620    
10621     # This is an error.
10622     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10623     Try \`$0 --help' for more information." >&5
10624     echo "$as_me: error: unrecognized option: $1
10625     Try \`$0 --help' for more information." >&2;}
10626     { (exit 1); exit 1; }; } ;;
10627    
10628     *) ac_config_targets="$ac_config_targets $1" ;;
10629    
10630     esac
10631     shift
10632     done
10633    
10634     ac_configure_extra_args=
10635    
10636     if $ac_cs_silent; then
10637     exec 6>/dev/null
10638     ac_configure_extra_args="$ac_configure_extra_args --silent"
10639     fi
10640    
10641     _ACEOF
10642     cat >>$CONFIG_STATUS <<_ACEOF
10643     if \$ac_cs_recheck; then
10644     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10645     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10646     fi
10647    
10648     _ACEOF
10649    
10650     cat >>$CONFIG_STATUS <<_ACEOF
10651     #
10652     # INIT-COMMANDS section.
10653     #
10654    
10655     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10656     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10657     # from automake.
10658     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10659     # Capture the value of LINGUAS because we need it to compute CATALOGS.
10660     LINGUAS="${LINGUAS-%UNSET%}"
10661    
10662     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10663    
10664     _ACEOF
10665    
10666    
10667    
10668     cat >>$CONFIG_STATUS <<\_ACEOF
10669     for ac_config_target in $ac_config_targets
10670     do
10671     case "$ac_config_target" in
10672     # Handling of arguments.
10673     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10674     "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10675     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10676     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10677     "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10678     "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10679     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10680     "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10681     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10682     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10683     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10684     { (exit 1); exit 1; }; };;
10685     esac
10686     done
10687    
10688     # If the user did not use the arguments to specify the items to instantiate,
10689     # then the envvar interface is used. Set only those that are not.
10690     # We use the long form for the default assignment because of an extremely
10691     # bizarre bug on SunOS 4.1.3.
10692     if $ac_need_defaults; then
10693     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10694     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10695     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10696     fi
10697    
10698     # Have a temporary directory for convenience. Make it in the build tree
10699     # simply because there is no reason to put it here, and in addition,
10700     # creating and moving files from /tmp can sometimes cause problems.
10701     # Create a temporary directory, and hook for its removal unless debugging.
10702     $debug ||
10703     {
10704     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10705     trap '{ (exit 1); exit 1; }' 1 2 13 15
10706     }
10707    
10708     # Create a (secure) tmp directory for tmp files.
10709    
10710     {
10711     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10712     test -n "$tmp" && test -d "$tmp"
10713     } ||
10714     {
10715     tmp=./confstat$$-$RANDOM
10716     (umask 077 && mkdir $tmp)
10717     } ||
10718     {
10719     echo "$me: cannot create a temporary directory in ." >&2
10720     { (exit 1); exit 1; }
10721     }
10722    
10723     _ACEOF
10724    
10725     cat >>$CONFIG_STATUS <<_ACEOF
10726    
10727     #
10728     # CONFIG_FILES section.
10729     #
10730    
10731     # No need to generate the scripts if there are no CONFIG_FILES.
10732     # This happens for instance when ./config.status config.h
10733     if test -n "\$CONFIG_FILES"; then
10734     # Protect against being on the right side of a sed subst in config.status.
10735     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10736     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10737     s,@SHELL@,$SHELL,;t t
10738     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10739     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10740     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10741     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10742     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10743     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10744     s,@exec_prefix@,$exec_prefix,;t t
10745     s,@prefix@,$prefix,;t t
10746     s,@program_transform_name@,$program_transform_name,;t t
10747     s,@bindir@,$bindir,;t t
10748     s,@sbindir@,$sbindir,;t t
10749     s,@libexecdir@,$libexecdir,;t t
10750     s,@datadir@,$datadir,;t t
10751     s,@sysconfdir@,$sysconfdir,;t t
10752     s,@sharedstatedir@,$sharedstatedir,;t t
10753     s,@localstatedir@,$localstatedir,;t t
10754     s,@libdir@,$libdir,;t t
10755     s,@includedir@,$includedir,;t t
10756     s,@oldincludedir@,$oldincludedir,;t t
10757     s,@infodir@,$infodir,;t t
10758     s,@mandir@,$mandir,;t t
10759     s,@build_alias@,$build_alias,;t t
10760     s,@host_alias@,$host_alias,;t t
10761     s,@target_alias@,$target_alias,;t t
10762     s,@DEFS@,$DEFS,;t t
10763     s,@ECHO_C@,$ECHO_C,;t t
10764     s,@ECHO_N@,$ECHO_N,;t t
10765     s,@ECHO_T@,$ECHO_T,;t t
10766     s,@LIBS@,$LIBS,;t t
10767     s,@build@,$build,;t t
10768     s,@build_cpu@,$build_cpu,;t t
10769     s,@build_vendor@,$build_vendor,;t t
10770     s,@build_os@,$build_os,;t t
10771     s,@host@,$host,;t t
10772     s,@host_cpu@,$host_cpu,;t t
10773     s,@host_vendor@,$host_vendor,;t t
10774     s,@host_os@,$host_os,;t t
10775     s,@target@,$target,;t t
10776     s,@target_cpu@,$target_cpu,;t t
10777     s,@target_vendor@,$target_vendor,;t t
10778     s,@target_os@,$target_os,;t t
10779     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10780     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10781     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10782     s,@CYGPATH_W@,$CYGPATH_W,;t t
10783     s,@PACKAGE@,$PACKAGE,;t t
10784     s,@VERSION@,$VERSION,;t t
10785     s,@ACLOCAL@,$ACLOCAL,;t t
10786     s,@AUTOCONF@,$AUTOCONF,;t t
10787     s,@AUTOMAKE@,$AUTOMAKE,;t t
10788     s,@AUTOHEADER@,$AUTOHEADER,;t t
10789     s,@MAKEINFO@,$MAKEINFO,;t t
10790     s,@AMTAR@,$AMTAR,;t t
10791     s,@install_sh@,$install_sh,;t t
10792     s,@STRIP@,$STRIP,;t t
10793     s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10794     s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10795     s,@AWK@,$AWK,;t t
10796     s,@SET_MAKE@,$SET_MAKE,;t t
10797     s,@am__leading_dot@,$am__leading_dot,;t t
10798     s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10799     s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10800     s,@MAINT@,$MAINT,;t t
10801     s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10802     s,@MSGFMT@,$MSGFMT,;t t
10803     s,@GMSGFMT@,$GMSGFMT,;t t
10804     s,@XGETTEXT@,$XGETTEXT,;t t
10805     s,@MSGMERGE@,$MSGMERGE,;t t
10806     s,@CC@,$CC,;t t
10807     s,@CFLAGS@,$CFLAGS,;t t
10808     s,@LDFLAGS@,$LDFLAGS,;t t
10809     s,@CPPFLAGS@,$CPPFLAGS,;t t
10810     s,@ac_ct_CC@,$ac_ct_CC,;t t
10811     s,@EXEEXT@,$EXEEXT,;t t
10812     s,@OBJEXT@,$OBJEXT,;t t
10813     s,@DEPDIR@,$DEPDIR,;t t
10814     s,@am__include@,$am__include,;t t
10815     s,@am__quote@,$am__quote,;t t
10816     s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10817     s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10818     s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10819     s,@CCDEPMODE@,$CCDEPMODE,;t t
10820     s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10821     s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10822     s,@USE_NLS@,$USE_NLS,;t t
10823     s,@LIBICONV@,$LIBICONV,;t t
10824     s,@LTLIBICONV@,$LTLIBICONV,;t t
10825     s,@INTLLIBS@,$INTLLIBS,;t t
10826     s,@LIBINTL@,$LIBINTL,;t t
10827     s,@LTLIBINTL@,$LTLIBINTL,;t t
10828     s,@POSUB@,$POSUB,;t t
10829     s,@CPP@,$CPP,;t t
10830     s,@CXX@,$CXX,;t t
10831     s,@CXXFLAGS@,$CXXFLAGS,;t t
10832     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10833     s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10834     s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10835     s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10836     s,@EGREP@,$EGREP,;t t
10837     s,@LN_S@,$LN_S,;t t
10838     s,@RANLIB@,$RANLIB,;t t
10839     s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10840     s,@IFTYPE@,$IFTYPE,;t t
10841     s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10842     s,@CXXCPP@,$CXXCPP,;t t
10843     s,@ALLOCA@,$ALLOCA,;t t
10844     s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10845     s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10846 pcg 1.21 s,@LDFLAGS_DAEMON@,$LDFLAGS_DAEMON,;t t
10847 pcg 1.16 s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10848     s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10849 pcg 1.1 s,@INCLUDES@,$INCLUDES,;t t
10850     s,@LIBOBJS@,$LIBOBJS,;t t
10851     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10852     CEOF
10853    
10854     _ACEOF
10855    
10856     cat >>$CONFIG_STATUS <<\_ACEOF
10857     # Split the substitutions into bite-sized pieces for seds with
10858     # small command number limits, like on Digital OSF/1 and HP-UX.
10859     ac_max_sed_lines=48
10860     ac_sed_frag=1 # Number of current file.
10861     ac_beg=1 # First line for current file.
10862     ac_end=$ac_max_sed_lines # Line after last line for current file.
10863     ac_more_lines=:
10864     ac_sed_cmds=
10865     while $ac_more_lines; do
10866     if test $ac_beg -gt 1; then
10867     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10868     else
10869     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10870     fi
10871     if test ! -s $tmp/subs.frag; then
10872     ac_more_lines=false
10873     else
10874     # The purpose of the label and of the branching condition is to
10875     # speed up the sed processing (if there are no `@' at all, there
10876     # is no need to browse any of the substitutions).
10877     # These are the two extra sed commands mentioned above.
10878     (echo ':t
10879     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10880     if test -z "$ac_sed_cmds"; then
10881 pcg 1.11 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10882 pcg 1.1 else
10883 pcg 1.11 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10884 pcg 1.1 fi
10885     ac_sed_frag=`expr $ac_sed_frag + 1`
10886     ac_beg=$ac_end
10887     ac_end=`expr $ac_end + $ac_max_sed_lines`
10888     fi
10889     done
10890     if test -z "$ac_sed_cmds"; then
10891     ac_sed_cmds=cat
10892     fi
10893     fi # test -n "$CONFIG_FILES"
10894    
10895     _ACEOF
10896     cat >>$CONFIG_STATUS <<\_ACEOF
10897     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10898     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10899     case $ac_file in
10900     - | *:- | *:-:* ) # input from stdin
10901 pcg 1.11 cat >$tmp/stdin
10902     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10903     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10904 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10905 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10906 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
10907     esac
10908    
10909     # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10910     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10911     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10912 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
10913     X"$ac_file" : 'X\(//\)$' \| \
10914     X"$ac_file" : 'X\(/\)' \| \
10915     . : '\(.\)' 2>/dev/null ||
10916 pcg 1.1 echo X"$ac_file" |
10917     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10918     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10919     /^X\(\/\/\)$/{ s//\1/; q; }
10920     /^X\(\/\).*/{ s//\1/; q; }
10921     s/.*/./; q'`
10922     { if $as_mkdir_p; then
10923     mkdir -p "$ac_dir"
10924     else
10925     as_dir="$ac_dir"
10926     as_dirs=
10927     while test ! -d "$as_dir"; do
10928     as_dirs="$as_dir $as_dirs"
10929     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10930     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10931 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
10932     X"$as_dir" : 'X\(//\)$' \| \
10933     X"$as_dir" : 'X\(/\)' \| \
10934     . : '\(.\)' 2>/dev/null ||
10935 pcg 1.1 echo X"$as_dir" |
10936     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10937     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10938     /^X\(\/\/\)$/{ s//\1/; q; }
10939     /^X\(\/\).*/{ s//\1/; q; }
10940     s/.*/./; q'`
10941     done
10942     test ! -n "$as_dirs" || mkdir $as_dirs
10943     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10944     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10945     { (exit 1); exit 1; }; }; }
10946    
10947     ac_builddir=.
10948    
10949     if test "$ac_dir" != .; then
10950     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10951     # A "../" for each directory in $ac_dir_suffix.
10952     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10953     else
10954     ac_dir_suffix= ac_top_builddir=
10955     fi
10956    
10957     case $srcdir in
10958     .) # No --srcdir option. We are building in place.
10959     ac_srcdir=.
10960     if test -z "$ac_top_builddir"; then
10961     ac_top_srcdir=.
10962     else
10963     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10964     fi ;;
10965     [\\/]* | ?:[\\/]* ) # Absolute path.
10966     ac_srcdir=$srcdir$ac_dir_suffix;
10967     ac_top_srcdir=$srcdir ;;
10968     *) # Relative path.
10969     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10970     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10971     esac
10972 pcg 1.11
10973     # Do not use `cd foo && pwd` to compute absolute paths, because
10974     # the directories may not exist.
10975     case `pwd` in
10976     .) ac_abs_builddir="$ac_dir";;
10977     *)
10978     case "$ac_dir" in
10979     .) ac_abs_builddir=`pwd`;;
10980     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10981     *) ac_abs_builddir=`pwd`/"$ac_dir";;
10982     esac;;
10983     esac
10984     case $ac_abs_builddir in
10985     .) ac_abs_top_builddir=${ac_top_builddir}.;;
10986     *)
10987     case ${ac_top_builddir}. in
10988     .) ac_abs_top_builddir=$ac_abs_builddir;;
10989     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10990     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10991     esac;;
10992     esac
10993     case $ac_abs_builddir in
10994     .) ac_abs_srcdir=$ac_srcdir;;
10995     *)
10996     case $ac_srcdir in
10997     .) ac_abs_srcdir=$ac_abs_builddir;;
10998     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10999     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11000     esac;;
11001     esac
11002     case $ac_abs_builddir in
11003     .) ac_abs_top_srcdir=$ac_top_srcdir;;
11004     *)
11005     case $ac_top_srcdir in
11006     .) ac_abs_top_srcdir=$ac_abs_builddir;;
11007     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11008     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11009     esac;;
11010     esac
11011 pcg 1.1
11012    
11013     case $INSTALL in
11014     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11015     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
11016     esac
11017    
11018     # Let's still pretend it is `configure' which instantiates (i.e., don't
11019     # use $as_me), people would be surprised to read:
11020     # /* config.h. Generated by config.status. */
11021     if test x"$ac_file" = x-; then
11022     configure_input=
11023     else
11024     configure_input="$ac_file. "
11025     fi
11026     configure_input=$configure_input"Generated from `echo $ac_file_in |
11027 pcg 1.11 sed 's,.*/,,'` by configure."
11028 pcg 1.1
11029     # First look for the input files in the build tree, otherwise in the
11030     # src tree.
11031     ac_file_inputs=`IFS=:
11032     for f in $ac_file_in; do
11033     case $f in
11034     -) echo $tmp/stdin ;;
11035     [\\/$]*)
11036 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
11037     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11038 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11039     { (exit 1); exit 1; }; }
11040 pcg 1.11 echo "$f";;
11041 pcg 1.1 *) # Relative
11042 pcg 1.11 if test -f "$f"; then
11043     # Build tree
11044     echo "$f"
11045     elif test -f "$srcdir/$f"; then
11046     # Source tree
11047     echo "$srcdir/$f"
11048     else
11049     # /dev/null tree
11050     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11051 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11052     { (exit 1); exit 1; }; }
11053 pcg 1.11 fi;;
11054 pcg 1.1 esac
11055     done` || { (exit 1); exit 1; }
11056 pcg 1.11
11057     if test x"$ac_file" != x-; then
11058     { echo "$as_me:$LINENO: creating $ac_file" >&5
11059     echo "$as_me: creating $ac_file" >&6;}
11060     rm -f "$ac_file"
11061     fi
11062 pcg 1.1 _ACEOF
11063     cat >>$CONFIG_STATUS <<_ACEOF
11064     sed "$ac_vpsub
11065     $extrasub
11066     _ACEOF
11067     cat >>$CONFIG_STATUS <<\_ACEOF
11068     :t
11069     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11070     s,@configure_input@,$configure_input,;t t
11071     s,@srcdir@,$ac_srcdir,;t t
11072     s,@abs_srcdir@,$ac_abs_srcdir,;t t
11073     s,@top_srcdir@,$ac_top_srcdir,;t t
11074     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11075     s,@builddir@,$ac_builddir,;t t
11076     s,@abs_builddir@,$ac_abs_builddir,;t t
11077     s,@top_builddir@,$ac_top_builddir,;t t
11078     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11079     s,@INSTALL@,$ac_INSTALL,;t t
11080     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11081     rm -f $tmp/stdin
11082     if test x"$ac_file" != x-; then
11083     mv $tmp/out $ac_file
11084     else
11085     cat $tmp/out
11086     rm -f $tmp/out
11087     fi
11088    
11089     done
11090     _ACEOF
11091     cat >>$CONFIG_STATUS <<\_ACEOF
11092    
11093     #
11094     # CONFIG_HEADER section.
11095     #
11096    
11097     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11098     # NAME is the cpp macro being defined and VALUE is the value it is being given.
11099     #
11100     # ac_d sets the value in "#define NAME VALUE" lines.
11101 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11102     ac_dB='[ ].*$,\1#\2'
11103 pcg 1.1 ac_dC=' '
11104     ac_dD=',;t'
11105     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11106 pcg 1.11 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11107 pcg 1.1 ac_uB='$,\1#\2define\3'
11108     ac_uC=' '
11109     ac_uD=',;t'
11110    
11111     for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
11112     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11113     case $ac_file in
11114     - | *:- | *:-:* ) # input from stdin
11115 pcg 1.11 cat >$tmp/stdin
11116     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11117     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11118 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11119 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11120 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
11121     esac
11122    
11123     test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11124     echo "$as_me: creating $ac_file" >&6;}
11125    
11126     # First look for the input files in the build tree, otherwise in the
11127     # src tree.
11128     ac_file_inputs=`IFS=:
11129     for f in $ac_file_in; do
11130     case $f in
11131     -) echo $tmp/stdin ;;
11132     [\\/$]*)
11133 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
11134     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11135 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11136     { (exit 1); exit 1; }; }
11137 pcg 1.11 # Do quote $f, to prevent DOS paths from being IFS'd.
11138     echo "$f";;
11139 pcg 1.1 *) # Relative
11140 pcg 1.11 if test -f "$f"; then
11141     # Build tree
11142     echo "$f"
11143     elif test -f "$srcdir/$f"; then
11144     # Source tree
11145     echo "$srcdir/$f"
11146     else
11147     # /dev/null tree
11148     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11149 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
11150     { (exit 1); exit 1; }; }
11151 pcg 1.11 fi;;
11152 pcg 1.1 esac
11153     done` || { (exit 1); exit 1; }
11154     # Remove the trailing spaces.
11155 pcg 1.11 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11156 pcg 1.1
11157     _ACEOF
11158    
11159     # Transform confdefs.h into two sed scripts, `conftest.defines' and
11160     # `conftest.undefs', that substitutes the proper values into
11161     # config.h.in to produce config.h. The first handles `#define'
11162     # templates, and the second `#undef' templates.
11163     # And first: Protect against being on the right side of a sed subst in
11164     # config.status. Protect against being in an unquoted here document
11165     # in config.status.
11166     rm -f conftest.defines conftest.undefs
11167     # Using a here document instead of a string reduces the quoting nightmare.
11168     # Putting comments in sed scripts is not portable.
11169     #
11170     # `end' is used to avoid that the second main sed command (meant for
11171     # 0-ary CPP macros) applies to n-ary macro definitions.
11172     # See the Autoconf documentation for `clear'.
11173     cat >confdef2sed.sed <<\_ACEOF
11174     s/[\\&,]/\\&/g
11175     s,[\\$`],\\&,g
11176     t clear
11177     : clear
11178 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11179 pcg 1.1 t end
11180 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11181 pcg 1.1 : end
11182     _ACEOF
11183     # If some macros were called several times there might be several times
11184     # the same #defines, which is useless. Nevertheless, we may not want to
11185     # sort them, since we want the *last* AC-DEFINE to be honored.
11186     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11187     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11188     rm -f confdef2sed.sed
11189    
11190     # This sed command replaces #undef with comments. This is necessary, for
11191     # example, in the case of _POSIX_SOURCE, which is predefined and required
11192     # on some systems where configure will not decide to define it.
11193     cat >>conftest.undefs <<\_ACEOF
11194 pcg 1.11 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11195 pcg 1.1 _ACEOF
11196    
11197     # Break up conftest.defines because some shells have a limit on the size
11198     # of here documents, and old seds have small limits too (100 cmds).
11199     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11200 pcg 1.11 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11201 pcg 1.1 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11202     echo ' :' >>$CONFIG_STATUS
11203     rm -f conftest.tail
11204     while grep . conftest.defines >/dev/null
11205     do
11206     # Write a limited-size here document to $tmp/defines.sed.
11207     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11208     # Speed up: don't consider the non `#define' lines.
11209 pcg 1.11 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11210 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11211     echo 't clr' >>$CONFIG_STATUS
11212     echo ': clr' >>$CONFIG_STATUS
11213     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11214     echo 'CEOF
11215     sed -f $tmp/defines.sed $tmp/in >$tmp/out
11216     rm -f $tmp/in
11217     mv $tmp/out $tmp/in
11218     ' >>$CONFIG_STATUS
11219     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11220     rm -f conftest.defines
11221     mv conftest.tail conftest.defines
11222     done
11223     rm -f conftest.defines
11224     echo ' fi # grep' >>$CONFIG_STATUS
11225     echo >>$CONFIG_STATUS
11226    
11227     # Break up conftest.undefs because some shells have a limit on the size
11228     # of here documents, and old seds have small limits too (100 cmds).
11229     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11230     rm -f conftest.tail
11231     while grep . conftest.undefs >/dev/null
11232     do
11233     # Write a limited-size here document to $tmp/undefs.sed.
11234     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11235     # Speed up: don't consider the non `#undef'
11236 pcg 1.11 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11237 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11238     echo 't clr' >>$CONFIG_STATUS
11239     echo ': clr' >>$CONFIG_STATUS
11240     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11241     echo 'CEOF
11242     sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11243     rm -f $tmp/in
11244     mv $tmp/out $tmp/in
11245     ' >>$CONFIG_STATUS
11246     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11247     rm -f conftest.undefs
11248     mv conftest.tail conftest.undefs
11249     done
11250     rm -f conftest.undefs
11251    
11252     cat >>$CONFIG_STATUS <<\_ACEOF
11253     # Let's still pretend it is `configure' which instantiates (i.e., don't
11254     # use $as_me), people would be surprised to read:
11255     # /* config.h. Generated by config.status. */
11256     if test x"$ac_file" = x-; then
11257     echo "/* Generated by configure. */" >$tmp/config.h
11258     else
11259     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11260     fi
11261     cat $tmp/in >>$tmp/config.h
11262     rm -f $tmp/in
11263     if test x"$ac_file" != x-; then
11264     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11265     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11266     echo "$as_me: $ac_file is unchanged" >&6;}
11267     else
11268     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11269     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11270 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
11271     X"$ac_file" : 'X\(//\)$' \| \
11272     X"$ac_file" : 'X\(/\)' \| \
11273     . : '\(.\)' 2>/dev/null ||
11274 pcg 1.1 echo X"$ac_file" |
11275     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11276     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11277     /^X\(\/\/\)$/{ s//\1/; q; }
11278     /^X\(\/\).*/{ s//\1/; q; }
11279     s/.*/./; q'`
11280     { if $as_mkdir_p; then
11281     mkdir -p "$ac_dir"
11282     else
11283     as_dir="$ac_dir"
11284     as_dirs=
11285     while test ! -d "$as_dir"; do
11286     as_dirs="$as_dir $as_dirs"
11287     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11288     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11289 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11290     X"$as_dir" : 'X\(//\)$' \| \
11291     X"$as_dir" : 'X\(/\)' \| \
11292     . : '\(.\)' 2>/dev/null ||
11293 pcg 1.1 echo X"$as_dir" |
11294     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11295     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11296     /^X\(\/\/\)$/{ s//\1/; q; }
11297     /^X\(\/\).*/{ s//\1/; q; }
11298     s/.*/./; q'`
11299     done
11300     test ! -n "$as_dirs" || mkdir $as_dirs
11301     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11302     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11303     { (exit 1); exit 1; }; }; }
11304    
11305     rm -f $ac_file
11306     mv $tmp/config.h $ac_file
11307     fi
11308     else
11309     cat $tmp/config.h
11310     rm -f $tmp/config.h
11311     fi
11312     # Compute $ac_file's index in $config_headers.
11313     _am_stamp_count=1
11314     for _am_header in $config_headers :; do
11315     case $_am_header in
11316     $ac_file | $ac_file:* )
11317     break ;;
11318     * )
11319     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11320     esac
11321     done
11322     echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11323     $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11324 pcg 1.11 X$ac_file : 'X\(//\)[^/]' \| \
11325     X$ac_file : 'X\(//\)$' \| \
11326     X$ac_file : 'X\(/\)' \| \
11327     . : '\(.\)' 2>/dev/null ||
11328 pcg 1.1 echo X$ac_file |
11329     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11330     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11331     /^X\(\/\/\)$/{ s//\1/; q; }
11332     /^X\(\/\).*/{ s//\1/; q; }
11333     s/.*/./; q'`/stamp-h$_am_stamp_count
11334     done
11335     _ACEOF
11336     cat >>$CONFIG_STATUS <<\_ACEOF
11337    
11338     #
11339     # CONFIG_COMMANDS section.
11340     #
11341     for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11342     ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11343     ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11344     ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11345     $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11346 pcg 1.11 X"$ac_dest" : 'X\(//\)[^/]' \| \
11347     X"$ac_dest" : 'X\(//\)$' \| \
11348     X"$ac_dest" : 'X\(/\)' \| \
11349     . : '\(.\)' 2>/dev/null ||
11350 pcg 1.1 echo X"$ac_dest" |
11351     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11352     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11353     /^X\(\/\/\)$/{ s//\1/; q; }
11354     /^X\(\/\).*/{ s//\1/; q; }
11355     s/.*/./; q'`
11356 pcg 1.11 { if $as_mkdir_p; then
11357     mkdir -p "$ac_dir"
11358     else
11359     as_dir="$ac_dir"
11360     as_dirs=
11361     while test ! -d "$as_dir"; do
11362     as_dirs="$as_dir $as_dirs"
11363     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11364     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11365     X"$as_dir" : 'X\(//\)[^/]' \| \
11366     X"$as_dir" : 'X\(//\)$' \| \
11367     X"$as_dir" : 'X\(/\)' \| \
11368     . : '\(.\)' 2>/dev/null ||
11369     echo X"$as_dir" |
11370     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11371     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11372     /^X\(\/\/\)$/{ s//\1/; q; }
11373     /^X\(\/\).*/{ s//\1/; q; }
11374     s/.*/./; q'`
11375     done
11376     test ! -n "$as_dirs" || mkdir $as_dirs
11377     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11378     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11379     { (exit 1); exit 1; }; }; }
11380    
11381 pcg 1.1 ac_builddir=.
11382    
11383     if test "$ac_dir" != .; then
11384     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11385     # A "../" for each directory in $ac_dir_suffix.
11386     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11387     else
11388     ac_dir_suffix= ac_top_builddir=
11389     fi
11390    
11391     case $srcdir in
11392     .) # No --srcdir option. We are building in place.
11393     ac_srcdir=.
11394     if test -z "$ac_top_builddir"; then
11395     ac_top_srcdir=.
11396     else
11397     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11398     fi ;;
11399     [\\/]* | ?:[\\/]* ) # Absolute path.
11400     ac_srcdir=$srcdir$ac_dir_suffix;
11401     ac_top_srcdir=$srcdir ;;
11402     *) # Relative path.
11403     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11404     ac_top_srcdir=$ac_top_builddir$srcdir ;;
11405     esac
11406 pcg 1.11
11407     # Do not use `cd foo && pwd` to compute absolute paths, because
11408     # the directories may not exist.
11409     case `pwd` in
11410     .) ac_abs_builddir="$ac_dir";;
11411     *)
11412     case "$ac_dir" in
11413     .) ac_abs_builddir=`pwd`;;
11414     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11415     *) ac_abs_builddir=`pwd`/"$ac_dir";;
11416     esac;;
11417     esac
11418     case $ac_abs_builddir in
11419     .) ac_abs_top_builddir=${ac_top_builddir}.;;
11420     *)
11421     case ${ac_top_builddir}. in
11422     .) ac_abs_top_builddir=$ac_abs_builddir;;
11423     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11424     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11425     esac;;
11426     esac
11427     case $ac_abs_builddir in
11428     .) ac_abs_srcdir=$ac_srcdir;;
11429     *)
11430     case $ac_srcdir in
11431     .) ac_abs_srcdir=$ac_abs_builddir;;
11432     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11433     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11434     esac;;
11435     esac
11436     case $ac_abs_builddir in
11437     .) ac_abs_top_srcdir=$ac_top_srcdir;;
11438     *)
11439     case $ac_top_srcdir in
11440     .) ac_abs_top_srcdir=$ac_abs_builddir;;
11441     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11442     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11443     esac;;
11444     esac
11445 pcg 1.1
11446    
11447     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11448     echo "$as_me: executing $ac_dest commands" >&6;}
11449     case $ac_dest in
11450     default-1 )
11451     for ac_file in $CONFIG_FILES; do
11452     # Support "outfile[:infile[:infile...]]"
11453     case "$ac_file" in
11454     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11455     esac
11456     # PO directories have a Makefile.in generated from Makefile.in.in.
11457     case "$ac_file" in */Makefile.in)
11458     # Adjust a relative srcdir.
11459     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11460     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11461     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11462     # In autoconf-2.13 it is called $ac_given_srcdir.
11463     # In autoconf-2.50 it is called $srcdir.
11464     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11465     case "$ac_given_srcdir" in
11466     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11467     /*) top_srcdir="$ac_given_srcdir" ;;
11468     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11469     esac
11470     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11471     rm -f "$ac_dir/POTFILES"
11472     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11473     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11474     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11475     # on $ac_dir but don't depend on user-specified configuration
11476     # parameters.
11477     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11478     # The LINGUAS file contains the set of available languages.
11479     if test -n "$ALL_LINGUAS"; then
11480     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11481     fi
11482     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11483     # Hide the ALL_LINGUAS assigment from automake.
11484     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11485     fi
11486     case "$ac_given_srcdir" in
11487     .) srcdirpre= ;;
11488     *) srcdirpre='$(srcdir)/' ;;
11489     esac
11490     POFILES=
11491     GMOFILES=
11492     UPDATEPOFILES=
11493     DUMMYPOFILES=
11494     for lang in $ALL_LINGUAS; do
11495     POFILES="$POFILES $srcdirpre$lang.po"
11496     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11497     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11498     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11499     done
11500     # CATALOGS depends on both $ac_dir and the user's LINGUAS
11501     # environment variable.
11502     INST_LINGUAS=
11503     if test -n "$ALL_LINGUAS"; then
11504     for presentlang in $ALL_LINGUAS; do
11505     useit=no
11506     if test "%UNSET%" != "$LINGUAS"; then
11507     desiredlanguages="$LINGUAS"
11508     else
11509     desiredlanguages="$ALL_LINGUAS"
11510     fi
11511     for desiredlang in $desiredlanguages; do
11512     # Use the presentlang catalog if desiredlang is
11513     # a. equal to presentlang, or
11514     # b. a variant of presentlang (because in this case,
11515     # presentlang can be used as a fallback for messages
11516     # which are not translated in the desiredlang catalog).
11517     case "$desiredlang" in
11518     "$presentlang"*) useit=yes;;
11519     esac
11520     done
11521     if test $useit = yes; then
11522     INST_LINGUAS="$INST_LINGUAS $presentlang"
11523     fi
11524     done
11525     fi
11526     CATALOGS=
11527     if test -n "$INST_LINGUAS"; then
11528     for lang in $INST_LINGUAS; do
11529     CATALOGS="$CATALOGS $lang.gmo"
11530     done
11531     fi
11532     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11533     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"
11534     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11535     if test -f "$f"; then
11536     case "$f" in
11537     *.orig | *.bak | *~) ;;
11538     *) cat "$f" >> "$ac_dir/Makefile" ;;
11539     esac
11540     fi
11541     done
11542     fi
11543     ;;
11544     esac
11545     done ;;
11546     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11547     # Strip MF so we end up with the name of the file.
11548     mf=`echo "$mf" | sed -e 's/:.*$//'`
11549     # Check whether this is an Automake generated Makefile or not.
11550     # We used to match only the files named `Makefile.in', but
11551     # some people rename them; so instead we look at the file content.
11552     # Grep'ing the first line is not enough: some people post-process
11553     # each Makefile.in and add a new line on top of each file to say so.
11554     # So let's grep whole file.
11555     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11556     dirpart=`(dirname "$mf") 2>/dev/null ||
11557     $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11558 pcg 1.11 X"$mf" : 'X\(//\)[^/]' \| \
11559     X"$mf" : 'X\(//\)$' \| \
11560     X"$mf" : 'X\(/\)' \| \
11561     . : '\(.\)' 2>/dev/null ||
11562 pcg 1.1 echo X"$mf" |
11563     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11564     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11565     /^X\(\/\/\)$/{ s//\1/; q; }
11566     /^X\(\/\).*/{ s//\1/; q; }
11567     s/.*/./; q'`
11568     else
11569     continue
11570     fi
11571     grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11572     # Extract the definition of DEP_FILES from the Makefile without
11573     # running `make'.
11574     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11575     test -z "$DEPDIR" && continue
11576     # When using ansi2knr, U may be empty or an underscore; expand it
11577     U=`sed -n -e '/^U = / s///p' < "$mf"`
11578     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11579     # We invoke sed twice because it is the simplest approach to
11580     # changing $(DEPDIR) to its actual value in the expansion.
11581     for file in `sed -n -e '
11582     /^DEP_FILES = .*\\\\$/ {
11583     s/^DEP_FILES = //
11584     :loop
11585     s/\\\\$//
11586     p
11587     n
11588     /\\\\$/ b loop
11589     p
11590     }
11591     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11592     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11593     # Make sure the directory exists.
11594     test -f "$dirpart/$file" && continue
11595     fdir=`(dirname "$file") 2>/dev/null ||
11596     $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11597 pcg 1.11 X"$file" : 'X\(//\)[^/]' \| \
11598     X"$file" : 'X\(//\)$' \| \
11599     X"$file" : 'X\(/\)' \| \
11600     . : '\(.\)' 2>/dev/null ||
11601 pcg 1.1 echo X"$file" |
11602     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11603     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11604     /^X\(\/\/\)$/{ s//\1/; q; }
11605     /^X\(\/\).*/{ s//\1/; q; }
11606     s/.*/./; q'`
11607     { if $as_mkdir_p; then
11608     mkdir -p $dirpart/$fdir
11609     else
11610     as_dir=$dirpart/$fdir
11611     as_dirs=
11612     while test ! -d "$as_dir"; do
11613     as_dirs="$as_dir $as_dirs"
11614     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11615     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11616 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11617     X"$as_dir" : 'X\(//\)$' \| \
11618     X"$as_dir" : 'X\(/\)' \| \
11619     . : '\(.\)' 2>/dev/null ||
11620 pcg 1.1 echo X"$as_dir" |
11621     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11622     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11623     /^X\(\/\/\)$/{ s//\1/; q; }
11624     /^X\(\/\).*/{ s//\1/; q; }
11625     s/.*/./; q'`
11626     done
11627     test ! -n "$as_dirs" || mkdir $as_dirs
11628     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11629     echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11630     { (exit 1); exit 1; }; }; }
11631    
11632     # echo "creating $dirpart/$file"
11633     echo '# dummy' > "$dirpart/$file"
11634     done
11635     done
11636     ;;
11637     esac
11638     done
11639     _ACEOF
11640    
11641     cat >>$CONFIG_STATUS <<\_ACEOF
11642    
11643     { (exit 0); exit 0; }
11644     _ACEOF
11645     chmod +x $CONFIG_STATUS
11646     ac_clean_files=$ac_clean_files_save
11647    
11648    
11649 pcg 1.30 # configure is writing to config.log, and then calls config.status.
11650     # config.status does its own redirection, appending to config.log.
11651     # Unfortunately, on DOS this fails, as config.log is still kept open
11652     # by configure, so config.status won't be able to write to it; its
11653     # output is simply discarded. So we exec the FD to /dev/null,
11654     # effectively closing config.log, so it can be properly (re)opened and
11655     # appended to by config.status. When coming back to configure, we
11656     # need to make the FD available again.
11657     if test "$no_create" != yes; then
11658     ac_cs_success=:
11659     ac_config_status_args=
11660     test "$silent" = yes &&
11661     ac_config_status_args="$ac_config_status_args --quiet"
11662     exec 5>/dev/null
11663     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11664     exec 5>>config.log
11665     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11666     # would make configure fail if this is the last instruction.
11667     $ac_cs_success || { (exit 1); exit 1; }
11668     fi
11669    
11670 pcg 1.1
11671     echo
11672     echo "***"
11673     echo "*** Configuration Summary"
11674     echo "***"
11675     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11676     echo "*** Cipher used: $CIPHER"
11677     echo "*** Digest used: $DIGEST"
11678     echo "*** HMAC length: $HMAC"
11679     echo "*** RAND used: $RAND"
11680     echo "*** Max. MTU: $MTU"
11681 pcg 1.30
11682     echo "***"
11683     echo "*** Enable options:"
11684     grep ENABLE_ config.h | sed -e 's/^/*** /'
11685 pcg 1.15
11686     if test "x$DIGEST" = xmd4; then
11687 pcg 1.1 echo "***"
11688 pcg 1.15 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11689     fi
11690 pcg 1.1
11691 pcg 1.15 if test "$HMAC" -lt 12; then
11692     echo "***"
11693 pcg 1.17 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11694 pcg 1.15 fi
11695    
11696     if test "$RAND" -lt 8; then
11697 pcg 1.1 echo "***"
11698 pcg 1.17 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11699 pcg 1.1 fi
11700 pcg 1.15
11701     echo "***"
11702 pcg 1.1 echo
11703    
11704