ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.19
Committed: Thu May 13 13:09:16 2004 UTC (20 years ago) by pcg
Branch: MAIN
Changes since 1.18: +9 -10 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 #! /bin/sh
2     # Guess values for system-dependent variables and create Makefiles.
3 pcg 1.14 # Generated by GNU Autoconf 2.59.
4 pcg 1.1 #
5 pcg 1.11 # Copyright (C) 2003 Free Software Foundation, Inc.
6 pcg 1.1 # This configure script is free software; the Free Software Foundation
7     # gives unlimited permission to copy, distribute and modify it.
8     ## --------------------- ##
9     ## M4sh Initialization. ##
10     ## --------------------- ##
11    
12     # Be Bourne compatible
13     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14     emulate sh
15     NULLCMD=:
16     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17     # is contrary to our usage. Disable this feature.
18     alias -g '${1+"$@"}'='"$@"'
19     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20     set -o posix
21     fi
22 pcg 1.11 DUALCASE=1; export DUALCASE # for MKS sh
23 pcg 1.1
24     # Support unset when possible.
25 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 pcg 1.1 as_unset=unset
27     else
28     as_unset=false
29     fi
30    
31    
32     # Work around bugs in pre-3.0 UWIN ksh.
33     $as_unset ENV MAIL MAILPATH
34     PS1='$ '
35     PS2='> '
36     PS4='+ '
37    
38     # NLS nuisances.
39     for as_var in \
40     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42     LC_TELEPHONE LC_TIME
43     do
44 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 pcg 1.1 eval $as_var=C; export $as_var
46     else
47     $as_unset $as_var
48     fi
49     done
50    
51     # Required to use basename.
52     if expr a : '\(a\)' >/dev/null 2>&1; then
53     as_expr=expr
54     else
55     as_expr=false
56     fi
57    
58     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59     as_basename=basename
60     else
61     as_basename=false
62     fi
63    
64    
65     # Name of the executable.
66     as_me=`$as_basename "$0" ||
67     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68     X"$0" : 'X\(//\)$' \| \
69     X"$0" : 'X\(/\)$' \| \
70     . : '\(.\)' 2>/dev/null ||
71     echo X/"$0" |
72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73     /^X\/\(\/\/\)$/{ s//\1/; q; }
74     /^X\/\(\/\).*/{ s//\1/; q; }
75     s/.*/./; q'`
76    
77    
78     # PATH needs CR, and LINENO needs CR and PATH.
79     # Avoid depending upon Character Ranges.
80     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83     as_cr_digits='0123456789'
84     as_cr_alnum=$as_cr_Letters$as_cr_digits
85    
86     # The user is always right.
87     if test "${PATH_SEPARATOR+set}" != set; then
88     echo "#! /bin/sh" >conf$$.sh
89     echo "exit 0" >>conf$$.sh
90     chmod +x conf$$.sh
91     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92     PATH_SEPARATOR=';'
93     else
94     PATH_SEPARATOR=:
95     fi
96     rm -f conf$$.sh
97     fi
98    
99    
100     as_lineno_1=$LINENO
101     as_lineno_2=$LINENO
102     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103     test "x$as_lineno_1" != "x$as_lineno_2" &&
104     test "x$as_lineno_3" = "x$as_lineno_2" || {
105     # Find who we are. Look in the path if we contain no path at all
106     # relative or not.
107     case $0 in
108     *[\\/]* ) as_myself=$0 ;;
109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110     for as_dir in $PATH
111     do
112     IFS=$as_save_IFS
113     test -z "$as_dir" && as_dir=.
114     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115     done
116    
117     ;;
118     esac
119     # We did not find ourselves, most probably we were run as `sh COMMAND'
120     # in which case we are not to be found in the path.
121     if test "x$as_myself" = x; then
122     as_myself=$0
123     fi
124     if test ! -f "$as_myself"; then
125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126     { (exit 1); exit 1; }; }
127     fi
128     case $CONFIG_SHELL in
129     '')
130     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132     do
133     IFS=$as_save_IFS
134     test -z "$as_dir" && as_dir=.
135     for as_base in sh bash ksh sh5; do
136     case $as_dir in
137     /*)
138     if ("$as_dir/$as_base" -c '
139     as_lineno_1=$LINENO
140     as_lineno_2=$LINENO
141     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142     test "x$as_lineno_1" != "x$as_lineno_2" &&
143     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146     CONFIG_SHELL=$as_dir/$as_base
147     export CONFIG_SHELL
148     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149     fi;;
150     esac
151     done
152     done
153     ;;
154     esac
155    
156     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157     # uniformly replaced by the line number. The first 'sed' inserts a
158     # line-number line before each line; the second 'sed' does the real
159     # work. The second script uses 'N' to pair each line-number line
160     # with the numbered line, and appends trailing '-' during
161     # substitution so that $LINENO is not a special case at line end.
162     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164     sed '=' <$as_myself |
165     sed '
166     N
167     s,$,-,
168     : loop
169     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170     t loop
171     s,-$,,
172     s,^['$as_cr_digits']*\n,,
173     ' >$as_me.lineno &&
174     chmod +x $as_me.lineno ||
175     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176     { (exit 1); exit 1; }; }
177    
178     # Don't try to exec as it changes $[0], causing all sort of problems
179     # (the dirname of $[0] is not the place where we might find the
180     # original and so on. Autoconf is especially sensible to this).
181     . ./$as_me.lineno
182     # Exit status is that of the last command.
183     exit
184     }
185    
186    
187     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188     *c*,-n*) ECHO_N= ECHO_C='
189     ' ECHO_T=' ' ;;
190     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192     esac
193    
194     if expr a : '\(a\)' >/dev/null 2>&1; then
195     as_expr=expr
196     else
197     as_expr=false
198     fi
199    
200     rm -f conf$$ conf$$.exe conf$$.file
201     echo >conf$$.file
202     if ln -s conf$$.file conf$$ 2>/dev/null; then
203     # We could just check for DJGPP; but this test a) works b) is more generic
204     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205     if test -f conf$$.exe; then
206     # Don't use ln at all; we don't have any links
207     as_ln_s='cp -p'
208     else
209     as_ln_s='ln -s'
210     fi
211     elif ln conf$$.file conf$$ 2>/dev/null; then
212     as_ln_s=ln
213     else
214     as_ln_s='cp -p'
215     fi
216     rm -f conf$$ conf$$.exe conf$$.file
217    
218     if mkdir -p . 2>/dev/null; then
219     as_mkdir_p=:
220     else
221 pcg 1.11 test -d ./-p && rmdir ./-p
222 pcg 1.1 as_mkdir_p=false
223     fi
224    
225     as_executable_p="test -f"
226    
227     # Sed expression to map a string onto a valid CPP name.
228 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229 pcg 1.1
230     # Sed expression to map a string onto a valid variable name.
231 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232 pcg 1.1
233    
234     # IFS
235     # We need space, tab and new line, in precisely that order.
236     as_nl='
237     '
238     IFS=" $as_nl"
239    
240     # CDPATH.
241     $as_unset CDPATH
242    
243    
244     # Name of the host.
245     # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246     # so uname gets run too.
247     ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248    
249     exec 6>&1
250    
251     #
252     # Initializations.
253     #
254     ac_default_prefix=/usr/local
255     ac_config_libobj_dir=.
256     cross_compiling=no
257     subdirs=
258     MFLAGS=
259     MAKEFLAGS=
260     SHELL=${CONFIG_SHELL-/bin/sh}
261    
262     # Maximum number of lines to put in a shell here document.
263     # This variable seems obsolete. It should probably be removed, and
264     # only ac_max_sed_lines should be used.
265     : ${ac_max_here_lines=38}
266    
267     # Identity of this package.
268     PACKAGE_NAME=
269     PACKAGE_TARNAME=
270     PACKAGE_VERSION=
271     PACKAGE_STRING=
272     PACKAGE_BUGREPORT=
273    
274     ac_unique_file="src/vped.C"
275     # Factoring default headers for most tests.
276     ac_includes_default="\
277     #include <stdio.h>
278     #if HAVE_SYS_TYPES_H
279     # include <sys/types.h>
280     #endif
281     #if HAVE_SYS_STAT_H
282     # include <sys/stat.h>
283     #endif
284     #if STDC_HEADERS
285     # include <stdlib.h>
286     # include <stddef.h>
287     #else
288     # if HAVE_STDLIB_H
289     # include <stdlib.h>
290     # endif
291     #endif
292     #if HAVE_STRING_H
293     # if !STDC_HEADERS && HAVE_MEMORY_H
294     # include <memory.h>
295     # endif
296     # include <string.h>
297     #endif
298     #if HAVE_STRINGS_H
299     # include <strings.h>
300     #endif
301     #if HAVE_INTTYPES_H
302     # include <inttypes.h>
303     #else
304     # if HAVE_STDINT_H
305     # include <stdint.h>
306     # endif
307     #endif
308     #if HAVE_UNISTD_H
309     # include <unistd.h>
310     #endif"
311    
312 pcg 1.16 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 ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS'
313 pcg 1.1 ac_subst_files=''
314    
315     # Initialize some variables set by options.
316     ac_init_help=
317     ac_init_version=false
318     # The variables have the same names as the options, with
319     # dashes changed to underlines.
320     cache_file=/dev/null
321     exec_prefix=NONE
322     no_create=
323     no_recursion=
324     prefix=NONE
325     program_prefix=NONE
326     program_suffix=NONE
327     program_transform_name=s,x,x,
328     silent=
329     site=
330     srcdir=
331     verbose=
332     x_includes=NONE
333     x_libraries=NONE
334    
335     # Installation directory options.
336     # These are left unexpanded so users can "make install exec_prefix=/foo"
337     # and all the variables that are supposed to be based on exec_prefix
338     # by default will actually change.
339     # Use braces instead of parens because sh, perl, etc. also accept them.
340     bindir='${exec_prefix}/bin'
341     sbindir='${exec_prefix}/sbin'
342     libexecdir='${exec_prefix}/libexec'
343     datadir='${prefix}/share'
344     sysconfdir='${prefix}/etc'
345     sharedstatedir='${prefix}/com'
346     localstatedir='${prefix}/var'
347     libdir='${exec_prefix}/lib'
348     includedir='${prefix}/include'
349     oldincludedir='/usr/include'
350     infodir='${prefix}/info'
351     mandir='${prefix}/man'
352    
353     ac_prev=
354     for ac_option
355     do
356     # If the previous option needs an argument, assign it.
357     if test -n "$ac_prev"; then
358     eval "$ac_prev=\$ac_option"
359     ac_prev=
360     continue
361     fi
362    
363     ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364    
365     # Accept the important Cygnus configure options, so we can diagnose typos.
366    
367     case $ac_option in
368    
369     -bindir | --bindir | --bindi | --bind | --bin | --bi)
370     ac_prev=bindir ;;
371     -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372     bindir=$ac_optarg ;;
373    
374     -build | --build | --buil | --bui | --bu)
375     ac_prev=build_alias ;;
376     -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377     build_alias=$ac_optarg ;;
378    
379     -cache-file | --cache-file | --cache-fil | --cache-fi \
380     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381     ac_prev=cache_file ;;
382     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384     cache_file=$ac_optarg ;;
385    
386     --config-cache | -C)
387     cache_file=config.cache ;;
388    
389     -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390     ac_prev=datadir ;;
391     -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392     | --da=*)
393     datadir=$ac_optarg ;;
394    
395     -disable-* | --disable-*)
396     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397     # Reject names that are not valid shell variable names.
398     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400     { (exit 1); exit 1; }; }
401     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402     eval "enable_$ac_feature=no" ;;
403    
404     -enable-* | --enable-*)
405     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406     # Reject names that are not valid shell variable names.
407     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409     { (exit 1); exit 1; }; }
410     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411     case $ac_option in
412     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413     *) ac_optarg=yes ;;
414     esac
415     eval "enable_$ac_feature='$ac_optarg'" ;;
416    
417     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419     | --exec | --exe | --ex)
420     ac_prev=exec_prefix ;;
421     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422     | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423     | --exec=* | --exe=* | --ex=*)
424     exec_prefix=$ac_optarg ;;
425    
426     -gas | --gas | --ga | --g)
427     # Obsolete; use --with-gas.
428     with_gas=yes ;;
429    
430     -help | --help | --hel | --he | -h)
431     ac_init_help=long ;;
432     -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433     ac_init_help=recursive ;;
434     -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435     ac_init_help=short ;;
436    
437     -host | --host | --hos | --ho)
438     ac_prev=host_alias ;;
439     -host=* | --host=* | --hos=* | --ho=*)
440     host_alias=$ac_optarg ;;
441    
442     -includedir | --includedir | --includedi | --included | --include \
443     | --includ | --inclu | --incl | --inc)
444     ac_prev=includedir ;;
445     -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446     | --includ=* | --inclu=* | --incl=* | --inc=*)
447     includedir=$ac_optarg ;;
448    
449     -infodir | --infodir | --infodi | --infod | --info | --inf)
450     ac_prev=infodir ;;
451     -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452     infodir=$ac_optarg ;;
453    
454     -libdir | --libdir | --libdi | --libd)
455     ac_prev=libdir ;;
456     -libdir=* | --libdir=* | --libdi=* | --libd=*)
457     libdir=$ac_optarg ;;
458    
459     -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460     | --libexe | --libex | --libe)
461     ac_prev=libexecdir ;;
462     -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463     | --libexe=* | --libex=* | --libe=*)
464     libexecdir=$ac_optarg ;;
465    
466     -localstatedir | --localstatedir | --localstatedi | --localstated \
467     | --localstate | --localstat | --localsta | --localst \
468     | --locals | --local | --loca | --loc | --lo)
469     ac_prev=localstatedir ;;
470     -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471     | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472     | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473     localstatedir=$ac_optarg ;;
474    
475     -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476     ac_prev=mandir ;;
477     -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478     mandir=$ac_optarg ;;
479    
480     -nfp | --nfp | --nf)
481     # Obsolete; use --without-fp.
482     with_fp=no ;;
483    
484     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485     | --no-cr | --no-c | -n)
486     no_create=yes ;;
487    
488     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490     no_recursion=yes ;;
491    
492     -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493     | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494     | --oldin | --oldi | --old | --ol | --o)
495     ac_prev=oldincludedir ;;
496     -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497     | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498     | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499     oldincludedir=$ac_optarg ;;
500    
501     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502     ac_prev=prefix ;;
503     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504     prefix=$ac_optarg ;;
505    
506     -program-prefix | --program-prefix | --program-prefi | --program-pref \
507     | --program-pre | --program-pr | --program-p)
508     ac_prev=program_prefix ;;
509     -program-prefix=* | --program-prefix=* | --program-prefi=* \
510     | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511     program_prefix=$ac_optarg ;;
512    
513     -program-suffix | --program-suffix | --program-suffi | --program-suff \
514     | --program-suf | --program-su | --program-s)
515     ac_prev=program_suffix ;;
516     -program-suffix=* | --program-suffix=* | --program-suffi=* \
517     | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518     program_suffix=$ac_optarg ;;
519    
520     -program-transform-name | --program-transform-name \
521     | --program-transform-nam | --program-transform-na \
522     | --program-transform-n | --program-transform- \
523     | --program-transform | --program-transfor \
524     | --program-transfo | --program-transf \
525     | --program-trans | --program-tran \
526     | --progr-tra | --program-tr | --program-t)
527     ac_prev=program_transform_name ;;
528     -program-transform-name=* | --program-transform-name=* \
529     | --program-transform-nam=* | --program-transform-na=* \
530     | --program-transform-n=* | --program-transform-=* \
531     | --program-transform=* | --program-transfor=* \
532     | --program-transfo=* | --program-transf=* \
533     | --program-trans=* | --program-tran=* \
534     | --progr-tra=* | --program-tr=* | --program-t=*)
535     program_transform_name=$ac_optarg ;;
536    
537     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538     | -silent | --silent | --silen | --sile | --sil)
539     silent=yes ;;
540    
541     -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542     ac_prev=sbindir ;;
543     -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544     | --sbi=* | --sb=*)
545     sbindir=$ac_optarg ;;
546    
547     -sharedstatedir | --sharedstatedir | --sharedstatedi \
548     | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549     | --sharedst | --shareds | --shared | --share | --shar \
550     | --sha | --sh)
551     ac_prev=sharedstatedir ;;
552     -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553     | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554     | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555     | --sha=* | --sh=*)
556     sharedstatedir=$ac_optarg ;;
557    
558     -site | --site | --sit)
559     ac_prev=site ;;
560     -site=* | --site=* | --sit=*)
561     site=$ac_optarg ;;
562    
563     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564     ac_prev=srcdir ;;
565     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566     srcdir=$ac_optarg ;;
567    
568     -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569     | --syscon | --sysco | --sysc | --sys | --sy)
570     ac_prev=sysconfdir ;;
571     -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572     | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573     sysconfdir=$ac_optarg ;;
574    
575     -target | --target | --targe | --targ | --tar | --ta | --t)
576     ac_prev=target_alias ;;
577     -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578     target_alias=$ac_optarg ;;
579    
580     -v | -verbose | --verbose | --verbos | --verbo | --verb)
581     verbose=yes ;;
582    
583     -version | --version | --versio | --versi | --vers | -V)
584     ac_init_version=: ;;
585    
586     -with-* | --with-*)
587     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588     # Reject names that are not valid shell variable names.
589     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590     { echo "$as_me: error: invalid package name: $ac_package" >&2
591     { (exit 1); exit 1; }; }
592     ac_package=`echo $ac_package| sed 's/-/_/g'`
593     case $ac_option in
594     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595     *) ac_optarg=yes ;;
596     esac
597     eval "with_$ac_package='$ac_optarg'" ;;
598    
599     -without-* | --without-*)
600     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601     # Reject names that are not valid shell variable names.
602     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603     { echo "$as_me: error: invalid package name: $ac_package" >&2
604     { (exit 1); exit 1; }; }
605     ac_package=`echo $ac_package | sed 's/-/_/g'`
606     eval "with_$ac_package=no" ;;
607    
608     --x)
609     # Obsolete; use --with-x.
610     with_x=yes ;;
611    
612     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613     | --x-incl | --x-inc | --x-in | --x-i)
614     ac_prev=x_includes ;;
615     -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616     | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617     x_includes=$ac_optarg ;;
618    
619     -x-libraries | --x-libraries | --x-librarie | --x-librari \
620     | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621     ac_prev=x_libraries ;;
622     -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624     x_libraries=$ac_optarg ;;
625    
626     -*) { echo "$as_me: error: unrecognized option: $ac_option
627     Try \`$0 --help' for more information." >&2
628     { (exit 1); exit 1; }; }
629     ;;
630    
631     *=*)
632     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633     # Reject names that are not valid shell variable names.
634     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635     { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636     { (exit 1); exit 1; }; }
637     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638     eval "$ac_envvar='$ac_optarg'"
639     export $ac_envvar ;;
640    
641     *)
642     # FIXME: should be removed in autoconf 3.0.
643     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645     echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647     ;;
648    
649     esac
650     done
651    
652     if test -n "$ac_prev"; then
653     ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654     { echo "$as_me: error: missing argument to $ac_option" >&2
655     { (exit 1); exit 1; }; }
656     fi
657    
658     # Be sure to have absolute paths.
659     for ac_var in exec_prefix prefix
660     do
661     eval ac_val=$`echo $ac_var`
662     case $ac_val in
663     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665     { (exit 1); exit 1; }; };;
666     esac
667     done
668    
669     # Be sure to have absolute paths.
670     for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 pcg 1.11 localstatedir libdir includedir oldincludedir infodir mandir
672 pcg 1.1 do
673     eval ac_val=$`echo $ac_var`
674     case $ac_val in
675     [\\/$]* | ?:[\\/]* ) ;;
676     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677     { (exit 1); exit 1; }; };;
678     esac
679     done
680    
681     # There might be people who depend on the old broken behavior: `$host'
682     # used to hold the argument of --host etc.
683     # FIXME: To remove some day.
684     build=$build_alias
685     host=$host_alias
686     target=$target_alias
687    
688     # FIXME: To remove some day.
689     if test "x$host_alias" != x; then
690     if test "x$build_alias" = x; then
691     cross_compiling=maybe
692     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693     If a cross compiler is detected then cross compile mode will be used." >&2
694     elif test "x$build_alias" != "x$host_alias"; then
695     cross_compiling=yes
696     fi
697     fi
698    
699     ac_tool_prefix=
700     test -n "$host_alias" && ac_tool_prefix=$host_alias-
701    
702     test "$silent" = yes && exec 6>/dev/null
703    
704    
705     # Find the source files, if location was not specified.
706     if test -z "$srcdir"; then
707     ac_srcdir_defaulted=yes
708     # Try the directory containing this script, then its parent.
709     ac_confdir=`(dirname "$0") 2>/dev/null ||
710     $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 pcg 1.11 X"$0" : 'X\(//\)[^/]' \| \
712     X"$0" : 'X\(//\)$' \| \
713     X"$0" : 'X\(/\)' \| \
714     . : '\(.\)' 2>/dev/null ||
715 pcg 1.1 echo X"$0" |
716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718     /^X\(\/\/\)$/{ s//\1/; q; }
719     /^X\(\/\).*/{ s//\1/; q; }
720     s/.*/./; q'`
721     srcdir=$ac_confdir
722     if test ! -r $srcdir/$ac_unique_file; then
723     srcdir=..
724     fi
725     else
726     ac_srcdir_defaulted=no
727     fi
728     if test ! -r $srcdir/$ac_unique_file; then
729     if test "$ac_srcdir_defaulted" = yes; then
730     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731     { (exit 1); exit 1; }; }
732     else
733     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734     { (exit 1); exit 1; }; }
735     fi
736     fi
737     (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738     { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739     { (exit 1); exit 1; }; }
740     srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741     ac_env_build_alias_set=${build_alias+set}
742     ac_env_build_alias_value=$build_alias
743     ac_cv_env_build_alias_set=${build_alias+set}
744     ac_cv_env_build_alias_value=$build_alias
745     ac_env_host_alias_set=${host_alias+set}
746     ac_env_host_alias_value=$host_alias
747     ac_cv_env_host_alias_set=${host_alias+set}
748     ac_cv_env_host_alias_value=$host_alias
749     ac_env_target_alias_set=${target_alias+set}
750     ac_env_target_alias_value=$target_alias
751     ac_cv_env_target_alias_set=${target_alias+set}
752     ac_cv_env_target_alias_value=$target_alias
753     ac_env_CC_set=${CC+set}
754     ac_env_CC_value=$CC
755     ac_cv_env_CC_set=${CC+set}
756     ac_cv_env_CC_value=$CC
757     ac_env_CFLAGS_set=${CFLAGS+set}
758     ac_env_CFLAGS_value=$CFLAGS
759     ac_cv_env_CFLAGS_set=${CFLAGS+set}
760     ac_cv_env_CFLAGS_value=$CFLAGS
761     ac_env_LDFLAGS_set=${LDFLAGS+set}
762     ac_env_LDFLAGS_value=$LDFLAGS
763     ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764     ac_cv_env_LDFLAGS_value=$LDFLAGS
765     ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766     ac_env_CPPFLAGS_value=$CPPFLAGS
767     ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768     ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769     ac_env_CPP_set=${CPP+set}
770     ac_env_CPP_value=$CPP
771     ac_cv_env_CPP_set=${CPP+set}
772     ac_cv_env_CPP_value=$CPP
773     ac_env_CXX_set=${CXX+set}
774     ac_env_CXX_value=$CXX
775     ac_cv_env_CXX_set=${CXX+set}
776     ac_cv_env_CXX_value=$CXX
777     ac_env_CXXFLAGS_set=${CXXFLAGS+set}
778     ac_env_CXXFLAGS_value=$CXXFLAGS
779     ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
780     ac_cv_env_CXXFLAGS_value=$CXXFLAGS
781     ac_env_CXXCPP_set=${CXXCPP+set}
782     ac_env_CXXCPP_value=$CXXCPP
783     ac_cv_env_CXXCPP_set=${CXXCPP+set}
784     ac_cv_env_CXXCPP_value=$CXXCPP
785    
786     #
787     # Report the --help message.
788     #
789     if test "$ac_init_help" = "long"; then
790     # Omit some internal or obsolete options to make the list less imposing.
791     # This message is too long to be a string in the A/UX 3.1 sh.
792     cat <<_ACEOF
793     \`configure' configures this package to adapt to many kinds of systems.
794    
795     Usage: $0 [OPTION]... [VAR=VALUE]...
796    
797     To assign environment variables (e.g., CC, CFLAGS...), specify them as
798     VAR=VALUE. See below for descriptions of some of the useful variables.
799    
800     Defaults for the options are specified in brackets.
801    
802     Configuration:
803     -h, --help display this help and exit
804     --help=short display options specific to this package
805     --help=recursive display the short help of all the included packages
806     -V, --version display version information and exit
807     -q, --quiet, --silent do not print \`checking...' messages
808     --cache-file=FILE cache test results in FILE [disabled]
809     -C, --config-cache alias for \`--cache-file=config.cache'
810     -n, --no-create do not create output files
811     --srcdir=DIR find the sources in DIR [configure dir or \`..']
812    
813     _ACEOF
814    
815     cat <<_ACEOF
816     Installation directories:
817     --prefix=PREFIX install architecture-independent files in PREFIX
818 pcg 1.11 [$ac_default_prefix]
819 pcg 1.1 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
820 pcg 1.11 [PREFIX]
821 pcg 1.1
822     By default, \`make install' will install all the files in
823     \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
824     an installation prefix other than \`$ac_default_prefix' using \`--prefix',
825     for instance \`--prefix=\$HOME'.
826    
827     For better control, use the options below.
828    
829     Fine tuning of the installation directories:
830     --bindir=DIR user executables [EPREFIX/bin]
831     --sbindir=DIR system admin executables [EPREFIX/sbin]
832     --libexecdir=DIR program executables [EPREFIX/libexec]
833     --datadir=DIR read-only architecture-independent data [PREFIX/share]
834     --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
835     --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
836     --localstatedir=DIR modifiable single-machine data [PREFIX/var]
837     --libdir=DIR object code libraries [EPREFIX/lib]
838     --includedir=DIR C header files [PREFIX/include]
839     --oldincludedir=DIR C header files for non-gcc [/usr/include]
840     --infodir=DIR info documentation [PREFIX/info]
841     --mandir=DIR man documentation [PREFIX/man]
842     _ACEOF
843    
844     cat <<\_ACEOF
845    
846     Program names:
847     --program-prefix=PREFIX prepend PREFIX to installed program names
848     --program-suffix=SUFFIX append SUFFIX to installed program names
849     --program-transform-name=PROGRAM run sed PROGRAM on installed program names
850    
851     System types:
852     --build=BUILD configure for building on BUILD [guessed]
853     --host=HOST cross-compile to build programs to run on HOST [BUILD]
854     --target=TARGET configure for building compilers for TARGET [HOST]
855     _ACEOF
856     fi
857    
858     if test -n "$ac_init_help"; then
859    
860     cat <<\_ACEOF
861    
862     Optional Features:
863     --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
864     --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
865     --enable-maintainer-mode enable make rules and dependencies not useful
866     (and sometimes confusing) to the casual installer
867     --disable-dependency-tracking Speeds up one-time builds
868     --enable-dependency-tracking Do not reject slow dependency extractors
869     --disable-rpath do not hardcode runtime library paths
870     --disable-nls do not use Native Language Support
871     --enable-iftype=TYPE/SUBTYPE
872 pcg 1.14 Use kernel/net device interface TYPE/SUBTYPE.
873     Working combinations are: "native/linux"
874     "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875     "tincd/darwin" "native/cygwin"; Untested
876     combinations are: "tincd/netbsd" "tincd/solaris"
877     "tincd/mingw"; Broken combinations are:
878 pcg 1.5 "tincd/cygwin"; The default is to autodetect.
879 pcg 1.14 --enable-rohc enable robust header compression (rfc3095).
880     --enable-icmp enable icmp protocol support (default disabled).
881     --enable-tcp enable tcp protocol support (default disabled).
882 pcg 1.17 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
883 pcg 1.14 --enable-http-proxy enable http proxy connect support (default
884     disabled).
885 pcg 1.1 --enable-hmac-length=BYTES
886 pcg 1.19 8use a hmac of length BYTES bytes (default 12). Allowed values are 4
887 pcg 1.1 --enable-rand-length=BYTES
888 pcg 1.19 4use BYTES bytes of extra randomness (default 8). Allowed values are 0
889 pcg 1.14 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
890 pcg 1.1 Use 9100 for jumbogram support.
891 pcg 1.14 --disable-compression Disable compression support.
892 pcg 1.19 --enable-cipher Select the symmetric cipher (default "bf"). Must be one of
893     "aes-128" (rijndael)"bf" (blowfish)
894     --enable-digest
895     "ripemd160"Select the digets algorithm to use (default "sha1"). Must be one of
896     "ripemd160""sha1"
897 pcg 1.1
898     Optional Packages:
899     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
900     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
901     --with-gnu-ld assume the C compiler uses GNU ld default=no
902     --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
903     --without-libiconv-prefix don't search for libiconv in includedir and libdir
904     --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
905     --without-libintl-prefix don't search for libintl in includedir and libdir
906     --with-kernel=dir give the directory with kernel sources
907     (default: /usr/src/linux)
908     --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
909     --with-openssl-lib=DIR OpenSSL library directory
910    
911     Some influential environment variables:
912 pcg 1.14 CC C compiler command
913     CFLAGS C compiler flags
914     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
915     nonstandard directory <lib dir>
916     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
917     headers in a nonstandard directory <include dir>
918     CPP C preprocessor
919     CXX C++ compiler command
920     CXXFLAGS C++ compiler flags
921     CXXCPP C++ preprocessor
922 pcg 1.1
923     Use these variables to override the choices made by `configure' or to help
924     it to find libraries and programs with nonstandard names/locations.
925    
926     _ACEOF
927     fi
928    
929     if test "$ac_init_help" = "recursive"; then
930     # If there are subdirs, report their specific --help.
931     ac_popdir=`pwd`
932     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
933     test -d $ac_dir || continue
934     ac_builddir=.
935    
936     if test "$ac_dir" != .; then
937     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
938     # A "../" for each directory in $ac_dir_suffix.
939     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
940     else
941     ac_dir_suffix= ac_top_builddir=
942     fi
943    
944     case $srcdir in
945     .) # No --srcdir option. We are building in place.
946     ac_srcdir=.
947     if test -z "$ac_top_builddir"; then
948     ac_top_srcdir=.
949     else
950     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
951     fi ;;
952     [\\/]* | ?:[\\/]* ) # Absolute path.
953     ac_srcdir=$srcdir$ac_dir_suffix;
954     ac_top_srcdir=$srcdir ;;
955     *) # Relative path.
956     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
957     ac_top_srcdir=$ac_top_builddir$srcdir ;;
958     esac
959 pcg 1.11
960     # Do not use `cd foo && pwd` to compute absolute paths, because
961     # the directories may not exist.
962     case `pwd` in
963     .) ac_abs_builddir="$ac_dir";;
964     *)
965     case "$ac_dir" in
966     .) ac_abs_builddir=`pwd`;;
967     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
968     *) ac_abs_builddir=`pwd`/"$ac_dir";;
969     esac;;
970     esac
971     case $ac_abs_builddir in
972     .) ac_abs_top_builddir=${ac_top_builddir}.;;
973     *)
974     case ${ac_top_builddir}. in
975     .) ac_abs_top_builddir=$ac_abs_builddir;;
976     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
977     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
978     esac;;
979     esac
980     case $ac_abs_builddir in
981     .) ac_abs_srcdir=$ac_srcdir;;
982     *)
983     case $ac_srcdir in
984     .) ac_abs_srcdir=$ac_abs_builddir;;
985     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
986     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
987     esac;;
988     esac
989     case $ac_abs_builddir in
990     .) ac_abs_top_srcdir=$ac_top_srcdir;;
991     *)
992     case $ac_top_srcdir in
993     .) ac_abs_top_srcdir=$ac_abs_builddir;;
994     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
995     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
996     esac;;
997     esac
998 pcg 1.1
999     cd $ac_dir
1000     # Check for guested configure; otherwise get Cygnus style configure.
1001     if test -f $ac_srcdir/configure.gnu; then
1002     echo
1003     $SHELL $ac_srcdir/configure.gnu --help=recursive
1004     elif test -f $ac_srcdir/configure; then
1005     echo
1006     $SHELL $ac_srcdir/configure --help=recursive
1007     elif test -f $ac_srcdir/configure.ac ||
1008 pcg 1.11 test -f $ac_srcdir/configure.in; then
1009 pcg 1.1 echo
1010     $ac_configure --help
1011     else
1012     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1013     fi
1014     cd "$ac_popdir"
1015     done
1016     fi
1017    
1018     test -n "$ac_init_help" && exit 0
1019     if $ac_init_version; then
1020     cat <<\_ACEOF
1021    
1022 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
1023 pcg 1.1 This configure script is free software; the Free Software Foundation
1024     gives unlimited permission to copy, distribute and modify it.
1025     _ACEOF
1026     exit 0
1027     fi
1028     exec 5>config.log
1029     cat >&5 <<_ACEOF
1030     This file contains any messages produced by compilers while
1031     running configure, to aid debugging if configure makes a mistake.
1032    
1033     It was created by $as_me, which was
1034 pcg 1.14 generated by GNU Autoconf 2.59. Invocation command line was
1035 pcg 1.1
1036     $ $0 $@
1037    
1038     _ACEOF
1039     {
1040     cat <<_ASUNAME
1041     ## --------- ##
1042     ## Platform. ##
1043     ## --------- ##
1044    
1045     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1046     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1047     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1048     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1049     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1050    
1051     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1052     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1053    
1054     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1055     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1056     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1057     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1058     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1059     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1060     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1061    
1062     _ASUNAME
1063    
1064     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1065     for as_dir in $PATH
1066     do
1067     IFS=$as_save_IFS
1068     test -z "$as_dir" && as_dir=.
1069     echo "PATH: $as_dir"
1070     done
1071    
1072     } >&5
1073    
1074     cat >&5 <<_ACEOF
1075    
1076    
1077     ## ----------- ##
1078     ## Core tests. ##
1079     ## ----------- ##
1080    
1081     _ACEOF
1082    
1083    
1084     # Keep a trace of the command line.
1085     # Strip out --no-create and --no-recursion so they do not pile up.
1086     # Strip out --silent because we don't want to record it for future runs.
1087     # Also quote any args containing shell meta-characters.
1088     # Make two passes to allow for proper duplicate-argument suppression.
1089     ac_configure_args=
1090     ac_configure_args0=
1091     ac_configure_args1=
1092     ac_sep=
1093     ac_must_keep_next=false
1094     for ac_pass in 1 2
1095     do
1096     for ac_arg
1097     do
1098     case $ac_arg in
1099     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1100     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1101     | -silent | --silent | --silen | --sile | --sil)
1102     continue ;;
1103     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1104     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1105     esac
1106     case $ac_pass in
1107     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1108     2)
1109     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1110     if test $ac_must_keep_next = true; then
1111 pcg 1.11 ac_must_keep_next=false # Got value, back to normal.
1112 pcg 1.1 else
1113 pcg 1.11 case $ac_arg in
1114     *=* | --config-cache | -C | -disable-* | --disable-* \
1115     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1116     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1117     | -with-* | --with-* | -without-* | --without-* | --x)
1118     case "$ac_configure_args0 " in
1119     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1120     esac
1121     ;;
1122     -* ) ac_must_keep_next=true ;;
1123     esac
1124 pcg 1.1 fi
1125     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1126     # Get rid of the leading space.
1127     ac_sep=" "
1128     ;;
1129     esac
1130     done
1131     done
1132     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1133     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1134    
1135     # When interrupted or exit'd, cleanup temporary files, and complete
1136     # config.log. We remove comments because anyway the quotes in there
1137     # would cause problems or look ugly.
1138     # WARNING: Be sure not to use single quotes in there, as some shells,
1139     # such as our DU 5.0 friend, will then `close' the trap.
1140     trap 'exit_status=$?
1141     # Save into config.log some information that might help in debugging.
1142     {
1143     echo
1144    
1145     cat <<\_ASBOX
1146     ## ---------------- ##
1147     ## Cache variables. ##
1148     ## ---------------- ##
1149     _ASBOX
1150     echo
1151     # The following way of writing the cache mishandles newlines in values,
1152     {
1153     (set) 2>&1 |
1154     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1155     *ac_space=\ *)
1156     sed -n \
1157 pcg 1.11 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1158     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1159 pcg 1.1 ;;
1160     *)
1161     sed -n \
1162 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1163 pcg 1.1 ;;
1164     esac;
1165     }
1166     echo
1167    
1168     cat <<\_ASBOX
1169     ## ----------------- ##
1170     ## Output variables. ##
1171     ## ----------------- ##
1172     _ASBOX
1173     echo
1174     for ac_var in $ac_subst_vars
1175     do
1176     eval ac_val=$`echo $ac_var`
1177     echo "$ac_var='"'"'$ac_val'"'"'"
1178     done | sort
1179     echo
1180    
1181     if test -n "$ac_subst_files"; then
1182     cat <<\_ASBOX
1183     ## ------------- ##
1184     ## Output files. ##
1185     ## ------------- ##
1186     _ASBOX
1187     echo
1188     for ac_var in $ac_subst_files
1189     do
1190     eval ac_val=$`echo $ac_var`
1191 pcg 1.11 echo "$ac_var='"'"'$ac_val'"'"'"
1192 pcg 1.1 done | sort
1193     echo
1194     fi
1195    
1196     if test -s confdefs.h; then
1197     cat <<\_ASBOX
1198     ## ----------- ##
1199     ## confdefs.h. ##
1200     ## ----------- ##
1201     _ASBOX
1202     echo
1203     sed "/^$/d" confdefs.h | sort
1204     echo
1205     fi
1206     test "$ac_signal" != 0 &&
1207     echo "$as_me: caught signal $ac_signal"
1208     echo "$as_me: exit $exit_status"
1209     } >&5
1210     rm -f core *.core &&
1211     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1212     exit $exit_status
1213     ' 0
1214     for ac_signal in 1 2 13 15; do
1215     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1216     done
1217     ac_signal=0
1218    
1219     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1220     rm -rf conftest* confdefs.h
1221     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1222     echo >confdefs.h
1223    
1224     # Predefined preprocessor variables.
1225    
1226     cat >>confdefs.h <<_ACEOF
1227     #define PACKAGE_NAME "$PACKAGE_NAME"
1228     _ACEOF
1229    
1230    
1231     cat >>confdefs.h <<_ACEOF
1232     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1233     _ACEOF
1234    
1235    
1236     cat >>confdefs.h <<_ACEOF
1237     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1238     _ACEOF
1239    
1240    
1241     cat >>confdefs.h <<_ACEOF
1242     #define PACKAGE_STRING "$PACKAGE_STRING"
1243     _ACEOF
1244    
1245    
1246     cat >>confdefs.h <<_ACEOF
1247     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1248     _ACEOF
1249    
1250    
1251     # Let the site file select an alternate cache file if it wants to.
1252     # Prefer explicitly selected file to automatically selected ones.
1253     if test -z "$CONFIG_SITE"; then
1254     if test "x$prefix" != xNONE; then
1255     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1256     else
1257     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1258     fi
1259     fi
1260     for ac_site_file in $CONFIG_SITE; do
1261     if test -r "$ac_site_file"; then
1262     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1263     echo "$as_me: loading site script $ac_site_file" >&6;}
1264     sed 's/^/| /' "$ac_site_file" >&5
1265     . "$ac_site_file"
1266     fi
1267     done
1268    
1269     if test -r "$cache_file"; then
1270     # Some versions of bash will fail to source /dev/null (special
1271     # files actually), so we avoid doing that.
1272     if test -f "$cache_file"; then
1273     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1274     echo "$as_me: loading cache $cache_file" >&6;}
1275     case $cache_file in
1276     [\\/]* | ?:[\\/]* ) . $cache_file;;
1277     *) . ./$cache_file;;
1278     esac
1279     fi
1280     else
1281     { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1282     echo "$as_me: creating cache $cache_file" >&6;}
1283     >$cache_file
1284     fi
1285    
1286     # Check that the precious variables saved in the cache have kept the same
1287     # value.
1288     ac_cache_corrupted=false
1289     for ac_var in `(set) 2>&1 |
1290 pcg 1.11 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1291 pcg 1.1 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1292     eval ac_new_set=\$ac_env_${ac_var}_set
1293     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1294     eval ac_new_val="\$ac_env_${ac_var}_value"
1295     case $ac_old_set,$ac_new_set in
1296     set,)
1297     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1298     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1299     ac_cache_corrupted=: ;;
1300     ,set)
1301     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1302     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1303     ac_cache_corrupted=: ;;
1304     ,);;
1305     *)
1306     if test "x$ac_old_val" != "x$ac_new_val"; then
1307 pcg 1.11 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1308 pcg 1.1 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1309 pcg 1.11 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1310 pcg 1.1 echo "$as_me: former value: $ac_old_val" >&2;}
1311 pcg 1.11 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1312 pcg 1.1 echo "$as_me: current value: $ac_new_val" >&2;}
1313 pcg 1.11 ac_cache_corrupted=:
1314 pcg 1.1 fi;;
1315     esac
1316     # Pass precious variables to config.status.
1317     if test "$ac_new_set" = set; then
1318     case $ac_new_val in
1319     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1320     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1321     *) ac_arg=$ac_var=$ac_new_val ;;
1322     esac
1323     case " $ac_configure_args " in
1324     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1325     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1326     esac
1327     fi
1328     done
1329     if $ac_cache_corrupted; then
1330     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1331     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1332     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1333     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1334     { (exit 1); exit 1; }; }
1335     fi
1336    
1337     ac_ext=c
1338     ac_cpp='$CPP $CPPFLAGS'
1339     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1340     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1341     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1342    
1343    
1344    
1345    
1346    
1347    
1348    
1349    
1350    
1351    
1352    
1353    
1354    
1355    
1356    
1357    
1358    
1359    
1360    
1361 pcg 1.19
1362 pcg 1.1 ac_aux_dir=
1363     for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1364     if test -f $ac_dir/install-sh; then
1365     ac_aux_dir=$ac_dir
1366     ac_install_sh="$ac_aux_dir/install-sh -c"
1367     break
1368     elif test -f $ac_dir/install.sh; then
1369     ac_aux_dir=$ac_dir
1370     ac_install_sh="$ac_aux_dir/install.sh -c"
1371     break
1372     elif test -f $ac_dir/shtool; then
1373     ac_aux_dir=$ac_dir
1374     ac_install_sh="$ac_aux_dir/shtool install -c"
1375     break
1376     fi
1377     done
1378     if test -z "$ac_aux_dir"; then
1379     { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1380     echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1381     { (exit 1); exit 1; }; }
1382     fi
1383     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1384     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1385     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1386    
1387     # Make sure we can run config.sub.
1388     $ac_config_sub sun4 >/dev/null 2>&1 ||
1389     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1390     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1391     { (exit 1); exit 1; }; }
1392    
1393     echo "$as_me:$LINENO: checking build system type" >&5
1394     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1395     if test "${ac_cv_build+set}" = set; then
1396     echo $ECHO_N "(cached) $ECHO_C" >&6
1397     else
1398     ac_cv_build_alias=$build_alias
1399     test -z "$ac_cv_build_alias" &&
1400     ac_cv_build_alias=`$ac_config_guess`
1401     test -z "$ac_cv_build_alias" &&
1402     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1403     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1404     { (exit 1); exit 1; }; }
1405     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1406     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1407     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1408     { (exit 1); exit 1; }; }
1409    
1410     fi
1411     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1412     echo "${ECHO_T}$ac_cv_build" >&6
1413     build=$ac_cv_build
1414     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1415     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1416     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1417    
1418    
1419     echo "$as_me:$LINENO: checking host system type" >&5
1420     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1421     if test "${ac_cv_host+set}" = set; then
1422     echo $ECHO_N "(cached) $ECHO_C" >&6
1423     else
1424     ac_cv_host_alias=$host_alias
1425     test -z "$ac_cv_host_alias" &&
1426     ac_cv_host_alias=$ac_cv_build_alias
1427     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1428     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1429     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1430     { (exit 1); exit 1; }; }
1431    
1432     fi
1433     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1434     echo "${ECHO_T}$ac_cv_host" >&6
1435     host=$ac_cv_host
1436     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1437     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1438     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1439    
1440    
1441     echo "$as_me:$LINENO: checking target system type" >&5
1442     echo $ECHO_N "checking target system type... $ECHO_C" >&6
1443     if test "${ac_cv_target+set}" = set; then
1444     echo $ECHO_N "(cached) $ECHO_C" >&6
1445     else
1446     ac_cv_target_alias=$target_alias
1447     test "x$ac_cv_target_alias" = "x" &&
1448     ac_cv_target_alias=$ac_cv_host_alias
1449     ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1450     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1451     echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1452     { (exit 1); exit 1; }; }
1453    
1454     fi
1455     echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1456     echo "${ECHO_T}$ac_cv_target" >&6
1457     target=$ac_cv_target
1458     target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1459     target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1460     target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1461    
1462    
1463     # The aliases save the names the user supplied, while $host etc.
1464     # will get canonicalized.
1465     test -n "$target_alias" &&
1466     test "$program_prefix$program_suffix$program_transform_name" = \
1467     NONENONEs,x,x, &&
1468     program_prefix=${target_alias}-
1469     am__api_version="1.7"
1470     # Find a good install program. We prefer a C program (faster),
1471     # so one script is as good as another. But avoid the broken or
1472     # incompatible versions:
1473     # SysV /etc/install, /usr/sbin/install
1474     # SunOS /usr/etc/install
1475     # IRIX /sbin/install
1476     # AIX /bin/install
1477     # AmigaOS /C/install, which installs bootblocks on floppy discs
1478     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1479     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1480     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1481 pcg 1.11 # OS/2's system install, which has a completely different semantic
1482 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
1483     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1484     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1485     if test -z "$INSTALL"; then
1486     if test "${ac_cv_path_install+set}" = set; then
1487     echo $ECHO_N "(cached) $ECHO_C" >&6
1488     else
1489     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1490     for as_dir in $PATH
1491     do
1492     IFS=$as_save_IFS
1493     test -z "$as_dir" && as_dir=.
1494     # Account for people who put trailing slashes in PATH elements.
1495     case $as_dir/ in
1496     ./ | .// | /cC/* | \
1497     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1498 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1499 pcg 1.1 /usr/ucb/* ) ;;
1500     *)
1501     # OSF1 and SCO ODT 3.0 have their own names for install.
1502     # Don't use installbsd from OSF since it installs stuff as root
1503     # by default.
1504     for ac_prog in ginstall scoinst install; do
1505     for ac_exec_ext in '' $ac_executable_extensions; do
1506 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1507     if test $ac_prog = install &&
1508     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1509     # AIX install. It has an incompatible calling convention.
1510     :
1511     elif test $ac_prog = install &&
1512     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1513     # program-specific install script used by HP pwplus--don't use.
1514     :
1515     else
1516     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1517     break 3
1518     fi
1519     fi
1520 pcg 1.1 done
1521     done
1522     ;;
1523     esac
1524     done
1525    
1526    
1527     fi
1528     if test "${ac_cv_path_install+set}" = set; then
1529     INSTALL=$ac_cv_path_install
1530     else
1531     # As a last resort, use the slow shell script. We don't cache a
1532     # path for INSTALL within a source directory, because that will
1533     # break other packages using the cache if that directory is
1534     # removed, or if the path is relative.
1535     INSTALL=$ac_install_sh
1536     fi
1537     fi
1538     echo "$as_me:$LINENO: result: $INSTALL" >&5
1539     echo "${ECHO_T}$INSTALL" >&6
1540    
1541     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1542     # It thinks the first close brace ends the variable substitution.
1543     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1544    
1545     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1546    
1547     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1548    
1549     echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1550     echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1551     # Just in case
1552     sleep 1
1553     echo timestamp > conftest.file
1554     # Do `set' in a subshell so we don't clobber the current shell's
1555     # arguments. Must try -L first in case configure is actually a
1556     # symlink; some systems play weird games with the mod time of symlinks
1557     # (eg FreeBSD returns the mod time of the symlink's containing
1558     # directory).
1559     if (
1560     set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1561     if test "$*" = "X"; then
1562     # -L didn't work.
1563     set X `ls -t $srcdir/configure conftest.file`
1564     fi
1565     rm -f conftest.file
1566     if test "$*" != "X $srcdir/configure conftest.file" \
1567     && test "$*" != "X conftest.file $srcdir/configure"; then
1568    
1569     # If neither matched, then we have a broken ls. This can happen
1570     # if, for instance, CONFIG_SHELL is bash and it inherits a
1571     # broken ls alias from the environment. This has actually
1572     # happened. Such a system could not be considered "sane".
1573     { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1574     alias in your environment" >&5
1575     echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1576     alias in your environment" >&2;}
1577     { (exit 1); exit 1; }; }
1578     fi
1579    
1580     test "$2" = conftest.file
1581     )
1582     then
1583     # Ok.
1584     :
1585     else
1586     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1587     Check your system clock" >&5
1588     echo "$as_me: error: newly created file is older than distributed files!
1589     Check your system clock" >&2;}
1590     { (exit 1); exit 1; }; }
1591     fi
1592     echo "$as_me:$LINENO: result: yes" >&5
1593     echo "${ECHO_T}yes" >&6
1594     test "$program_prefix" != NONE &&
1595     program_transform_name="s,^,$program_prefix,;$program_transform_name"
1596     # Use a double $ so make ignores it.
1597     test "$program_suffix" != NONE &&
1598     program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1599     # Double any \ or $. echo might interpret backslashes.
1600     # By default was `s,x,x', remove it if useless.
1601     cat <<\_ACEOF >conftest.sed
1602     s/[\\$]/&&/g;s/;s,x,x,$//
1603     _ACEOF
1604     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1605     rm conftest.sed
1606    
1607    
1608     # expand $ac_aux_dir to an absolute path
1609     am_aux_dir=`cd $ac_aux_dir && pwd`
1610    
1611     test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1612     # Use eval to expand $SHELL
1613     if eval "$MISSING --run true"; then
1614     am_missing_run="$MISSING --run "
1615     else
1616     am_missing_run=
1617     { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1618     echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1619     fi
1620    
1621     for ac_prog in gawk mawk nawk awk
1622     do
1623     # Extract the first word of "$ac_prog", so it can be a program name with args.
1624     set dummy $ac_prog; ac_word=$2
1625     echo "$as_me:$LINENO: checking for $ac_word" >&5
1626     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1627     if test "${ac_cv_prog_AWK+set}" = set; then
1628     echo $ECHO_N "(cached) $ECHO_C" >&6
1629     else
1630     if test -n "$AWK"; then
1631     ac_cv_prog_AWK="$AWK" # Let the user override the test.
1632     else
1633     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1634     for as_dir in $PATH
1635     do
1636     IFS=$as_save_IFS
1637     test -z "$as_dir" && as_dir=.
1638     for ac_exec_ext in '' $ac_executable_extensions; do
1639     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1640     ac_cv_prog_AWK="$ac_prog"
1641     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1642     break 2
1643     fi
1644     done
1645     done
1646    
1647     fi
1648     fi
1649     AWK=$ac_cv_prog_AWK
1650     if test -n "$AWK"; then
1651     echo "$as_me:$LINENO: result: $AWK" >&5
1652     echo "${ECHO_T}$AWK" >&6
1653     else
1654     echo "$as_me:$LINENO: result: no" >&5
1655     echo "${ECHO_T}no" >&6
1656     fi
1657    
1658     test -n "$AWK" && break
1659     done
1660    
1661     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1662     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1663 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1664 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1665     echo $ECHO_N "(cached) $ECHO_C" >&6
1666     else
1667     cat >conftest.make <<\_ACEOF
1668     all:
1669     @echo 'ac_maketemp="$(MAKE)"'
1670     _ACEOF
1671     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1672     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1673     if test -n "$ac_maketemp"; then
1674     eval ac_cv_prog_make_${ac_make}_set=yes
1675     else
1676     eval ac_cv_prog_make_${ac_make}_set=no
1677     fi
1678     rm -f conftest.make
1679     fi
1680     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1681     echo "$as_me:$LINENO: result: yes" >&5
1682     echo "${ECHO_T}yes" >&6
1683     SET_MAKE=
1684     else
1685     echo "$as_me:$LINENO: result: no" >&5
1686     echo "${ECHO_T}no" >&6
1687     SET_MAKE="MAKE=${MAKE-make}"
1688     fi
1689    
1690     rm -rf .tst 2>/dev/null
1691     mkdir .tst 2>/dev/null
1692     if test -d .tst; then
1693     am__leading_dot=.
1694     else
1695     am__leading_dot=_
1696     fi
1697     rmdir .tst 2>/dev/null
1698    
1699     # test to see if srcdir already configured
1700     if test "`cd $srcdir && pwd`" != "`pwd`" &&
1701     test -f $srcdir/config.status; then
1702     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1703     echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1704     { (exit 1); exit 1; }; }
1705     fi
1706    
1707     # test whether we have cygpath
1708     if test -z "$CYGPATH_W"; then
1709     if (cygpath --version) >/dev/null 2>/dev/null; then
1710     CYGPATH_W='cygpath -w'
1711     else
1712     CYGPATH_W=echo
1713     fi
1714     fi
1715    
1716    
1717     # Define the identity of the package.
1718     PACKAGE=vpe
1719 pcg 1.18 VERSION=1.6.1
1720 pcg 1.1
1721    
1722     cat >>confdefs.h <<_ACEOF
1723     #define PACKAGE "$PACKAGE"
1724     _ACEOF
1725    
1726    
1727     cat >>confdefs.h <<_ACEOF
1728     #define VERSION "$VERSION"
1729     _ACEOF
1730    
1731     # Some tools Automake needs.
1732    
1733     ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1734    
1735    
1736     AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1737    
1738    
1739     AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1740    
1741    
1742     AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1743    
1744    
1745     MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1746    
1747    
1748     AMTAR=${AMTAR-"${am_missing_run}tar"}
1749    
1750     install_sh=${install_sh-"$am_aux_dir/install-sh"}
1751    
1752     # Installed binaries are usually stripped using `strip' when the user
1753     # run `make install-strip'. However `strip' might not be the right
1754     # tool to use in cross-compilation environments, therefore Automake
1755     # will honor the `STRIP' environment variable to overrule this program.
1756     if test "$cross_compiling" != no; then
1757     if test -n "$ac_tool_prefix"; then
1758     # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1759     set dummy ${ac_tool_prefix}strip; ac_word=$2
1760     echo "$as_me:$LINENO: checking for $ac_word" >&5
1761     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1762     if test "${ac_cv_prog_STRIP+set}" = set; then
1763     echo $ECHO_N "(cached) $ECHO_C" >&6
1764     else
1765     if test -n "$STRIP"; then
1766     ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1767     else
1768     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1769     for as_dir in $PATH
1770     do
1771     IFS=$as_save_IFS
1772     test -z "$as_dir" && as_dir=.
1773     for ac_exec_ext in '' $ac_executable_extensions; do
1774     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1775     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1776     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1777     break 2
1778     fi
1779     done
1780     done
1781    
1782     fi
1783     fi
1784     STRIP=$ac_cv_prog_STRIP
1785     if test -n "$STRIP"; then
1786     echo "$as_me:$LINENO: result: $STRIP" >&5
1787     echo "${ECHO_T}$STRIP" >&6
1788     else
1789     echo "$as_me:$LINENO: result: no" >&5
1790     echo "${ECHO_T}no" >&6
1791     fi
1792    
1793     fi
1794     if test -z "$ac_cv_prog_STRIP"; then
1795     ac_ct_STRIP=$STRIP
1796     # Extract the first word of "strip", so it can be a program name with args.
1797     set dummy strip; ac_word=$2
1798     echo "$as_me:$LINENO: checking for $ac_word" >&5
1799     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1800     if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1801     echo $ECHO_N "(cached) $ECHO_C" >&6
1802     else
1803     if test -n "$ac_ct_STRIP"; then
1804     ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1805     else
1806     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1807     for as_dir in $PATH
1808     do
1809     IFS=$as_save_IFS
1810     test -z "$as_dir" && as_dir=.
1811     for ac_exec_ext in '' $ac_executable_extensions; do
1812     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1813     ac_cv_prog_ac_ct_STRIP="strip"
1814     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1815     break 2
1816     fi
1817     done
1818     done
1819    
1820     test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1821     fi
1822     fi
1823     ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1824     if test -n "$ac_ct_STRIP"; then
1825     echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1826     echo "${ECHO_T}$ac_ct_STRIP" >&6
1827     else
1828     echo "$as_me:$LINENO: result: no" >&5
1829     echo "${ECHO_T}no" >&6
1830     fi
1831    
1832     STRIP=$ac_ct_STRIP
1833     else
1834     STRIP="$ac_cv_prog_STRIP"
1835     fi
1836    
1837     fi
1838     INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1839    
1840     # We need awk for the "check" target. The system "awk" is bad on
1841     # some platforms.
1842    
1843    
1844    
1845     ac_config_headers="$ac_config_headers config.h"
1846    
1847     echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1848     echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1849     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1850     if test "${enable_maintainer_mode+set}" = set; then
1851     enableval="$enable_maintainer_mode"
1852     USE_MAINTAINER_MODE=$enableval
1853     else
1854     USE_MAINTAINER_MODE=no
1855     fi;
1856     echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1857     echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1858    
1859    
1860     if test $USE_MAINTAINER_MODE = yes; then
1861     MAINTAINER_MODE_TRUE=
1862     MAINTAINER_MODE_FALSE='#'
1863     else
1864     MAINTAINER_MODE_TRUE='#'
1865     MAINTAINER_MODE_FALSE=
1866     fi
1867    
1868     MAINT=$MAINTAINER_MODE_TRUE
1869    
1870    
1871    
1872    
1873    
1874    
1875    
1876    
1877    
1878    
1879     test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1880    
1881     for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1882    
1883    
1884    
1885     MKINSTALLDIRS=
1886     if test -n "$ac_aux_dir"; then
1887     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1888     fi
1889     if test -z "$MKINSTALLDIRS"; then
1890     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1891     fi
1892    
1893    
1894    
1895    
1896    
1897     # Extract the first word of "msgfmt", so it can be a program name with args.
1898     set dummy msgfmt; ac_word=$2
1899     echo "$as_me:$LINENO: checking for $ac_word" >&5
1900     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1901     if test "${ac_cv_path_MSGFMT+set}" = set; then
1902     echo $ECHO_N "(cached) $ECHO_C" >&6
1903     else
1904     case "$MSGFMT" in
1905     /*)
1906     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1907     ;;
1908     *)
1909     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1910     for ac_dir in $PATH; do
1911     test -z "$ac_dir" && ac_dir=.
1912     if test -f $ac_dir/$ac_word; then
1913     if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1914     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1915     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1916     break
1917     fi
1918     fi
1919     done
1920     IFS="$ac_save_ifs"
1921     test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1922     ;;
1923     esac
1924     fi
1925     MSGFMT="$ac_cv_path_MSGFMT"
1926     if test "$MSGFMT" != ":"; then
1927     echo "$as_me:$LINENO: result: $MSGFMT" >&5
1928     echo "${ECHO_T}$MSGFMT" >&6
1929     else
1930     echo "$as_me:$LINENO: result: no" >&5
1931     echo "${ECHO_T}no" >&6
1932     fi
1933    
1934     # Extract the first word of "gmsgfmt", so it can be a program name with args.
1935     set dummy gmsgfmt; ac_word=$2
1936     echo "$as_me:$LINENO: checking for $ac_word" >&5
1937     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1938     if test "${ac_cv_path_GMSGFMT+set}" = set; then
1939     echo $ECHO_N "(cached) $ECHO_C" >&6
1940     else
1941     case $GMSGFMT in
1942     [\\/]* | ?:[\\/]*)
1943     ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1944     ;;
1945     *)
1946     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1947     for as_dir in $PATH
1948     do
1949     IFS=$as_save_IFS
1950     test -z "$as_dir" && as_dir=.
1951     for ac_exec_ext in '' $ac_executable_extensions; do
1952     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1953     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1954     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1955     break 2
1956     fi
1957     done
1958     done
1959    
1960     test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1961     ;;
1962     esac
1963     fi
1964     GMSGFMT=$ac_cv_path_GMSGFMT
1965    
1966     if test -n "$GMSGFMT"; then
1967     echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1968     echo "${ECHO_T}$GMSGFMT" >&6
1969     else
1970     echo "$as_me:$LINENO: result: no" >&5
1971     echo "${ECHO_T}no" >&6
1972     fi
1973    
1974    
1975     # Extract the first word of "xgettext", so it can be a program name with args.
1976     set dummy xgettext; ac_word=$2
1977     echo "$as_me:$LINENO: checking for $ac_word" >&5
1978     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1979     if test "${ac_cv_path_XGETTEXT+set}" = set; then
1980     echo $ECHO_N "(cached) $ECHO_C" >&6
1981     else
1982     case "$XGETTEXT" in
1983     /*)
1984     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1985     ;;
1986     *)
1987     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1988     for ac_dir in $PATH; do
1989     test -z "$ac_dir" && ac_dir=.
1990     if test -f $ac_dir/$ac_word; then
1991     if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1992     (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
1993     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
1994     break
1995     fi
1996     fi
1997     done
1998     IFS="$ac_save_ifs"
1999     test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2000     ;;
2001     esac
2002     fi
2003     XGETTEXT="$ac_cv_path_XGETTEXT"
2004     if test "$XGETTEXT" != ":"; then
2005     echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2006     echo "${ECHO_T}$XGETTEXT" >&6
2007     else
2008     echo "$as_me:$LINENO: result: no" >&5
2009     echo "${ECHO_T}no" >&6
2010     fi
2011    
2012     rm -f messages.po
2013    
2014     # Extract the first word of "msgmerge", so it can be a program name with args.
2015     set dummy msgmerge; ac_word=$2
2016     echo "$as_me:$LINENO: checking for $ac_word" >&5
2017     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2018     if test "${ac_cv_path_MSGMERGE+set}" = set; then
2019     echo $ECHO_N "(cached) $ECHO_C" >&6
2020     else
2021     case "$MSGMERGE" in
2022     /*)
2023     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2024     ;;
2025     *)
2026     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2027     for ac_dir in $PATH; do
2028     test -z "$ac_dir" && ac_dir=.
2029     if test -f $ac_dir/$ac_word; then
2030     if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2031     ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2032     break
2033     fi
2034     fi
2035     done
2036     IFS="$ac_save_ifs"
2037     test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2038     ;;
2039     esac
2040     fi
2041     MSGMERGE="$ac_cv_path_MSGMERGE"
2042     if test "$MSGMERGE" != ":"; then
2043     echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2044     echo "${ECHO_T}$MSGMERGE" >&6
2045     else
2046     echo "$as_me:$LINENO: result: no" >&5
2047     echo "${ECHO_T}no" >&6
2048     fi
2049    
2050    
2051     if test "$GMSGFMT" != ":"; then
2052     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2053     (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2054     : ;
2055     else
2056     GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2057     echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2058     echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2059     GMSGFMT=":"
2060     fi
2061     fi
2062    
2063     if test "$XGETTEXT" != ":"; then
2064     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2065     (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2066     : ;
2067     else
2068     echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2069     echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2070     XGETTEXT=":"
2071     fi
2072     rm -f messages.po
2073     fi
2074    
2075     ac_config_commands="$ac_config_commands default-1"
2076    
2077    
2078    
2079     if test "X$prefix" = "XNONE"; then
2080     acl_final_prefix="$ac_default_prefix"
2081     else
2082     acl_final_prefix="$prefix"
2083     fi
2084     if test "X$exec_prefix" = "XNONE"; then
2085     acl_final_exec_prefix='${prefix}'
2086     else
2087     acl_final_exec_prefix="$exec_prefix"
2088     fi
2089     acl_save_prefix="$prefix"
2090     prefix="$acl_final_prefix"
2091     eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2092     prefix="$acl_save_prefix"
2093    
2094     DEPDIR="${am__leading_dot}deps"
2095    
2096     ac_config_commands="$ac_config_commands depfiles"
2097    
2098    
2099     am_make=${MAKE-make}
2100     cat > confinc << 'END'
2101     am__doit:
2102     @echo done
2103     .PHONY: am__doit
2104     END
2105     # If we don't find an include directive, just comment out the code.
2106     echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2107     echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2108     am__include="#"
2109     am__quote=
2110     _am_result=none
2111     # First try GNU make style include.
2112     echo "include confinc" > confmf
2113     # We grep out `Entering directory' and `Leaving directory'
2114     # messages which can occur if `w' ends up in MAKEFLAGS.
2115     # In particular we don't look at `^make:' because GNU make might
2116     # be invoked under some other name (usually "gmake"), in which
2117     # case it prints its new name instead of `make'.
2118     if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2119     am__include=include
2120     am__quote=
2121     _am_result=GNU
2122     fi
2123     # Now try BSD make style include.
2124     if test "$am__include" = "#"; then
2125     echo '.include "confinc"' > confmf
2126     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2127     am__include=.include
2128     am__quote="\""
2129     _am_result=BSD
2130     fi
2131     fi
2132    
2133    
2134     echo "$as_me:$LINENO: result: $_am_result" >&5
2135     echo "${ECHO_T}$_am_result" >&6
2136     rm -f confinc confmf
2137    
2138     # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2139     if test "${enable_dependency_tracking+set}" = set; then
2140     enableval="$enable_dependency_tracking"
2141    
2142     fi;
2143     if test "x$enable_dependency_tracking" != xno; then
2144     am_depcomp="$ac_aux_dir/depcomp"
2145     AMDEPBACKSLASH='\'
2146     fi
2147    
2148    
2149     if test "x$enable_dependency_tracking" != xno; then
2150     AMDEP_TRUE=
2151     AMDEP_FALSE='#'
2152     else
2153     AMDEP_TRUE='#'
2154     AMDEP_FALSE=
2155     fi
2156    
2157    
2158    
2159     ac_ext=c
2160     ac_cpp='$CPP $CPPFLAGS'
2161     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2162     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2163     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2164     if test -n "$ac_tool_prefix"; then
2165     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2166     set dummy ${ac_tool_prefix}gcc; ac_word=$2
2167     echo "$as_me:$LINENO: checking for $ac_word" >&5
2168     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2169     if test "${ac_cv_prog_CC+set}" = set; then
2170     echo $ECHO_N "(cached) $ECHO_C" >&6
2171     else
2172     if test -n "$CC"; then
2173     ac_cv_prog_CC="$CC" # Let the user override the test.
2174     else
2175     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2176     for as_dir in $PATH
2177     do
2178     IFS=$as_save_IFS
2179     test -z "$as_dir" && as_dir=.
2180     for ac_exec_ext in '' $ac_executable_extensions; do
2181     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2182     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2183     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2184     break 2
2185     fi
2186     done
2187     done
2188    
2189     fi
2190     fi
2191     CC=$ac_cv_prog_CC
2192     if test -n "$CC"; then
2193     echo "$as_me:$LINENO: result: $CC" >&5
2194     echo "${ECHO_T}$CC" >&6
2195     else
2196     echo "$as_me:$LINENO: result: no" >&5
2197     echo "${ECHO_T}no" >&6
2198     fi
2199    
2200     fi
2201     if test -z "$ac_cv_prog_CC"; then
2202     ac_ct_CC=$CC
2203     # Extract the first word of "gcc", so it can be a program name with args.
2204     set dummy gcc; ac_word=$2
2205     echo "$as_me:$LINENO: checking for $ac_word" >&5
2206     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2207     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2208     echo $ECHO_N "(cached) $ECHO_C" >&6
2209     else
2210     if test -n "$ac_ct_CC"; then
2211     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2212     else
2213     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2214     for as_dir in $PATH
2215     do
2216     IFS=$as_save_IFS
2217     test -z "$as_dir" && as_dir=.
2218     for ac_exec_ext in '' $ac_executable_extensions; do
2219     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2220     ac_cv_prog_ac_ct_CC="gcc"
2221     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2222     break 2
2223     fi
2224     done
2225     done
2226    
2227     fi
2228     fi
2229     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2230     if test -n "$ac_ct_CC"; then
2231     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2232     echo "${ECHO_T}$ac_ct_CC" >&6
2233     else
2234     echo "$as_me:$LINENO: result: no" >&5
2235     echo "${ECHO_T}no" >&6
2236     fi
2237    
2238     CC=$ac_ct_CC
2239     else
2240     CC="$ac_cv_prog_CC"
2241     fi
2242    
2243     if test -z "$CC"; then
2244     if test -n "$ac_tool_prefix"; then
2245     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2246     set dummy ${ac_tool_prefix}cc; ac_word=$2
2247     echo "$as_me:$LINENO: checking for $ac_word" >&5
2248     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2249     if test "${ac_cv_prog_CC+set}" = set; then
2250     echo $ECHO_N "(cached) $ECHO_C" >&6
2251     else
2252     if test -n "$CC"; then
2253     ac_cv_prog_CC="$CC" # Let the user override the test.
2254     else
2255     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2256     for as_dir in $PATH
2257     do
2258     IFS=$as_save_IFS
2259     test -z "$as_dir" && as_dir=.
2260     for ac_exec_ext in '' $ac_executable_extensions; do
2261     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2262     ac_cv_prog_CC="${ac_tool_prefix}cc"
2263     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2264     break 2
2265     fi
2266     done
2267     done
2268    
2269     fi
2270     fi
2271     CC=$ac_cv_prog_CC
2272     if test -n "$CC"; then
2273     echo "$as_me:$LINENO: result: $CC" >&5
2274     echo "${ECHO_T}$CC" >&6
2275     else
2276     echo "$as_me:$LINENO: result: no" >&5
2277     echo "${ECHO_T}no" >&6
2278     fi
2279    
2280     fi
2281     if test -z "$ac_cv_prog_CC"; then
2282     ac_ct_CC=$CC
2283     # Extract the first word of "cc", so it can be a program name with args.
2284     set dummy cc; ac_word=$2
2285     echo "$as_me:$LINENO: checking for $ac_word" >&5
2286     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2287     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2288     echo $ECHO_N "(cached) $ECHO_C" >&6
2289     else
2290     if test -n "$ac_ct_CC"; then
2291     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2292     else
2293     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2294     for as_dir in $PATH
2295     do
2296     IFS=$as_save_IFS
2297     test -z "$as_dir" && as_dir=.
2298     for ac_exec_ext in '' $ac_executable_extensions; do
2299     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2300     ac_cv_prog_ac_ct_CC="cc"
2301     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2302     break 2
2303     fi
2304     done
2305     done
2306    
2307     fi
2308     fi
2309     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2310     if test -n "$ac_ct_CC"; then
2311     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2312     echo "${ECHO_T}$ac_ct_CC" >&6
2313     else
2314     echo "$as_me:$LINENO: result: no" >&5
2315     echo "${ECHO_T}no" >&6
2316     fi
2317    
2318     CC=$ac_ct_CC
2319     else
2320     CC="$ac_cv_prog_CC"
2321     fi
2322    
2323     fi
2324     if test -z "$CC"; then
2325     # Extract the first word of "cc", so it can be a program name with args.
2326     set dummy cc; ac_word=$2
2327     echo "$as_me:$LINENO: checking for $ac_word" >&5
2328     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2329     if test "${ac_cv_prog_CC+set}" = set; then
2330     echo $ECHO_N "(cached) $ECHO_C" >&6
2331     else
2332     if test -n "$CC"; then
2333     ac_cv_prog_CC="$CC" # Let the user override the test.
2334     else
2335     ac_prog_rejected=no
2336     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337     for as_dir in $PATH
2338     do
2339     IFS=$as_save_IFS
2340     test -z "$as_dir" && as_dir=.
2341     for ac_exec_ext in '' $ac_executable_extensions; do
2342     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2343     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2344     ac_prog_rejected=yes
2345     continue
2346     fi
2347     ac_cv_prog_CC="cc"
2348     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2349     break 2
2350     fi
2351     done
2352     done
2353    
2354     if test $ac_prog_rejected = yes; then
2355     # We found a bogon in the path, so make sure we never use it.
2356     set dummy $ac_cv_prog_CC
2357     shift
2358     if test $# != 0; then
2359     # We chose a different compiler from the bogus one.
2360     # However, it has the same basename, so the bogon will be chosen
2361     # first if we set CC to just the basename; use the full file name.
2362     shift
2363     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2364     fi
2365     fi
2366     fi
2367     fi
2368     CC=$ac_cv_prog_CC
2369     if test -n "$CC"; then
2370     echo "$as_me:$LINENO: result: $CC" >&5
2371     echo "${ECHO_T}$CC" >&6
2372     else
2373     echo "$as_me:$LINENO: result: no" >&5
2374     echo "${ECHO_T}no" >&6
2375     fi
2376    
2377     fi
2378     if test -z "$CC"; then
2379     if test -n "$ac_tool_prefix"; then
2380     for ac_prog in cl
2381     do
2382     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2383     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2384     echo "$as_me:$LINENO: checking for $ac_word" >&5
2385     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2386     if test "${ac_cv_prog_CC+set}" = set; then
2387     echo $ECHO_N "(cached) $ECHO_C" >&6
2388     else
2389     if test -n "$CC"; then
2390     ac_cv_prog_CC="$CC" # Let the user override the test.
2391     else
2392     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2393     for as_dir in $PATH
2394     do
2395     IFS=$as_save_IFS
2396     test -z "$as_dir" && as_dir=.
2397     for ac_exec_ext in '' $ac_executable_extensions; do
2398     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2399     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2400     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2401     break 2
2402     fi
2403     done
2404     done
2405    
2406     fi
2407     fi
2408     CC=$ac_cv_prog_CC
2409     if test -n "$CC"; then
2410     echo "$as_me:$LINENO: result: $CC" >&5
2411     echo "${ECHO_T}$CC" >&6
2412     else
2413     echo "$as_me:$LINENO: result: no" >&5
2414     echo "${ECHO_T}no" >&6
2415     fi
2416    
2417     test -n "$CC" && break
2418     done
2419     fi
2420     if test -z "$CC"; then
2421     ac_ct_CC=$CC
2422     for ac_prog in cl
2423     do
2424     # Extract the first word of "$ac_prog", so it can be a program name with args.
2425     set dummy $ac_prog; ac_word=$2
2426     echo "$as_me:$LINENO: checking for $ac_word" >&5
2427     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2428     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2429     echo $ECHO_N "(cached) $ECHO_C" >&6
2430     else
2431     if test -n "$ac_ct_CC"; then
2432     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2433     else
2434     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2435     for as_dir in $PATH
2436     do
2437     IFS=$as_save_IFS
2438     test -z "$as_dir" && as_dir=.
2439     for ac_exec_ext in '' $ac_executable_extensions; do
2440     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2441     ac_cv_prog_ac_ct_CC="$ac_prog"
2442     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2443     break 2
2444     fi
2445     done
2446     done
2447    
2448     fi
2449     fi
2450     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2451     if test -n "$ac_ct_CC"; then
2452     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2453     echo "${ECHO_T}$ac_ct_CC" >&6
2454     else
2455     echo "$as_me:$LINENO: result: no" >&5
2456     echo "${ECHO_T}no" >&6
2457     fi
2458    
2459     test -n "$ac_ct_CC" && break
2460     done
2461    
2462     CC=$ac_ct_CC
2463     fi
2464    
2465     fi
2466    
2467    
2468     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2469     See \`config.log' for more details." >&5
2470     echo "$as_me: error: no acceptable C compiler found in \$PATH
2471     See \`config.log' for more details." >&2;}
2472     { (exit 1); exit 1; }; }
2473    
2474     # Provide some information about the compiler.
2475     echo "$as_me:$LINENO:" \
2476     "checking for C compiler version" >&5
2477     ac_compiler=`set X $ac_compile; echo $2`
2478     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2479     (eval $ac_compiler --version </dev/null >&5) 2>&5
2480     ac_status=$?
2481     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482     (exit $ac_status); }
2483     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2484     (eval $ac_compiler -v </dev/null >&5) 2>&5
2485     ac_status=$?
2486     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2487     (exit $ac_status); }
2488     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2489     (eval $ac_compiler -V </dev/null >&5) 2>&5
2490     ac_status=$?
2491     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2492     (exit $ac_status); }
2493    
2494     cat >conftest.$ac_ext <<_ACEOF
2495     /* confdefs.h. */
2496     _ACEOF
2497     cat confdefs.h >>conftest.$ac_ext
2498     cat >>conftest.$ac_ext <<_ACEOF
2499     /* end confdefs.h. */
2500    
2501     int
2502     main ()
2503     {
2504    
2505     ;
2506     return 0;
2507     }
2508     _ACEOF
2509     ac_clean_files_save=$ac_clean_files
2510     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2511     # Try to create an executable without -o first, disregard a.out.
2512     # It will help us diagnose broken compilers, and finding out an intuition
2513     # of exeext.
2514 pcg 1.11 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2515     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2516 pcg 1.1 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2517     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2518     (eval $ac_link_default) 2>&5
2519     ac_status=$?
2520     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2521     (exit $ac_status); }; then
2522     # Find the output, starting from the most likely. This scheme is
2523     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2524     # resort.
2525    
2526     # Be careful to initialize this variable, since it used to be cached.
2527     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2528     ac_cv_exeext=
2529     # b.out is created by i960 compilers.
2530     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2531     do
2532     test -f "$ac_file" || continue
2533     case $ac_file in
2534     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2535 pcg 1.11 ;;
2536 pcg 1.1 conftest.$ac_ext )
2537 pcg 1.11 # This is the source file.
2538     ;;
2539 pcg 1.1 [ab].out )
2540 pcg 1.11 # We found the default executable, but exeext='' is most
2541     # certainly right.
2542     break;;
2543 pcg 1.1 *.* )
2544 pcg 1.11 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2545     # FIXME: I believe we export ac_cv_exeext for Libtool,
2546     # but it would be cool to find out if it's true. Does anybody
2547     # maintain Libtool? --akim.
2548     export ac_cv_exeext
2549     break;;
2550 pcg 1.1 * )
2551 pcg 1.11 break;;
2552 pcg 1.1 esac
2553     done
2554     else
2555     echo "$as_me: failed program was:" >&5
2556     sed 's/^/| /' conftest.$ac_ext >&5
2557    
2558     { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2559     See \`config.log' for more details." >&5
2560     echo "$as_me: error: C compiler cannot create executables
2561     See \`config.log' for more details." >&2;}
2562     { (exit 77); exit 77; }; }
2563     fi
2564    
2565     ac_exeext=$ac_cv_exeext
2566     echo "$as_me:$LINENO: result: $ac_file" >&5
2567     echo "${ECHO_T}$ac_file" >&6
2568    
2569     # Check the compiler produces executables we can run. If not, either
2570     # the compiler is broken, or we cross compile.
2571     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2572     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2573     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2574     # If not cross compiling, check that we can run a simple program.
2575     if test "$cross_compiling" != yes; then
2576     if { ac_try='./$ac_file'
2577     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2578     (eval $ac_try) 2>&5
2579     ac_status=$?
2580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2581     (exit $ac_status); }; }; then
2582     cross_compiling=no
2583     else
2584     if test "$cross_compiling" = maybe; then
2585     cross_compiling=yes
2586     else
2587     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2588     If you meant to cross compile, use \`--host'.
2589     See \`config.log' for more details." >&5
2590     echo "$as_me: error: cannot run C compiled programs.
2591     If you meant to cross compile, use \`--host'.
2592     See \`config.log' for more details." >&2;}
2593     { (exit 1); exit 1; }; }
2594     fi
2595     fi
2596     fi
2597     echo "$as_me:$LINENO: result: yes" >&5
2598     echo "${ECHO_T}yes" >&6
2599    
2600     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2601     ac_clean_files=$ac_clean_files_save
2602     # Check the compiler produces executables we can run. If not, either
2603     # the compiler is broken, or we cross compile.
2604     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2605     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2606     echo "$as_me:$LINENO: result: $cross_compiling" >&5
2607     echo "${ECHO_T}$cross_compiling" >&6
2608    
2609     echo "$as_me:$LINENO: checking for suffix of executables" >&5
2610     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2611     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2612     (eval $ac_link) 2>&5
2613     ac_status=$?
2614     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615     (exit $ac_status); }; then
2616     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2617     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2618     # work properly (i.e., refer to `conftest.exe'), while it won't with
2619     # `rm'.
2620     for ac_file in conftest.exe conftest conftest.*; do
2621     test -f "$ac_file" || continue
2622     case $ac_file in
2623     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2624     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2625 pcg 1.11 export ac_cv_exeext
2626     break;;
2627 pcg 1.1 * ) break;;
2628     esac
2629     done
2630     else
2631     { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2632     See \`config.log' for more details." >&5
2633     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2634     See \`config.log' for more details." >&2;}
2635     { (exit 1); exit 1; }; }
2636     fi
2637    
2638     rm -f conftest$ac_cv_exeext
2639     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2640     echo "${ECHO_T}$ac_cv_exeext" >&6
2641    
2642     rm -f conftest.$ac_ext
2643     EXEEXT=$ac_cv_exeext
2644     ac_exeext=$EXEEXT
2645     echo "$as_me:$LINENO: checking for suffix of object files" >&5
2646     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2647     if test "${ac_cv_objext+set}" = set; then
2648     echo $ECHO_N "(cached) $ECHO_C" >&6
2649     else
2650     cat >conftest.$ac_ext <<_ACEOF
2651     /* confdefs.h. */
2652     _ACEOF
2653     cat confdefs.h >>conftest.$ac_ext
2654     cat >>conftest.$ac_ext <<_ACEOF
2655     /* end confdefs.h. */
2656    
2657     int
2658     main ()
2659     {
2660    
2661     ;
2662     return 0;
2663     }
2664     _ACEOF
2665     rm -f conftest.o conftest.obj
2666     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2667     (eval $ac_compile) 2>&5
2668     ac_status=$?
2669     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2670     (exit $ac_status); }; then
2671     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2672     case $ac_file in
2673     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2674     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2675     break;;
2676     esac
2677     done
2678     else
2679     echo "$as_me: failed program was:" >&5
2680     sed 's/^/| /' conftest.$ac_ext >&5
2681    
2682     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2683     See \`config.log' for more details." >&5
2684     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2685     See \`config.log' for more details." >&2;}
2686     { (exit 1); exit 1; }; }
2687     fi
2688    
2689     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2690     fi
2691     echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2692     echo "${ECHO_T}$ac_cv_objext" >&6
2693     OBJEXT=$ac_cv_objext
2694     ac_objext=$OBJEXT
2695     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2696     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2697     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2698     echo $ECHO_N "(cached) $ECHO_C" >&6
2699     else
2700     cat >conftest.$ac_ext <<_ACEOF
2701     /* confdefs.h. */
2702     _ACEOF
2703     cat confdefs.h >>conftest.$ac_ext
2704     cat >>conftest.$ac_ext <<_ACEOF
2705     /* end confdefs.h. */
2706    
2707     int
2708     main ()
2709     {
2710     #ifndef __GNUC__
2711     choke me
2712     #endif
2713    
2714     ;
2715     return 0;
2716     }
2717     _ACEOF
2718     rm -f conftest.$ac_objext
2719     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2720 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2721 pcg 1.1 ac_status=$?
2722 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2723     rm -f conftest.er1
2724     cat conftest.err >&5
2725 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2726     (exit $ac_status); } &&
2727 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2728     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2729     (eval $ac_try) 2>&5
2730     ac_status=$?
2731     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2732     (exit $ac_status); }; } &&
2733     { ac_try='test -s conftest.$ac_objext'
2734 pcg 1.1 { (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); }; }; then
2739     ac_compiler_gnu=yes
2740     else
2741     echo "$as_me: failed program was:" >&5
2742     sed 's/^/| /' conftest.$ac_ext >&5
2743    
2744     ac_compiler_gnu=no
2745     fi
2746 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2747 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2748    
2749     fi
2750     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2751     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2752     GCC=`test $ac_compiler_gnu = yes && echo yes`
2753     ac_test_CFLAGS=${CFLAGS+set}
2754     ac_save_CFLAGS=$CFLAGS
2755     CFLAGS="-g"
2756     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2757     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2758     if test "${ac_cv_prog_cc_g+set}" = set; then
2759     echo $ECHO_N "(cached) $ECHO_C" >&6
2760     else
2761     cat >conftest.$ac_ext <<_ACEOF
2762     /* confdefs.h. */
2763     _ACEOF
2764     cat confdefs.h >>conftest.$ac_ext
2765     cat >>conftest.$ac_ext <<_ACEOF
2766     /* end confdefs.h. */
2767    
2768     int
2769     main ()
2770     {
2771    
2772     ;
2773     return 0;
2774     }
2775     _ACEOF
2776     rm -f conftest.$ac_objext
2777     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2778 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2779 pcg 1.1 ac_status=$?
2780 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2781     rm -f conftest.er1
2782     cat conftest.err >&5
2783 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2784     (exit $ac_status); } &&
2785 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2786     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2787     (eval $ac_try) 2>&5
2788     ac_status=$?
2789     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790     (exit $ac_status); }; } &&
2791     { ac_try='test -s conftest.$ac_objext'
2792 pcg 1.1 { (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); }; }; then
2797     ac_cv_prog_cc_g=yes
2798     else
2799     echo "$as_me: failed program was:" >&5
2800     sed 's/^/| /' conftest.$ac_ext >&5
2801    
2802     ac_cv_prog_cc_g=no
2803     fi
2804 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2805 pcg 1.1 fi
2806     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2807     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2808     if test "$ac_test_CFLAGS" = set; then
2809     CFLAGS=$ac_save_CFLAGS
2810     elif test $ac_cv_prog_cc_g = yes; then
2811     if test "$GCC" = yes; then
2812     CFLAGS="-g -O2"
2813     else
2814     CFLAGS="-g"
2815     fi
2816     else
2817     if test "$GCC" = yes; then
2818     CFLAGS="-O2"
2819     else
2820     CFLAGS=
2821     fi
2822     fi
2823     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2824     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2825     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2826     echo $ECHO_N "(cached) $ECHO_C" >&6
2827     else
2828     ac_cv_prog_cc_stdc=no
2829     ac_save_CC=$CC
2830     cat >conftest.$ac_ext <<_ACEOF
2831     /* confdefs.h. */
2832     _ACEOF
2833     cat confdefs.h >>conftest.$ac_ext
2834     cat >>conftest.$ac_ext <<_ACEOF
2835     /* end confdefs.h. */
2836     #include <stdarg.h>
2837     #include <stdio.h>
2838     #include <sys/types.h>
2839     #include <sys/stat.h>
2840     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2841     struct buf { int x; };
2842     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2843     static char *e (p, i)
2844     char **p;
2845     int i;
2846     {
2847     return p[i];
2848     }
2849     static char *f (char * (*g) (char **, int), char **p, ...)
2850     {
2851     char *s;
2852     va_list v;
2853     va_start (v,p);
2854     s = g (p, va_arg (v,int));
2855     va_end (v);
2856     return s;
2857     }
2858 pcg 1.11
2859     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2860     function prototypes and stuff, but not '\xHH' hex character constants.
2861     These don't provoke an error unfortunately, instead are silently treated
2862     as 'x'. The following induces an error, until -std1 is added to get
2863     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2864     array size at least. It's necessary to write '\x00'==0 to get something
2865     that's true only with -std1. */
2866     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2867    
2868 pcg 1.1 int test (int i, double x);
2869     struct s1 {int (*f) (int a);};
2870     struct s2 {int (*f) (double a);};
2871     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2872     int argc;
2873     char **argv;
2874     int
2875     main ()
2876     {
2877     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2878     ;
2879     return 0;
2880     }
2881     _ACEOF
2882     # Don't try gcc -ansi; that turns off useful extensions and
2883     # breaks some systems' header files.
2884     # AIX -qlanglvl=ansi
2885     # Ultrix and OSF/1 -std1
2886     # HP-UX 10.20 and later -Ae
2887     # HP-UX older versions -Aa -D_HPUX_SOURCE
2888     # SVR4 -Xc -D__EXTENSIONS__
2889     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2890     do
2891     CC="$ac_save_CC $ac_arg"
2892     rm -f conftest.$ac_objext
2893     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2894 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2895 pcg 1.1 ac_status=$?
2896 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2897     rm -f conftest.er1
2898     cat conftest.err >&5
2899 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2900     (exit $ac_status); } &&
2901 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2902     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2903     (eval $ac_try) 2>&5
2904     ac_status=$?
2905     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906     (exit $ac_status); }; } &&
2907     { ac_try='test -s conftest.$ac_objext'
2908 pcg 1.1 { (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); }; }; then
2913     ac_cv_prog_cc_stdc=$ac_arg
2914     break
2915     else
2916     echo "$as_me: failed program was:" >&5
2917     sed 's/^/| /' conftest.$ac_ext >&5
2918    
2919     fi
2920 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2921 pcg 1.1 done
2922     rm -f conftest.$ac_ext conftest.$ac_objext
2923     CC=$ac_save_CC
2924    
2925     fi
2926    
2927     case "x$ac_cv_prog_cc_stdc" in
2928     x|xno)
2929     echo "$as_me:$LINENO: result: none needed" >&5
2930     echo "${ECHO_T}none needed" >&6 ;;
2931     *)
2932     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2933     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2934     CC="$CC $ac_cv_prog_cc_stdc" ;;
2935     esac
2936    
2937     # Some people use a C++ compiler to compile C. Since we use `exit',
2938     # in C++ we need to declare it. In case someone uses the same compiler
2939     # for both compiling C and C++ we need to have the C++ compiler decide
2940     # the declaration of exit, since it's the most demanding environment.
2941     cat >conftest.$ac_ext <<_ACEOF
2942     #ifndef __cplusplus
2943     choke me
2944     #endif
2945     _ACEOF
2946     rm -f conftest.$ac_objext
2947     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2948 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2949 pcg 1.1 ac_status=$?
2950 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2951     rm -f conftest.er1
2952     cat conftest.err >&5
2953 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2954     (exit $ac_status); } &&
2955 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2956     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2957     (eval $ac_try) 2>&5
2958     ac_status=$?
2959     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2960     (exit $ac_status); }; } &&
2961     { ac_try='test -s conftest.$ac_objext'
2962 pcg 1.1 { (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); }; }; then
2967     for ac_declaration in \
2968     '' \
2969     'extern "C" void std::exit (int) throw (); using std::exit;' \
2970     'extern "C" void std::exit (int); using std::exit;' \
2971     'extern "C" void exit (int) throw ();' \
2972     'extern "C" void exit (int);' \
2973     'void exit (int);'
2974     do
2975     cat >conftest.$ac_ext <<_ACEOF
2976     /* confdefs.h. */
2977     _ACEOF
2978     cat confdefs.h >>conftest.$ac_ext
2979     cat >>conftest.$ac_ext <<_ACEOF
2980     /* end confdefs.h. */
2981     $ac_declaration
2982     #include <stdlib.h>
2983     int
2984     main ()
2985     {
2986     exit (42);
2987     ;
2988     return 0;
2989     }
2990     _ACEOF
2991     rm -f conftest.$ac_objext
2992     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2993 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2994 pcg 1.1 ac_status=$?
2995 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2996     rm -f conftest.er1
2997     cat conftest.err >&5
2998 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999     (exit $ac_status); } &&
3000 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3001     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3002     (eval $ac_try) 2>&5
3003     ac_status=$?
3004     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005     (exit $ac_status); }; } &&
3006     { ac_try='test -s conftest.$ac_objext'
3007 pcg 1.1 { (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); }; }; then
3012     :
3013     else
3014     echo "$as_me: failed program was:" >&5
3015     sed 's/^/| /' conftest.$ac_ext >&5
3016    
3017     continue
3018     fi
3019 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3020 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
3021     /* confdefs.h. */
3022     _ACEOF
3023     cat confdefs.h >>conftest.$ac_ext
3024     cat >>conftest.$ac_ext <<_ACEOF
3025     /* end confdefs.h. */
3026     $ac_declaration
3027     int
3028     main ()
3029     {
3030     exit (42);
3031     ;
3032     return 0;
3033     }
3034     _ACEOF
3035     rm -f conftest.$ac_objext
3036     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3037 pcg 1.11 (eval $ac_compile) 2>conftest.er1
3038 pcg 1.1 ac_status=$?
3039 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3040     rm -f conftest.er1
3041     cat conftest.err >&5
3042 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043     (exit $ac_status); } &&
3044 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3045     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3046     (eval $ac_try) 2>&5
3047     ac_status=$?
3048     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049     (exit $ac_status); }; } &&
3050     { ac_try='test -s conftest.$ac_objext'
3051 pcg 1.1 { (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); }; }; then
3056     break
3057     else
3058     echo "$as_me: failed program was:" >&5
3059     sed 's/^/| /' conftest.$ac_ext >&5
3060    
3061     fi
3062 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3063 pcg 1.1 done
3064     rm -f conftest*
3065     if test -n "$ac_declaration"; then
3066     echo '#ifdef __cplusplus' >>confdefs.h
3067     echo $ac_declaration >>confdefs.h
3068     echo '#endif' >>confdefs.h
3069     fi
3070    
3071     else
3072     echo "$as_me: failed program was:" >&5
3073     sed 's/^/| /' conftest.$ac_ext >&5
3074    
3075     fi
3076 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3077 pcg 1.1 ac_ext=c
3078     ac_cpp='$CPP $CPPFLAGS'
3079     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3080     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3081     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3082    
3083     depcc="$CC" am_compiler_list=
3084    
3085     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3086     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3087     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3088     echo $ECHO_N "(cached) $ECHO_C" >&6
3089     else
3090     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3091     # We make a subdir and do the tests there. Otherwise we can end up
3092     # making bogus files that we don't know about and never remove. For
3093     # instance it was reported that on HP-UX the gcc test will end up
3094     # making a dummy file named `D' -- because `-MD' means `put the output
3095     # in D'.
3096     mkdir conftest.dir
3097     # Copy depcomp to subdir because otherwise we won't find it if we're
3098     # using a relative directory.
3099     cp "$am_depcomp" conftest.dir
3100     cd conftest.dir
3101     # We will build objects and dependencies in a subdirectory because
3102     # it helps to detect inapplicable dependency modes. For instance
3103     # both Tru64's cc and ICC support -MD to output dependencies as a
3104     # side effect of compilation, but ICC will put the dependencies in
3105     # the current directory while Tru64 will put them in the object
3106     # directory.
3107     mkdir sub
3108    
3109     am_cv_CC_dependencies_compiler_type=none
3110     if test "$am_compiler_list" = ""; then
3111     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3112     fi
3113     for depmode in $am_compiler_list; do
3114     # Setup a source with many dependencies, because some compilers
3115     # like to wrap large dependency lists on column 80 (with \), and
3116     # we should not choose a depcomp mode which is confused by this.
3117     #
3118     # We need to recreate these files for each test, as the compiler may
3119     # overwrite some of them when testing with obscure command lines.
3120     # This happens at least with the AIX C compiler.
3121     : > sub/conftest.c
3122     for i in 1 2 3 4 5 6; do
3123     echo '#include "conftst'$i'.h"' >> sub/conftest.c
3124     : > sub/conftst$i.h
3125     done
3126     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3127    
3128     case $depmode in
3129     nosideeffect)
3130     # after this tag, mechanisms are not by side-effect, so they'll
3131     # only be used when explicitly requested
3132     if test "x$enable_dependency_tracking" = xyes; then
3133     continue
3134     else
3135     break
3136     fi
3137     ;;
3138     none) break ;;
3139     esac
3140     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3141     # mode. It turns out that the SunPro C++ compiler does not properly
3142     # handle `-M -o', and we need to detect this.
3143     if depmode=$depmode \
3144     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3145     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3146     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3147     >/dev/null 2>conftest.err &&
3148     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3149     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3150     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3151     # icc doesn't choke on unknown options, it will just issue warnings
3152     # (even with -Werror). So we grep stderr for any message
3153     # that says an option was ignored.
3154     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3155     am_cv_CC_dependencies_compiler_type=$depmode
3156     break
3157     fi
3158     fi
3159     done
3160    
3161     cd ..
3162     rm -rf conftest.dir
3163     else
3164     am_cv_CC_dependencies_compiler_type=none
3165     fi
3166    
3167     fi
3168     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3169     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3170     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3171    
3172    
3173    
3174     if
3175     test "x$enable_dependency_tracking" != xno \
3176     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3177     am__fastdepCC_TRUE=
3178     am__fastdepCC_FALSE='#'
3179     else
3180     am__fastdepCC_TRUE='#'
3181     am__fastdepCC_FALSE=
3182     fi
3183    
3184    
3185    
3186     # Check whether --with-gnu-ld or --without-gnu-ld was given.
3187     if test "${with_gnu_ld+set}" = set; then
3188     withval="$with_gnu_ld"
3189     test "$withval" = no || with_gnu_ld=yes
3190     else
3191     with_gnu_ld=no
3192     fi;
3193     ac_prog=ld
3194     if test "$GCC" = yes; then
3195     # Check if gcc -print-prog-name=ld gives a path.
3196     echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3197     echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3198     case $host in
3199     *-*-mingw*)
3200     # gcc leaves a trailing carriage return which upsets mingw
3201     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3202     *)
3203     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3204     esac
3205     case $ac_prog in
3206     # Accept absolute paths.
3207     [\\/]* | [A-Za-z]:[\\/]*)
3208     re_direlt='/[^/][^/]*/\.\./'
3209     # Canonicalize the path of ld
3210     ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3211     while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3212     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3213     done
3214     test -z "$LD" && LD="$ac_prog"
3215     ;;
3216     "")
3217     # If it fails, then pretend we aren't using GCC.
3218     ac_prog=ld
3219     ;;
3220     *)
3221     # If it is relative, then search for the first ld in PATH.
3222     with_gnu_ld=unknown
3223     ;;
3224     esac
3225     elif test "$with_gnu_ld" = yes; then
3226     echo "$as_me:$LINENO: checking for GNU ld" >&5
3227     echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3228     else
3229     echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3230     echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3231     fi
3232     if test "${acl_cv_path_LD+set}" = set; then
3233     echo $ECHO_N "(cached) $ECHO_C" >&6
3234     else
3235     if test -z "$LD"; then
3236     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3237     for ac_dir in $PATH; do
3238     test -z "$ac_dir" && ac_dir=.
3239     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3240     acl_cv_path_LD="$ac_dir/$ac_prog"
3241     # Check to see if the program is GNU ld. I'd rather use --version,
3242     # but apparently some GNU ld's only accept -v.
3243     # Break only if it was the GNU/non-GNU ld that we prefer.
3244     if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3245     test "$with_gnu_ld" != no && break
3246     else
3247     test "$with_gnu_ld" != yes && break
3248     fi
3249     fi
3250     done
3251     IFS="$ac_save_ifs"
3252     else
3253     acl_cv_path_LD="$LD" # Let the user override the test with a path.
3254     fi
3255     fi
3256    
3257     LD="$acl_cv_path_LD"
3258     if test -n "$LD"; then
3259     echo "$as_me:$LINENO: result: $LD" >&5
3260     echo "${ECHO_T}$LD" >&6
3261     else
3262     echo "$as_me:$LINENO: result: no" >&5
3263     echo "${ECHO_T}no" >&6
3264     fi
3265     test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3266     echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3267     { (exit 1); exit 1; }; }
3268     echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3269     echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3270     if test "${acl_cv_prog_gnu_ld+set}" = set; then
3271     echo $ECHO_N "(cached) $ECHO_C" >&6
3272     else
3273     # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3274     if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3275     acl_cv_prog_gnu_ld=yes
3276     else
3277     acl_cv_prog_gnu_ld=no
3278     fi
3279     fi
3280     echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3281     echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3282     with_gnu_ld=$acl_cv_prog_gnu_ld
3283    
3284    
3285    
3286     echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3287     echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3288     if test "${acl_cv_rpath+set}" = set; then
3289     echo $ECHO_N "(cached) $ECHO_C" >&6
3290     else
3291    
3292     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3293     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3294     . ./conftest.sh
3295     rm -f ./conftest.sh
3296     acl_cv_rpath=done
3297    
3298     fi
3299     echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3300     echo "${ECHO_T}$acl_cv_rpath" >&6
3301     wl="$acl_cv_wl"
3302     libext="$acl_cv_libext"
3303     shlibext="$acl_cv_shlibext"
3304     hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3305     hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3306     hardcode_direct="$acl_cv_hardcode_direct"
3307     hardcode_minus_L="$acl_cv_hardcode_minus_L"
3308     sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3309     sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3310     # Check whether --enable-rpath or --disable-rpath was given.
3311     if test "${enable_rpath+set}" = set; then
3312     enableval="$enable_rpath"
3313     :
3314     else
3315     enable_rpath=yes
3316     fi;
3317    
3318    
3319    
3320    
3321    
3322    
3323    
3324     use_additional=yes
3325    
3326     acl_save_prefix="$prefix"
3327     prefix="$acl_final_prefix"
3328     acl_save_exec_prefix="$exec_prefix"
3329     exec_prefix="$acl_final_exec_prefix"
3330    
3331     eval additional_includedir=\"$includedir\"
3332     eval additional_libdir=\"$libdir\"
3333    
3334     exec_prefix="$acl_save_exec_prefix"
3335     prefix="$acl_save_prefix"
3336    
3337    
3338     # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3339     if test "${with_libiconv_prefix+set}" = set; then
3340     withval="$with_libiconv_prefix"
3341    
3342     if test "X$withval" = "Xno"; then
3343     use_additional=no
3344     else
3345     if test "X$withval" = "X"; then
3346    
3347     acl_save_prefix="$prefix"
3348     prefix="$acl_final_prefix"
3349     acl_save_exec_prefix="$exec_prefix"
3350     exec_prefix="$acl_final_exec_prefix"
3351    
3352     eval additional_includedir=\"$includedir\"
3353     eval additional_libdir=\"$libdir\"
3354    
3355     exec_prefix="$acl_save_exec_prefix"
3356     prefix="$acl_save_prefix"
3357    
3358     else
3359     additional_includedir="$withval/include"
3360     additional_libdir="$withval/lib"
3361     fi
3362     fi
3363    
3364     fi;
3365     LIBICONV=
3366     LTLIBICONV=
3367     INCICONV=
3368     rpathdirs=
3369     ltrpathdirs=
3370     names_already_handled=
3371     names_next_round='iconv '
3372     while test -n "$names_next_round"; do
3373     names_this_round="$names_next_round"
3374     names_next_round=
3375     for name in $names_this_round; do
3376     already_handled=
3377     for n in $names_already_handled; do
3378     if test "$n" = "$name"; then
3379     already_handled=yes
3380     break
3381     fi
3382     done
3383     if test -z "$already_handled"; then
3384     names_already_handled="$names_already_handled $name"
3385     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3386     eval value=\"\$HAVE_LIB$uppername\"
3387     if test -n "$value"; then
3388     if test "$value" = yes; then
3389     eval value=\"\$LIB$uppername\"
3390     test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3391     eval value=\"\$LTLIB$uppername\"
3392     test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3393     else
3394     :
3395     fi
3396     else
3397     found_dir=
3398     found_la=
3399     found_so=
3400     found_a=
3401     if test $use_additional = yes; then
3402     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3403     found_dir="$additional_libdir"
3404     found_so="$additional_libdir/lib$name.$shlibext"
3405     if test -f "$additional_libdir/lib$name.la"; then
3406     found_la="$additional_libdir/lib$name.la"
3407     fi
3408     else
3409     if test -f "$additional_libdir/lib$name.$libext"; then
3410     found_dir="$additional_libdir"
3411     found_a="$additional_libdir/lib$name.$libext"
3412     if test -f "$additional_libdir/lib$name.la"; then
3413     found_la="$additional_libdir/lib$name.la"
3414     fi
3415     fi
3416     fi
3417     fi
3418     if test "X$found_dir" = "X"; then
3419     for x in $LDFLAGS $LTLIBICONV; do
3420    
3421     acl_save_prefix="$prefix"
3422     prefix="$acl_final_prefix"
3423     acl_save_exec_prefix="$exec_prefix"
3424     exec_prefix="$acl_final_exec_prefix"
3425     eval x=\"$x\"
3426     exec_prefix="$acl_save_exec_prefix"
3427     prefix="$acl_save_prefix"
3428    
3429     case "$x" in
3430     -L*)
3431     dir=`echo "X$x" | sed -e 's/^X-L//'`
3432     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3433     found_dir="$dir"
3434     found_so="$dir/lib$name.$shlibext"
3435     if test -f "$dir/lib$name.la"; then
3436     found_la="$dir/lib$name.la"
3437     fi
3438     else
3439     if test -f "$dir/lib$name.$libext"; then
3440     found_dir="$dir"
3441     found_a="$dir/lib$name.$libext"
3442     if test -f "$dir/lib$name.la"; then
3443     found_la="$dir/lib$name.la"
3444     fi
3445     fi
3446     fi
3447     ;;
3448     esac
3449     if test "X$found_dir" != "X"; then
3450     break
3451     fi
3452     done
3453     fi
3454     if test "X$found_dir" != "X"; then
3455     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3456     if test "X$found_so" != "X"; then
3457     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3458     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3459     else
3460     haveit=
3461     for x in $ltrpathdirs; do
3462     if test "X$x" = "X$found_dir"; then
3463     haveit=yes
3464     break
3465     fi
3466     done
3467     if test -z "$haveit"; then
3468     ltrpathdirs="$ltrpathdirs $found_dir"
3469     fi
3470     if test "$hardcode_direct" = yes; then
3471     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3472     else
3473     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3474     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3475     haveit=
3476     for x in $rpathdirs; do
3477     if test "X$x" = "X$found_dir"; then
3478     haveit=yes
3479     break
3480     fi
3481     done
3482     if test -z "$haveit"; then
3483     rpathdirs="$rpathdirs $found_dir"
3484     fi
3485     else
3486     haveit=
3487     for x in $LDFLAGS $LIBICONV; do
3488    
3489     acl_save_prefix="$prefix"
3490     prefix="$acl_final_prefix"
3491     acl_save_exec_prefix="$exec_prefix"
3492     exec_prefix="$acl_final_exec_prefix"
3493     eval x=\"$x\"
3494     exec_prefix="$acl_save_exec_prefix"
3495     prefix="$acl_save_prefix"
3496    
3497     if test "X$x" = "X-L$found_dir"; then
3498     haveit=yes
3499     break
3500     fi
3501     done
3502     if test -z "$haveit"; then
3503     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3504     fi
3505     if test "$hardcode_minus_L" != no; then
3506     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3507     else
3508     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3509     fi
3510     fi
3511     fi
3512     fi
3513     else
3514     if test "X$found_a" != "X"; then
3515     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3516     else
3517     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3518     fi
3519     fi
3520     additional_includedir=
3521     case "$found_dir" in
3522     */lib | */lib/)
3523     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3524     additional_includedir="$basedir/include"
3525     ;;
3526     esac
3527     if test "X$additional_includedir" != "X"; then
3528     if test "X$additional_includedir" != "X/usr/include"; then
3529     haveit=
3530     if test "X$additional_includedir" = "X/usr/local/include"; then
3531     if test -n "$GCC"; then
3532     case $host_os in
3533     linux*) haveit=yes;;
3534     esac
3535     fi
3536     fi
3537     if test -z "$haveit"; then
3538     for x in $CPPFLAGS $INCICONV; do
3539    
3540     acl_save_prefix="$prefix"
3541     prefix="$acl_final_prefix"
3542     acl_save_exec_prefix="$exec_prefix"
3543     exec_prefix="$acl_final_exec_prefix"
3544     eval x=\"$x\"
3545     exec_prefix="$acl_save_exec_prefix"
3546     prefix="$acl_save_prefix"
3547    
3548     if test "X$x" = "X-I$additional_includedir"; then
3549     haveit=yes
3550     break
3551     fi
3552     done
3553     if test -z "$haveit"; then
3554     if test -d "$additional_includedir"; then
3555     INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3556     fi
3557     fi
3558     fi
3559     fi
3560     fi
3561     if test -n "$found_la"; then
3562     save_libdir="$libdir"
3563     case "$found_la" in
3564     */* | *\\*) . "$found_la" ;;
3565     *) . "./$found_la" ;;
3566     esac
3567     libdir="$save_libdir"
3568     for dep in $dependency_libs; do
3569     case "$dep" in
3570     -L*)
3571     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3572     if test "X$additional_libdir" != "X/usr/lib"; then
3573     haveit=
3574     if test "X$additional_libdir" = "X/usr/local/lib"; then
3575     if test -n "$GCC"; then
3576     case $host_os in
3577     linux*) haveit=yes;;
3578     esac
3579     fi
3580     fi
3581     if test -z "$haveit"; then
3582     haveit=
3583     for x in $LDFLAGS $LIBICONV; do
3584    
3585     acl_save_prefix="$prefix"
3586     prefix="$acl_final_prefix"
3587     acl_save_exec_prefix="$exec_prefix"
3588     exec_prefix="$acl_final_exec_prefix"
3589     eval x=\"$x\"
3590     exec_prefix="$acl_save_exec_prefix"
3591     prefix="$acl_save_prefix"
3592    
3593     if test "X$x" = "X-L$additional_libdir"; then
3594     haveit=yes
3595     break
3596     fi
3597     done
3598     if test -z "$haveit"; then
3599     if test -d "$additional_libdir"; then
3600     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3601     fi
3602     fi
3603     haveit=
3604     for x in $LDFLAGS $LTLIBICONV; do
3605    
3606     acl_save_prefix="$prefix"
3607     prefix="$acl_final_prefix"
3608     acl_save_exec_prefix="$exec_prefix"
3609     exec_prefix="$acl_final_exec_prefix"
3610     eval x=\"$x\"
3611     exec_prefix="$acl_save_exec_prefix"
3612     prefix="$acl_save_prefix"
3613    
3614     if test "X$x" = "X-L$additional_libdir"; then
3615     haveit=yes
3616     break
3617     fi
3618     done
3619     if test -z "$haveit"; then
3620     if test -d "$additional_libdir"; then
3621     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3622     fi
3623     fi
3624     fi
3625     fi
3626     ;;
3627     -R*)
3628     dir=`echo "X$dep" | sed -e 's/^X-R//'`
3629     if test "$enable_rpath" != no; then
3630     haveit=
3631     for x in $rpathdirs; do
3632     if test "X$x" = "X$dir"; then
3633     haveit=yes
3634     break
3635     fi
3636     done
3637     if test -z "$haveit"; then
3638     rpathdirs="$rpathdirs $dir"
3639     fi
3640     haveit=
3641     for x in $ltrpathdirs; do
3642     if test "X$x" = "X$dir"; then
3643     haveit=yes
3644     break
3645     fi
3646     done
3647     if test -z "$haveit"; then
3648     ltrpathdirs="$ltrpathdirs $dir"
3649     fi
3650     fi
3651     ;;
3652     -l*)
3653     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3654     ;;
3655     *.la)
3656     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3657     ;;
3658     *)
3659     LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3660     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3661     ;;
3662     esac
3663     done
3664     fi
3665     else
3666     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3667     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3668     fi
3669     fi
3670     fi
3671     done
3672     done
3673     if test "X$rpathdirs" != "X"; then
3674     if test -n "$hardcode_libdir_separator"; then
3675     alldirs=
3676     for found_dir in $rpathdirs; do
3677     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3678     done
3679     acl_save_libdir="$libdir"
3680     libdir="$alldirs"
3681     eval flag=\"$hardcode_libdir_flag_spec\"
3682     libdir="$acl_save_libdir"
3683     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3684     else
3685     for found_dir in $rpathdirs; do
3686     acl_save_libdir="$libdir"
3687     libdir="$found_dir"
3688     eval flag=\"$hardcode_libdir_flag_spec\"
3689     libdir="$acl_save_libdir"
3690     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3691     done
3692     fi
3693     fi
3694     if test "X$ltrpathdirs" != "X"; then
3695     for found_dir in $ltrpathdirs; do
3696     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3697     done
3698     fi
3699    
3700    
3701    
3702    
3703    
3704    
3705    
3706    
3707    
3708    
3709    
3710    
3711    
3712    
3713    
3714    
3715    
3716    
3717     echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3718     echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3719     # Check whether --enable-nls or --disable-nls was given.
3720     if test "${enable_nls+set}" = set; then
3721     enableval="$enable_nls"
3722     USE_NLS=$enableval
3723     else
3724     USE_NLS=yes
3725     fi;
3726     echo "$as_me:$LINENO: result: $USE_NLS" >&5
3727     echo "${ECHO_T}$USE_NLS" >&6
3728    
3729    
3730    
3731     LIBINTL=
3732     LTLIBINTL=
3733     POSUB=
3734    
3735     if test "$USE_NLS" = "yes"; then
3736     gt_use_preinstalled_gnugettext=no
3737    
3738    
3739    
3740    
3741    
3742    
3743     echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3744     echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3745     if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3746     echo $ECHO_N "(cached) $ECHO_C" >&6
3747     else
3748     cat >conftest.$ac_ext <<_ACEOF
3749     /* confdefs.h. */
3750     _ACEOF
3751     cat confdefs.h >>conftest.$ac_ext
3752     cat >>conftest.$ac_ext <<_ACEOF
3753     /* end confdefs.h. */
3754     #include <libintl.h>
3755     extern int _nl_msg_cat_cntr;
3756     extern int *_nl_domain_bindings;
3757     int
3758     main ()
3759     {
3760     bindtextdomain ("", "");
3761     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3762     ;
3763     return 0;
3764     }
3765     _ACEOF
3766     rm -f conftest.$ac_objext conftest$ac_exeext
3767     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3768 pcg 1.11 (eval $ac_link) 2>conftest.er1
3769 pcg 1.1 ac_status=$?
3770 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3771     rm -f conftest.er1
3772     cat conftest.err >&5
3773 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3774     (exit $ac_status); } &&
3775 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3776     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3777     (eval $ac_try) 2>&5
3778     ac_status=$?
3779     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3780     (exit $ac_status); }; } &&
3781     { ac_try='test -s conftest$ac_exeext'
3782 pcg 1.1 { (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); }; }; then
3787     gt_cv_func_gnugettext1_libc=yes
3788     else
3789     echo "$as_me: failed program was:" >&5
3790     sed 's/^/| /' conftest.$ac_ext >&5
3791    
3792     gt_cv_func_gnugettext1_libc=no
3793     fi
3794 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3795     conftest$ac_exeext conftest.$ac_ext
3796 pcg 1.1 fi
3797     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3798     echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3799    
3800     if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3801    
3802    
3803    
3804    
3805    
3806     am_save_CPPFLAGS="$CPPFLAGS"
3807    
3808     for element in $INCICONV; do
3809     haveit=
3810     for x in $CPPFLAGS; do
3811    
3812     acl_save_prefix="$prefix"
3813     prefix="$acl_final_prefix"
3814     acl_save_exec_prefix="$exec_prefix"
3815     exec_prefix="$acl_final_exec_prefix"
3816     eval x=\"$x\"
3817     exec_prefix="$acl_save_exec_prefix"
3818     prefix="$acl_save_prefix"
3819    
3820     if test "X$x" = "X$element"; then
3821     haveit=yes
3822     break
3823     fi
3824     done
3825     if test -z "$haveit"; then
3826     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3827     fi
3828     done
3829    
3830    
3831     echo "$as_me:$LINENO: checking for iconv" >&5
3832     echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3833     if test "${am_cv_func_iconv+set}" = set; then
3834     echo $ECHO_N "(cached) $ECHO_C" >&6
3835     else
3836    
3837     am_cv_func_iconv="no, consider installing GNU libiconv"
3838     am_cv_lib_iconv=no
3839     cat >conftest.$ac_ext <<_ACEOF
3840     /* confdefs.h. */
3841     _ACEOF
3842     cat confdefs.h >>conftest.$ac_ext
3843     cat >>conftest.$ac_ext <<_ACEOF
3844     /* end confdefs.h. */
3845     #include <stdlib.h>
3846     #include <iconv.h>
3847     int
3848     main ()
3849     {
3850     iconv_t cd = iconv_open("","");
3851     iconv(cd,NULL,NULL,NULL,NULL);
3852     iconv_close(cd);
3853     ;
3854     return 0;
3855     }
3856     _ACEOF
3857     rm -f conftest.$ac_objext conftest$ac_exeext
3858     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3859 pcg 1.11 (eval $ac_link) 2>conftest.er1
3860 pcg 1.1 ac_status=$?
3861 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3862     rm -f conftest.er1
3863     cat conftest.err >&5
3864 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865     (exit $ac_status); } &&
3866 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3867     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3868     (eval $ac_try) 2>&5
3869     ac_status=$?
3870     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3871     (exit $ac_status); }; } &&
3872     { ac_try='test -s conftest$ac_exeext'
3873 pcg 1.1 { (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); }; }; then
3878     am_cv_func_iconv=yes
3879     else
3880     echo "$as_me: failed program was:" >&5
3881     sed 's/^/| /' conftest.$ac_ext >&5
3882    
3883     fi
3884 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3885     conftest$ac_exeext conftest.$ac_ext
3886 pcg 1.1 if test "$am_cv_func_iconv" != yes; then
3887     am_save_LIBS="$LIBS"
3888     LIBS="$LIBS $LIBICONV"
3889     cat >conftest.$ac_ext <<_ACEOF
3890     /* confdefs.h. */
3891     _ACEOF
3892     cat confdefs.h >>conftest.$ac_ext
3893     cat >>conftest.$ac_ext <<_ACEOF
3894     /* end confdefs.h. */
3895     #include <stdlib.h>
3896     #include <iconv.h>
3897     int
3898     main ()
3899     {
3900     iconv_t cd = iconv_open("","");
3901     iconv(cd,NULL,NULL,NULL,NULL);
3902     iconv_close(cd);
3903     ;
3904     return 0;
3905     }
3906     _ACEOF
3907     rm -f conftest.$ac_objext conftest$ac_exeext
3908     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3909 pcg 1.11 (eval $ac_link) 2>conftest.er1
3910 pcg 1.1 ac_status=$?
3911 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3912     rm -f conftest.er1
3913     cat conftest.err >&5
3914 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915     (exit $ac_status); } &&
3916 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3917     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3918     (eval $ac_try) 2>&5
3919     ac_status=$?
3920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3921     (exit $ac_status); }; } &&
3922     { ac_try='test -s conftest$ac_exeext'
3923 pcg 1.1 { (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); }; }; then
3928     am_cv_lib_iconv=yes
3929     am_cv_func_iconv=yes
3930     else
3931     echo "$as_me: failed program was:" >&5
3932     sed 's/^/| /' conftest.$ac_ext >&5
3933    
3934     fi
3935 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3936     conftest$ac_exeext conftest.$ac_ext
3937 pcg 1.1 LIBS="$am_save_LIBS"
3938     fi
3939    
3940     fi
3941     echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3942     echo "${ECHO_T}$am_cv_func_iconv" >&6
3943     if test "$am_cv_func_iconv" = yes; then
3944    
3945     cat >>confdefs.h <<\_ACEOF
3946     #define HAVE_ICONV 1
3947     _ACEOF
3948    
3949     fi
3950     if test "$am_cv_lib_iconv" = yes; then
3951     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3952     echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3953     echo "$as_me:$LINENO: result: $LIBICONV" >&5
3954     echo "${ECHO_T}$LIBICONV" >&6
3955     else
3956     CPPFLAGS="$am_save_CPPFLAGS"
3957     LIBICONV=
3958     LTLIBICONV=
3959     fi
3960    
3961    
3962    
3963    
3964    
3965    
3966     use_additional=yes
3967    
3968     acl_save_prefix="$prefix"
3969     prefix="$acl_final_prefix"
3970     acl_save_exec_prefix="$exec_prefix"
3971     exec_prefix="$acl_final_exec_prefix"
3972    
3973     eval additional_includedir=\"$includedir\"
3974     eval additional_libdir=\"$libdir\"
3975    
3976     exec_prefix="$acl_save_exec_prefix"
3977     prefix="$acl_save_prefix"
3978    
3979    
3980     # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3981     if test "${with_libintl_prefix+set}" = set; then
3982     withval="$with_libintl_prefix"
3983    
3984     if test "X$withval" = "Xno"; then
3985     use_additional=no
3986     else
3987     if test "X$withval" = "X"; then
3988    
3989     acl_save_prefix="$prefix"
3990     prefix="$acl_final_prefix"
3991     acl_save_exec_prefix="$exec_prefix"
3992     exec_prefix="$acl_final_exec_prefix"
3993    
3994     eval additional_includedir=\"$includedir\"
3995     eval additional_libdir=\"$libdir\"
3996    
3997     exec_prefix="$acl_save_exec_prefix"
3998     prefix="$acl_save_prefix"
3999    
4000     else
4001     additional_includedir="$withval/include"
4002     additional_libdir="$withval/lib"
4003     fi
4004     fi
4005    
4006     fi;
4007     LIBINTL=
4008     LTLIBINTL=
4009     INCINTL=
4010     rpathdirs=
4011     ltrpathdirs=
4012     names_already_handled=
4013     names_next_round='intl '
4014     while test -n "$names_next_round"; do
4015     names_this_round="$names_next_round"
4016     names_next_round=
4017     for name in $names_this_round; do
4018     already_handled=
4019     for n in $names_already_handled; do
4020     if test "$n" = "$name"; then
4021     already_handled=yes
4022     break
4023     fi
4024     done
4025     if test -z "$already_handled"; then
4026     names_already_handled="$names_already_handled $name"
4027     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4028     eval value=\"\$HAVE_LIB$uppername\"
4029     if test -n "$value"; then
4030     if test "$value" = yes; then
4031     eval value=\"\$LIB$uppername\"
4032     test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4033     eval value=\"\$LTLIB$uppername\"
4034     test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4035     else
4036     :
4037     fi
4038     else
4039     found_dir=
4040     found_la=
4041     found_so=
4042     found_a=
4043     if test $use_additional = yes; then
4044     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4045     found_dir="$additional_libdir"
4046     found_so="$additional_libdir/lib$name.$shlibext"
4047     if test -f "$additional_libdir/lib$name.la"; then
4048     found_la="$additional_libdir/lib$name.la"
4049     fi
4050     else
4051     if test -f "$additional_libdir/lib$name.$libext"; then
4052     found_dir="$additional_libdir"
4053     found_a="$additional_libdir/lib$name.$libext"
4054     if test -f "$additional_libdir/lib$name.la"; then
4055     found_la="$additional_libdir/lib$name.la"
4056     fi
4057     fi
4058     fi
4059     fi
4060     if test "X$found_dir" = "X"; then
4061     for x in $LDFLAGS $LTLIBINTL; do
4062    
4063     acl_save_prefix="$prefix"
4064     prefix="$acl_final_prefix"
4065     acl_save_exec_prefix="$exec_prefix"
4066     exec_prefix="$acl_final_exec_prefix"
4067     eval x=\"$x\"
4068     exec_prefix="$acl_save_exec_prefix"
4069     prefix="$acl_save_prefix"
4070    
4071     case "$x" in
4072     -L*)
4073     dir=`echo "X$x" | sed -e 's/^X-L//'`
4074     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4075     found_dir="$dir"
4076     found_so="$dir/lib$name.$shlibext"
4077     if test -f "$dir/lib$name.la"; then
4078     found_la="$dir/lib$name.la"
4079     fi
4080     else
4081     if test -f "$dir/lib$name.$libext"; then
4082     found_dir="$dir"
4083     found_a="$dir/lib$name.$libext"
4084     if test -f "$dir/lib$name.la"; then
4085     found_la="$dir/lib$name.la"
4086     fi
4087     fi
4088     fi
4089     ;;
4090     esac
4091     if test "X$found_dir" != "X"; then
4092     break
4093     fi
4094     done
4095     fi
4096     if test "X$found_dir" != "X"; then
4097     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4098     if test "X$found_so" != "X"; then
4099     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4100     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4101     else
4102     haveit=
4103     for x in $ltrpathdirs; do
4104     if test "X$x" = "X$found_dir"; then
4105     haveit=yes
4106     break
4107     fi
4108     done
4109     if test -z "$haveit"; then
4110     ltrpathdirs="$ltrpathdirs $found_dir"
4111     fi
4112     if test "$hardcode_direct" = yes; then
4113     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4114     else
4115     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4116     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4117     haveit=
4118     for x in $rpathdirs; do
4119     if test "X$x" = "X$found_dir"; then
4120     haveit=yes
4121     break
4122     fi
4123     done
4124     if test -z "$haveit"; then
4125     rpathdirs="$rpathdirs $found_dir"
4126     fi
4127     else
4128     haveit=
4129     for x in $LDFLAGS $LIBINTL; do
4130    
4131     acl_save_prefix="$prefix"
4132     prefix="$acl_final_prefix"
4133     acl_save_exec_prefix="$exec_prefix"
4134     exec_prefix="$acl_final_exec_prefix"
4135     eval x=\"$x\"
4136     exec_prefix="$acl_save_exec_prefix"
4137     prefix="$acl_save_prefix"
4138    
4139     if test "X$x" = "X-L$found_dir"; then
4140     haveit=yes
4141     break
4142     fi
4143     done
4144     if test -z "$haveit"; then
4145     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4146     fi
4147     if test "$hardcode_minus_L" != no; then
4148     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4149     else
4150     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4151     fi
4152     fi
4153     fi
4154     fi
4155     else
4156     if test "X$found_a" != "X"; then
4157     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4158     else
4159     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4160     fi
4161     fi
4162     additional_includedir=
4163     case "$found_dir" in
4164     */lib | */lib/)
4165     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4166     additional_includedir="$basedir/include"
4167     ;;
4168     esac
4169     if test "X$additional_includedir" != "X"; then
4170     if test "X$additional_includedir" != "X/usr/include"; then
4171     haveit=
4172     if test "X$additional_includedir" = "X/usr/local/include"; then
4173     if test -n "$GCC"; then
4174     case $host_os in
4175     linux*) haveit=yes;;
4176     esac
4177     fi
4178     fi
4179     if test -z "$haveit"; then
4180     for x in $CPPFLAGS $INCINTL; do
4181    
4182     acl_save_prefix="$prefix"
4183     prefix="$acl_final_prefix"
4184     acl_save_exec_prefix="$exec_prefix"
4185     exec_prefix="$acl_final_exec_prefix"
4186     eval x=\"$x\"
4187     exec_prefix="$acl_save_exec_prefix"
4188     prefix="$acl_save_prefix"
4189    
4190     if test "X$x" = "X-I$additional_includedir"; then
4191     haveit=yes
4192     break
4193     fi
4194     done
4195     if test -z "$haveit"; then
4196     if test -d "$additional_includedir"; then
4197     INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4198     fi
4199     fi
4200     fi
4201     fi
4202     fi
4203     if test -n "$found_la"; then
4204     save_libdir="$libdir"
4205     case "$found_la" in
4206     */* | *\\*) . "$found_la" ;;
4207     *) . "./$found_la" ;;
4208     esac
4209     libdir="$save_libdir"
4210     for dep in $dependency_libs; do
4211     case "$dep" in
4212     -L*)
4213     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4214     if test "X$additional_libdir" != "X/usr/lib"; then
4215     haveit=
4216     if test "X$additional_libdir" = "X/usr/local/lib"; then
4217     if test -n "$GCC"; then
4218     case $host_os in
4219     linux*) haveit=yes;;
4220     esac
4221     fi
4222     fi
4223     if test -z "$haveit"; then
4224     haveit=
4225     for x in $LDFLAGS $LIBINTL; do
4226    
4227     acl_save_prefix="$prefix"
4228     prefix="$acl_final_prefix"
4229     acl_save_exec_prefix="$exec_prefix"
4230     exec_prefix="$acl_final_exec_prefix"
4231     eval x=\"$x\"
4232     exec_prefix="$acl_save_exec_prefix"
4233     prefix="$acl_save_prefix"
4234    
4235     if test "X$x" = "X-L$additional_libdir"; then
4236     haveit=yes
4237     break
4238     fi
4239     done
4240     if test -z "$haveit"; then
4241     if test -d "$additional_libdir"; then
4242     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4243     fi
4244     fi
4245     haveit=
4246     for x in $LDFLAGS $LTLIBINTL; do
4247    
4248     acl_save_prefix="$prefix"
4249     prefix="$acl_final_prefix"
4250     acl_save_exec_prefix="$exec_prefix"
4251     exec_prefix="$acl_final_exec_prefix"
4252     eval x=\"$x\"
4253     exec_prefix="$acl_save_exec_prefix"
4254     prefix="$acl_save_prefix"
4255    
4256     if test "X$x" = "X-L$additional_libdir"; then
4257     haveit=yes
4258     break
4259     fi
4260     done
4261     if test -z "$haveit"; then
4262     if test -d "$additional_libdir"; then
4263     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4264     fi
4265     fi
4266     fi
4267     fi
4268     ;;
4269     -R*)
4270     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4271     if test "$enable_rpath" != no; then
4272     haveit=
4273     for x in $rpathdirs; do
4274     if test "X$x" = "X$dir"; then
4275     haveit=yes
4276     break
4277     fi
4278     done
4279     if test -z "$haveit"; then
4280     rpathdirs="$rpathdirs $dir"
4281     fi
4282     haveit=
4283     for x in $ltrpathdirs; do
4284     if test "X$x" = "X$dir"; then
4285     haveit=yes
4286     break
4287     fi
4288     done
4289     if test -z "$haveit"; then
4290     ltrpathdirs="$ltrpathdirs $dir"
4291     fi
4292     fi
4293     ;;
4294     -l*)
4295     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4296     ;;
4297     *.la)
4298     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4299     ;;
4300     *)
4301     LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4302     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4303     ;;
4304     esac
4305     done
4306     fi
4307     else
4308     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4309     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4310     fi
4311     fi
4312     fi
4313     done
4314     done
4315     if test "X$rpathdirs" != "X"; then
4316     if test -n "$hardcode_libdir_separator"; then
4317     alldirs=
4318     for found_dir in $rpathdirs; do
4319     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4320     done
4321     acl_save_libdir="$libdir"
4322     libdir="$alldirs"
4323     eval flag=\"$hardcode_libdir_flag_spec\"
4324     libdir="$acl_save_libdir"
4325     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4326     else
4327     for found_dir in $rpathdirs; do
4328     acl_save_libdir="$libdir"
4329     libdir="$found_dir"
4330     eval flag=\"$hardcode_libdir_flag_spec\"
4331     libdir="$acl_save_libdir"
4332     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4333     done
4334     fi
4335     fi
4336     if test "X$ltrpathdirs" != "X"; then
4337     for found_dir in $ltrpathdirs; do
4338     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4339     done
4340     fi
4341    
4342     echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4343     echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4344     if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4345     echo $ECHO_N "(cached) $ECHO_C" >&6
4346     else
4347     gt_save_CPPFLAGS="$CPPFLAGS"
4348     CPPFLAGS="$CPPFLAGS $INCINTL"
4349     gt_save_LIBS="$LIBS"
4350     LIBS="$LIBS $LIBINTL"
4351     cat >conftest.$ac_ext <<_ACEOF
4352     /* confdefs.h. */
4353     _ACEOF
4354     cat confdefs.h >>conftest.$ac_ext
4355     cat >>conftest.$ac_ext <<_ACEOF
4356     /* end confdefs.h. */
4357     #include <libintl.h>
4358     extern int _nl_msg_cat_cntr;
4359     extern
4360     #ifdef __cplusplus
4361     "C"
4362     #endif
4363     const char *_nl_expand_alias ();
4364     int
4365     main ()
4366     {
4367     bindtextdomain ("", "");
4368     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4369     ;
4370     return 0;
4371     }
4372     _ACEOF
4373     rm -f conftest.$ac_objext conftest$ac_exeext
4374     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4375 pcg 1.11 (eval $ac_link) 2>conftest.er1
4376 pcg 1.1 ac_status=$?
4377 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4378     rm -f conftest.er1
4379     cat conftest.err >&5
4380 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4381     (exit $ac_status); } &&
4382 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4383     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4384     (eval $ac_try) 2>&5
4385     ac_status=$?
4386     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4387     (exit $ac_status); }; } &&
4388     { ac_try='test -s conftest$ac_exeext'
4389 pcg 1.1 { (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); }; }; then
4394     gt_cv_func_gnugettext1_libintl=yes
4395     else
4396     echo "$as_me: failed program was:" >&5
4397     sed 's/^/| /' conftest.$ac_ext >&5
4398    
4399     gt_cv_func_gnugettext1_libintl=no
4400     fi
4401 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4402     conftest$ac_exeext conftest.$ac_ext
4403 pcg 1.1 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4404     LIBS="$LIBS $LIBICONV"
4405     cat >conftest.$ac_ext <<_ACEOF
4406     /* confdefs.h. */
4407     _ACEOF
4408     cat confdefs.h >>conftest.$ac_ext
4409     cat >>conftest.$ac_ext <<_ACEOF
4410     /* end confdefs.h. */
4411     #include <libintl.h>
4412     extern int _nl_msg_cat_cntr;
4413     extern
4414     #ifdef __cplusplus
4415     "C"
4416     #endif
4417     const char *_nl_expand_alias ();
4418     int
4419     main ()
4420     {
4421     bindtextdomain ("", "");
4422     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4423     ;
4424     return 0;
4425     }
4426     _ACEOF
4427     rm -f conftest.$ac_objext conftest$ac_exeext
4428     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4429 pcg 1.11 (eval $ac_link) 2>conftest.er1
4430 pcg 1.1 ac_status=$?
4431 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4432     rm -f conftest.er1
4433     cat conftest.err >&5
4434 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4435     (exit $ac_status); } &&
4436 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4437     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4438     (eval $ac_try) 2>&5
4439     ac_status=$?
4440     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4441     (exit $ac_status); }; } &&
4442     { ac_try='test -s conftest$ac_exeext'
4443 pcg 1.1 { (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); }; }; then
4448     LIBINTL="$LIBINTL $LIBICONV"
4449     LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4450     gt_cv_func_gnugettext1_libintl=yes
4451    
4452     else
4453     echo "$as_me: failed program was:" >&5
4454     sed 's/^/| /' conftest.$ac_ext >&5
4455    
4456     fi
4457 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4458     conftest$ac_exeext conftest.$ac_ext
4459 pcg 1.1 fi
4460     CPPFLAGS="$gt_save_CPPFLAGS"
4461     LIBS="$gt_save_LIBS"
4462     fi
4463     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4464     echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4465     fi
4466    
4467     if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4468     || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4469     && test "$PACKAGE" != gettext; }; then
4470     gt_use_preinstalled_gnugettext=yes
4471     else
4472     LIBINTL=
4473     LTLIBINTL=
4474     INCINTL=
4475     fi
4476    
4477    
4478    
4479     if test "$gt_use_preinstalled_gnugettext" = "yes" \
4480     || test "$nls_cv_use_gnu_gettext" = "yes"; then
4481    
4482     cat >>confdefs.h <<\_ACEOF
4483     #define ENABLE_NLS 1
4484     _ACEOF
4485    
4486     else
4487     USE_NLS=no
4488     fi
4489     fi
4490    
4491     if test "$USE_NLS" = "yes"; then
4492    
4493     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4494     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4495     echo "$as_me:$LINENO: checking how to link with libintl" >&5
4496     echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4497     echo "$as_me:$LINENO: result: $LIBINTL" >&5
4498     echo "${ECHO_T}$LIBINTL" >&6
4499    
4500     for element in $INCINTL; do
4501     haveit=
4502     for x in $CPPFLAGS; do
4503    
4504     acl_save_prefix="$prefix"
4505     prefix="$acl_final_prefix"
4506     acl_save_exec_prefix="$exec_prefix"
4507     exec_prefix="$acl_final_exec_prefix"
4508     eval x=\"$x\"
4509     exec_prefix="$acl_save_exec_prefix"
4510     prefix="$acl_save_prefix"
4511    
4512     if test "X$x" = "X$element"; then
4513     haveit=yes
4514     break
4515     fi
4516     done
4517     if test -z "$haveit"; then
4518     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4519     fi
4520     done
4521    
4522     fi
4523    
4524    
4525     cat >>confdefs.h <<\_ACEOF
4526     #define HAVE_GETTEXT 1
4527     _ACEOF
4528    
4529    
4530     cat >>confdefs.h <<\_ACEOF
4531     #define HAVE_DCGETTEXT 1
4532     _ACEOF
4533    
4534     fi
4535    
4536     POSUB=po
4537     fi
4538    
4539    
4540    
4541     INTLLIBS="$LIBINTL"
4542    
4543    
4544    
4545    
4546    
4547    
4548    
4549    
4550     # Enable GNU extensions.
4551     # Define this here, not in acconfig's @TOP@ section, since definitions
4552     # in the latter don't make it into the configure-time tests.
4553    
4554     cat >>confdefs.h <<\_ACEOF
4555     #define _GNU_SOURCE 1
4556     _ACEOF
4557    
4558    
4559 pcg 1.13 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4560 pcg 1.1
4561     ALL_LINGUAS=""
4562    
4563     ac_ext=c
4564     ac_cpp='$CPP $CPPFLAGS'
4565     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4566     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4567     ac_compiler_gnu=$ac_cv_c_compiler_gnu
4568     if test -n "$ac_tool_prefix"; then
4569     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4570     set dummy ${ac_tool_prefix}gcc; ac_word=$2
4571     echo "$as_me:$LINENO: checking for $ac_word" >&5
4572     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4573     if test "${ac_cv_prog_CC+set}" = set; then
4574     echo $ECHO_N "(cached) $ECHO_C" >&6
4575     else
4576     if test -n "$CC"; then
4577     ac_cv_prog_CC="$CC" # Let the user override the test.
4578     else
4579     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580     for as_dir in $PATH
4581     do
4582     IFS=$as_save_IFS
4583     test -z "$as_dir" && as_dir=.
4584     for ac_exec_ext in '' $ac_executable_extensions; do
4585     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4586     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4587     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4588     break 2
4589     fi
4590     done
4591     done
4592    
4593     fi
4594     fi
4595     CC=$ac_cv_prog_CC
4596     if test -n "$CC"; then
4597     echo "$as_me:$LINENO: result: $CC" >&5
4598     echo "${ECHO_T}$CC" >&6
4599     else
4600     echo "$as_me:$LINENO: result: no" >&5
4601     echo "${ECHO_T}no" >&6
4602     fi
4603    
4604     fi
4605     if test -z "$ac_cv_prog_CC"; then
4606     ac_ct_CC=$CC
4607     # Extract the first word of "gcc", so it can be a program name with args.
4608     set dummy gcc; ac_word=$2
4609     echo "$as_me:$LINENO: checking for $ac_word" >&5
4610     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4611     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4612     echo $ECHO_N "(cached) $ECHO_C" >&6
4613     else
4614     if test -n "$ac_ct_CC"; then
4615     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4616     else
4617     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4618     for as_dir in $PATH
4619     do
4620     IFS=$as_save_IFS
4621     test -z "$as_dir" && as_dir=.
4622     for ac_exec_ext in '' $ac_executable_extensions; do
4623     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4624     ac_cv_prog_ac_ct_CC="gcc"
4625     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4626     break 2
4627     fi
4628     done
4629     done
4630    
4631     fi
4632     fi
4633     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4634     if test -n "$ac_ct_CC"; then
4635     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4636     echo "${ECHO_T}$ac_ct_CC" >&6
4637     else
4638     echo "$as_me:$LINENO: result: no" >&5
4639     echo "${ECHO_T}no" >&6
4640     fi
4641    
4642     CC=$ac_ct_CC
4643     else
4644     CC="$ac_cv_prog_CC"
4645     fi
4646    
4647     if test -z "$CC"; then
4648     if test -n "$ac_tool_prefix"; then
4649     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4650     set dummy ${ac_tool_prefix}cc; ac_word=$2
4651     echo "$as_me:$LINENO: checking for $ac_word" >&5
4652     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4653     if test "${ac_cv_prog_CC+set}" = set; then
4654     echo $ECHO_N "(cached) $ECHO_C" >&6
4655     else
4656     if test -n "$CC"; then
4657     ac_cv_prog_CC="$CC" # Let the user override the test.
4658     else
4659     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660     for as_dir in $PATH
4661     do
4662     IFS=$as_save_IFS
4663     test -z "$as_dir" && as_dir=.
4664     for ac_exec_ext in '' $ac_executable_extensions; do
4665     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4666     ac_cv_prog_CC="${ac_tool_prefix}cc"
4667     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4668     break 2
4669     fi
4670     done
4671     done
4672    
4673     fi
4674     fi
4675     CC=$ac_cv_prog_CC
4676     if test -n "$CC"; then
4677     echo "$as_me:$LINENO: result: $CC" >&5
4678     echo "${ECHO_T}$CC" >&6
4679     else
4680     echo "$as_me:$LINENO: result: no" >&5
4681     echo "${ECHO_T}no" >&6
4682     fi
4683    
4684     fi
4685     if test -z "$ac_cv_prog_CC"; then
4686     ac_ct_CC=$CC
4687     # Extract the first word of "cc", so it can be a program name with args.
4688     set dummy cc; ac_word=$2
4689     echo "$as_me:$LINENO: checking for $ac_word" >&5
4690     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4691     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4692     echo $ECHO_N "(cached) $ECHO_C" >&6
4693     else
4694     if test -n "$ac_ct_CC"; then
4695     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4696     else
4697     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698     for as_dir in $PATH
4699     do
4700     IFS=$as_save_IFS
4701     test -z "$as_dir" && as_dir=.
4702     for ac_exec_ext in '' $ac_executable_extensions; do
4703     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4704     ac_cv_prog_ac_ct_CC="cc"
4705     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4706     break 2
4707     fi
4708     done
4709     done
4710    
4711     fi
4712     fi
4713     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4714     if test -n "$ac_ct_CC"; then
4715     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4716     echo "${ECHO_T}$ac_ct_CC" >&6
4717     else
4718     echo "$as_me:$LINENO: result: no" >&5
4719     echo "${ECHO_T}no" >&6
4720     fi
4721    
4722     CC=$ac_ct_CC
4723     else
4724     CC="$ac_cv_prog_CC"
4725     fi
4726    
4727     fi
4728     if test -z "$CC"; then
4729     # Extract the first word of "cc", so it can be a program name with args.
4730     set dummy cc; ac_word=$2
4731     echo "$as_me:$LINENO: checking for $ac_word" >&5
4732     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4733     if test "${ac_cv_prog_CC+set}" = set; then
4734     echo $ECHO_N "(cached) $ECHO_C" >&6
4735     else
4736     if test -n "$CC"; then
4737     ac_cv_prog_CC="$CC" # Let the user override the test.
4738     else
4739     ac_prog_rejected=no
4740     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4741     for as_dir in $PATH
4742     do
4743     IFS=$as_save_IFS
4744     test -z "$as_dir" && as_dir=.
4745     for ac_exec_ext in '' $ac_executable_extensions; do
4746     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4747     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4748     ac_prog_rejected=yes
4749     continue
4750     fi
4751     ac_cv_prog_CC="cc"
4752     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4753     break 2
4754     fi
4755     done
4756     done
4757    
4758     if test $ac_prog_rejected = yes; then
4759     # We found a bogon in the path, so make sure we never use it.
4760     set dummy $ac_cv_prog_CC
4761     shift
4762     if test $# != 0; then
4763     # We chose a different compiler from the bogus one.
4764     # However, it has the same basename, so the bogon will be chosen
4765     # first if we set CC to just the basename; use the full file name.
4766     shift
4767     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4768     fi
4769     fi
4770     fi
4771     fi
4772     CC=$ac_cv_prog_CC
4773     if test -n "$CC"; then
4774     echo "$as_me:$LINENO: result: $CC" >&5
4775     echo "${ECHO_T}$CC" >&6
4776     else
4777     echo "$as_me:$LINENO: result: no" >&5
4778     echo "${ECHO_T}no" >&6
4779     fi
4780    
4781     fi
4782     if test -z "$CC"; then
4783     if test -n "$ac_tool_prefix"; then
4784     for ac_prog in cl
4785     do
4786     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4787     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4788     echo "$as_me:$LINENO: checking for $ac_word" >&5
4789     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4790     if test "${ac_cv_prog_CC+set}" = set; then
4791     echo $ECHO_N "(cached) $ECHO_C" >&6
4792     else
4793     if test -n "$CC"; then
4794     ac_cv_prog_CC="$CC" # Let the user override the test.
4795     else
4796     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4797     for as_dir in $PATH
4798     do
4799     IFS=$as_save_IFS
4800     test -z "$as_dir" && as_dir=.
4801     for ac_exec_ext in '' $ac_executable_extensions; do
4802     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4803     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4804     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4805     break 2
4806     fi
4807     done
4808     done
4809    
4810     fi
4811     fi
4812     CC=$ac_cv_prog_CC
4813     if test -n "$CC"; then
4814     echo "$as_me:$LINENO: result: $CC" >&5
4815     echo "${ECHO_T}$CC" >&6
4816     else
4817     echo "$as_me:$LINENO: result: no" >&5
4818     echo "${ECHO_T}no" >&6
4819     fi
4820    
4821     test -n "$CC" && break
4822     done
4823     fi
4824     if test -z "$CC"; then
4825     ac_ct_CC=$CC
4826     for ac_prog in cl
4827     do
4828     # Extract the first word of "$ac_prog", so it can be a program name with args.
4829     set dummy $ac_prog; ac_word=$2
4830     echo "$as_me:$LINENO: checking for $ac_word" >&5
4831     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4832     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4833     echo $ECHO_N "(cached) $ECHO_C" >&6
4834     else
4835     if test -n "$ac_ct_CC"; then
4836     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4837     else
4838     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4839     for as_dir in $PATH
4840     do
4841     IFS=$as_save_IFS
4842     test -z "$as_dir" && as_dir=.
4843     for ac_exec_ext in '' $ac_executable_extensions; do
4844     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4845     ac_cv_prog_ac_ct_CC="$ac_prog"
4846     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4847     break 2
4848     fi
4849     done
4850     done
4851    
4852     fi
4853     fi
4854     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4855     if test -n "$ac_ct_CC"; then
4856     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4857     echo "${ECHO_T}$ac_ct_CC" >&6
4858     else
4859     echo "$as_me:$LINENO: result: no" >&5
4860     echo "${ECHO_T}no" >&6
4861     fi
4862    
4863     test -n "$ac_ct_CC" && break
4864     done
4865    
4866     CC=$ac_ct_CC
4867     fi
4868    
4869     fi
4870    
4871    
4872     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4873     See \`config.log' for more details." >&5
4874     echo "$as_me: error: no acceptable C compiler found in \$PATH
4875     See \`config.log' for more details." >&2;}
4876     { (exit 1); exit 1; }; }
4877    
4878     # Provide some information about the compiler.
4879     echo "$as_me:$LINENO:" \
4880     "checking for C compiler version" >&5
4881     ac_compiler=`set X $ac_compile; echo $2`
4882     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4883     (eval $ac_compiler --version </dev/null >&5) 2>&5
4884     ac_status=$?
4885     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4886     (exit $ac_status); }
4887     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4888     (eval $ac_compiler -v </dev/null >&5) 2>&5
4889     ac_status=$?
4890     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4891     (exit $ac_status); }
4892     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4893     (eval $ac_compiler -V </dev/null >&5) 2>&5
4894     ac_status=$?
4895     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896     (exit $ac_status); }
4897    
4898     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4899     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4900     if test "${ac_cv_c_compiler_gnu+set}" = set; then
4901     echo $ECHO_N "(cached) $ECHO_C" >&6
4902     else
4903     cat >conftest.$ac_ext <<_ACEOF
4904     /* confdefs.h. */
4905     _ACEOF
4906     cat confdefs.h >>conftest.$ac_ext
4907     cat >>conftest.$ac_ext <<_ACEOF
4908     /* end confdefs.h. */
4909    
4910     int
4911     main ()
4912     {
4913     #ifndef __GNUC__
4914     choke me
4915     #endif
4916    
4917     ;
4918     return 0;
4919     }
4920     _ACEOF
4921     rm -f conftest.$ac_objext
4922     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4923 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4924 pcg 1.1 ac_status=$?
4925 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4926     rm -f conftest.er1
4927     cat conftest.err >&5
4928 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4929     (exit $ac_status); } &&
4930 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4931     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4932     (eval $ac_try) 2>&5
4933     ac_status=$?
4934     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4935     (exit $ac_status); }; } &&
4936     { ac_try='test -s conftest.$ac_objext'
4937 pcg 1.1 { (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); }; }; then
4942     ac_compiler_gnu=yes
4943     else
4944     echo "$as_me: failed program was:" >&5
4945     sed 's/^/| /' conftest.$ac_ext >&5
4946    
4947     ac_compiler_gnu=no
4948     fi
4949 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4950 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4951    
4952     fi
4953     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4954     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4955     GCC=`test $ac_compiler_gnu = yes && echo yes`
4956     ac_test_CFLAGS=${CFLAGS+set}
4957     ac_save_CFLAGS=$CFLAGS
4958     CFLAGS="-g"
4959     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4960     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4961     if test "${ac_cv_prog_cc_g+set}" = set; then
4962     echo $ECHO_N "(cached) $ECHO_C" >&6
4963     else
4964     cat >conftest.$ac_ext <<_ACEOF
4965     /* confdefs.h. */
4966     _ACEOF
4967     cat confdefs.h >>conftest.$ac_ext
4968     cat >>conftest.$ac_ext <<_ACEOF
4969     /* end confdefs.h. */
4970    
4971     int
4972     main ()
4973     {
4974    
4975     ;
4976     return 0;
4977     }
4978     _ACEOF
4979     rm -f conftest.$ac_objext
4980     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4981 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4982 pcg 1.1 ac_status=$?
4983 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4984     rm -f conftest.er1
4985     cat conftest.err >&5
4986 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987     (exit $ac_status); } &&
4988 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4989     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4990     (eval $ac_try) 2>&5
4991     ac_status=$?
4992     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4993     (exit $ac_status); }; } &&
4994     { ac_try='test -s conftest.$ac_objext'
4995 pcg 1.1 { (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); }; }; then
5000     ac_cv_prog_cc_g=yes
5001     else
5002     echo "$as_me: failed program was:" >&5
5003     sed 's/^/| /' conftest.$ac_ext >&5
5004    
5005     ac_cv_prog_cc_g=no
5006     fi
5007 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5008 pcg 1.1 fi
5009     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5010     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5011     if test "$ac_test_CFLAGS" = set; then
5012     CFLAGS=$ac_save_CFLAGS
5013     elif test $ac_cv_prog_cc_g = yes; then
5014     if test "$GCC" = yes; then
5015     CFLAGS="-g -O2"
5016     else
5017     CFLAGS="-g"
5018     fi
5019     else
5020     if test "$GCC" = yes; then
5021     CFLAGS="-O2"
5022     else
5023     CFLAGS=
5024     fi
5025     fi
5026     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5027     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5028     if test "${ac_cv_prog_cc_stdc+set}" = set; then
5029     echo $ECHO_N "(cached) $ECHO_C" >&6
5030     else
5031     ac_cv_prog_cc_stdc=no
5032     ac_save_CC=$CC
5033     cat >conftest.$ac_ext <<_ACEOF
5034     /* confdefs.h. */
5035     _ACEOF
5036     cat confdefs.h >>conftest.$ac_ext
5037     cat >>conftest.$ac_ext <<_ACEOF
5038     /* end confdefs.h. */
5039     #include <stdarg.h>
5040     #include <stdio.h>
5041     #include <sys/types.h>
5042     #include <sys/stat.h>
5043     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5044     struct buf { int x; };
5045     FILE * (*rcsopen) (struct buf *, struct stat *, int);
5046     static char *e (p, i)
5047     char **p;
5048     int i;
5049     {
5050     return p[i];
5051     }
5052     static char *f (char * (*g) (char **, int), char **p, ...)
5053     {
5054     char *s;
5055     va_list v;
5056     va_start (v,p);
5057     s = g (p, va_arg (v,int));
5058     va_end (v);
5059     return s;
5060     }
5061 pcg 1.11
5062     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5063     function prototypes and stuff, but not '\xHH' hex character constants.
5064     These don't provoke an error unfortunately, instead are silently treated
5065     as 'x'. The following induces an error, until -std1 is added to get
5066     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5067     array size at least. It's necessary to write '\x00'==0 to get something
5068     that's true only with -std1. */
5069     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5070    
5071 pcg 1.1 int test (int i, double x);
5072     struct s1 {int (*f) (int a);};
5073     struct s2 {int (*f) (double a);};
5074     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5075     int argc;
5076     char **argv;
5077     int
5078     main ()
5079     {
5080     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5081     ;
5082     return 0;
5083     }
5084     _ACEOF
5085     # Don't try gcc -ansi; that turns off useful extensions and
5086     # breaks some systems' header files.
5087     # AIX -qlanglvl=ansi
5088     # Ultrix and OSF/1 -std1
5089     # HP-UX 10.20 and later -Ae
5090     # HP-UX older versions -Aa -D_HPUX_SOURCE
5091     # SVR4 -Xc -D__EXTENSIONS__
5092     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5093     do
5094     CC="$ac_save_CC $ac_arg"
5095     rm -f conftest.$ac_objext
5096     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5097 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5098 pcg 1.1 ac_status=$?
5099 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5100     rm -f conftest.er1
5101     cat conftest.err >&5
5102 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5103     (exit $ac_status); } &&
5104 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5105     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5106     (eval $ac_try) 2>&5
5107     ac_status=$?
5108     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5109     (exit $ac_status); }; } &&
5110     { ac_try='test -s conftest.$ac_objext'
5111 pcg 1.1 { (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); }; }; then
5116     ac_cv_prog_cc_stdc=$ac_arg
5117     break
5118     else
5119     echo "$as_me: failed program was:" >&5
5120     sed 's/^/| /' conftest.$ac_ext >&5
5121    
5122     fi
5123 pcg 1.11 rm -f conftest.err conftest.$ac_objext
5124 pcg 1.1 done
5125     rm -f conftest.$ac_ext conftest.$ac_objext
5126     CC=$ac_save_CC
5127    
5128     fi
5129    
5130     case "x$ac_cv_prog_cc_stdc" in
5131     x|xno)
5132     echo "$as_me:$LINENO: result: none needed" >&5
5133     echo "${ECHO_T}none needed" >&6 ;;
5134     *)
5135     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5136     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5137     CC="$CC $ac_cv_prog_cc_stdc" ;;
5138     esac
5139    
5140     # Some people use a C++ compiler to compile C. Since we use `exit',
5141     # in C++ we need to declare it. In case someone uses the same compiler
5142     # for both compiling C and C++ we need to have the C++ compiler decide
5143     # the declaration of exit, since it's the most demanding environment.
5144     cat >conftest.$ac_ext <<_ACEOF
5145     #ifndef __cplusplus
5146     choke me
5147     #endif
5148     _ACEOF
5149     rm -f conftest.$ac_objext
5150     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5151 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5152 pcg 1.1 ac_status=$?
5153 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5154     rm -f conftest.er1
5155     cat conftest.err >&5
5156 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157     (exit $ac_status); } &&
5158 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5159     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5160     (eval $ac_try) 2>&5
5161     ac_status=$?
5162     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5163     (exit $ac_status); }; } &&
5164     { ac_try='test -s conftest.$ac_objext'
5165 pcg 1.1 { (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); }; }; then
5170     for ac_declaration in \
5171     '' \
5172     'extern "C" void std::exit (int) throw (); using std::exit;' \
5173     'extern "C" void std::exit (int); using std::exit;' \
5174     'extern "C" void exit (int) throw ();' \
5175     'extern "C" void exit (int);' \
5176     'void exit (int);'
5177     do
5178     cat >conftest.$ac_ext <<_ACEOF
5179     /* confdefs.h. */
5180     _ACEOF
5181     cat confdefs.h >>conftest.$ac_ext
5182     cat >>conftest.$ac_ext <<_ACEOF
5183     /* end confdefs.h. */
5184     $ac_declaration
5185     #include <stdlib.h>
5186     int
5187     main ()
5188     {
5189     exit (42);
5190     ;
5191     return 0;
5192     }
5193     _ACEOF
5194     rm -f conftest.$ac_objext
5195     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5196 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5197 pcg 1.1 ac_status=$?
5198 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5199     rm -f conftest.er1
5200     cat conftest.err >&5
5201 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202     (exit $ac_status); } &&
5203 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5204     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5205     (eval $ac_try) 2>&5
5206     ac_status=$?
5207     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208     (exit $ac_status); }; } &&
5209     { ac_try='test -s conftest.$ac_objext'
5210 pcg 1.1 { (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); }; }; then
5215     :
5216     else
5217     echo "$as_me: failed program was:" >&5
5218     sed 's/^/| /' conftest.$ac_ext >&5
5219    
5220     continue
5221     fi
5222 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5223 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5224     /* confdefs.h. */
5225     _ACEOF
5226     cat confdefs.h >>conftest.$ac_ext
5227     cat >>conftest.$ac_ext <<_ACEOF
5228     /* end confdefs.h. */
5229     $ac_declaration
5230     int
5231     main ()
5232     {
5233     exit (42);
5234     ;
5235     return 0;
5236     }
5237     _ACEOF
5238     rm -f conftest.$ac_objext
5239     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5240 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5241 pcg 1.1 ac_status=$?
5242 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5243     rm -f conftest.er1
5244     cat conftest.err >&5
5245 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5246     (exit $ac_status); } &&
5247 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5248     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5249     (eval $ac_try) 2>&5
5250     ac_status=$?
5251     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5252     (exit $ac_status); }; } &&
5253     { ac_try='test -s conftest.$ac_objext'
5254 pcg 1.1 { (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); }; }; then
5259     break
5260     else
5261     echo "$as_me: failed program was:" >&5
5262     sed 's/^/| /' conftest.$ac_ext >&5
5263    
5264     fi
5265 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5266 pcg 1.1 done
5267     rm -f conftest*
5268     if test -n "$ac_declaration"; then
5269     echo '#ifdef __cplusplus' >>confdefs.h
5270     echo $ac_declaration >>confdefs.h
5271     echo '#endif' >>confdefs.h
5272     fi
5273    
5274     else
5275     echo "$as_me: failed program was:" >&5
5276     sed 's/^/| /' conftest.$ac_ext >&5
5277    
5278     fi
5279 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5280 pcg 1.1 ac_ext=c
5281     ac_cpp='$CPP $CPPFLAGS'
5282     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5283     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5284     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5285    
5286     depcc="$CC" am_compiler_list=
5287    
5288     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5289     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5290     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5291     echo $ECHO_N "(cached) $ECHO_C" >&6
5292     else
5293     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5294     # We make a subdir and do the tests there. Otherwise we can end up
5295     # making bogus files that we don't know about and never remove. For
5296     # instance it was reported that on HP-UX the gcc test will end up
5297     # making a dummy file named `D' -- because `-MD' means `put the output
5298     # in D'.
5299     mkdir conftest.dir
5300     # Copy depcomp to subdir because otherwise we won't find it if we're
5301     # using a relative directory.
5302     cp "$am_depcomp" conftest.dir
5303     cd conftest.dir
5304     # We will build objects and dependencies in a subdirectory because
5305     # it helps to detect inapplicable dependency modes. For instance
5306     # both Tru64's cc and ICC support -MD to output dependencies as a
5307     # side effect of compilation, but ICC will put the dependencies in
5308     # the current directory while Tru64 will put them in the object
5309     # directory.
5310     mkdir sub
5311    
5312     am_cv_CC_dependencies_compiler_type=none
5313     if test "$am_compiler_list" = ""; then
5314     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5315     fi
5316     for depmode in $am_compiler_list; do
5317     # Setup a source with many dependencies, because some compilers
5318     # like to wrap large dependency lists on column 80 (with \), and
5319     # we should not choose a depcomp mode which is confused by this.
5320     #
5321     # We need to recreate these files for each test, as the compiler may
5322     # overwrite some of them when testing with obscure command lines.
5323     # This happens at least with the AIX C compiler.
5324     : > sub/conftest.c
5325     for i in 1 2 3 4 5 6; do
5326     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5327     : > sub/conftst$i.h
5328     done
5329     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5330    
5331     case $depmode in
5332     nosideeffect)
5333     # after this tag, mechanisms are not by side-effect, so they'll
5334     # only be used when explicitly requested
5335     if test "x$enable_dependency_tracking" = xyes; then
5336     continue
5337     else
5338     break
5339     fi
5340     ;;
5341     none) break ;;
5342     esac
5343     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5344     # mode. It turns out that the SunPro C++ compiler does not properly
5345     # handle `-M -o', and we need to detect this.
5346     if depmode=$depmode \
5347     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5348     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5349     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5350     >/dev/null 2>conftest.err &&
5351     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5352     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5353     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5354     # icc doesn't choke on unknown options, it will just issue warnings
5355     # (even with -Werror). So we grep stderr for any message
5356     # that says an option was ignored.
5357     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5358     am_cv_CC_dependencies_compiler_type=$depmode
5359     break
5360     fi
5361     fi
5362     done
5363    
5364     cd ..
5365     rm -rf conftest.dir
5366     else
5367     am_cv_CC_dependencies_compiler_type=none
5368     fi
5369    
5370     fi
5371     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5372     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5373     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5374    
5375    
5376    
5377     if
5378     test "x$enable_dependency_tracking" != xno \
5379     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5380     am__fastdepCC_TRUE=
5381     am__fastdepCC_FALSE='#'
5382     else
5383     am__fastdepCC_TRUE='#'
5384     am__fastdepCC_FALSE=
5385     fi
5386    
5387    
5388     ac_ext=c
5389     ac_cpp='$CPP $CPPFLAGS'
5390     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5391     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5392     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5393     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5394     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5395     # On Suns, sometimes $CPP names a directory.
5396     if test -n "$CPP" && test -d "$CPP"; then
5397     CPP=
5398     fi
5399     if test -z "$CPP"; then
5400     if test "${ac_cv_prog_CPP+set}" = set; then
5401     echo $ECHO_N "(cached) $ECHO_C" >&6
5402     else
5403     # Double quotes because CPP needs to be expanded
5404     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5405     do
5406     ac_preproc_ok=false
5407     for ac_c_preproc_warn_flag in '' yes
5408     do
5409     # Use a header file that comes with gcc, so configuring glibc
5410     # with a fresh cross-compiler works.
5411     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5412     # <limits.h> exists even on freestanding compilers.
5413     # On the NeXT, cc -E runs the code through the compiler's parser,
5414     # not just through cpp. "Syntax error" is here to catch this case.
5415     cat >conftest.$ac_ext <<_ACEOF
5416     /* confdefs.h. */
5417     _ACEOF
5418     cat confdefs.h >>conftest.$ac_ext
5419     cat >>conftest.$ac_ext <<_ACEOF
5420     /* end confdefs.h. */
5421     #ifdef __STDC__
5422     # include <limits.h>
5423     #else
5424     # include <assert.h>
5425     #endif
5426 pcg 1.11 Syntax error
5427 pcg 1.1 _ACEOF
5428     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5429     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5430     ac_status=$?
5431     grep -v '^ *+' conftest.er1 >conftest.err
5432     rm -f conftest.er1
5433     cat conftest.err >&5
5434     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5435     (exit $ac_status); } >/dev/null; then
5436     if test -s conftest.err; then
5437     ac_cpp_err=$ac_c_preproc_warn_flag
5438 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5439 pcg 1.1 else
5440     ac_cpp_err=
5441     fi
5442     else
5443     ac_cpp_err=yes
5444     fi
5445     if test -z "$ac_cpp_err"; then
5446     :
5447     else
5448     echo "$as_me: failed program was:" >&5
5449     sed 's/^/| /' conftest.$ac_ext >&5
5450    
5451     # Broken: fails on valid input.
5452     continue
5453     fi
5454     rm -f conftest.err conftest.$ac_ext
5455    
5456     # OK, works on sane cases. Now check whether non-existent headers
5457     # can be detected and how.
5458     cat >conftest.$ac_ext <<_ACEOF
5459     /* confdefs.h. */
5460     _ACEOF
5461     cat confdefs.h >>conftest.$ac_ext
5462     cat >>conftest.$ac_ext <<_ACEOF
5463     /* end confdefs.h. */
5464     #include <ac_nonexistent.h>
5465     _ACEOF
5466     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5467     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5468     ac_status=$?
5469     grep -v '^ *+' conftest.er1 >conftest.err
5470     rm -f conftest.er1
5471     cat conftest.err >&5
5472     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5473     (exit $ac_status); } >/dev/null; then
5474     if test -s conftest.err; then
5475     ac_cpp_err=$ac_c_preproc_warn_flag
5476 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5477 pcg 1.1 else
5478     ac_cpp_err=
5479     fi
5480     else
5481     ac_cpp_err=yes
5482     fi
5483     if test -z "$ac_cpp_err"; then
5484     # Broken: success on invalid input.
5485     continue
5486     else
5487     echo "$as_me: failed program was:" >&5
5488     sed 's/^/| /' conftest.$ac_ext >&5
5489    
5490     # Passes both tests.
5491     ac_preproc_ok=:
5492     break
5493     fi
5494     rm -f conftest.err conftest.$ac_ext
5495    
5496     done
5497     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5498     rm -f conftest.err conftest.$ac_ext
5499     if $ac_preproc_ok; then
5500     break
5501     fi
5502    
5503     done
5504     ac_cv_prog_CPP=$CPP
5505    
5506     fi
5507     CPP=$ac_cv_prog_CPP
5508     else
5509     ac_cv_prog_CPP=$CPP
5510     fi
5511     echo "$as_me:$LINENO: result: $CPP" >&5
5512     echo "${ECHO_T}$CPP" >&6
5513     ac_preproc_ok=false
5514     for ac_c_preproc_warn_flag in '' yes
5515     do
5516     # Use a header file that comes with gcc, so configuring glibc
5517     # with a fresh cross-compiler works.
5518     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5519     # <limits.h> exists even on freestanding compilers.
5520     # On the NeXT, cc -E runs the code through the compiler's parser,
5521     # not just through cpp. "Syntax error" is here to catch this case.
5522     cat >conftest.$ac_ext <<_ACEOF
5523     /* confdefs.h. */
5524     _ACEOF
5525     cat confdefs.h >>conftest.$ac_ext
5526     cat >>conftest.$ac_ext <<_ACEOF
5527     /* end confdefs.h. */
5528     #ifdef __STDC__
5529     # include <limits.h>
5530     #else
5531     # include <assert.h>
5532     #endif
5533 pcg 1.11 Syntax error
5534 pcg 1.1 _ACEOF
5535     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5536     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5537     ac_status=$?
5538     grep -v '^ *+' conftest.er1 >conftest.err
5539     rm -f conftest.er1
5540     cat conftest.err >&5
5541     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5542     (exit $ac_status); } >/dev/null; then
5543     if test -s conftest.err; then
5544     ac_cpp_err=$ac_c_preproc_warn_flag
5545 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5546 pcg 1.1 else
5547     ac_cpp_err=
5548     fi
5549     else
5550     ac_cpp_err=yes
5551     fi
5552     if test -z "$ac_cpp_err"; then
5553     :
5554     else
5555     echo "$as_me: failed program was:" >&5
5556     sed 's/^/| /' conftest.$ac_ext >&5
5557    
5558     # Broken: fails on valid input.
5559     continue
5560     fi
5561     rm -f conftest.err conftest.$ac_ext
5562    
5563     # OK, works on sane cases. Now check whether non-existent headers
5564     # can be detected and how.
5565     cat >conftest.$ac_ext <<_ACEOF
5566     /* confdefs.h. */
5567     _ACEOF
5568     cat confdefs.h >>conftest.$ac_ext
5569     cat >>conftest.$ac_ext <<_ACEOF
5570     /* end confdefs.h. */
5571     #include <ac_nonexistent.h>
5572     _ACEOF
5573     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5574     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5575     ac_status=$?
5576     grep -v '^ *+' conftest.er1 >conftest.err
5577     rm -f conftest.er1
5578     cat conftest.err >&5
5579     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5580     (exit $ac_status); } >/dev/null; then
5581     if test -s conftest.err; then
5582     ac_cpp_err=$ac_c_preproc_warn_flag
5583 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5584 pcg 1.1 else
5585     ac_cpp_err=
5586     fi
5587     else
5588     ac_cpp_err=yes
5589     fi
5590     if test -z "$ac_cpp_err"; then
5591     # Broken: success on invalid input.
5592     continue
5593     else
5594     echo "$as_me: failed program was:" >&5
5595     sed 's/^/| /' conftest.$ac_ext >&5
5596    
5597     # Passes both tests.
5598     ac_preproc_ok=:
5599     break
5600     fi
5601     rm -f conftest.err conftest.$ac_ext
5602    
5603     done
5604     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5605     rm -f conftest.err conftest.$ac_ext
5606     if $ac_preproc_ok; then
5607     :
5608     else
5609     { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5610     See \`config.log' for more details." >&5
5611     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5612     See \`config.log' for more details." >&2;}
5613     { (exit 1); exit 1; }; }
5614     fi
5615    
5616     ac_ext=c
5617     ac_cpp='$CPP $CPPFLAGS'
5618     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5619     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5620     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5621    
5622     ac_ext=cc
5623     ac_cpp='$CXXCPP $CPPFLAGS'
5624     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5625     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5626     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5627     if test -n "$ac_tool_prefix"; then
5628     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5629     do
5630     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5631     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5632     echo "$as_me:$LINENO: checking for $ac_word" >&5
5633     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5634     if test "${ac_cv_prog_CXX+set}" = set; then
5635     echo $ECHO_N "(cached) $ECHO_C" >&6
5636     else
5637     if test -n "$CXX"; then
5638     ac_cv_prog_CXX="$CXX" # Let the user override the test.
5639     else
5640     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641     for as_dir in $PATH
5642     do
5643     IFS=$as_save_IFS
5644     test -z "$as_dir" && as_dir=.
5645     for ac_exec_ext in '' $ac_executable_extensions; do
5646     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5647     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5648     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5649     break 2
5650     fi
5651     done
5652     done
5653    
5654     fi
5655     fi
5656     CXX=$ac_cv_prog_CXX
5657     if test -n "$CXX"; then
5658     echo "$as_me:$LINENO: result: $CXX" >&5
5659     echo "${ECHO_T}$CXX" >&6
5660     else
5661     echo "$as_me:$LINENO: result: no" >&5
5662     echo "${ECHO_T}no" >&6
5663     fi
5664    
5665     test -n "$CXX" && break
5666     done
5667     fi
5668     if test -z "$CXX"; then
5669     ac_ct_CXX=$CXX
5670     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5671     do
5672     # Extract the first word of "$ac_prog", so it can be a program name with args.
5673     set dummy $ac_prog; ac_word=$2
5674     echo "$as_me:$LINENO: checking for $ac_word" >&5
5675     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5676     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5677     echo $ECHO_N "(cached) $ECHO_C" >&6
5678     else
5679     if test -n "$ac_ct_CXX"; then
5680     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5681     else
5682     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5683     for as_dir in $PATH
5684     do
5685     IFS=$as_save_IFS
5686     test -z "$as_dir" && as_dir=.
5687     for ac_exec_ext in '' $ac_executable_extensions; do
5688     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5689     ac_cv_prog_ac_ct_CXX="$ac_prog"
5690     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5691     break 2
5692     fi
5693     done
5694     done
5695    
5696     fi
5697     fi
5698     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5699     if test -n "$ac_ct_CXX"; then
5700     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5701     echo "${ECHO_T}$ac_ct_CXX" >&6
5702     else
5703     echo "$as_me:$LINENO: result: no" >&5
5704     echo "${ECHO_T}no" >&6
5705     fi
5706    
5707     test -n "$ac_ct_CXX" && break
5708     done
5709     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5710    
5711     CXX=$ac_ct_CXX
5712     fi
5713    
5714    
5715     # Provide some information about the compiler.
5716     echo "$as_me:$LINENO:" \
5717     "checking for C++ compiler version" >&5
5718     ac_compiler=`set X $ac_compile; echo $2`
5719     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5720     (eval $ac_compiler --version </dev/null >&5) 2>&5
5721     ac_status=$?
5722     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5723     (exit $ac_status); }
5724     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5725     (eval $ac_compiler -v </dev/null >&5) 2>&5
5726     ac_status=$?
5727     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5728     (exit $ac_status); }
5729     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5730     (eval $ac_compiler -V </dev/null >&5) 2>&5
5731     ac_status=$?
5732     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5733     (exit $ac_status); }
5734    
5735     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5736     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5737     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5738     echo $ECHO_N "(cached) $ECHO_C" >&6
5739     else
5740     cat >conftest.$ac_ext <<_ACEOF
5741     /* confdefs.h. */
5742     _ACEOF
5743     cat confdefs.h >>conftest.$ac_ext
5744     cat >>conftest.$ac_ext <<_ACEOF
5745     /* end confdefs.h. */
5746    
5747     int
5748     main ()
5749     {
5750     #ifndef __GNUC__
5751     choke me
5752     #endif
5753    
5754     ;
5755     return 0;
5756     }
5757     _ACEOF
5758     rm -f conftest.$ac_objext
5759     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5760 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5761 pcg 1.1 ac_status=$?
5762 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5763     rm -f conftest.er1
5764     cat conftest.err >&5
5765 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766     (exit $ac_status); } &&
5767 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5768     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5769     (eval $ac_try) 2>&5
5770     ac_status=$?
5771     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772     (exit $ac_status); }; } &&
5773     { ac_try='test -s conftest.$ac_objext'
5774 pcg 1.1 { (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); }; }; then
5779     ac_compiler_gnu=yes
5780     else
5781     echo "$as_me: failed program was:" >&5
5782     sed 's/^/| /' conftest.$ac_ext >&5
5783    
5784     ac_compiler_gnu=no
5785     fi
5786 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5787 pcg 1.1 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5788    
5789     fi
5790     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5791     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5792     GXX=`test $ac_compiler_gnu = yes && echo yes`
5793     ac_test_CXXFLAGS=${CXXFLAGS+set}
5794     ac_save_CXXFLAGS=$CXXFLAGS
5795     CXXFLAGS="-g"
5796     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5797     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5798     if test "${ac_cv_prog_cxx_g+set}" = set; then
5799     echo $ECHO_N "(cached) $ECHO_C" >&6
5800     else
5801     cat >conftest.$ac_ext <<_ACEOF
5802     /* confdefs.h. */
5803     _ACEOF
5804     cat confdefs.h >>conftest.$ac_ext
5805     cat >>conftest.$ac_ext <<_ACEOF
5806     /* end confdefs.h. */
5807    
5808     int
5809     main ()
5810     {
5811    
5812     ;
5813     return 0;
5814     }
5815     _ACEOF
5816     rm -f conftest.$ac_objext
5817     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5818 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5819 pcg 1.1 ac_status=$?
5820 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5821     rm -f conftest.er1
5822     cat conftest.err >&5
5823 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5824     (exit $ac_status); } &&
5825 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5826     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5827     (eval $ac_try) 2>&5
5828     ac_status=$?
5829     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830     (exit $ac_status); }; } &&
5831     { ac_try='test -s conftest.$ac_objext'
5832 pcg 1.1 { (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); }; }; then
5837     ac_cv_prog_cxx_g=yes
5838     else
5839     echo "$as_me: failed program was:" >&5
5840     sed 's/^/| /' conftest.$ac_ext >&5
5841    
5842     ac_cv_prog_cxx_g=no
5843     fi
5844 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5845 pcg 1.1 fi
5846     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5847     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5848     if test "$ac_test_CXXFLAGS" = set; then
5849     CXXFLAGS=$ac_save_CXXFLAGS
5850     elif test $ac_cv_prog_cxx_g = yes; then
5851     if test "$GXX" = yes; then
5852     CXXFLAGS="-g -O2"
5853     else
5854     CXXFLAGS="-g"
5855     fi
5856     else
5857     if test "$GXX" = yes; then
5858     CXXFLAGS="-O2"
5859     else
5860     CXXFLAGS=
5861     fi
5862     fi
5863     for ac_declaration in \
5864     '' \
5865     'extern "C" void std::exit (int) throw (); using std::exit;' \
5866     'extern "C" void std::exit (int); using std::exit;' \
5867     'extern "C" void exit (int) throw ();' \
5868     'extern "C" void exit (int);' \
5869     'void exit (int);'
5870     do
5871     cat >conftest.$ac_ext <<_ACEOF
5872     /* confdefs.h. */
5873     _ACEOF
5874     cat confdefs.h >>conftest.$ac_ext
5875     cat >>conftest.$ac_ext <<_ACEOF
5876     /* end confdefs.h. */
5877     $ac_declaration
5878     #include <stdlib.h>
5879     int
5880     main ()
5881     {
5882     exit (42);
5883     ;
5884     return 0;
5885     }
5886     _ACEOF
5887     rm -f conftest.$ac_objext
5888     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5889 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5890 pcg 1.1 ac_status=$?
5891 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5892     rm -f conftest.er1
5893     cat conftest.err >&5
5894 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895     (exit $ac_status); } &&
5896 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5897     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5898     (eval $ac_try) 2>&5
5899     ac_status=$?
5900     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5901     (exit $ac_status); }; } &&
5902     { ac_try='test -s conftest.$ac_objext'
5903 pcg 1.1 { (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); }; }; then
5908     :
5909     else
5910     echo "$as_me: failed program was:" >&5
5911     sed 's/^/| /' conftest.$ac_ext >&5
5912    
5913     continue
5914     fi
5915 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5916 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5917     /* confdefs.h. */
5918     _ACEOF
5919     cat confdefs.h >>conftest.$ac_ext
5920     cat >>conftest.$ac_ext <<_ACEOF
5921     /* end confdefs.h. */
5922     $ac_declaration
5923     int
5924     main ()
5925     {
5926     exit (42);
5927     ;
5928     return 0;
5929     }
5930     _ACEOF
5931     rm -f conftest.$ac_objext
5932     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5933 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5934 pcg 1.1 ac_status=$?
5935 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5936     rm -f conftest.er1
5937     cat conftest.err >&5
5938 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5939     (exit $ac_status); } &&
5940 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5941     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5942     (eval $ac_try) 2>&5
5943     ac_status=$?
5944     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5945     (exit $ac_status); }; } &&
5946     { ac_try='test -s conftest.$ac_objext'
5947 pcg 1.1 { (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); }; }; then
5952     break
5953     else
5954     echo "$as_me: failed program was:" >&5
5955     sed 's/^/| /' conftest.$ac_ext >&5
5956    
5957     fi
5958 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5959 pcg 1.1 done
5960     rm -f conftest*
5961     if test -n "$ac_declaration"; then
5962     echo '#ifdef __cplusplus' >>confdefs.h
5963     echo $ac_declaration >>confdefs.h
5964     echo '#endif' >>confdefs.h
5965     fi
5966    
5967     ac_ext=c
5968     ac_cpp='$CPP $CPPFLAGS'
5969     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5970     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5971     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5972    
5973     depcc="$CXX" am_compiler_list=
5974    
5975     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5976     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5977     if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5978     echo $ECHO_N "(cached) $ECHO_C" >&6
5979     else
5980     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5981     # We make a subdir and do the tests there. Otherwise we can end up
5982     # making bogus files that we don't know about and never remove. For
5983     # instance it was reported that on HP-UX the gcc test will end up
5984     # making a dummy file named `D' -- because `-MD' means `put the output
5985     # in D'.
5986     mkdir conftest.dir
5987     # Copy depcomp to subdir because otherwise we won't find it if we're
5988     # using a relative directory.
5989     cp "$am_depcomp" conftest.dir
5990     cd conftest.dir
5991     # We will build objects and dependencies in a subdirectory because
5992     # it helps to detect inapplicable dependency modes. For instance
5993     # both Tru64's cc and ICC support -MD to output dependencies as a
5994     # side effect of compilation, but ICC will put the dependencies in
5995     # the current directory while Tru64 will put them in the object
5996     # directory.
5997     mkdir sub
5998    
5999     am_cv_CXX_dependencies_compiler_type=none
6000     if test "$am_compiler_list" = ""; then
6001     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6002     fi
6003     for depmode in $am_compiler_list; do
6004     # Setup a source with many dependencies, because some compilers
6005     # like to wrap large dependency lists on column 80 (with \), and
6006     # we should not choose a depcomp mode which is confused by this.
6007     #
6008     # We need to recreate these files for each test, as the compiler may
6009     # overwrite some of them when testing with obscure command lines.
6010     # This happens at least with the AIX C compiler.
6011     : > sub/conftest.c
6012     for i in 1 2 3 4 5 6; do
6013     echo '#include "conftst'$i'.h"' >> sub/conftest.c
6014     : > sub/conftst$i.h
6015     done
6016     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6017    
6018     case $depmode in
6019     nosideeffect)
6020     # after this tag, mechanisms are not by side-effect, so they'll
6021     # only be used when explicitly requested
6022     if test "x$enable_dependency_tracking" = xyes; then
6023     continue
6024     else
6025     break
6026     fi
6027     ;;
6028     none) break ;;
6029     esac
6030     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6031     # mode. It turns out that the SunPro C++ compiler does not properly
6032     # handle `-M -o', and we need to detect this.
6033     if depmode=$depmode \
6034     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6035     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6036     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6037     >/dev/null 2>conftest.err &&
6038     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6039     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6040     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6041     # icc doesn't choke on unknown options, it will just issue warnings
6042     # (even with -Werror). So we grep stderr for any message
6043     # that says an option was ignored.
6044     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6045     am_cv_CXX_dependencies_compiler_type=$depmode
6046     break
6047     fi
6048     fi
6049     done
6050    
6051     cd ..
6052     rm -rf conftest.dir
6053     else
6054     am_cv_CXX_dependencies_compiler_type=none
6055     fi
6056    
6057     fi
6058     echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6059     echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6060     CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6061    
6062    
6063    
6064     if
6065     test "x$enable_dependency_tracking" != xno \
6066     && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6067     am__fastdepCXX_TRUE=
6068     am__fastdepCXX_FALSE='#'
6069     else
6070     am__fastdepCXX_TRUE='#'
6071     am__fastdepCXX_FALSE=
6072     fi
6073    
6074    
6075    
6076     echo "$as_me:$LINENO: checking for egrep" >&5
6077     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6078     if test "${ac_cv_prog_egrep+set}" = set; then
6079     echo $ECHO_N "(cached) $ECHO_C" >&6
6080     else
6081     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6082     then ac_cv_prog_egrep='grep -E'
6083     else ac_cv_prog_egrep='egrep'
6084     fi
6085     fi
6086     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6087     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6088     EGREP=$ac_cv_prog_egrep
6089    
6090    
6091     if test $ac_cv_c_compiler_gnu = yes; then
6092     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6093     echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6094     if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6095     echo $ECHO_N "(cached) $ECHO_C" >&6
6096     else
6097     ac_pattern="Autoconf.*'x'"
6098     cat >conftest.$ac_ext <<_ACEOF
6099     /* confdefs.h. */
6100     _ACEOF
6101     cat confdefs.h >>conftest.$ac_ext
6102     cat >>conftest.$ac_ext <<_ACEOF
6103     /* end confdefs.h. */
6104     #include <sgtty.h>
6105     Autoconf TIOCGETP
6106     _ACEOF
6107     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6108     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6109     ac_cv_prog_gcc_traditional=yes
6110     else
6111     ac_cv_prog_gcc_traditional=no
6112     fi
6113     rm -f conftest*
6114    
6115    
6116     if test $ac_cv_prog_gcc_traditional = no; then
6117     cat >conftest.$ac_ext <<_ACEOF
6118     /* confdefs.h. */
6119     _ACEOF
6120     cat confdefs.h >>conftest.$ac_ext
6121     cat >>conftest.$ac_ext <<_ACEOF
6122     /* end confdefs.h. */
6123     #include <termio.h>
6124     Autoconf TCGETA
6125     _ACEOF
6126     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6127     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6128     ac_cv_prog_gcc_traditional=yes
6129     fi
6130     rm -f conftest*
6131    
6132     fi
6133     fi
6134     echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6135     echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6136     if test $ac_cv_prog_gcc_traditional = yes; then
6137     CC="$CC -traditional"
6138     fi
6139     fi
6140    
6141     for ac_prog in gawk mawk nawk awk
6142     do
6143     # Extract the first word of "$ac_prog", so it can be a program name with args.
6144     set dummy $ac_prog; ac_word=$2
6145     echo "$as_me:$LINENO: checking for $ac_word" >&5
6146     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6147     if test "${ac_cv_prog_AWK+set}" = set; then
6148     echo $ECHO_N "(cached) $ECHO_C" >&6
6149     else
6150     if test -n "$AWK"; then
6151     ac_cv_prog_AWK="$AWK" # Let the user override the test.
6152     else
6153     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6154     for as_dir in $PATH
6155     do
6156     IFS=$as_save_IFS
6157     test -z "$as_dir" && as_dir=.
6158     for ac_exec_ext in '' $ac_executable_extensions; do
6159     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6160     ac_cv_prog_AWK="$ac_prog"
6161     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6162     break 2
6163     fi
6164     done
6165     done
6166    
6167     fi
6168     fi
6169     AWK=$ac_cv_prog_AWK
6170     if test -n "$AWK"; then
6171     echo "$as_me:$LINENO: result: $AWK" >&5
6172     echo "${ECHO_T}$AWK" >&6
6173     else
6174     echo "$as_me:$LINENO: result: no" >&5
6175     echo "${ECHO_T}no" >&6
6176     fi
6177    
6178     test -n "$AWK" && break
6179     done
6180    
6181     # Find a good install program. We prefer a C program (faster),
6182     # so one script is as good as another. But avoid the broken or
6183     # incompatible versions:
6184     # SysV /etc/install, /usr/sbin/install
6185     # SunOS /usr/etc/install
6186     # IRIX /sbin/install
6187     # AIX /bin/install
6188     # AmigaOS /C/install, which installs bootblocks on floppy discs
6189     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6190     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6191     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6192 pcg 1.11 # OS/2's system install, which has a completely different semantic
6193 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
6194     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6195     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6196     if test -z "$INSTALL"; then
6197     if test "${ac_cv_path_install+set}" = set; then
6198     echo $ECHO_N "(cached) $ECHO_C" >&6
6199     else
6200     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6201     for as_dir in $PATH
6202     do
6203     IFS=$as_save_IFS
6204     test -z "$as_dir" && as_dir=.
6205     # Account for people who put trailing slashes in PATH elements.
6206     case $as_dir/ in
6207     ./ | .// | /cC/* | \
6208     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6209 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6210 pcg 1.1 /usr/ucb/* ) ;;
6211     *)
6212     # OSF1 and SCO ODT 3.0 have their own names for install.
6213     # Don't use installbsd from OSF since it installs stuff as root
6214     # by default.
6215     for ac_prog in ginstall scoinst install; do
6216     for ac_exec_ext in '' $ac_executable_extensions; do
6217 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6218     if test $ac_prog = install &&
6219     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6220     # AIX install. It has an incompatible calling convention.
6221     :
6222     elif test $ac_prog = install &&
6223     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6224     # program-specific install script used by HP pwplus--don't use.
6225     :
6226     else
6227     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6228     break 3
6229     fi
6230     fi
6231 pcg 1.1 done
6232     done
6233     ;;
6234     esac
6235     done
6236    
6237    
6238     fi
6239     if test "${ac_cv_path_install+set}" = set; then
6240     INSTALL=$ac_cv_path_install
6241     else
6242     # As a last resort, use the slow shell script. We don't cache a
6243     # path for INSTALL within a source directory, because that will
6244     # break other packages using the cache if that directory is
6245     # removed, or if the path is relative.
6246     INSTALL=$ac_install_sh
6247     fi
6248     fi
6249     echo "$as_me:$LINENO: result: $INSTALL" >&5
6250     echo "${ECHO_T}$INSTALL" >&6
6251    
6252     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6253     # It thinks the first close brace ends the variable substitution.
6254     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6255    
6256     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6257    
6258     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6259    
6260     echo "$as_me:$LINENO: checking whether ln -s works" >&5
6261     echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6262     LN_S=$as_ln_s
6263     if test "$LN_S" = "ln -s"; then
6264     echo "$as_me:$LINENO: result: yes" >&5
6265     echo "${ECHO_T}yes" >&6
6266     else
6267     echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6268     echo "${ECHO_T}no, using $LN_S" >&6
6269     fi
6270    
6271     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6272     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6273 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6274 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6275     echo $ECHO_N "(cached) $ECHO_C" >&6
6276     else
6277     cat >conftest.make <<\_ACEOF
6278     all:
6279     @echo 'ac_maketemp="$(MAKE)"'
6280     _ACEOF
6281     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6282     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6283     if test -n "$ac_maketemp"; then
6284     eval ac_cv_prog_make_${ac_make}_set=yes
6285     else
6286     eval ac_cv_prog_make_${ac_make}_set=no
6287     fi
6288     rm -f conftest.make
6289     fi
6290     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6291     echo "$as_me:$LINENO: result: yes" >&5
6292     echo "${ECHO_T}yes" >&6
6293     SET_MAKE=
6294     else
6295     echo "$as_me:$LINENO: result: no" >&5
6296     echo "${ECHO_T}no" >&6
6297     SET_MAKE="MAKE=${MAKE-make}"
6298     fi
6299    
6300     if test -n "$ac_tool_prefix"; then
6301     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6302     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6303     echo "$as_me:$LINENO: checking for $ac_word" >&5
6304     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6305     if test "${ac_cv_prog_RANLIB+set}" = set; then
6306     echo $ECHO_N "(cached) $ECHO_C" >&6
6307     else
6308     if test -n "$RANLIB"; then
6309     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6310     else
6311     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6312     for as_dir in $PATH
6313     do
6314     IFS=$as_save_IFS
6315     test -z "$as_dir" && as_dir=.
6316     for ac_exec_ext in '' $ac_executable_extensions; do
6317     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6318     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6319     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6320     break 2
6321     fi
6322     done
6323     done
6324    
6325     fi
6326     fi
6327     RANLIB=$ac_cv_prog_RANLIB
6328     if test -n "$RANLIB"; then
6329     echo "$as_me:$LINENO: result: $RANLIB" >&5
6330     echo "${ECHO_T}$RANLIB" >&6
6331     else
6332     echo "$as_me:$LINENO: result: no" >&5
6333     echo "${ECHO_T}no" >&6
6334     fi
6335    
6336     fi
6337     if test -z "$ac_cv_prog_RANLIB"; then
6338     ac_ct_RANLIB=$RANLIB
6339     # Extract the first word of "ranlib", so it can be a program name with args.
6340     set dummy ranlib; ac_word=$2
6341     echo "$as_me:$LINENO: checking for $ac_word" >&5
6342     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6343     if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6344     echo $ECHO_N "(cached) $ECHO_C" >&6
6345     else
6346     if test -n "$ac_ct_RANLIB"; then
6347     ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6348     else
6349     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350     for as_dir in $PATH
6351     do
6352     IFS=$as_save_IFS
6353     test -z "$as_dir" && as_dir=.
6354     for ac_exec_ext in '' $ac_executable_extensions; do
6355     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6356     ac_cv_prog_ac_ct_RANLIB="ranlib"
6357     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6358     break 2
6359     fi
6360     done
6361     done
6362    
6363     test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6364     fi
6365     fi
6366     ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6367     if test -n "$ac_ct_RANLIB"; then
6368     echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6369     echo "${ECHO_T}$ac_ct_RANLIB" >&6
6370     else
6371     echo "$as_me:$LINENO: result: no" >&5
6372     echo "${ECHO_T}no" >&6
6373     fi
6374    
6375     RANLIB=$ac_ct_RANLIB
6376     else
6377     RANLIB="$ac_cv_prog_RANLIB"
6378     fi
6379    
6380    
6381     # Check whether --enable-iftype or --disable-iftype was given.
6382     if test "${enable_iftype+set}" = set; then
6383     enableval="$enable_iftype"
6384    
6385     IFTYPE=`echo $enableval | sed s%/.*%%`
6386     IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6387    
6388    
6389     fi;
6390    
6391     echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6392     echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6393    
6394     if test "x$IFTYPE" = "x"; then
6395     case $target_os in
6396     *linux*)
6397     IFTYPE=native
6398     IFSUBTYPE=linux
6399    
6400     cat >>confdefs.h <<\_ACEOF
6401     #define HAVE_LINUX 1
6402     _ACEOF
6403    
6404     ;;
6405     *freebsd*)
6406     IFTYPE=tincd
6407     IFSUBTYPE=freebsd
6408    
6409     cat >>confdefs.h <<\_ACEOF
6410     #define HAVE_FREEBSD 1
6411     _ACEOF
6412    
6413     ;;
6414     *darwin*)
6415     IFTYPE=tincd
6416     IFSUBTYPE=darwin
6417    
6418     cat >>confdefs.h <<\_ACEOF
6419     #define HAVE_DARWIN 1
6420     _ACEOF
6421    
6422     ;;
6423     *solaris*)
6424     IFTYPE=tincd
6425     IFSUBTYPE=solaris
6426    
6427     cat >>confdefs.h <<\_ACEOF
6428     #define HAVE_SOLARIS 1
6429     _ACEOF
6430    
6431     ;;
6432     *openbsd*)
6433     IFTYPE=tincd
6434     IFSUBTYPE=openbsd
6435    
6436     cat >>confdefs.h <<\_ACEOF
6437     #define HAVE_OPENBSD 1
6438     _ACEOF
6439    
6440     ;;
6441     *netbsd*)
6442     IFTYPE=tincd
6443     IFSUBTYPE=netbsd
6444    
6445     cat >>confdefs.h <<\_ACEOF
6446     #define HAVE_NETBSD 1
6447     _ACEOF
6448    
6449     ;;
6450     *cygwin*)
6451 pcg 1.6 IFTYPE=native
6452 pcg 1.1 IFSUBTYPE=cygwin
6453    
6454     cat >>confdefs.h <<\_ACEOF
6455     #define HAVE_CYGWIN 1
6456     _ACEOF
6457    
6458     ;;
6459     *)
6460     { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6461     echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6462     { (exit 1); exit 1; }; }
6463     ;;
6464     esac
6465     fi
6466     echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6467     echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6468     IFTYPE=$IFTYPE
6469    
6470     IFSUBTYPE=$IFSUBTYPE
6471    
6472    
6473 pcg 1.9 cat >>confdefs.h <<_ACEOF
6474     #define IFTYPE "$IFTYPE"
6475     _ACEOF
6476    
6477    
6478     cat >>confdefs.h <<_ACEOF
6479     #define IFSUBTYPE "$IFSUBTYPE"
6480     _ACEOF
6481    
6482    
6483 pcg 1.1 cat >confcache <<\_ACEOF
6484     # This file is a shell script that caches the results of configure
6485     # tests run on this system so they can be shared between configure
6486     # scripts and configure runs, see configure's option --config-cache.
6487     # It is not useful on other systems. If it contains results you don't
6488     # want to keep, you may remove or edit it.
6489     #
6490     # config.status only pays attention to the cache file if you give it
6491     # the --recheck option to rerun configure.
6492     #
6493     # `ac_cv_env_foo' variables (set or unset) will be overridden when
6494     # loading this file, other *unset* `ac_cv_foo' will be assigned the
6495     # following values.
6496    
6497     _ACEOF
6498    
6499     # The following way of writing the cache mishandles newlines in values,
6500     # but we know of no workaround that is simple, portable, and efficient.
6501     # So, don't put newlines in cache variables' values.
6502     # Ultrix sh set writes to stderr and can't be redirected directly,
6503     # and sets the high bit in the cache file unless we assign to the vars.
6504     {
6505     (set) 2>&1 |
6506     case `(ac_space=' '; set | grep ac_space) 2>&1` in
6507     *ac_space=\ *)
6508     # `set' does not quote correctly, so add quotes (double-quote
6509     # substitution turns \\\\ into \\, and sed turns \\ into \).
6510     sed -n \
6511 pcg 1.11 "s/'/'\\\\''/g;
6512     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6513 pcg 1.1 ;;
6514     *)
6515     # `set' quotes correctly as required by POSIX, so do not add quotes.
6516     sed -n \
6517 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6518 pcg 1.1 ;;
6519     esac;
6520     } |
6521     sed '
6522     t clear
6523     : clear
6524     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6525     t end
6526     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6527     : end' >>confcache
6528     if diff $cache_file confcache >/dev/null 2>&1; then :; else
6529     if test -w $cache_file; then
6530     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6531     cat confcache >$cache_file
6532     else
6533     echo "not updating unwritable cache $cache_file"
6534     fi
6535     fi
6536     rm -f confcache
6537    
6538    
6539     ac_ext=cc
6540     ac_cpp='$CXXCPP $CPPFLAGS'
6541     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6542     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6543     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6544    
6545    
6546     ac_ext=cc
6547     ac_cpp='$CXXCPP $CPPFLAGS'
6548     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6549     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6550     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6551     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6552     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6553     if test -z "$CXXCPP"; then
6554     if test "${ac_cv_prog_CXXCPP+set}" = set; then
6555     echo $ECHO_N "(cached) $ECHO_C" >&6
6556     else
6557     # Double quotes because CXXCPP needs to be expanded
6558     for CXXCPP in "$CXX -E" "/lib/cpp"
6559     do
6560     ac_preproc_ok=false
6561     for ac_cxx_preproc_warn_flag in '' yes
6562     do
6563     # Use a header file that comes with gcc, so configuring glibc
6564     # with a fresh cross-compiler works.
6565     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6566     # <limits.h> exists even on freestanding compilers.
6567     # On the NeXT, cc -E runs the code through the compiler's parser,
6568     # not just through cpp. "Syntax error" is here to catch this case.
6569     cat >conftest.$ac_ext <<_ACEOF
6570     /* confdefs.h. */
6571     _ACEOF
6572     cat confdefs.h >>conftest.$ac_ext
6573     cat >>conftest.$ac_ext <<_ACEOF
6574     /* end confdefs.h. */
6575     #ifdef __STDC__
6576     # include <limits.h>
6577     #else
6578     # include <assert.h>
6579     #endif
6580 pcg 1.11 Syntax error
6581 pcg 1.1 _ACEOF
6582     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6583     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6584     ac_status=$?
6585     grep -v '^ *+' conftest.er1 >conftest.err
6586     rm -f conftest.er1
6587     cat conftest.err >&5
6588     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6589     (exit $ac_status); } >/dev/null; then
6590     if test -s conftest.err; then
6591     ac_cpp_err=$ac_cxx_preproc_warn_flag
6592 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6593 pcg 1.1 else
6594     ac_cpp_err=
6595     fi
6596     else
6597     ac_cpp_err=yes
6598     fi
6599     if test -z "$ac_cpp_err"; then
6600     :
6601     else
6602     echo "$as_me: failed program was:" >&5
6603     sed 's/^/| /' conftest.$ac_ext >&5
6604    
6605     # Broken: fails on valid input.
6606     continue
6607     fi
6608     rm -f conftest.err conftest.$ac_ext
6609    
6610     # OK, works on sane cases. Now check whether non-existent headers
6611     # can be detected and how.
6612     cat >conftest.$ac_ext <<_ACEOF
6613     /* confdefs.h. */
6614     _ACEOF
6615     cat confdefs.h >>conftest.$ac_ext
6616     cat >>conftest.$ac_ext <<_ACEOF
6617     /* end confdefs.h. */
6618     #include <ac_nonexistent.h>
6619     _ACEOF
6620     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6621     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6622     ac_status=$?
6623     grep -v '^ *+' conftest.er1 >conftest.err
6624     rm -f conftest.er1
6625     cat conftest.err >&5
6626     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6627     (exit $ac_status); } >/dev/null; then
6628     if test -s conftest.err; then
6629     ac_cpp_err=$ac_cxx_preproc_warn_flag
6630 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6631 pcg 1.1 else
6632     ac_cpp_err=
6633     fi
6634     else
6635     ac_cpp_err=yes
6636     fi
6637     if test -z "$ac_cpp_err"; then
6638     # Broken: success on invalid input.
6639     continue
6640     else
6641     echo "$as_me: failed program was:" >&5
6642     sed 's/^/| /' conftest.$ac_ext >&5
6643    
6644     # Passes both tests.
6645     ac_preproc_ok=:
6646     break
6647     fi
6648     rm -f conftest.err conftest.$ac_ext
6649    
6650     done
6651     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6652     rm -f conftest.err conftest.$ac_ext
6653     if $ac_preproc_ok; then
6654     break
6655     fi
6656    
6657     done
6658     ac_cv_prog_CXXCPP=$CXXCPP
6659    
6660     fi
6661     CXXCPP=$ac_cv_prog_CXXCPP
6662     else
6663     ac_cv_prog_CXXCPP=$CXXCPP
6664     fi
6665     echo "$as_me:$LINENO: result: $CXXCPP" >&5
6666     echo "${ECHO_T}$CXXCPP" >&6
6667     ac_preproc_ok=false
6668     for ac_cxx_preproc_warn_flag in '' yes
6669     do
6670     # Use a header file that comes with gcc, so configuring glibc
6671     # with a fresh cross-compiler works.
6672     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6673     # <limits.h> exists even on freestanding compilers.
6674     # On the NeXT, cc -E runs the code through the compiler's parser,
6675     # not just through cpp. "Syntax error" is here to catch this case.
6676     cat >conftest.$ac_ext <<_ACEOF
6677     /* confdefs.h. */
6678     _ACEOF
6679     cat confdefs.h >>conftest.$ac_ext
6680     cat >>conftest.$ac_ext <<_ACEOF
6681     /* end confdefs.h. */
6682     #ifdef __STDC__
6683     # include <limits.h>
6684     #else
6685     # include <assert.h>
6686     #endif
6687 pcg 1.11 Syntax error
6688 pcg 1.1 _ACEOF
6689     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6690     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6691     ac_status=$?
6692     grep -v '^ *+' conftest.er1 >conftest.err
6693     rm -f conftest.er1
6694     cat conftest.err >&5
6695     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6696     (exit $ac_status); } >/dev/null; then
6697     if test -s conftest.err; then
6698     ac_cpp_err=$ac_cxx_preproc_warn_flag
6699 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6700 pcg 1.1 else
6701     ac_cpp_err=
6702     fi
6703     else
6704     ac_cpp_err=yes
6705     fi
6706     if test -z "$ac_cpp_err"; then
6707     :
6708     else
6709     echo "$as_me: failed program was:" >&5
6710     sed 's/^/| /' conftest.$ac_ext >&5
6711    
6712     # Broken: fails on valid input.
6713     continue
6714     fi
6715     rm -f conftest.err conftest.$ac_ext
6716    
6717     # OK, works on sane cases. Now check whether non-existent headers
6718     # can be detected and how.
6719     cat >conftest.$ac_ext <<_ACEOF
6720     /* confdefs.h. */
6721     _ACEOF
6722     cat confdefs.h >>conftest.$ac_ext
6723     cat >>conftest.$ac_ext <<_ACEOF
6724     /* end confdefs.h. */
6725     #include <ac_nonexistent.h>
6726     _ACEOF
6727     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6728     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6729     ac_status=$?
6730     grep -v '^ *+' conftest.er1 >conftest.err
6731     rm -f conftest.er1
6732     cat conftest.err >&5
6733     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6734     (exit $ac_status); } >/dev/null; then
6735     if test -s conftest.err; then
6736     ac_cpp_err=$ac_cxx_preproc_warn_flag
6737 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6738 pcg 1.1 else
6739     ac_cpp_err=
6740     fi
6741     else
6742     ac_cpp_err=yes
6743     fi
6744     if test -z "$ac_cpp_err"; then
6745     # Broken: success on invalid input.
6746     continue
6747     else
6748     echo "$as_me: failed program was:" >&5
6749     sed 's/^/| /' conftest.$ac_ext >&5
6750    
6751     # Passes both tests.
6752     ac_preproc_ok=:
6753     break
6754     fi
6755     rm -f conftest.err conftest.$ac_ext
6756    
6757     done
6758     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6759     rm -f conftest.err conftest.$ac_ext
6760     if $ac_preproc_ok; then
6761     :
6762     else
6763     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6764     See \`config.log' for more details." >&5
6765     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6766     See \`config.log' for more details." >&2;}
6767     { (exit 1); exit 1; }; }
6768     fi
6769    
6770     ac_ext=cc
6771     ac_cpp='$CXXCPP $CPPFLAGS'
6772     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6773     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6774     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6775    
6776    
6777     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6778     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6779     if test "${ac_cv_header_stdc+set}" = set; then
6780     echo $ECHO_N "(cached) $ECHO_C" >&6
6781     else
6782     cat >conftest.$ac_ext <<_ACEOF
6783     /* confdefs.h. */
6784     _ACEOF
6785     cat confdefs.h >>conftest.$ac_ext
6786     cat >>conftest.$ac_ext <<_ACEOF
6787     /* end confdefs.h. */
6788     #include <stdlib.h>
6789     #include <stdarg.h>
6790     #include <string.h>
6791     #include <float.h>
6792    
6793     int
6794     main ()
6795     {
6796    
6797     ;
6798     return 0;
6799     }
6800     _ACEOF
6801     rm -f conftest.$ac_objext
6802     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6803 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6804 pcg 1.1 ac_status=$?
6805 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6806     rm -f conftest.er1
6807     cat conftest.err >&5
6808 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6809     (exit $ac_status); } &&
6810 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6811     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6812     (eval $ac_try) 2>&5
6813     ac_status=$?
6814     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815     (exit $ac_status); }; } &&
6816     { ac_try='test -s conftest.$ac_objext'
6817 pcg 1.1 { (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); }; }; then
6822     ac_cv_header_stdc=yes
6823     else
6824     echo "$as_me: failed program was:" >&5
6825     sed 's/^/| /' conftest.$ac_ext >&5
6826    
6827     ac_cv_header_stdc=no
6828     fi
6829 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6830 pcg 1.1
6831     if test $ac_cv_header_stdc = yes; then
6832     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6833     cat >conftest.$ac_ext <<_ACEOF
6834     /* confdefs.h. */
6835     _ACEOF
6836     cat confdefs.h >>conftest.$ac_ext
6837     cat >>conftest.$ac_ext <<_ACEOF
6838     /* end confdefs.h. */
6839     #include <string.h>
6840    
6841     _ACEOF
6842     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6843     $EGREP "memchr" >/dev/null 2>&1; then
6844     :
6845     else
6846     ac_cv_header_stdc=no
6847     fi
6848     rm -f conftest*
6849    
6850     fi
6851    
6852     if test $ac_cv_header_stdc = yes; then
6853     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6854     cat >conftest.$ac_ext <<_ACEOF
6855     /* confdefs.h. */
6856     _ACEOF
6857     cat confdefs.h >>conftest.$ac_ext
6858     cat >>conftest.$ac_ext <<_ACEOF
6859     /* end confdefs.h. */
6860     #include <stdlib.h>
6861    
6862     _ACEOF
6863     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6864     $EGREP "free" >/dev/null 2>&1; then
6865     :
6866     else
6867     ac_cv_header_stdc=no
6868     fi
6869     rm -f conftest*
6870    
6871     fi
6872    
6873     if test $ac_cv_header_stdc = yes; then
6874     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6875     if test "$cross_compiling" = yes; then
6876     :
6877     else
6878     cat >conftest.$ac_ext <<_ACEOF
6879     /* confdefs.h. */
6880     _ACEOF
6881     cat confdefs.h >>conftest.$ac_ext
6882     cat >>conftest.$ac_ext <<_ACEOF
6883     /* end confdefs.h. */
6884     #include <ctype.h>
6885     #if ((' ' & 0x0FF) == 0x020)
6886     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6887     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6888     #else
6889     # define ISLOWER(c) \
6890 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
6891     || ('j' <= (c) && (c) <= 'r') \
6892     || ('s' <= (c) && (c) <= 'z'))
6893 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6894     #endif
6895    
6896     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6897     int
6898     main ()
6899     {
6900     int i;
6901     for (i = 0; i < 256; i++)
6902     if (XOR (islower (i), ISLOWER (i))
6903 pcg 1.11 || toupper (i) != TOUPPER (i))
6904 pcg 1.1 exit(2);
6905     exit (0);
6906     }
6907     _ACEOF
6908     rm -f conftest$ac_exeext
6909     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6910     (eval $ac_link) 2>&5
6911     ac_status=$?
6912     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6913     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6914     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6915     (eval $ac_try) 2>&5
6916     ac_status=$?
6917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6918     (exit $ac_status); }; }; then
6919     :
6920     else
6921     echo "$as_me: program exited with status $ac_status" >&5
6922     echo "$as_me: failed program was:" >&5
6923     sed 's/^/| /' conftest.$ac_ext >&5
6924    
6925     ( exit $ac_status )
6926     ac_cv_header_stdc=no
6927     fi
6928     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6929     fi
6930     fi
6931     fi
6932     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6933     echo "${ECHO_T}$ac_cv_header_stdc" >&6
6934     if test $ac_cv_header_stdc = yes; then
6935    
6936     cat >>confdefs.h <<\_ACEOF
6937     #define STDC_HEADERS 1
6938     _ACEOF
6939    
6940     fi
6941    
6942     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6943    
6944    
6945    
6946    
6947    
6948    
6949    
6950    
6951    
6952     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6953 pcg 1.11 inttypes.h stdint.h unistd.h
6954 pcg 1.1 do
6955     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6956     echo "$as_me:$LINENO: checking for $ac_header" >&5
6957     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6958     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6959     echo $ECHO_N "(cached) $ECHO_C" >&6
6960     else
6961     cat >conftest.$ac_ext <<_ACEOF
6962     /* confdefs.h. */
6963     _ACEOF
6964     cat confdefs.h >>conftest.$ac_ext
6965     cat >>conftest.$ac_ext <<_ACEOF
6966     /* end confdefs.h. */
6967     $ac_includes_default
6968    
6969     #include <$ac_header>
6970     _ACEOF
6971     rm -f conftest.$ac_objext
6972     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6973 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6974 pcg 1.1 ac_status=$?
6975 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6976     rm -f conftest.er1
6977     cat conftest.err >&5
6978 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6979     (exit $ac_status); } &&
6980 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6981     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6982     (eval $ac_try) 2>&5
6983     ac_status=$?
6984     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6985     (exit $ac_status); }; } &&
6986     { ac_try='test -s conftest.$ac_objext'
6987 pcg 1.1 { (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); }; }; then
6992     eval "$as_ac_Header=yes"
6993     else
6994     echo "$as_me: failed program was:" >&5
6995     sed 's/^/| /' conftest.$ac_ext >&5
6996    
6997     eval "$as_ac_Header=no"
6998     fi
6999 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7000 pcg 1.1 fi
7001     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7002     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7003     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7004     cat >>confdefs.h <<_ACEOF
7005     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7006     _ACEOF
7007    
7008     fi
7009    
7010     done
7011    
7012    
7013    
7014     for ac_header in ext/hash_map
7015     do
7016     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7017     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7018     echo "$as_me:$LINENO: checking for $ac_header" >&5
7019     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7020     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7021     echo $ECHO_N "(cached) $ECHO_C" >&6
7022     fi
7023     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7024     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7025     else
7026     # Is the header compilable?
7027     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7028     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7029     cat >conftest.$ac_ext <<_ACEOF
7030     /* confdefs.h. */
7031     _ACEOF
7032     cat confdefs.h >>conftest.$ac_ext
7033     cat >>conftest.$ac_ext <<_ACEOF
7034     /* end confdefs.h. */
7035     $ac_includes_default
7036     #include <$ac_header>
7037     _ACEOF
7038     rm -f conftest.$ac_objext
7039     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7040 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7041 pcg 1.1 ac_status=$?
7042 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7043     rm -f conftest.er1
7044     cat conftest.err >&5
7045 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7046     (exit $ac_status); } &&
7047 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7048     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7049     (eval $ac_try) 2>&5
7050     ac_status=$?
7051     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7052     (exit $ac_status); }; } &&
7053     { ac_try='test -s conftest.$ac_objext'
7054 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7055     (eval $ac_try) 2>&5
7056     ac_status=$?
7057     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7058     (exit $ac_status); }; }; then
7059     ac_header_compiler=yes
7060     else
7061     echo "$as_me: failed program was:" >&5
7062     sed 's/^/| /' conftest.$ac_ext >&5
7063    
7064     ac_header_compiler=no
7065     fi
7066 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7067 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7068     echo "${ECHO_T}$ac_header_compiler" >&6
7069    
7070     # Is the header present?
7071     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7072     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7073     cat >conftest.$ac_ext <<_ACEOF
7074     /* confdefs.h. */
7075     _ACEOF
7076     cat confdefs.h >>conftest.$ac_ext
7077     cat >>conftest.$ac_ext <<_ACEOF
7078     /* end confdefs.h. */
7079     #include <$ac_header>
7080     _ACEOF
7081     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7082     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7083     ac_status=$?
7084     grep -v '^ *+' conftest.er1 >conftest.err
7085     rm -f conftest.er1
7086     cat conftest.err >&5
7087     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7088     (exit $ac_status); } >/dev/null; then
7089     if test -s conftest.err; then
7090     ac_cpp_err=$ac_cxx_preproc_warn_flag
7091 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7092 pcg 1.1 else
7093     ac_cpp_err=
7094     fi
7095     else
7096     ac_cpp_err=yes
7097     fi
7098     if test -z "$ac_cpp_err"; then
7099     ac_header_preproc=yes
7100     else
7101     echo "$as_me: failed program was:" >&5
7102     sed 's/^/| /' conftest.$ac_ext >&5
7103    
7104     ac_header_preproc=no
7105     fi
7106     rm -f conftest.err conftest.$ac_ext
7107     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7108     echo "${ECHO_T}$ac_header_preproc" >&6
7109    
7110     # So? What about this header?
7111 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7112     yes:no: )
7113 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7114     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7115 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7116     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7117     ac_header_preproc=yes
7118 pcg 1.1 ;;
7119 pcg 1.11 no:yes:* )
7120 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7121     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7122 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7123     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7124     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7125     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7126     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7127     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7128 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7129     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7130 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7131     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7132 pcg 1.1 (
7133     cat <<\_ASBOX
7134 pcg 1.11 ## ------------------------------------------ ##
7135     ## Report this to the AC_PACKAGE_NAME lists. ##
7136     ## ------------------------------------------ ##
7137 pcg 1.1 _ASBOX
7138     ) |
7139     sed "s/^/$as_me: WARNING: /" >&2
7140     ;;
7141     esac
7142     echo "$as_me:$LINENO: checking for $ac_header" >&5
7143     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7144     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7145     echo $ECHO_N "(cached) $ECHO_C" >&6
7146     else
7147 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7148 pcg 1.1 fi
7149     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7150     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7151    
7152     fi
7153     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7154     cat >>confdefs.h <<_ACEOF
7155     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7156     _ACEOF
7157    
7158     fi
7159    
7160     done
7161    
7162    
7163    
7164    
7165    
7166    
7167    
7168    
7169    
7170    
7171    
7172    
7173    
7174    
7175    
7176    
7177    
7178    
7179     for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7180 pcg 1.13 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7181 pcg 1.11 sys/mman.h netinet/in.h
7182 pcg 1.1 do
7183     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7184     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7185     echo "$as_me:$LINENO: checking for $ac_header" >&5
7186     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7187     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7188     echo $ECHO_N "(cached) $ECHO_C" >&6
7189     fi
7190     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7191     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7192     else
7193     # Is the header compilable?
7194     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7195     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7196     cat >conftest.$ac_ext <<_ACEOF
7197     /* confdefs.h. */
7198     _ACEOF
7199     cat confdefs.h >>conftest.$ac_ext
7200     cat >>conftest.$ac_ext <<_ACEOF
7201     /* end confdefs.h. */
7202     $ac_includes_default
7203     #include <$ac_header>
7204     _ACEOF
7205     rm -f conftest.$ac_objext
7206     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7207 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7208 pcg 1.1 ac_status=$?
7209 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7210     rm -f conftest.er1
7211     cat conftest.err >&5
7212 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7213     (exit $ac_status); } &&
7214 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7215     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7216     (eval $ac_try) 2>&5
7217     ac_status=$?
7218     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7219     (exit $ac_status); }; } &&
7220     { ac_try='test -s conftest.$ac_objext'
7221 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7222     (eval $ac_try) 2>&5
7223     ac_status=$?
7224     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225     (exit $ac_status); }; }; then
7226     ac_header_compiler=yes
7227     else
7228     echo "$as_me: failed program was:" >&5
7229     sed 's/^/| /' conftest.$ac_ext >&5
7230    
7231     ac_header_compiler=no
7232     fi
7233 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7234 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7235     echo "${ECHO_T}$ac_header_compiler" >&6
7236    
7237     # Is the header present?
7238     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7239     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7240     cat >conftest.$ac_ext <<_ACEOF
7241     /* confdefs.h. */
7242     _ACEOF
7243     cat confdefs.h >>conftest.$ac_ext
7244     cat >>conftest.$ac_ext <<_ACEOF
7245     /* end confdefs.h. */
7246     #include <$ac_header>
7247     _ACEOF
7248     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7249     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7250     ac_status=$?
7251     grep -v '^ *+' conftest.er1 >conftest.err
7252     rm -f conftest.er1
7253     cat conftest.err >&5
7254     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7255     (exit $ac_status); } >/dev/null; then
7256     if test -s conftest.err; then
7257     ac_cpp_err=$ac_cxx_preproc_warn_flag
7258 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7259 pcg 1.1 else
7260     ac_cpp_err=
7261     fi
7262     else
7263     ac_cpp_err=yes
7264     fi
7265     if test -z "$ac_cpp_err"; then
7266     ac_header_preproc=yes
7267     else
7268     echo "$as_me: failed program was:" >&5
7269     sed 's/^/| /' conftest.$ac_ext >&5
7270    
7271     ac_header_preproc=no
7272     fi
7273     rm -f conftest.err conftest.$ac_ext
7274     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7275     echo "${ECHO_T}$ac_header_preproc" >&6
7276    
7277     # So? What about this header?
7278 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7279     yes:no: )
7280 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7281     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7282 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7283     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7284     ac_header_preproc=yes
7285 pcg 1.1 ;;
7286 pcg 1.11 no:yes:* )
7287 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7288     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7289 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7290     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7291     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7292     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7293     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7294     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7295 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7296     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7297 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7298     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7299 pcg 1.1 (
7300     cat <<\_ASBOX
7301 pcg 1.11 ## ------------------------------------------ ##
7302     ## Report this to the AC_PACKAGE_NAME lists. ##
7303     ## ------------------------------------------ ##
7304 pcg 1.1 _ASBOX
7305     ) |
7306     sed "s/^/$as_me: WARNING: /" >&2
7307     ;;
7308     esac
7309     echo "$as_me:$LINENO: checking for $ac_header" >&5
7310     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7311     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7312     echo $ECHO_N "(cached) $ECHO_C" >&6
7313     else
7314 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7315 pcg 1.1 fi
7316     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7317     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7318    
7319     fi
7320     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7321     cat >>confdefs.h <<_ACEOF
7322     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7323     _ACEOF
7324    
7325     fi
7326    
7327     done
7328    
7329    
7330    
7331    
7332    
7333    
7334 pcg 1.13
7335     for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7336 pcg 1.1 do
7337     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7338     echo "$as_me:$LINENO: checking for $ac_header" >&5
7339     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7340     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7341     echo $ECHO_N "(cached) $ECHO_C" >&6
7342     else
7343     cat >conftest.$ac_ext <<_ACEOF
7344     /* confdefs.h. */
7345     _ACEOF
7346     cat confdefs.h >>conftest.$ac_ext
7347     cat >>conftest.$ac_ext <<_ACEOF
7348     /* end confdefs.h. */
7349    
7350     #include <sys/types.h>
7351     #include <sys/socket.h>
7352     #ifdef HAVE_NETINET_IN_H
7353     # include <netinet/in.h>
7354     #endif
7355     #ifdef HAVE_ARPA_INET_H
7356     # include <arpa/inet.h>
7357     #endif
7358     #ifdef HAVE_NETINET_IN_SYSTM_H
7359     # include <netinet/in_systm.h>
7360     #endif
7361    
7362    
7363     #include <$ac_header>
7364     _ACEOF
7365     rm -f conftest.$ac_objext
7366     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7367 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7368 pcg 1.1 ac_status=$?
7369 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7370     rm -f conftest.er1
7371     cat conftest.err >&5
7372 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373     (exit $ac_status); } &&
7374 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7375     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7376     (eval $ac_try) 2>&5
7377     ac_status=$?
7378     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7379     (exit $ac_status); }; } &&
7380     { ac_try='test -s conftest.$ac_objext'
7381 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7382     (eval $ac_try) 2>&5
7383     ac_status=$?
7384     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385     (exit $ac_status); }; }; then
7386     eval "$as_ac_Header=yes"
7387     else
7388     echo "$as_me: failed program was:" >&5
7389     sed 's/^/| /' conftest.$ac_ext >&5
7390    
7391     eval "$as_ac_Header=no"
7392     fi
7393 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7394 pcg 1.1 fi
7395     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7396     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7397     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7398     cat >>confdefs.h <<_ACEOF
7399     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7400     _ACEOF
7401    
7402     fi
7403    
7404     done
7405    
7406    
7407     echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7408     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7409     if test "${ac_cv_c_const+set}" = set; then
7410     echo $ECHO_N "(cached) $ECHO_C" >&6
7411     else
7412     cat >conftest.$ac_ext <<_ACEOF
7413     /* confdefs.h. */
7414     _ACEOF
7415     cat confdefs.h >>conftest.$ac_ext
7416     cat >>conftest.$ac_ext <<_ACEOF
7417     /* end confdefs.h. */
7418    
7419     int
7420     main ()
7421     {
7422     /* FIXME: Include the comments suggested by Paul. */
7423     #ifndef __cplusplus
7424     /* Ultrix mips cc rejects this. */
7425     typedef int charset[2];
7426     const charset x;
7427     /* SunOS 4.1.1 cc rejects this. */
7428     char const *const *ccp;
7429     char **p;
7430     /* NEC SVR4.0.2 mips cc rejects this. */
7431     struct point {int x, y;};
7432     static struct point const zero = {0,0};
7433     /* AIX XL C 1.02.0.0 rejects this.
7434     It does not let you subtract one const X* pointer from another in
7435     an arm of an if-expression whose if-part is not a constant
7436     expression */
7437     const char *g = "string";
7438     ccp = &g + (g ? g-g : 0);
7439     /* HPUX 7.0 cc rejects these. */
7440     ++ccp;
7441     p = (char**) ccp;
7442     ccp = (char const *const *) p;
7443     { /* SCO 3.2v4 cc rejects this. */
7444     char *t;
7445     char const *s = 0 ? (char *) 0 : (char const *) 0;
7446    
7447     *t++ = 0;
7448     }
7449     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7450     int x[] = {25, 17};
7451     const int *foo = &x[0];
7452     ++foo;
7453     }
7454     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7455     typedef const int *iptr;
7456     iptr p = 0;
7457     ++p;
7458     }
7459     { /* AIX XL C 1.02.0.0 rejects this saying
7460     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7461     struct s { int j; const int *ap[3]; };
7462     struct s *b; b->j = 5;
7463     }
7464     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7465     const int foo = 10;
7466     }
7467     #endif
7468    
7469     ;
7470     return 0;
7471     }
7472     _ACEOF
7473     rm -f conftest.$ac_objext
7474     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7475 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7476 pcg 1.1 ac_status=$?
7477 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7478     rm -f conftest.er1
7479     cat conftest.err >&5
7480 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7481     (exit $ac_status); } &&
7482 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7483     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7484     (eval $ac_try) 2>&5
7485     ac_status=$?
7486     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7487     (exit $ac_status); }; } &&
7488     { ac_try='test -s conftest.$ac_objext'
7489 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7490     (eval $ac_try) 2>&5
7491     ac_status=$?
7492     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7493     (exit $ac_status); }; }; then
7494     ac_cv_c_const=yes
7495     else
7496     echo "$as_me: failed program was:" >&5
7497     sed 's/^/| /' conftest.$ac_ext >&5
7498    
7499     ac_cv_c_const=no
7500     fi
7501 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7502 pcg 1.1 fi
7503     echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7504     echo "${ECHO_T}$ac_cv_c_const" >&6
7505     if test $ac_cv_c_const = no; then
7506    
7507     cat >>confdefs.h <<\_ACEOF
7508     #define const
7509     _ACEOF
7510    
7511     fi
7512    
7513     echo "$as_me:$LINENO: checking for pid_t" >&5
7514     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7515     if test "${ac_cv_type_pid_t+set}" = set; then
7516     echo $ECHO_N "(cached) $ECHO_C" >&6
7517     else
7518     cat >conftest.$ac_ext <<_ACEOF
7519     /* confdefs.h. */
7520     _ACEOF
7521     cat confdefs.h >>conftest.$ac_ext
7522     cat >>conftest.$ac_ext <<_ACEOF
7523     /* end confdefs.h. */
7524     $ac_includes_default
7525     int
7526     main ()
7527     {
7528     if ((pid_t *) 0)
7529     return 0;
7530     if (sizeof (pid_t))
7531     return 0;
7532     ;
7533     return 0;
7534     }
7535     _ACEOF
7536     rm -f conftest.$ac_objext
7537     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7538 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7539 pcg 1.1 ac_status=$?
7540 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7541     rm -f conftest.er1
7542     cat conftest.err >&5
7543 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7544     (exit $ac_status); } &&
7545 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7546     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7547     (eval $ac_try) 2>&5
7548     ac_status=$?
7549     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7550     (exit $ac_status); }; } &&
7551     { ac_try='test -s conftest.$ac_objext'
7552 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7553     (eval $ac_try) 2>&5
7554     ac_status=$?
7555     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7556     (exit $ac_status); }; }; then
7557     ac_cv_type_pid_t=yes
7558     else
7559     echo "$as_me: failed program was:" >&5
7560     sed 's/^/| /' conftest.$ac_ext >&5
7561    
7562     ac_cv_type_pid_t=no
7563     fi
7564 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7565 pcg 1.1 fi
7566     echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7567     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7568     if test $ac_cv_type_pid_t = yes; then
7569     :
7570     else
7571    
7572     cat >>confdefs.h <<_ACEOF
7573     #define pid_t int
7574     _ACEOF
7575    
7576     fi
7577    
7578     echo "$as_me:$LINENO: checking for size_t" >&5
7579     echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7580     if test "${ac_cv_type_size_t+set}" = set; then
7581     echo $ECHO_N "(cached) $ECHO_C" >&6
7582     else
7583     cat >conftest.$ac_ext <<_ACEOF
7584     /* confdefs.h. */
7585     _ACEOF
7586     cat confdefs.h >>conftest.$ac_ext
7587     cat >>conftest.$ac_ext <<_ACEOF
7588     /* end confdefs.h. */
7589     $ac_includes_default
7590     int
7591     main ()
7592     {
7593     if ((size_t *) 0)
7594     return 0;
7595     if (sizeof (size_t))
7596     return 0;
7597     ;
7598     return 0;
7599     }
7600     _ACEOF
7601     rm -f conftest.$ac_objext
7602     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7603 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7604 pcg 1.1 ac_status=$?
7605 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7606     rm -f conftest.er1
7607     cat conftest.err >&5
7608 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7609     (exit $ac_status); } &&
7610 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7611     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7612     (eval $ac_try) 2>&5
7613     ac_status=$?
7614     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7615     (exit $ac_status); }; } &&
7616     { ac_try='test -s conftest.$ac_objext'
7617 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7618     (eval $ac_try) 2>&5
7619     ac_status=$?
7620     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7621     (exit $ac_status); }; }; then
7622     ac_cv_type_size_t=yes
7623     else
7624     echo "$as_me: failed program was:" >&5
7625     sed 's/^/| /' conftest.$ac_ext >&5
7626    
7627     ac_cv_type_size_t=no
7628     fi
7629 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7630 pcg 1.1 fi
7631     echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7632     echo "${ECHO_T}$ac_cv_type_size_t" >&6
7633     if test $ac_cv_type_size_t = yes; then
7634     :
7635     else
7636    
7637     cat >>confdefs.h <<_ACEOF
7638     #define size_t unsigned
7639     _ACEOF
7640    
7641     fi
7642    
7643     echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7644     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7645     if test "${ac_cv_header_time+set}" = set; then
7646     echo $ECHO_N "(cached) $ECHO_C" >&6
7647     else
7648     cat >conftest.$ac_ext <<_ACEOF
7649     /* confdefs.h. */
7650     _ACEOF
7651     cat confdefs.h >>conftest.$ac_ext
7652     cat >>conftest.$ac_ext <<_ACEOF
7653     /* end confdefs.h. */
7654     #include <sys/types.h>
7655     #include <sys/time.h>
7656     #include <time.h>
7657    
7658     int
7659     main ()
7660     {
7661     if ((struct tm *) 0)
7662     return 0;
7663     ;
7664     return 0;
7665     }
7666     _ACEOF
7667     rm -f conftest.$ac_objext
7668     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7669 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7670 pcg 1.1 ac_status=$?
7671 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7672     rm -f conftest.er1
7673     cat conftest.err >&5
7674 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7675     (exit $ac_status); } &&
7676 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7677     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7678     (eval $ac_try) 2>&5
7679     ac_status=$?
7680     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681     (exit $ac_status); }; } &&
7682     { ac_try='test -s conftest.$ac_objext'
7683 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7684     (eval $ac_try) 2>&5
7685     ac_status=$?
7686     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687     (exit $ac_status); }; }; then
7688     ac_cv_header_time=yes
7689     else
7690     echo "$as_me: failed program was:" >&5
7691     sed 's/^/| /' conftest.$ac_ext >&5
7692    
7693     ac_cv_header_time=no
7694     fi
7695 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7696 pcg 1.1 fi
7697     echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7698     echo "${ECHO_T}$ac_cv_header_time" >&6
7699     if test $ac_cv_header_time = yes; then
7700    
7701     cat >>confdefs.h <<\_ACEOF
7702     #define TIME_WITH_SYS_TIME 1
7703     _ACEOF
7704    
7705     fi
7706    
7707     echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7708     echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7709     if test "${ac_cv_struct_tm+set}" = set; then
7710     echo $ECHO_N "(cached) $ECHO_C" >&6
7711     else
7712     cat >conftest.$ac_ext <<_ACEOF
7713     /* confdefs.h. */
7714     _ACEOF
7715     cat confdefs.h >>conftest.$ac_ext
7716     cat >>conftest.$ac_ext <<_ACEOF
7717     /* end confdefs.h. */
7718     #include <sys/types.h>
7719     #include <time.h>
7720    
7721     int
7722     main ()
7723     {
7724     struct tm *tp; tp->tm_sec;
7725     ;
7726     return 0;
7727     }
7728     _ACEOF
7729     rm -f conftest.$ac_objext
7730     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7731 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7732 pcg 1.1 ac_status=$?
7733 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7734     rm -f conftest.er1
7735     cat conftest.err >&5
7736 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7737     (exit $ac_status); } &&
7738 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7739     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7740     (eval $ac_try) 2>&5
7741     ac_status=$?
7742     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743     (exit $ac_status); }; } &&
7744     { ac_try='test -s conftest.$ac_objext'
7745 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7746     (eval $ac_try) 2>&5
7747     ac_status=$?
7748     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749     (exit $ac_status); }; }; then
7750     ac_cv_struct_tm=time.h
7751     else
7752     echo "$as_me: failed program was:" >&5
7753     sed 's/^/| /' conftest.$ac_ext >&5
7754    
7755     ac_cv_struct_tm=sys/time.h
7756     fi
7757 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7758 pcg 1.1 fi
7759     echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7760     echo "${ECHO_T}$ac_cv_struct_tm" >&6
7761     if test $ac_cv_struct_tm = sys/time.h; then
7762    
7763     cat >>confdefs.h <<\_ACEOF
7764     #define TM_IN_SYS_TIME 1
7765     _ACEOF
7766    
7767     fi
7768    
7769    
7770     echo "$as_me:$LINENO: checking for socklen_t" >&5
7771     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7772     if test "${ac_cv_type_socklen_t+set}" = set; then
7773     echo $ECHO_N "(cached) $ECHO_C" >&6
7774     else
7775    
7776     cat >conftest.$ac_ext <<_ACEOF
7777     /* confdefs.h. */
7778     _ACEOF
7779     cat confdefs.h >>conftest.$ac_ext
7780     cat >>conftest.$ac_ext <<_ACEOF
7781     /* end confdefs.h. */
7782     #include <sys/types.h>
7783     #include <sys/socket.h>
7784     int
7785     main ()
7786     {
7787     socklen_t len = 42; return len;
7788     ;
7789     return 0;
7790     }
7791     _ACEOF
7792     rm -f conftest.$ac_objext
7793     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7794 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7795 pcg 1.1 ac_status=$?
7796 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7797     rm -f conftest.er1
7798     cat conftest.err >&5
7799 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7800     (exit $ac_status); } &&
7801 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7802     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7803     (eval $ac_try) 2>&5
7804     ac_status=$?
7805     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7806     (exit $ac_status); }; } &&
7807     { ac_try='test -s conftest.$ac_objext'
7808 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7809     (eval $ac_try) 2>&5
7810     ac_status=$?
7811     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812     (exit $ac_status); }; }; then
7813     ac_cv_type_socklen_t=yes
7814     else
7815     echo "$as_me: failed program was:" >&5
7816     sed 's/^/| /' conftest.$ac_ext >&5
7817    
7818     ac_cv_type_socklen_t=no
7819     fi
7820 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7821 pcg 1.1
7822     fi
7823     echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7824     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7825     if test $ac_cv_type_socklen_t = yes; then
7826    
7827     cat >>confdefs.h <<\_ACEOF
7828     #define HAVE_SOCKLEN_T 1
7829     _ACEOF
7830    
7831     fi
7832    
7833     echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7834     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7835     if test "${ac_cv_struct_addrinfo+set}" = set; then
7836     echo $ECHO_N "(cached) $ECHO_C" >&6
7837     else
7838    
7839     cat >conftest.$ac_ext <<_ACEOF
7840     /* confdefs.h. */
7841     _ACEOF
7842     cat confdefs.h >>conftest.$ac_ext
7843     cat >>conftest.$ac_ext <<_ACEOF
7844     /* end confdefs.h. */
7845     #include <sys/types.h>
7846     #include <sys/socket.h>
7847     #include <netdb.h>
7848     int
7849     main ()
7850     {
7851     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7852     ;
7853     return 0;
7854     }
7855     _ACEOF
7856     rm -f conftest.$ac_objext
7857     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7858 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7859 pcg 1.1 ac_status=$?
7860 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7861     rm -f conftest.er1
7862     cat conftest.err >&5
7863 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7864     (exit $ac_status); } &&
7865 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7866     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7867     (eval $ac_try) 2>&5
7868     ac_status=$?
7869     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7870     (exit $ac_status); }; } &&
7871     { ac_try='test -s conftest.$ac_objext'
7872 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7873     (eval $ac_try) 2>&5
7874     ac_status=$?
7875     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876     (exit $ac_status); }; }; then
7877     ac_cv_struct_addrinfo=yes
7878     else
7879     echo "$as_me: failed program was:" >&5
7880     sed 's/^/| /' conftest.$ac_ext >&5
7881    
7882     ac_cv_struct_addrinfo=no
7883     fi
7884 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7885 pcg 1.1
7886     fi
7887     echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7888     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7889     if test $ac_cv_struct_addrinfo = yes; then
7890    
7891     cat >>confdefs.h <<\_ACEOF
7892     #define HAVE_STRUCT_ADDRINFO 1
7893     _ACEOF
7894    
7895     fi
7896    
7897     echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7898     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7899     if test "${ac_cv_type_signal+set}" = set; then
7900     echo $ECHO_N "(cached) $ECHO_C" >&6
7901     else
7902     cat >conftest.$ac_ext <<_ACEOF
7903     /* confdefs.h. */
7904     _ACEOF
7905     cat confdefs.h >>conftest.$ac_ext
7906     cat >>conftest.$ac_ext <<_ACEOF
7907     /* end confdefs.h. */
7908     #include <sys/types.h>
7909     #include <signal.h>
7910     #ifdef signal
7911     # undef signal
7912     #endif
7913     #ifdef __cplusplus
7914     extern "C" void (*signal (int, void (*)(int)))(int);
7915     #else
7916     void (*signal ()) ();
7917     #endif
7918    
7919     int
7920     main ()
7921     {
7922     int i;
7923     ;
7924     return 0;
7925     }
7926     _ACEOF
7927     rm -f conftest.$ac_objext
7928     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7929 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7930 pcg 1.1 ac_status=$?
7931 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7932     rm -f conftest.er1
7933     cat conftest.err >&5
7934 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7935     (exit $ac_status); } &&
7936 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7937     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7938     (eval $ac_try) 2>&5
7939     ac_status=$?
7940     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7941     (exit $ac_status); }; } &&
7942     { ac_try='test -s conftest.$ac_objext'
7943 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7944     (eval $ac_try) 2>&5
7945     ac_status=$?
7946     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7947     (exit $ac_status); }; }; then
7948     ac_cv_type_signal=void
7949     else
7950     echo "$as_me: failed program was:" >&5
7951     sed 's/^/| /' conftest.$ac_ext >&5
7952    
7953     ac_cv_type_signal=int
7954     fi
7955 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7956 pcg 1.1 fi
7957     echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7958     echo "${ECHO_T}$ac_cv_type_signal" >&6
7959    
7960     cat >>confdefs.h <<_ACEOF
7961     #define RETSIGTYPE $ac_cv_type_signal
7962     _ACEOF
7963    
7964    
7965    
7966     ac_ext=c
7967     ac_cpp='$CPP $CPPFLAGS'
7968     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7969     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7970     ac_compiler_gnu=$ac_cv_c_compiler_gnu
7971    
7972    
7973     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7974     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7975     if test "${ac_cv_header_stdc+set}" = set; then
7976     echo $ECHO_N "(cached) $ECHO_C" >&6
7977     else
7978     cat >conftest.$ac_ext <<_ACEOF
7979     /* confdefs.h. */
7980     _ACEOF
7981     cat confdefs.h >>conftest.$ac_ext
7982     cat >>conftest.$ac_ext <<_ACEOF
7983     /* end confdefs.h. */
7984     #include <stdlib.h>
7985     #include <stdarg.h>
7986     #include <string.h>
7987     #include <float.h>
7988    
7989     int
7990     main ()
7991     {
7992    
7993     ;
7994     return 0;
7995     }
7996     _ACEOF
7997     rm -f conftest.$ac_objext
7998     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7999 pcg 1.11 (eval $ac_compile) 2>conftest.er1
8000 pcg 1.1 ac_status=$?
8001 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8002     rm -f conftest.er1
8003     cat conftest.err >&5
8004 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8005     (exit $ac_status); } &&
8006 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8007     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8008     (eval $ac_try) 2>&5
8009     ac_status=$?
8010     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8011     (exit $ac_status); }; } &&
8012     { ac_try='test -s conftest.$ac_objext'
8013 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8014     (eval $ac_try) 2>&5
8015     ac_status=$?
8016     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8017     (exit $ac_status); }; }; then
8018     ac_cv_header_stdc=yes
8019     else
8020     echo "$as_me: failed program was:" >&5
8021     sed 's/^/| /' conftest.$ac_ext >&5
8022    
8023     ac_cv_header_stdc=no
8024     fi
8025 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8026 pcg 1.1
8027     if test $ac_cv_header_stdc = yes; then
8028     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8029     cat >conftest.$ac_ext <<_ACEOF
8030     /* confdefs.h. */
8031     _ACEOF
8032     cat confdefs.h >>conftest.$ac_ext
8033     cat >>conftest.$ac_ext <<_ACEOF
8034     /* end confdefs.h. */
8035     #include <string.h>
8036    
8037     _ACEOF
8038     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8039     $EGREP "memchr" >/dev/null 2>&1; then
8040     :
8041     else
8042     ac_cv_header_stdc=no
8043     fi
8044     rm -f conftest*
8045    
8046     fi
8047    
8048     if test $ac_cv_header_stdc = yes; then
8049     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8050     cat >conftest.$ac_ext <<_ACEOF
8051     /* confdefs.h. */
8052     _ACEOF
8053     cat confdefs.h >>conftest.$ac_ext
8054     cat >>conftest.$ac_ext <<_ACEOF
8055     /* end confdefs.h. */
8056     #include <stdlib.h>
8057    
8058     _ACEOF
8059     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8060     $EGREP "free" >/dev/null 2>&1; then
8061     :
8062     else
8063     ac_cv_header_stdc=no
8064     fi
8065     rm -f conftest*
8066    
8067     fi
8068    
8069     if test $ac_cv_header_stdc = yes; then
8070     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8071     if test "$cross_compiling" = yes; then
8072     :
8073     else
8074     cat >conftest.$ac_ext <<_ACEOF
8075     /* confdefs.h. */
8076     _ACEOF
8077     cat confdefs.h >>conftest.$ac_ext
8078     cat >>conftest.$ac_ext <<_ACEOF
8079     /* end confdefs.h. */
8080     #include <ctype.h>
8081     #if ((' ' & 0x0FF) == 0x020)
8082     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8083     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8084     #else
8085     # define ISLOWER(c) \
8086 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
8087     || ('j' <= (c) && (c) <= 'r') \
8088     || ('s' <= (c) && (c) <= 'z'))
8089 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8090     #endif
8091    
8092     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8093     int
8094     main ()
8095     {
8096     int i;
8097     for (i = 0; i < 256; i++)
8098     if (XOR (islower (i), ISLOWER (i))
8099 pcg 1.11 || toupper (i) != TOUPPER (i))
8100 pcg 1.1 exit(2);
8101     exit (0);
8102     }
8103     _ACEOF
8104     rm -f conftest$ac_exeext
8105     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8106     (eval $ac_link) 2>&5
8107     ac_status=$?
8108     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8110     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8111     (eval $ac_try) 2>&5
8112     ac_status=$?
8113     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8114     (exit $ac_status); }; }; then
8115     :
8116     else
8117     echo "$as_me: program exited with status $ac_status" >&5
8118     echo "$as_me: failed program was:" >&5
8119     sed 's/^/| /' conftest.$ac_ext >&5
8120    
8121     ( exit $ac_status )
8122     ac_cv_header_stdc=no
8123     fi
8124     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8125     fi
8126     fi
8127     fi
8128     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8129     echo "${ECHO_T}$ac_cv_header_stdc" >&6
8130     if test $ac_cv_header_stdc = yes; then
8131    
8132     cat >>confdefs.h <<\_ACEOF
8133     #define STDC_HEADERS 1
8134     _ACEOF
8135    
8136     fi
8137    
8138    
8139    
8140    
8141    
8142    
8143    
8144    
8145    
8146    
8147    
8148    
8149 pcg 1.11 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8150 pcg 1.1 do
8151     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8152     echo "$as_me:$LINENO: checking for $ac_func" >&5
8153     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8154     if eval "test \"\${$as_ac_var+set}\" = set"; then
8155     echo $ECHO_N "(cached) $ECHO_C" >&6
8156     else
8157     cat >conftest.$ac_ext <<_ACEOF
8158     /* confdefs.h. */
8159     _ACEOF
8160     cat confdefs.h >>conftest.$ac_ext
8161     cat >>conftest.$ac_ext <<_ACEOF
8162     /* end confdefs.h. */
8163 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8164     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8165     #define $ac_func innocuous_$ac_func
8166    
8167 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8168     which can conflict with char $ac_func (); below.
8169     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8170     <limits.h> exists even on freestanding compilers. */
8171 pcg 1.11
8172 pcg 1.1 #ifdef __STDC__
8173     # include <limits.h>
8174     #else
8175     # include <assert.h>
8176     #endif
8177 pcg 1.11
8178     #undef $ac_func
8179    
8180 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8181     #ifdef __cplusplus
8182     extern "C"
8183     {
8184     #endif
8185     /* We use char because int might match the return type of a gcc2
8186     builtin and then its argument prototype would still apply. */
8187     char $ac_func ();
8188     /* The GNU C library defines this for functions which it implements
8189     to always fail with ENOSYS. Some functions are actually named
8190     something starting with __ and the normal name is an alias. */
8191     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8192     choke me
8193     #else
8194     char (*f) () = $ac_func;
8195     #endif
8196     #ifdef __cplusplus
8197     }
8198     #endif
8199    
8200     int
8201     main ()
8202     {
8203     return f != $ac_func;
8204     ;
8205     return 0;
8206     }
8207     _ACEOF
8208     rm -f conftest.$ac_objext conftest$ac_exeext
8209     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8210 pcg 1.11 (eval $ac_link) 2>conftest.er1
8211 pcg 1.1 ac_status=$?
8212 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8213     rm -f conftest.er1
8214     cat conftest.err >&5
8215 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8216     (exit $ac_status); } &&
8217 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8218     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8219     (eval $ac_try) 2>&5
8220     ac_status=$?
8221     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222     (exit $ac_status); }; } &&
8223     { ac_try='test -s conftest$ac_exeext'
8224 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8225     (eval $ac_try) 2>&5
8226     ac_status=$?
8227     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228     (exit $ac_status); }; }; then
8229     eval "$as_ac_var=yes"
8230     else
8231     echo "$as_me: failed program was:" >&5
8232     sed 's/^/| /' conftest.$ac_ext >&5
8233    
8234     eval "$as_ac_var=no"
8235     fi
8236 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8237     conftest$ac_exeext conftest.$ac_ext
8238 pcg 1.1 fi
8239     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8240     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8241     if test `eval echo '${'$as_ac_var'}'` = yes; then
8242     cat >>confdefs.h <<_ACEOF
8243     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8244     _ACEOF
8245    
8246     fi
8247     done
8248    
8249    
8250     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8251     # for constant arguments. Useless!
8252     echo "$as_me:$LINENO: checking for working alloca.h" >&5
8253     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8254     if test "${ac_cv_working_alloca_h+set}" = set; then
8255     echo $ECHO_N "(cached) $ECHO_C" >&6
8256     else
8257     cat >conftest.$ac_ext <<_ACEOF
8258     /* confdefs.h. */
8259     _ACEOF
8260     cat confdefs.h >>conftest.$ac_ext
8261     cat >>conftest.$ac_ext <<_ACEOF
8262     /* end confdefs.h. */
8263     #include <alloca.h>
8264     int
8265     main ()
8266     {
8267     char *p = (char *) alloca (2 * sizeof (int));
8268     ;
8269     return 0;
8270     }
8271     _ACEOF
8272     rm -f conftest.$ac_objext conftest$ac_exeext
8273     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8274 pcg 1.11 (eval $ac_link) 2>conftest.er1
8275 pcg 1.1 ac_status=$?
8276 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8277     rm -f conftest.er1
8278     cat conftest.err >&5
8279 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280     (exit $ac_status); } &&
8281 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8282     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8283     (eval $ac_try) 2>&5
8284     ac_status=$?
8285     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286     (exit $ac_status); }; } &&
8287     { ac_try='test -s conftest$ac_exeext'
8288 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8289     (eval $ac_try) 2>&5
8290     ac_status=$?
8291     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8292     (exit $ac_status); }; }; then
8293     ac_cv_working_alloca_h=yes
8294     else
8295     echo "$as_me: failed program was:" >&5
8296     sed 's/^/| /' conftest.$ac_ext >&5
8297    
8298     ac_cv_working_alloca_h=no
8299     fi
8300 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8301     conftest$ac_exeext conftest.$ac_ext
8302 pcg 1.1 fi
8303     echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8304     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8305     if test $ac_cv_working_alloca_h = yes; then
8306    
8307     cat >>confdefs.h <<\_ACEOF
8308     #define HAVE_ALLOCA_H 1
8309     _ACEOF
8310    
8311     fi
8312    
8313     echo "$as_me:$LINENO: checking for alloca" >&5
8314     echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8315     if test "${ac_cv_func_alloca_works+set}" = set; then
8316     echo $ECHO_N "(cached) $ECHO_C" >&6
8317     else
8318     cat >conftest.$ac_ext <<_ACEOF
8319     /* confdefs.h. */
8320     _ACEOF
8321     cat confdefs.h >>conftest.$ac_ext
8322     cat >>conftest.$ac_ext <<_ACEOF
8323     /* end confdefs.h. */
8324     #ifdef __GNUC__
8325     # define alloca __builtin_alloca
8326     #else
8327     # ifdef _MSC_VER
8328     # include <malloc.h>
8329     # define alloca _alloca
8330     # else
8331     # if HAVE_ALLOCA_H
8332     # include <alloca.h>
8333     # else
8334     # ifdef _AIX
8335     #pragma alloca
8336     # else
8337     # ifndef alloca /* predefined by HP cc +Olibcalls */
8338     char *alloca ();
8339     # endif
8340     # endif
8341     # endif
8342     # endif
8343     #endif
8344    
8345     int
8346     main ()
8347     {
8348     char *p = (char *) alloca (1);
8349     ;
8350     return 0;
8351     }
8352     _ACEOF
8353     rm -f conftest.$ac_objext conftest$ac_exeext
8354     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8355 pcg 1.11 (eval $ac_link) 2>conftest.er1
8356 pcg 1.1 ac_status=$?
8357 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8358     rm -f conftest.er1
8359     cat conftest.err >&5
8360 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8361     (exit $ac_status); } &&
8362 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8363     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8364     (eval $ac_try) 2>&5
8365     ac_status=$?
8366     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8367     (exit $ac_status); }; } &&
8368     { ac_try='test -s conftest$ac_exeext'
8369 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8370     (eval $ac_try) 2>&5
8371     ac_status=$?
8372     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8373     (exit $ac_status); }; }; then
8374     ac_cv_func_alloca_works=yes
8375     else
8376     echo "$as_me: failed program was:" >&5
8377     sed 's/^/| /' conftest.$ac_ext >&5
8378    
8379     ac_cv_func_alloca_works=no
8380     fi
8381 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8382     conftest$ac_exeext conftest.$ac_ext
8383 pcg 1.1 fi
8384     echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8385     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8386    
8387     if test $ac_cv_func_alloca_works = yes; then
8388    
8389     cat >>confdefs.h <<\_ACEOF
8390     #define HAVE_ALLOCA 1
8391     _ACEOF
8392    
8393     else
8394     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8395     # that cause trouble. Some versions do not even contain alloca or
8396     # contain a buggy version. If you still want to use their alloca,
8397     # use ar to extract alloca.o from them instead of compiling alloca.c.
8398    
8399     ALLOCA=alloca.$ac_objext
8400    
8401     cat >>confdefs.h <<\_ACEOF
8402     #define C_ALLOCA 1
8403     _ACEOF
8404    
8405    
8406     echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8407     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8408     if test "${ac_cv_os_cray+set}" = set; then
8409     echo $ECHO_N "(cached) $ECHO_C" >&6
8410     else
8411     cat >conftest.$ac_ext <<_ACEOF
8412     /* confdefs.h. */
8413     _ACEOF
8414     cat confdefs.h >>conftest.$ac_ext
8415     cat >>conftest.$ac_ext <<_ACEOF
8416     /* end confdefs.h. */
8417     #if defined(CRAY) && ! defined(CRAY2)
8418     webecray
8419     #else
8420     wenotbecray
8421     #endif
8422    
8423     _ACEOF
8424     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8425     $EGREP "webecray" >/dev/null 2>&1; then
8426     ac_cv_os_cray=yes
8427     else
8428     ac_cv_os_cray=no
8429     fi
8430     rm -f conftest*
8431    
8432     fi
8433     echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8434     echo "${ECHO_T}$ac_cv_os_cray" >&6
8435     if test $ac_cv_os_cray = yes; then
8436     for ac_func in _getb67 GETB67 getb67; do
8437     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8438     echo "$as_me:$LINENO: checking for $ac_func" >&5
8439     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8440     if eval "test \"\${$as_ac_var+set}\" = set"; then
8441     echo $ECHO_N "(cached) $ECHO_C" >&6
8442     else
8443     cat >conftest.$ac_ext <<_ACEOF
8444     /* confdefs.h. */
8445     _ACEOF
8446     cat confdefs.h >>conftest.$ac_ext
8447     cat >>conftest.$ac_ext <<_ACEOF
8448     /* end confdefs.h. */
8449 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8450     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8451     #define $ac_func innocuous_$ac_func
8452    
8453 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8454     which can conflict with char $ac_func (); below.
8455     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8456     <limits.h> exists even on freestanding compilers. */
8457 pcg 1.11
8458 pcg 1.1 #ifdef __STDC__
8459     # include <limits.h>
8460     #else
8461     # include <assert.h>
8462     #endif
8463 pcg 1.11
8464     #undef $ac_func
8465    
8466 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8467     #ifdef __cplusplus
8468     extern "C"
8469     {
8470     #endif
8471     /* We use char because int might match the return type of a gcc2
8472     builtin and then its argument prototype would still apply. */
8473     char $ac_func ();
8474     /* The GNU C library defines this for functions which it implements
8475     to always fail with ENOSYS. Some functions are actually named
8476     something starting with __ and the normal name is an alias. */
8477     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8478     choke me
8479     #else
8480     char (*f) () = $ac_func;
8481     #endif
8482     #ifdef __cplusplus
8483     }
8484     #endif
8485    
8486     int
8487     main ()
8488     {
8489     return f != $ac_func;
8490     ;
8491     return 0;
8492     }
8493     _ACEOF
8494     rm -f conftest.$ac_objext conftest$ac_exeext
8495     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8496 pcg 1.11 (eval $ac_link) 2>conftest.er1
8497 pcg 1.1 ac_status=$?
8498 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8499     rm -f conftest.er1
8500     cat conftest.err >&5
8501 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8502     (exit $ac_status); } &&
8503 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8504     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8505     (eval $ac_try) 2>&5
8506     ac_status=$?
8507     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508     (exit $ac_status); }; } &&
8509     { ac_try='test -s conftest$ac_exeext'
8510 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8511     (eval $ac_try) 2>&5
8512     ac_status=$?
8513     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514     (exit $ac_status); }; }; then
8515     eval "$as_ac_var=yes"
8516     else
8517     echo "$as_me: failed program was:" >&5
8518     sed 's/^/| /' conftest.$ac_ext >&5
8519    
8520     eval "$as_ac_var=no"
8521     fi
8522 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8523     conftest$ac_exeext conftest.$ac_ext
8524 pcg 1.1 fi
8525     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8526     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8527     if test `eval echo '${'$as_ac_var'}'` = yes; then
8528    
8529     cat >>confdefs.h <<_ACEOF
8530     #define CRAY_STACKSEG_END $ac_func
8531     _ACEOF
8532    
8533     break
8534     fi
8535    
8536     done
8537     fi
8538    
8539     echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8540     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8541     if test "${ac_cv_c_stack_direction+set}" = set; then
8542     echo $ECHO_N "(cached) $ECHO_C" >&6
8543     else
8544     if test "$cross_compiling" = yes; then
8545     ac_cv_c_stack_direction=0
8546     else
8547     cat >conftest.$ac_ext <<_ACEOF
8548     /* confdefs.h. */
8549     _ACEOF
8550     cat confdefs.h >>conftest.$ac_ext
8551     cat >>conftest.$ac_ext <<_ACEOF
8552     /* end confdefs.h. */
8553     int
8554     find_stack_direction ()
8555     {
8556     static char *addr = 0;
8557     auto char dummy;
8558     if (addr == 0)
8559     {
8560     addr = &dummy;
8561     return find_stack_direction ();
8562     }
8563     else
8564     return (&dummy > addr) ? 1 : -1;
8565     }
8566    
8567     int
8568     main ()
8569     {
8570     exit (find_stack_direction () < 0);
8571     }
8572     _ACEOF
8573     rm -f conftest$ac_exeext
8574     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8575     (eval $ac_link) 2>&5
8576     ac_status=$?
8577     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8578     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8579     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8580     (eval $ac_try) 2>&5
8581     ac_status=$?
8582     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8583     (exit $ac_status); }; }; then
8584     ac_cv_c_stack_direction=1
8585     else
8586     echo "$as_me: program exited with status $ac_status" >&5
8587     echo "$as_me: failed program was:" >&5
8588     sed 's/^/| /' conftest.$ac_ext >&5
8589    
8590     ( exit $ac_status )
8591     ac_cv_c_stack_direction=-1
8592     fi
8593     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8594     fi
8595     fi
8596     echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8597     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8598    
8599     cat >>confdefs.h <<_ACEOF
8600     #define STACK_DIRECTION $ac_cv_c_stack_direction
8601     _ACEOF
8602    
8603    
8604     fi
8605    
8606    
8607    
8608     echo "$as_me:$LINENO: checking for socket" >&5
8609     echo $ECHO_N "checking for socket... $ECHO_C" >&6
8610     if test "${ac_cv_func_socket+set}" = set; then
8611     echo $ECHO_N "(cached) $ECHO_C" >&6
8612     else
8613     cat >conftest.$ac_ext <<_ACEOF
8614     /* confdefs.h. */
8615     _ACEOF
8616     cat confdefs.h >>conftest.$ac_ext
8617     cat >>conftest.$ac_ext <<_ACEOF
8618     /* end confdefs.h. */
8619 pcg 1.11 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8620     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8621     #define socket innocuous_socket
8622    
8623 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8624     which can conflict with char socket (); below.
8625     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8626     <limits.h> exists even on freestanding compilers. */
8627 pcg 1.11
8628 pcg 1.1 #ifdef __STDC__
8629     # include <limits.h>
8630     #else
8631     # include <assert.h>
8632     #endif
8633 pcg 1.11
8634     #undef socket
8635    
8636 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8637     #ifdef __cplusplus
8638     extern "C"
8639     {
8640     #endif
8641     /* We use char because int might match the return type of a gcc2
8642     builtin and then its argument prototype would still apply. */
8643     char socket ();
8644     /* The GNU C library defines this for functions which it implements
8645     to always fail with ENOSYS. Some functions are actually named
8646     something starting with __ and the normal name is an alias. */
8647     #if defined (__stub_socket) || defined (__stub___socket)
8648     choke me
8649     #else
8650     char (*f) () = socket;
8651     #endif
8652     #ifdef __cplusplus
8653     }
8654     #endif
8655    
8656     int
8657     main ()
8658     {
8659     return f != socket;
8660     ;
8661     return 0;
8662     }
8663     _ACEOF
8664     rm -f conftest.$ac_objext conftest$ac_exeext
8665     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8666 pcg 1.11 (eval $ac_link) 2>conftest.er1
8667 pcg 1.1 ac_status=$?
8668 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8669     rm -f conftest.er1
8670     cat conftest.err >&5
8671 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672     (exit $ac_status); } &&
8673 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8674     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8675     (eval $ac_try) 2>&5
8676     ac_status=$?
8677     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8678     (exit $ac_status); }; } &&
8679     { ac_try='test -s conftest$ac_exeext'
8680 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8681     (eval $ac_try) 2>&5
8682     ac_status=$?
8683     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684     (exit $ac_status); }; }; then
8685     ac_cv_func_socket=yes
8686     else
8687     echo "$as_me: failed program was:" >&5
8688     sed 's/^/| /' conftest.$ac_ext >&5
8689    
8690     ac_cv_func_socket=no
8691     fi
8692 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8693     conftest$ac_exeext conftest.$ac_ext
8694 pcg 1.1 fi
8695     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8696     echo "${ECHO_T}$ac_cv_func_socket" >&6
8697     if test $ac_cv_func_socket = yes; then
8698     :
8699     else
8700    
8701    
8702     echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8703     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8704     if test "${ac_cv_lib_socket_connect+set}" = set; then
8705     echo $ECHO_N "(cached) $ECHO_C" >&6
8706     else
8707     ac_check_lib_save_LIBS=$LIBS
8708     LIBS="-lsocket $LIBS"
8709     cat >conftest.$ac_ext <<_ACEOF
8710     /* confdefs.h. */
8711     _ACEOF
8712     cat confdefs.h >>conftest.$ac_ext
8713     cat >>conftest.$ac_ext <<_ACEOF
8714     /* end confdefs.h. */
8715    
8716     /* Override any gcc2 internal prototype to avoid an error. */
8717     #ifdef __cplusplus
8718     extern "C"
8719     #endif
8720     /* We use char because int might match the return type of a gcc2
8721     builtin and then its argument prototype would still apply. */
8722     char connect ();
8723     int
8724     main ()
8725     {
8726     connect ();
8727     ;
8728     return 0;
8729     }
8730     _ACEOF
8731     rm -f conftest.$ac_objext conftest$ac_exeext
8732     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8733 pcg 1.11 (eval $ac_link) 2>conftest.er1
8734 pcg 1.1 ac_status=$?
8735 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8736     rm -f conftest.er1
8737     cat conftest.err >&5
8738 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8739     (exit $ac_status); } &&
8740 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8741     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8742     (eval $ac_try) 2>&5
8743     ac_status=$?
8744     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745     (exit $ac_status); }; } &&
8746     { ac_try='test -s conftest$ac_exeext'
8747 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8748     (eval $ac_try) 2>&5
8749     ac_status=$?
8750     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8751     (exit $ac_status); }; }; then
8752     ac_cv_lib_socket_connect=yes
8753     else
8754     echo "$as_me: failed program was:" >&5
8755     sed 's/^/| /' conftest.$ac_ext >&5
8756    
8757     ac_cv_lib_socket_connect=no
8758     fi
8759 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8760     conftest$ac_exeext conftest.$ac_ext
8761 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8762     fi
8763     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8764     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8765     if test $ac_cv_lib_socket_connect = yes; then
8766     cat >>confdefs.h <<_ACEOF
8767     #define HAVE_LIBSOCKET 1
8768     _ACEOF
8769    
8770     LIBS="-lsocket $LIBS"
8771    
8772     fi
8773    
8774    
8775     fi
8776    
8777     echo "$as_me:$LINENO: checking for gethostbyname" >&5
8778     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8779     if test "${ac_cv_func_gethostbyname+set}" = set; then
8780     echo $ECHO_N "(cached) $ECHO_C" >&6
8781     else
8782     cat >conftest.$ac_ext <<_ACEOF
8783     /* confdefs.h. */
8784     _ACEOF
8785     cat confdefs.h >>conftest.$ac_ext
8786     cat >>conftest.$ac_ext <<_ACEOF
8787     /* end confdefs.h. */
8788 pcg 1.11 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8789     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8790     #define gethostbyname innocuous_gethostbyname
8791    
8792 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8793     which can conflict with char gethostbyname (); below.
8794     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8795     <limits.h> exists even on freestanding compilers. */
8796 pcg 1.11
8797 pcg 1.1 #ifdef __STDC__
8798     # include <limits.h>
8799     #else
8800     # include <assert.h>
8801     #endif
8802 pcg 1.11
8803     #undef gethostbyname
8804    
8805 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8806     #ifdef __cplusplus
8807     extern "C"
8808     {
8809     #endif
8810     /* We use char because int might match the return type of a gcc2
8811     builtin and then its argument prototype would still apply. */
8812     char gethostbyname ();
8813     /* The GNU C library defines this for functions which it implements
8814     to always fail with ENOSYS. Some functions are actually named
8815     something starting with __ and the normal name is an alias. */
8816     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8817     choke me
8818     #else
8819     char (*f) () = gethostbyname;
8820     #endif
8821     #ifdef __cplusplus
8822     }
8823     #endif
8824    
8825     int
8826     main ()
8827     {
8828     return f != gethostbyname;
8829     ;
8830     return 0;
8831     }
8832     _ACEOF
8833     rm -f conftest.$ac_objext conftest$ac_exeext
8834     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8835 pcg 1.11 (eval $ac_link) 2>conftest.er1
8836 pcg 1.1 ac_status=$?
8837 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8838     rm -f conftest.er1
8839     cat conftest.err >&5
8840 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8841     (exit $ac_status); } &&
8842 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8843     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8844     (eval $ac_try) 2>&5
8845     ac_status=$?
8846     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847     (exit $ac_status); }; } &&
8848     { ac_try='test -s conftest$ac_exeext'
8849 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8850     (eval $ac_try) 2>&5
8851     ac_status=$?
8852     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853     (exit $ac_status); }; }; then
8854     ac_cv_func_gethostbyname=yes
8855     else
8856     echo "$as_me: failed program was:" >&5
8857     sed 's/^/| /' conftest.$ac_ext >&5
8858    
8859     ac_cv_func_gethostbyname=no
8860     fi
8861 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8862     conftest$ac_exeext conftest.$ac_ext
8863 pcg 1.1 fi
8864     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8865     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8866     if test $ac_cv_func_gethostbyname = yes; then
8867     :
8868     else
8869    
8870    
8871     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8872     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8873     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8874     echo $ECHO_N "(cached) $ECHO_C" >&6
8875     else
8876     ac_check_lib_save_LIBS=$LIBS
8877     LIBS="-lnsl $LIBS"
8878     cat >conftest.$ac_ext <<_ACEOF
8879     /* confdefs.h. */
8880     _ACEOF
8881     cat confdefs.h >>conftest.$ac_ext
8882     cat >>conftest.$ac_ext <<_ACEOF
8883     /* end confdefs.h. */
8884    
8885     /* Override any gcc2 internal prototype to avoid an error. */
8886     #ifdef __cplusplus
8887     extern "C"
8888     #endif
8889     /* We use char because int might match the return type of a gcc2
8890     builtin and then its argument prototype would still apply. */
8891     char gethostbyname ();
8892     int
8893     main ()
8894     {
8895     gethostbyname ();
8896     ;
8897     return 0;
8898     }
8899     _ACEOF
8900     rm -f conftest.$ac_objext conftest$ac_exeext
8901     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8902 pcg 1.11 (eval $ac_link) 2>conftest.er1
8903 pcg 1.1 ac_status=$?
8904 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8905     rm -f conftest.er1
8906     cat conftest.err >&5
8907 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8908     (exit $ac_status); } &&
8909 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8910     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8911     (eval $ac_try) 2>&5
8912     ac_status=$?
8913     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8914     (exit $ac_status); }; } &&
8915     { ac_try='test -s conftest$ac_exeext'
8916 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8917     (eval $ac_try) 2>&5
8918     ac_status=$?
8919     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8920     (exit $ac_status); }; }; then
8921     ac_cv_lib_nsl_gethostbyname=yes
8922     else
8923     echo "$as_me: failed program was:" >&5
8924     sed 's/^/| /' conftest.$ac_ext >&5
8925    
8926     ac_cv_lib_nsl_gethostbyname=no
8927     fi
8928 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8929     conftest$ac_exeext conftest.$ac_ext
8930 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8931     fi
8932     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8933     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8934     if test $ac_cv_lib_nsl_gethostbyname = yes; then
8935     cat >>confdefs.h <<_ACEOF
8936     #define HAVE_LIBNSL 1
8937     _ACEOF
8938    
8939     LIBS="-lnsl $LIBS"
8940    
8941     fi
8942    
8943    
8944     fi
8945    
8946    
8947     ac_ext=cc
8948     ac_cpp='$CXXCPP $CPPFLAGS'
8949     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8950     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8951     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8952    
8953    
8954    
8955     cat >confcache <<\_ACEOF
8956     # This file is a shell script that caches the results of configure
8957     # tests run on this system so they can be shared between configure
8958     # scripts and configure runs, see configure's option --config-cache.
8959     # It is not useful on other systems. If it contains results you don't
8960     # want to keep, you may remove or edit it.
8961     #
8962     # config.status only pays attention to the cache file if you give it
8963     # the --recheck option to rerun configure.
8964     #
8965     # `ac_cv_env_foo' variables (set or unset) will be overridden when
8966     # loading this file, other *unset* `ac_cv_foo' will be assigned the
8967     # following values.
8968    
8969     _ACEOF
8970    
8971     # The following way of writing the cache mishandles newlines in values,
8972     # but we know of no workaround that is simple, portable, and efficient.
8973     # So, don't put newlines in cache variables' values.
8974     # Ultrix sh set writes to stderr and can't be redirected directly,
8975     # and sets the high bit in the cache file unless we assign to the vars.
8976     {
8977     (set) 2>&1 |
8978     case `(ac_space=' '; set | grep ac_space) 2>&1` in
8979     *ac_space=\ *)
8980     # `set' does not quote correctly, so add quotes (double-quote
8981     # substitution turns \\\\ into \\, and sed turns \\ into \).
8982     sed -n \
8983 pcg 1.11 "s/'/'\\\\''/g;
8984     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8985 pcg 1.1 ;;
8986     *)
8987     # `set' quotes correctly as required by POSIX, so do not add quotes.
8988     sed -n \
8989 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8990 pcg 1.1 ;;
8991     esac;
8992     } |
8993     sed '
8994     t clear
8995     : clear
8996     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8997     t end
8998     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8999     : end' >>confcache
9000     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9001     if test -w $cache_file; then
9002     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9003     cat confcache >$cache_file
9004     else
9005     echo "not updating unwritable cache $cache_file"
9006     fi
9007     fi
9008     rm -f confcache
9009    
9010    
9011    
9012     # Check whether --with-kernel or --without-kernel was given.
9013     if test "${with_kernel+set}" = set; then
9014     withval="$with_kernel"
9015     kerneldir="$withval"
9016     else
9017     kerneldir="/usr/src/linux"
9018    
9019     fi;
9020    
9021     echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9022     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9023     if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9024     echo $ECHO_N "(cached) $ECHO_C" >&6
9025     else
9026    
9027     cat >conftest.$ac_ext <<_ACEOF
9028     /* confdefs.h. */
9029     _ACEOF
9030     cat confdefs.h >>conftest.$ac_ext
9031     cat >>conftest.$ac_ext <<_ACEOF
9032     /* end confdefs.h. */
9033     #include "$kerneldir/include/linux/if_tun.h"
9034     int
9035     main ()
9036     {
9037     int a = IFF_TAP;
9038     ;
9039     return 0;
9040     }
9041     _ACEOF
9042     rm -f conftest.$ac_objext
9043     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9044 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9045 pcg 1.1 ac_status=$?
9046 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9047     rm -f conftest.er1
9048     cat conftest.err >&5
9049 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9050     (exit $ac_status); } &&
9051 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9052     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9053     (eval $ac_try) 2>&5
9054     ac_status=$?
9055     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056     (exit $ac_status); }; } &&
9057     { ac_try='test -s conftest.$ac_objext'
9058 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9059     (eval $ac_try) 2>&5
9060     ac_status=$?
9061     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062     (exit $ac_status); }; }; then
9063     if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9064     else
9065     echo "$as_me: failed program was:" >&5
9066     sed 's/^/| /' conftest.$ac_ext >&5
9067    
9068     cat >conftest.$ac_ext <<_ACEOF
9069     /* confdefs.h. */
9070     _ACEOF
9071     cat confdefs.h >>conftest.$ac_ext
9072     cat >>conftest.$ac_ext <<_ACEOF
9073     /* end confdefs.h. */
9074     #include <linux/if_tun.h>
9075     int
9076     main ()
9077     {
9078     int a = IFF_TAP;
9079     ;
9080     return 0;
9081     }
9082     _ACEOF
9083     rm -f conftest.$ac_objext
9084     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9085 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9086 pcg 1.1 ac_status=$?
9087 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9088     rm -f conftest.er1
9089     cat conftest.err >&5
9090 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091     (exit $ac_status); } &&
9092 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9093     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9094     (eval $ac_try) 2>&5
9095     ac_status=$?
9096     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9097     (exit $ac_status); }; } &&
9098     { ac_try='test -s conftest.$ac_objext'
9099 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9100     (eval $ac_try) 2>&5
9101     ac_status=$?
9102     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9103     (exit $ac_status); }; }; then
9104     if_tun_h="default"
9105     else
9106     echo "$as_me: failed program was:" >&5
9107     sed 's/^/| /' conftest.$ac_ext >&5
9108    
9109     if_tun_h="no"
9110    
9111     fi
9112 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9113 pcg 1.1
9114     fi
9115 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9116 pcg 1.1
9117     if test $if_tun_h = no; then
9118     tinc_cv_linux_if_tun_h=none
9119     else
9120     tinc_cv_linux_if_tun_h="$if_tun_h"
9121     fi
9122    
9123     fi
9124     echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9125     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9126    
9127     if test $tinc_cv_linux_if_tun_h != none; then
9128    
9129     cat >>confdefs.h <<\_ACEOF
9130     #define HAVE_TUNTAP 1
9131     _ACEOF
9132    
9133     if test $tinc_cv_linux_if_tun_h != default; then
9134    
9135     cat >>confdefs.h <<_ACEOF
9136     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9137     _ACEOF
9138    
9139     fi
9140     fi
9141    
9142    
9143    
9144    
9145 pcg 1.6
9146 pcg 1.1 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9147    
9148    
9149     # Check whether --with-openssl-include or --without-openssl-include was given.
9150     if test "${with_openssl_include+set}" = set; then
9151     withval="$with_openssl_include"
9152     openssl_include="$withval"
9153     CFLAGS="$CFLAGS -I$withval"
9154     CPPFLAGS="$CPPFLAGS -I$withval"
9155    
9156     fi;
9157    
9158    
9159     # Check whether --with-openssl-lib or --without-openssl-lib was given.
9160     if test "${with_openssl_lib+set}" = set; then
9161     withval="$with_openssl_lib"
9162     openssl_lib="$withval"
9163     LIBS="$LIBS -L$withval"
9164    
9165     fi;
9166    
9167    
9168    
9169    
9170    
9171    
9172    
9173     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9174     do
9175     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9176     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9177     echo "$as_me:$LINENO: checking for $ac_header" >&5
9178     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9179     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9180     echo $ECHO_N "(cached) $ECHO_C" >&6
9181     fi
9182     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9183     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9184     else
9185     # Is the header compilable?
9186     echo "$as_me:$LINENO: checking $ac_header usability" >&5
9187     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9188     cat >conftest.$ac_ext <<_ACEOF
9189     /* confdefs.h. */
9190     _ACEOF
9191     cat confdefs.h >>conftest.$ac_ext
9192     cat >>conftest.$ac_ext <<_ACEOF
9193     /* end confdefs.h. */
9194     $ac_includes_default
9195     #include <$ac_header>
9196     _ACEOF
9197     rm -f conftest.$ac_objext
9198     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9199 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9200 pcg 1.1 ac_status=$?
9201 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9202     rm -f conftest.er1
9203     cat conftest.err >&5
9204 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205     (exit $ac_status); } &&
9206 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9207     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9208     (eval $ac_try) 2>&5
9209     ac_status=$?
9210     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9211     (exit $ac_status); }; } &&
9212     { ac_try='test -s conftest.$ac_objext'
9213 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9214     (eval $ac_try) 2>&5
9215     ac_status=$?
9216     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9217     (exit $ac_status); }; }; then
9218     ac_header_compiler=yes
9219     else
9220     echo "$as_me: failed program was:" >&5
9221     sed 's/^/| /' conftest.$ac_ext >&5
9222    
9223     ac_header_compiler=no
9224     fi
9225 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9226 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9227     echo "${ECHO_T}$ac_header_compiler" >&6
9228    
9229     # Is the header present?
9230     echo "$as_me:$LINENO: checking $ac_header presence" >&5
9231     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9232     cat >conftest.$ac_ext <<_ACEOF
9233     /* confdefs.h. */
9234     _ACEOF
9235     cat confdefs.h >>conftest.$ac_ext
9236     cat >>conftest.$ac_ext <<_ACEOF
9237     /* end confdefs.h. */
9238     #include <$ac_header>
9239     _ACEOF
9240     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9241     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9242     ac_status=$?
9243     grep -v '^ *+' conftest.er1 >conftest.err
9244     rm -f conftest.er1
9245     cat conftest.err >&5
9246     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9247     (exit $ac_status); } >/dev/null; then
9248     if test -s conftest.err; then
9249     ac_cpp_err=$ac_cxx_preproc_warn_flag
9250 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9251 pcg 1.1 else
9252     ac_cpp_err=
9253     fi
9254     else
9255     ac_cpp_err=yes
9256     fi
9257     if test -z "$ac_cpp_err"; then
9258     ac_header_preproc=yes
9259     else
9260     echo "$as_me: failed program was:" >&5
9261     sed 's/^/| /' conftest.$ac_ext >&5
9262    
9263     ac_header_preproc=no
9264     fi
9265     rm -f conftest.err conftest.$ac_ext
9266     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9267     echo "${ECHO_T}$ac_header_preproc" >&6
9268    
9269     # So? What about this header?
9270 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9271     yes:no: )
9272 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9273     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9274 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9275     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9276     ac_header_preproc=yes
9277 pcg 1.1 ;;
9278 pcg 1.11 no:yes:* )
9279 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9280     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9281 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9282     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9283     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9284     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9285     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9286     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9287 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9288     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9289 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9290     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9291 pcg 1.1 (
9292     cat <<\_ASBOX
9293 pcg 1.11 ## ------------------------------------------ ##
9294     ## Report this to the AC_PACKAGE_NAME lists. ##
9295     ## ------------------------------------------ ##
9296 pcg 1.1 _ASBOX
9297     ) |
9298     sed "s/^/$as_me: WARNING: /" >&2
9299     ;;
9300     esac
9301     echo "$as_me:$LINENO: checking for $ac_header" >&5
9302     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9303     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9304     echo $ECHO_N "(cached) $ECHO_C" >&6
9305     else
9306 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
9307 pcg 1.1 fi
9308     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9309     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9310    
9311     fi
9312     if test `eval echo '${'$as_ac_Header'}'` = yes; then
9313     cat >>confdefs.h <<_ACEOF
9314     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9315     _ACEOF
9316    
9317     else
9318     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9319     echo "$as_me: error: OpenSSL header files not found." >&2;}
9320     { (exit 1); exit 1; }; }; break
9321    
9322     fi
9323    
9324     done
9325    
9326    
9327     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9328    
9329     echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9330     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9331     if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9332     echo $ECHO_N "(cached) $ECHO_C" >&6
9333     else
9334     ac_check_lib_save_LIBS=$LIBS
9335     LIBS="-lcrypto $LIBS"
9336     cat >conftest.$ac_ext <<_ACEOF
9337     /* confdefs.h. */
9338     _ACEOF
9339     cat confdefs.h >>conftest.$ac_ext
9340     cat >>conftest.$ac_ext <<_ACEOF
9341     /* end confdefs.h. */
9342    
9343     /* Override any gcc2 internal prototype to avoid an error. */
9344     #ifdef __cplusplus
9345     extern "C"
9346     #endif
9347     /* We use char because int might match the return type of a gcc2
9348     builtin and then its argument prototype would still apply. */
9349     char SHA1_version ();
9350     int
9351     main ()
9352     {
9353     SHA1_version ();
9354     ;
9355     return 0;
9356     }
9357     _ACEOF
9358     rm -f conftest.$ac_objext conftest$ac_exeext
9359     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9360 pcg 1.11 (eval $ac_link) 2>conftest.er1
9361 pcg 1.1 ac_status=$?
9362 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9363     rm -f conftest.er1
9364     cat conftest.err >&5
9365 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9366     (exit $ac_status); } &&
9367 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9368     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9369     (eval $ac_try) 2>&5
9370     ac_status=$?
9371     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9372     (exit $ac_status); }; } &&
9373     { ac_try='test -s conftest$ac_exeext'
9374 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9375     (eval $ac_try) 2>&5
9376     ac_status=$?
9377     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9378     (exit $ac_status); }; }; then
9379     ac_cv_lib_crypto_SHA1_version=yes
9380     else
9381     echo "$as_me: failed program was:" >&5
9382     sed 's/^/| /' conftest.$ac_ext >&5
9383    
9384     ac_cv_lib_crypto_SHA1_version=no
9385     fi
9386 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9387     conftest$ac_exeext conftest.$ac_ext
9388 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9389     fi
9390     echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9391     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9392     if test $ac_cv_lib_crypto_SHA1_version = yes; then
9393     LIBS="$LIBS -lcrypto"
9394     else
9395     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9396     echo "$as_me: error: OpenSSL libraries not found." >&2;}
9397     { (exit 1); exit 1; }; }
9398    
9399     fi
9400    
9401    
9402    
9403    
9404    
9405    
9406     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9407     do
9408     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9409     echo "$as_me:$LINENO: checking for $ac_func" >&5
9410     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9411     if eval "test \"\${$as_ac_var+set}\" = set"; then
9412     echo $ECHO_N "(cached) $ECHO_C" >&6
9413     else
9414     cat >conftest.$ac_ext <<_ACEOF
9415     /* confdefs.h. */
9416     _ACEOF
9417     cat confdefs.h >>conftest.$ac_ext
9418     cat >>conftest.$ac_ext <<_ACEOF
9419     /* end confdefs.h. */
9420 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9421     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9422     #define $ac_func innocuous_$ac_func
9423    
9424 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9425     which can conflict with char $ac_func (); below.
9426     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9427     <limits.h> exists even on freestanding compilers. */
9428 pcg 1.11
9429 pcg 1.1 #ifdef __STDC__
9430     # include <limits.h>
9431     #else
9432     # include <assert.h>
9433     #endif
9434 pcg 1.11
9435     #undef $ac_func
9436    
9437 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9438     #ifdef __cplusplus
9439     extern "C"
9440     {
9441     #endif
9442     /* We use char because int might match the return type of a gcc2
9443     builtin and then its argument prototype would still apply. */
9444     char $ac_func ();
9445     /* The GNU C library defines this for functions which it implements
9446     to always fail with ENOSYS. Some functions are actually named
9447     something starting with __ and the normal name is an alias. */
9448     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9449     choke me
9450     #else
9451     char (*f) () = $ac_func;
9452     #endif
9453     #ifdef __cplusplus
9454     }
9455     #endif
9456    
9457     int
9458     main ()
9459     {
9460     return f != $ac_func;
9461     ;
9462     return 0;
9463     }
9464     _ACEOF
9465     rm -f conftest.$ac_objext conftest$ac_exeext
9466     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9467 pcg 1.11 (eval $ac_link) 2>conftest.er1
9468 pcg 1.1 ac_status=$?
9469 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9470     rm -f conftest.er1
9471     cat conftest.err >&5
9472 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473     (exit $ac_status); } &&
9474 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9475     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9476     (eval $ac_try) 2>&5
9477     ac_status=$?
9478     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479     (exit $ac_status); }; } &&
9480     { ac_try='test -s conftest$ac_exeext'
9481 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9482     (eval $ac_try) 2>&5
9483     ac_status=$?
9484     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9485     (exit $ac_status); }; }; then
9486     eval "$as_ac_var=yes"
9487     else
9488     echo "$as_me: failed program was:" >&5
9489     sed 's/^/| /' conftest.$ac_ext >&5
9490    
9491     eval "$as_ac_var=no"
9492     fi
9493 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9494     conftest$ac_exeext conftest.$ac_ext
9495 pcg 1.1 fi
9496     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9497     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9498     if test `eval echo '${'$as_ac_var'}'` = yes; then
9499     cat >>confdefs.h <<_ACEOF
9500     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9501     _ACEOF
9502    
9503     fi
9504     done
9505    
9506    
9507     echo "$as_me:$LINENO: checking for dlopen" >&5
9508     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9509     if test "${ac_cv_func_dlopen+set}" = set; then
9510     echo $ECHO_N "(cached) $ECHO_C" >&6
9511     else
9512     cat >conftest.$ac_ext <<_ACEOF
9513     /* confdefs.h. */
9514     _ACEOF
9515     cat confdefs.h >>conftest.$ac_ext
9516     cat >>conftest.$ac_ext <<_ACEOF
9517     /* end confdefs.h. */
9518 pcg 1.11 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9519     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9520     #define dlopen innocuous_dlopen
9521    
9522 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9523     which can conflict with char dlopen (); below.
9524     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9525     <limits.h> exists even on freestanding compilers. */
9526 pcg 1.11
9527 pcg 1.1 #ifdef __STDC__
9528     # include <limits.h>
9529     #else
9530     # include <assert.h>
9531     #endif
9532 pcg 1.11
9533     #undef dlopen
9534    
9535 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9536     #ifdef __cplusplus
9537     extern "C"
9538     {
9539     #endif
9540     /* We use char because int might match the return type of a gcc2
9541     builtin and then its argument prototype would still apply. */
9542     char dlopen ();
9543     /* The GNU C library defines this for functions which it implements
9544     to always fail with ENOSYS. Some functions are actually named
9545     something starting with __ and the normal name is an alias. */
9546     #if defined (__stub_dlopen) || defined (__stub___dlopen)
9547     choke me
9548     #else
9549     char (*f) () = dlopen;
9550     #endif
9551     #ifdef __cplusplus
9552     }
9553     #endif
9554    
9555     int
9556     main ()
9557     {
9558     return f != dlopen;
9559     ;
9560     return 0;
9561     }
9562     _ACEOF
9563     rm -f conftest.$ac_objext conftest$ac_exeext
9564     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9565 pcg 1.11 (eval $ac_link) 2>conftest.er1
9566 pcg 1.1 ac_status=$?
9567 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9568     rm -f conftest.er1
9569     cat conftest.err >&5
9570 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571     (exit $ac_status); } &&
9572 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9573     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9574     (eval $ac_try) 2>&5
9575     ac_status=$?
9576     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9577     (exit $ac_status); }; } &&
9578     { ac_try='test -s conftest$ac_exeext'
9579 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9580     (eval $ac_try) 2>&5
9581     ac_status=$?
9582     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9583     (exit $ac_status); }; }; then
9584     ac_cv_func_dlopen=yes
9585     else
9586     echo "$as_me: failed program was:" >&5
9587     sed 's/^/| /' conftest.$ac_ext >&5
9588    
9589     ac_cv_func_dlopen=no
9590     fi
9591 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9592     conftest$ac_exeext conftest.$ac_ext
9593 pcg 1.1 fi
9594     echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9595     echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9596     if test $ac_cv_func_dlopen = yes; then
9597     :
9598     else
9599     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9600     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9601     if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9602     echo $ECHO_N "(cached) $ECHO_C" >&6
9603     else
9604     ac_check_lib_save_LIBS=$LIBS
9605     LIBS="-ldl $LIBS"
9606     cat >conftest.$ac_ext <<_ACEOF
9607     /* confdefs.h. */
9608     _ACEOF
9609     cat confdefs.h >>conftest.$ac_ext
9610     cat >>conftest.$ac_ext <<_ACEOF
9611     /* end confdefs.h. */
9612    
9613     /* Override any gcc2 internal prototype to avoid an error. */
9614     #ifdef __cplusplus
9615     extern "C"
9616     #endif
9617     /* We use char because int might match the return type of a gcc2
9618     builtin and then its argument prototype would still apply. */
9619     char dlopen ();
9620     int
9621     main ()
9622     {
9623     dlopen ();
9624     ;
9625     return 0;
9626     }
9627     _ACEOF
9628     rm -f conftest.$ac_objext conftest$ac_exeext
9629     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9630 pcg 1.11 (eval $ac_link) 2>conftest.er1
9631 pcg 1.1 ac_status=$?
9632 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9633     rm -f conftest.er1
9634     cat conftest.err >&5
9635 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9636     (exit $ac_status); } &&
9637 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9638     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9639     (eval $ac_try) 2>&5
9640     ac_status=$?
9641     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642     (exit $ac_status); }; } &&
9643     { ac_try='test -s conftest$ac_exeext'
9644 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9645     (eval $ac_try) 2>&5
9646     ac_status=$?
9647     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648     (exit $ac_status); }; }; then
9649     ac_cv_lib_dl_dlopen=yes
9650     else
9651     echo "$as_me: failed program was:" >&5
9652     sed 's/^/| /' conftest.$ac_ext >&5
9653    
9654     ac_cv_lib_dl_dlopen=no
9655     fi
9656 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9657     conftest$ac_exeext conftest.$ac_ext
9658 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9659     fi
9660     echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9661     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9662     if test $ac_cv_lib_dl_dlopen = yes; then
9663     LIBS="$LIBS -ldl"
9664     else
9665     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9666     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9667     { (exit 1); exit 1; }; }
9668    
9669     fi
9670    
9671    
9672     fi
9673    
9674    
9675 pcg 1.6 if test "x$openssl_include" != x; then
9676     CXXFLAGS="$CXXFLAGS -I$openssl_include"
9677     fi
9678 pcg 1.1
9679     # Check whether --enable-rohc or --disable-rohc was given.
9680     if test "${enable_rohc+set}" = set; then
9681     enableval="$enable_rohc"
9682    
9683     echo
9684     echo "**********************************************************************"
9685     echo "**********************************************************************"
9686 pcg 1.16 echo "**** --enable-rohc is highly experimental, do not use ****************"
9687 pcg 1.1 echo "**********************************************************************"
9688     echo "**********************************************************************"
9689     echo
9690 pcg 1.16 rohc=true
9691    
9692     cat >>confdefs.h <<_ACEOF
9693     #define ENABLE_ROHC 1
9694     _ACEOF
9695    
9696 pcg 1.1
9697    
9698     fi;
9699    
9700 pcg 1.16
9701    
9702     if test x$rohc = xtrue; then
9703     ROHC_TRUE=
9704     ROHC_FALSE='#'
9705     else
9706     ROHC_TRUE='#'
9707     ROHC_FALSE=
9708     fi
9709    
9710    
9711 pcg 1.1 # Check whether --enable-icmp or --disable-icmp was given.
9712     if test "${enable_icmp+set}" = set; then
9713     enableval="$enable_icmp"
9714    
9715     cat >>confdefs.h <<_ACEOF
9716     #define ENABLE_ICMP 1
9717     _ACEOF
9718    
9719    
9720     fi;
9721    
9722     # Check whether --enable-tcp or --disable-tcp was given.
9723     if test "${enable_tcp+set}" = set; then
9724     enableval="$enable_tcp"
9725    
9726     cat >>confdefs.h <<_ACEOF
9727     #define ENABLE_TCP 1
9728     _ACEOF
9729    
9730    
9731     fi;
9732    
9733 pcg 1.17 # Check whether --enable-dns or --disable-dns was given.
9734     if test "${enable_dns+set}" = set; then
9735     enableval="$enable_dns"
9736    
9737     cat >>confdefs.h <<_ACEOF
9738     #define ENABLE_DNS 1
9739     _ACEOF
9740    
9741    
9742     fi;
9743    
9744 pcg 1.1 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9745     if test "${enable_http_proxy+set}" = set; then
9746     enableval="$enable_http_proxy"
9747    
9748     cat >>confdefs.h <<_ACEOF
9749     #define ENABLE_HTTP_PROXY 1
9750     _ACEOF
9751    
9752    
9753     fi;
9754    
9755 pcg 1.17 HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9756 pcg 1.1 if test "${enable_hmac_length+set}" = set; then
9757     enableval="$enable_hmac_length"
9758     HMAC=$enableval
9759    
9760     fi;
9761    
9762     cat >>confdefs.h <<_ACEOF
9763     #define HMACLENGTH $HMAC
9764     _ACEOF
9765    
9766    
9767     RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9768     if test "${enable_rand_length+set}" = set; then
9769     enableval="$enable_rand_length"
9770     RAND=$enableval
9771    
9772     fi;
9773    
9774     cat >>confdefs.h <<_ACEOF
9775     #define RAND_SIZE $RAND
9776     _ACEOF
9777    
9778    
9779     MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9780     if test "${enable_mtu+set}" = set; then
9781     enableval="$enable_mtu"
9782     MTU=$enableval
9783    
9784     fi;
9785    
9786     cat >>confdefs.h <<_ACEOF
9787     #define MAX_MTU $MTU + 14
9788     _ACEOF
9789    
9790    
9791     COMPRESS=1
9792     # Check whether --enable-compression or --disable-compression was given.
9793     if test "${enable_compression+set}" = set; then
9794     enableval="$enable_compression"
9795     if test "x$enableval" = xno; then
9796     COMPRESS=0
9797     fi
9798    
9799     fi;
9800    
9801     cat >>confdefs.h <<_ACEOF
9802     #define ENABLE_COMPRESSION $COMPRESS
9803     _ACEOF
9804    
9805    
9806     CIPHER=bf_cbc
9807     # Check whether --enable-cipher or --disable-cipher was given.
9808     if test "${enable_cipher+set}" = set; then
9809     enableval="$enable_cipher"
9810     if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9811     if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9812     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9813     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9814    
9815     fi;
9816    
9817     cat >>confdefs.h <<_ACEOF
9818     #define ENABLE_CIPHER EVP_${CIPHER}
9819     _ACEOF
9820    
9821    
9822     DIGEST=sha1
9823     # Check whether --enable-digest or --disable-digest was given.
9824     if test "${enable_digest+set}" = set; then
9825     enableval="$enable_digest"
9826     if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9827     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9828     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9829     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9830    
9831     fi;
9832    
9833     cat >>confdefs.h <<_ACEOF
9834     #define ENABLE_DIGEST EVP_${DIGEST}
9835     _ACEOF
9836    
9837    
9838     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9839     CXXFLAGS="$CXXFLAGS -fno-rtti"
9840     fi
9841    
9842     if $CXX -v --help 2>&1 | grep -q fexceptions; then
9843     CXXFLAGS="$CXXFLAGS -fno-exceptions"
9844     fi
9845    
9846    
9847    
9848    
9849    
9850    
9851 pcg 1.16 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9852 pcg 1.19
9853 pcg 1.1 cat >confcache <<\_ACEOF
9854     # This file is a shell script that caches the results of configure
9855     # tests run on this system so they can be shared between configure
9856     # scripts and configure runs, see configure's option --config-cache.
9857     # It is not useful on other systems. If it contains results you don't
9858     # want to keep, you may remove or edit it.
9859     #
9860     # config.status only pays attention to the cache file if you give it
9861     # the --recheck option to rerun configure.
9862     #
9863     # `ac_cv_env_foo' variables (set or unset) will be overridden when
9864     # loading this file, other *unset* `ac_cv_foo' will be assigned the
9865     # following values.
9866    
9867     _ACEOF
9868    
9869     # The following way of writing the cache mishandles newlines in values,
9870     # but we know of no workaround that is simple, portable, and efficient.
9871     # So, don't put newlines in cache variables' values.
9872     # Ultrix sh set writes to stderr and can't be redirected directly,
9873     # and sets the high bit in the cache file unless we assign to the vars.
9874     {
9875     (set) 2>&1 |
9876     case `(ac_space=' '; set | grep ac_space) 2>&1` in
9877     *ac_space=\ *)
9878     # `set' does not quote correctly, so add quotes (double-quote
9879     # substitution turns \\\\ into \\, and sed turns \\ into \).
9880     sed -n \
9881 pcg 1.11 "s/'/'\\\\''/g;
9882     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9883 pcg 1.1 ;;
9884     *)
9885     # `set' quotes correctly as required by POSIX, so do not add quotes.
9886     sed -n \
9887 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9888 pcg 1.1 ;;
9889     esac;
9890     } |
9891     sed '
9892     t clear
9893     : clear
9894     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9895     t end
9896     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9897     : end' >>confcache
9898     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9899     if test -w $cache_file; then
9900     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9901     cat confcache >$cache_file
9902     else
9903     echo "not updating unwritable cache $cache_file"
9904     fi
9905     fi
9906     rm -f confcache
9907    
9908     test "x$prefix" = xNONE && prefix=$ac_default_prefix
9909     # Let make expand exec_prefix.
9910     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9911    
9912     # VPATH may cause trouble with some makes, so we remove $(srcdir),
9913     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9914     # trailing colons and then remove the whole line if VPATH becomes empty
9915     # (actually we leave an empty line to preserve line numbers).
9916     if test "x$srcdir" = x.; then
9917 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9918 pcg 1.1 s/:*\$(srcdir):*/:/;
9919     s/:*\${srcdir}:*/:/;
9920     s/:*@srcdir@:*/:/;
9921 pcg 1.11 s/^\([^=]*=[ ]*\):*/\1/;
9922 pcg 1.1 s/:*$//;
9923 pcg 1.11 s/^[^=]*=[ ]*$//;
9924 pcg 1.1 }'
9925     fi
9926    
9927     DEFS=-DHAVE_CONFIG_H
9928    
9929     ac_libobjs=
9930     ac_ltlibobjs=
9931     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9932     # 1. Remove the extension, and $U if already installed.
9933     ac_i=`echo "$ac_i" |
9934 pcg 1.11 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9935 pcg 1.1 # 2. Add them.
9936     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9937     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9938     done
9939     LIBOBJS=$ac_libobjs
9940    
9941     LTLIBOBJS=$ac_ltlibobjs
9942    
9943    
9944     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9945     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9946     Usually this means the macro was only invoked conditionally." >&5
9947     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9948     Usually this means the macro was only invoked conditionally." >&2;}
9949     { (exit 1); exit 1; }; }
9950     fi
9951     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9952     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9953     Usually this means the macro was only invoked conditionally." >&5
9954     echo "$as_me: error: conditional \"AMDEP\" was never defined.
9955     Usually this means the macro was only invoked conditionally." >&2;}
9956     { (exit 1); exit 1; }; }
9957     fi
9958     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9959     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9960     Usually this means the macro was only invoked conditionally." >&5
9961     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9962     Usually this means the macro was only invoked conditionally." >&2;}
9963     { (exit 1); exit 1; }; }
9964     fi
9965     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9966     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9967     Usually this means the macro was only invoked conditionally." >&5
9968     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9969     Usually this means the macro was only invoked conditionally." >&2;}
9970     { (exit 1); exit 1; }; }
9971     fi
9972     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9973     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9974     Usually this means the macro was only invoked conditionally." >&5
9975     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9976     Usually this means the macro was only invoked conditionally." >&2;}
9977     { (exit 1); exit 1; }; }
9978     fi
9979 pcg 1.16 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
9980     { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
9981     Usually this means the macro was only invoked conditionally." >&5
9982     echo "$as_me: error: conditional \"ROHC\" was never defined.
9983     Usually this means the macro was only invoked conditionally." >&2;}
9984     { (exit 1); exit 1; }; }
9985     fi
9986 pcg 1.1
9987     : ${CONFIG_STATUS=./config.status}
9988     ac_clean_files_save=$ac_clean_files
9989     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9990     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9991     echo "$as_me: creating $CONFIG_STATUS" >&6;}
9992     cat >$CONFIG_STATUS <<_ACEOF
9993     #! $SHELL
9994     # Generated by $as_me.
9995     # Run this file to recreate the current configuration.
9996     # Compiler output produced by configure, useful for debugging
9997     # configure, is in config.log if it exists.
9998    
9999     debug=false
10000     ac_cs_recheck=false
10001     ac_cs_silent=false
10002     SHELL=\${CONFIG_SHELL-$SHELL}
10003     _ACEOF
10004    
10005     cat >>$CONFIG_STATUS <<\_ACEOF
10006     ## --------------------- ##
10007     ## M4sh Initialization. ##
10008     ## --------------------- ##
10009    
10010     # Be Bourne compatible
10011     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10012     emulate sh
10013     NULLCMD=:
10014     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10015     # is contrary to our usage. Disable this feature.
10016     alias -g '${1+"$@"}'='"$@"'
10017     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10018     set -o posix
10019     fi
10020 pcg 1.11 DUALCASE=1; export DUALCASE # for MKS sh
10021 pcg 1.1
10022     # Support unset when possible.
10023 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10024 pcg 1.1 as_unset=unset
10025     else
10026     as_unset=false
10027     fi
10028    
10029    
10030     # Work around bugs in pre-3.0 UWIN ksh.
10031     $as_unset ENV MAIL MAILPATH
10032     PS1='$ '
10033     PS2='> '
10034     PS4='+ '
10035    
10036     # NLS nuisances.
10037     for as_var in \
10038     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10039     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10040     LC_TELEPHONE LC_TIME
10041     do
10042 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10043 pcg 1.1 eval $as_var=C; export $as_var
10044     else
10045     $as_unset $as_var
10046     fi
10047     done
10048    
10049     # Required to use basename.
10050     if expr a : '\(a\)' >/dev/null 2>&1; then
10051     as_expr=expr
10052     else
10053     as_expr=false
10054     fi
10055    
10056     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10057     as_basename=basename
10058     else
10059     as_basename=false
10060     fi
10061    
10062    
10063     # Name of the executable.
10064     as_me=`$as_basename "$0" ||
10065     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10066     X"$0" : 'X\(//\)$' \| \
10067     X"$0" : 'X\(/\)$' \| \
10068     . : '\(.\)' 2>/dev/null ||
10069     echo X/"$0" |
10070     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10071     /^X\/\(\/\/\)$/{ s//\1/; q; }
10072     /^X\/\(\/\).*/{ s//\1/; q; }
10073     s/.*/./; q'`
10074    
10075    
10076     # PATH needs CR, and LINENO needs CR and PATH.
10077     # Avoid depending upon Character Ranges.
10078     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10079     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10080     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10081     as_cr_digits='0123456789'
10082     as_cr_alnum=$as_cr_Letters$as_cr_digits
10083    
10084     # The user is always right.
10085     if test "${PATH_SEPARATOR+set}" != set; then
10086     echo "#! /bin/sh" >conf$$.sh
10087     echo "exit 0" >>conf$$.sh
10088     chmod +x conf$$.sh
10089     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10090     PATH_SEPARATOR=';'
10091     else
10092     PATH_SEPARATOR=:
10093     fi
10094     rm -f conf$$.sh
10095     fi
10096    
10097    
10098     as_lineno_1=$LINENO
10099     as_lineno_2=$LINENO
10100     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10101     test "x$as_lineno_1" != "x$as_lineno_2" &&
10102     test "x$as_lineno_3" = "x$as_lineno_2" || {
10103     # Find who we are. Look in the path if we contain no path at all
10104     # relative or not.
10105     case $0 in
10106     *[\\/]* ) as_myself=$0 ;;
10107     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10108     for as_dir in $PATH
10109     do
10110     IFS=$as_save_IFS
10111     test -z "$as_dir" && as_dir=.
10112     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10113     done
10114    
10115     ;;
10116     esac
10117     # We did not find ourselves, most probably we were run as `sh COMMAND'
10118     # in which case we are not to be found in the path.
10119     if test "x$as_myself" = x; then
10120     as_myself=$0
10121     fi
10122     if test ! -f "$as_myself"; then
10123     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10124     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10125     { (exit 1); exit 1; }; }
10126     fi
10127     case $CONFIG_SHELL in
10128     '')
10129     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10130     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10131     do
10132     IFS=$as_save_IFS
10133     test -z "$as_dir" && as_dir=.
10134     for as_base in sh bash ksh sh5; do
10135     case $as_dir in
10136     /*)
10137     if ("$as_dir/$as_base" -c '
10138     as_lineno_1=$LINENO
10139     as_lineno_2=$LINENO
10140     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10141     test "x$as_lineno_1" != "x$as_lineno_2" &&
10142     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10143     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10144     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10145     CONFIG_SHELL=$as_dir/$as_base
10146     export CONFIG_SHELL
10147     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10148     fi;;
10149     esac
10150     done
10151     done
10152     ;;
10153     esac
10154    
10155     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10156     # uniformly replaced by the line number. The first 'sed' inserts a
10157     # line-number line before each line; the second 'sed' does the real
10158     # work. The second script uses 'N' to pair each line-number line
10159     # with the numbered line, and appends trailing '-' during
10160     # substitution so that $LINENO is not a special case at line end.
10161     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10162     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10163     sed '=' <$as_myself |
10164     sed '
10165     N
10166     s,$,-,
10167     : loop
10168     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10169     t loop
10170     s,-$,,
10171     s,^['$as_cr_digits']*\n,,
10172     ' >$as_me.lineno &&
10173     chmod +x $as_me.lineno ||
10174     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10175     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10176     { (exit 1); exit 1; }; }
10177    
10178     # Don't try to exec as it changes $[0], causing all sort of problems
10179     # (the dirname of $[0] is not the place where we might find the
10180     # original and so on. Autoconf is especially sensible to this).
10181     . ./$as_me.lineno
10182     # Exit status is that of the last command.
10183     exit
10184     }
10185    
10186    
10187     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10188     *c*,-n*) ECHO_N= ECHO_C='
10189     ' ECHO_T=' ' ;;
10190     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10191     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10192     esac
10193    
10194     if expr a : '\(a\)' >/dev/null 2>&1; then
10195     as_expr=expr
10196     else
10197     as_expr=false
10198     fi
10199    
10200     rm -f conf$$ conf$$.exe conf$$.file
10201     echo >conf$$.file
10202     if ln -s conf$$.file conf$$ 2>/dev/null; then
10203     # We could just check for DJGPP; but this test a) works b) is more generic
10204     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10205     if test -f conf$$.exe; then
10206     # Don't use ln at all; we don't have any links
10207     as_ln_s='cp -p'
10208     else
10209     as_ln_s='ln -s'
10210     fi
10211     elif ln conf$$.file conf$$ 2>/dev/null; then
10212     as_ln_s=ln
10213     else
10214     as_ln_s='cp -p'
10215     fi
10216     rm -f conf$$ conf$$.exe conf$$.file
10217    
10218     if mkdir -p . 2>/dev/null; then
10219     as_mkdir_p=:
10220     else
10221 pcg 1.11 test -d ./-p && rmdir ./-p
10222 pcg 1.1 as_mkdir_p=false
10223     fi
10224    
10225     as_executable_p="test -f"
10226    
10227     # Sed expression to map a string onto a valid CPP name.
10228 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10229 pcg 1.1
10230     # Sed expression to map a string onto a valid variable name.
10231 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10232 pcg 1.1
10233    
10234     # IFS
10235     # We need space, tab and new line, in precisely that order.
10236     as_nl='
10237     '
10238     IFS=" $as_nl"
10239    
10240     # CDPATH.
10241     $as_unset CDPATH
10242    
10243     exec 6>&1
10244    
10245     # Open the log real soon, to keep \$[0] and so on meaningful, and to
10246     # report actual input values of CONFIG_FILES etc. instead of their
10247     # values after options handling. Logging --version etc. is OK.
10248     exec 5>>config.log
10249     {
10250     echo
10251     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10252     ## Running $as_me. ##
10253     _ASBOX
10254     } >&5
10255     cat >&5 <<_CSEOF
10256    
10257     This file was extended by $as_me, which was
10258 pcg 1.14 generated by GNU Autoconf 2.59. Invocation command line was
10259 pcg 1.1
10260     CONFIG_FILES = $CONFIG_FILES
10261     CONFIG_HEADERS = $CONFIG_HEADERS
10262     CONFIG_LINKS = $CONFIG_LINKS
10263     CONFIG_COMMANDS = $CONFIG_COMMANDS
10264     $ $0 $@
10265    
10266     _CSEOF
10267     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10268     echo >&5
10269     _ACEOF
10270    
10271     # Files that config.status was made for.
10272     if test -n "$ac_config_files"; then
10273     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10274     fi
10275    
10276     if test -n "$ac_config_headers"; then
10277     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10278     fi
10279    
10280     if test -n "$ac_config_links"; then
10281     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10282     fi
10283    
10284     if test -n "$ac_config_commands"; then
10285     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10286     fi
10287    
10288     cat >>$CONFIG_STATUS <<\_ACEOF
10289    
10290     ac_cs_usage="\
10291     \`$as_me' instantiates files from templates according to the
10292     current configuration.
10293    
10294     Usage: $0 [OPTIONS] [FILE]...
10295    
10296     -h, --help print this help, then exit
10297     -V, --version print version number, then exit
10298     -q, --quiet do not print progress messages
10299     -d, --debug don't remove temporary files
10300     --recheck update $as_me by reconfiguring in the same conditions
10301     --file=FILE[:TEMPLATE]
10302 pcg 1.11 instantiate the configuration file FILE
10303 pcg 1.1 --header=FILE[:TEMPLATE]
10304 pcg 1.11 instantiate the configuration header FILE
10305 pcg 1.1
10306     Configuration files:
10307     $config_files
10308    
10309     Configuration headers:
10310     $config_headers
10311    
10312     Configuration commands:
10313     $config_commands
10314    
10315     Report bugs to <bug-autoconf@gnu.org>."
10316     _ACEOF
10317    
10318     cat >>$CONFIG_STATUS <<_ACEOF
10319     ac_cs_version="\\
10320     config.status
10321 pcg 1.14 configured by $0, generated by GNU Autoconf 2.59,
10322 pcg 1.1 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10323    
10324 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
10325 pcg 1.1 This config.status script is free software; the Free Software Foundation
10326     gives unlimited permission to copy, distribute and modify it."
10327     srcdir=$srcdir
10328     INSTALL="$INSTALL"
10329     _ACEOF
10330    
10331     cat >>$CONFIG_STATUS <<\_ACEOF
10332     # If no file are specified by the user, then we need to provide default
10333     # value. By we need to know if files were specified by the user.
10334     ac_need_defaults=:
10335     while test $# != 0
10336     do
10337     case $1 in
10338     --*=*)
10339     ac_option=`expr "x$1" : 'x\([^=]*\)='`
10340     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10341     ac_shift=:
10342     ;;
10343     -*)
10344     ac_option=$1
10345     ac_optarg=$2
10346     ac_shift=shift
10347     ;;
10348     *) # This is not an option, so the user has probably given explicit
10349     # arguments.
10350     ac_option=$1
10351     ac_need_defaults=false;;
10352     esac
10353    
10354     case $ac_option in
10355     # Handling of the options.
10356     _ACEOF
10357     cat >>$CONFIG_STATUS <<\_ACEOF
10358     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10359     ac_cs_recheck=: ;;
10360     --version | --vers* | -V )
10361     echo "$ac_cs_version"; exit 0 ;;
10362     --he | --h)
10363     # Conflict between --help and --header
10364     { { echo "$as_me:$LINENO: error: ambiguous option: $1
10365     Try \`$0 --help' for more information." >&5
10366     echo "$as_me: error: ambiguous option: $1
10367     Try \`$0 --help' for more information." >&2;}
10368     { (exit 1); exit 1; }; };;
10369     --help | --hel | -h )
10370     echo "$ac_cs_usage"; exit 0 ;;
10371     --debug | --d* | -d )
10372     debug=: ;;
10373     --file | --fil | --fi | --f )
10374     $ac_shift
10375     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10376     ac_need_defaults=false;;
10377     --header | --heade | --head | --hea )
10378     $ac_shift
10379     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10380     ac_need_defaults=false;;
10381     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10382     | -silent | --silent | --silen | --sile | --sil | --si | --s)
10383     ac_cs_silent=: ;;
10384    
10385     # This is an error.
10386     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10387     Try \`$0 --help' for more information." >&5
10388     echo "$as_me: error: unrecognized option: $1
10389     Try \`$0 --help' for more information." >&2;}
10390     { (exit 1); exit 1; }; } ;;
10391    
10392     *) ac_config_targets="$ac_config_targets $1" ;;
10393    
10394     esac
10395     shift
10396     done
10397    
10398     ac_configure_extra_args=
10399    
10400     if $ac_cs_silent; then
10401     exec 6>/dev/null
10402     ac_configure_extra_args="$ac_configure_extra_args --silent"
10403     fi
10404    
10405     _ACEOF
10406     cat >>$CONFIG_STATUS <<_ACEOF
10407     if \$ac_cs_recheck; then
10408     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10409     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10410     fi
10411    
10412     _ACEOF
10413    
10414     cat >>$CONFIG_STATUS <<_ACEOF
10415     #
10416     # INIT-COMMANDS section.
10417     #
10418    
10419     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10420     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10421     # from automake.
10422     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10423     # Capture the value of LINGUAS because we need it to compute CATALOGS.
10424     LINGUAS="${LINGUAS-%UNSET%}"
10425    
10426     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10427    
10428     _ACEOF
10429    
10430    
10431    
10432     cat >>$CONFIG_STATUS <<\_ACEOF
10433     for ac_config_target in $ac_config_targets
10434     do
10435     case "$ac_config_target" in
10436     # Handling of arguments.
10437     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10438     "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10439     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10440 pcg 1.16 "src/rohc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rohc/Makefile" ;;
10441 pcg 1.1 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10442     "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10443     "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10444     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10445     "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10446     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10447     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10448     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10449     { (exit 1); exit 1; }; };;
10450     esac
10451     done
10452    
10453     # If the user did not use the arguments to specify the items to instantiate,
10454     # then the envvar interface is used. Set only those that are not.
10455     # We use the long form for the default assignment because of an extremely
10456     # bizarre bug on SunOS 4.1.3.
10457     if $ac_need_defaults; then
10458     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10459     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10460     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10461     fi
10462    
10463     # Have a temporary directory for convenience. Make it in the build tree
10464     # simply because there is no reason to put it here, and in addition,
10465     # creating and moving files from /tmp can sometimes cause problems.
10466     # Create a temporary directory, and hook for its removal unless debugging.
10467     $debug ||
10468     {
10469     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10470     trap '{ (exit 1); exit 1; }' 1 2 13 15
10471     }
10472    
10473     # Create a (secure) tmp directory for tmp files.
10474    
10475     {
10476     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10477     test -n "$tmp" && test -d "$tmp"
10478     } ||
10479     {
10480     tmp=./confstat$$-$RANDOM
10481     (umask 077 && mkdir $tmp)
10482     } ||
10483     {
10484     echo "$me: cannot create a temporary directory in ." >&2
10485     { (exit 1); exit 1; }
10486     }
10487    
10488     _ACEOF
10489    
10490     cat >>$CONFIG_STATUS <<_ACEOF
10491    
10492     #
10493     # CONFIG_FILES section.
10494     #
10495    
10496     # No need to generate the scripts if there are no CONFIG_FILES.
10497     # This happens for instance when ./config.status config.h
10498     if test -n "\$CONFIG_FILES"; then
10499     # Protect against being on the right side of a sed subst in config.status.
10500     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10501     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10502     s,@SHELL@,$SHELL,;t t
10503     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10504     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10505     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10506     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10507     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10508     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10509     s,@exec_prefix@,$exec_prefix,;t t
10510     s,@prefix@,$prefix,;t t
10511     s,@program_transform_name@,$program_transform_name,;t t
10512     s,@bindir@,$bindir,;t t
10513     s,@sbindir@,$sbindir,;t t
10514     s,@libexecdir@,$libexecdir,;t t
10515     s,@datadir@,$datadir,;t t
10516     s,@sysconfdir@,$sysconfdir,;t t
10517     s,@sharedstatedir@,$sharedstatedir,;t t
10518     s,@localstatedir@,$localstatedir,;t t
10519     s,@libdir@,$libdir,;t t
10520     s,@includedir@,$includedir,;t t
10521     s,@oldincludedir@,$oldincludedir,;t t
10522     s,@infodir@,$infodir,;t t
10523     s,@mandir@,$mandir,;t t
10524     s,@build_alias@,$build_alias,;t t
10525     s,@host_alias@,$host_alias,;t t
10526     s,@target_alias@,$target_alias,;t t
10527     s,@DEFS@,$DEFS,;t t
10528     s,@ECHO_C@,$ECHO_C,;t t
10529     s,@ECHO_N@,$ECHO_N,;t t
10530     s,@ECHO_T@,$ECHO_T,;t t
10531     s,@LIBS@,$LIBS,;t t
10532     s,@build@,$build,;t t
10533     s,@build_cpu@,$build_cpu,;t t
10534     s,@build_vendor@,$build_vendor,;t t
10535     s,@build_os@,$build_os,;t t
10536     s,@host@,$host,;t t
10537     s,@host_cpu@,$host_cpu,;t t
10538     s,@host_vendor@,$host_vendor,;t t
10539     s,@host_os@,$host_os,;t t
10540     s,@target@,$target,;t t
10541     s,@target_cpu@,$target_cpu,;t t
10542     s,@target_vendor@,$target_vendor,;t t
10543     s,@target_os@,$target_os,;t t
10544     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10545     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10546     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10547     s,@CYGPATH_W@,$CYGPATH_W,;t t
10548     s,@PACKAGE@,$PACKAGE,;t t
10549     s,@VERSION@,$VERSION,;t t
10550     s,@ACLOCAL@,$ACLOCAL,;t t
10551     s,@AUTOCONF@,$AUTOCONF,;t t
10552     s,@AUTOMAKE@,$AUTOMAKE,;t t
10553     s,@AUTOHEADER@,$AUTOHEADER,;t t
10554     s,@MAKEINFO@,$MAKEINFO,;t t
10555     s,@AMTAR@,$AMTAR,;t t
10556     s,@install_sh@,$install_sh,;t t
10557     s,@STRIP@,$STRIP,;t t
10558     s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10559     s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10560     s,@AWK@,$AWK,;t t
10561     s,@SET_MAKE@,$SET_MAKE,;t t
10562     s,@am__leading_dot@,$am__leading_dot,;t t
10563     s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10564     s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10565     s,@MAINT@,$MAINT,;t t
10566     s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10567     s,@MSGFMT@,$MSGFMT,;t t
10568     s,@GMSGFMT@,$GMSGFMT,;t t
10569     s,@XGETTEXT@,$XGETTEXT,;t t
10570     s,@MSGMERGE@,$MSGMERGE,;t t
10571     s,@CC@,$CC,;t t
10572     s,@CFLAGS@,$CFLAGS,;t t
10573     s,@LDFLAGS@,$LDFLAGS,;t t
10574     s,@CPPFLAGS@,$CPPFLAGS,;t t
10575     s,@ac_ct_CC@,$ac_ct_CC,;t t
10576     s,@EXEEXT@,$EXEEXT,;t t
10577     s,@OBJEXT@,$OBJEXT,;t t
10578     s,@DEPDIR@,$DEPDIR,;t t
10579     s,@am__include@,$am__include,;t t
10580     s,@am__quote@,$am__quote,;t t
10581     s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10582     s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10583     s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10584     s,@CCDEPMODE@,$CCDEPMODE,;t t
10585     s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10586     s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10587     s,@USE_NLS@,$USE_NLS,;t t
10588     s,@LIBICONV@,$LIBICONV,;t t
10589     s,@LTLIBICONV@,$LTLIBICONV,;t t
10590     s,@INTLLIBS@,$INTLLIBS,;t t
10591     s,@LIBINTL@,$LIBINTL,;t t
10592     s,@LTLIBINTL@,$LTLIBINTL,;t t
10593     s,@POSUB@,$POSUB,;t t
10594     s,@CPP@,$CPP,;t t
10595     s,@CXX@,$CXX,;t t
10596     s,@CXXFLAGS@,$CXXFLAGS,;t t
10597     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10598     s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10599     s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10600     s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10601     s,@EGREP@,$EGREP,;t t
10602     s,@LN_S@,$LN_S,;t t
10603     s,@RANLIB@,$RANLIB,;t t
10604     s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10605     s,@IFTYPE@,$IFTYPE,;t t
10606     s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10607     s,@CXXCPP@,$CXXCPP,;t t
10608     s,@ALLOCA@,$ALLOCA,;t t
10609     s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10610     s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10611 pcg 1.16 s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10612     s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10613 pcg 1.1 s,@INCLUDES@,$INCLUDES,;t t
10614     s,@LIBOBJS@,$LIBOBJS,;t t
10615     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10616     CEOF
10617    
10618     _ACEOF
10619    
10620     cat >>$CONFIG_STATUS <<\_ACEOF
10621     # Split the substitutions into bite-sized pieces for seds with
10622     # small command number limits, like on Digital OSF/1 and HP-UX.
10623     ac_max_sed_lines=48
10624     ac_sed_frag=1 # Number of current file.
10625     ac_beg=1 # First line for current file.
10626     ac_end=$ac_max_sed_lines # Line after last line for current file.
10627     ac_more_lines=:
10628     ac_sed_cmds=
10629     while $ac_more_lines; do
10630     if test $ac_beg -gt 1; then
10631     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10632     else
10633     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10634     fi
10635     if test ! -s $tmp/subs.frag; then
10636     ac_more_lines=false
10637     else
10638     # The purpose of the label and of the branching condition is to
10639     # speed up the sed processing (if there are no `@' at all, there
10640     # is no need to browse any of the substitutions).
10641     # These are the two extra sed commands mentioned above.
10642     (echo ':t
10643     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10644     if test -z "$ac_sed_cmds"; then
10645 pcg 1.11 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10646 pcg 1.1 else
10647 pcg 1.11 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10648 pcg 1.1 fi
10649     ac_sed_frag=`expr $ac_sed_frag + 1`
10650     ac_beg=$ac_end
10651     ac_end=`expr $ac_end + $ac_max_sed_lines`
10652     fi
10653     done
10654     if test -z "$ac_sed_cmds"; then
10655     ac_sed_cmds=cat
10656     fi
10657     fi # test -n "$CONFIG_FILES"
10658    
10659     _ACEOF
10660     cat >>$CONFIG_STATUS <<\_ACEOF
10661     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10662     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10663     case $ac_file in
10664     - | *:- | *:-:* ) # input from stdin
10665 pcg 1.11 cat >$tmp/stdin
10666     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10667     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10668 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10669 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10670 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
10671     esac
10672    
10673     # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10674     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10675     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10676 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
10677     X"$ac_file" : 'X\(//\)$' \| \
10678     X"$ac_file" : 'X\(/\)' \| \
10679     . : '\(.\)' 2>/dev/null ||
10680 pcg 1.1 echo X"$ac_file" |
10681     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10682     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10683     /^X\(\/\/\)$/{ s//\1/; q; }
10684     /^X\(\/\).*/{ s//\1/; q; }
10685     s/.*/./; q'`
10686     { if $as_mkdir_p; then
10687     mkdir -p "$ac_dir"
10688     else
10689     as_dir="$ac_dir"
10690     as_dirs=
10691     while test ! -d "$as_dir"; do
10692     as_dirs="$as_dir $as_dirs"
10693     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10694     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10695 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
10696     X"$as_dir" : 'X\(//\)$' \| \
10697     X"$as_dir" : 'X\(/\)' \| \
10698     . : '\(.\)' 2>/dev/null ||
10699 pcg 1.1 echo X"$as_dir" |
10700     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10701     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10702     /^X\(\/\/\)$/{ s//\1/; q; }
10703     /^X\(\/\).*/{ s//\1/; q; }
10704     s/.*/./; q'`
10705     done
10706     test ! -n "$as_dirs" || mkdir $as_dirs
10707     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10708     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10709     { (exit 1); exit 1; }; }; }
10710    
10711     ac_builddir=.
10712    
10713     if test "$ac_dir" != .; then
10714     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10715     # A "../" for each directory in $ac_dir_suffix.
10716     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10717     else
10718     ac_dir_suffix= ac_top_builddir=
10719     fi
10720    
10721     case $srcdir in
10722     .) # No --srcdir option. We are building in place.
10723     ac_srcdir=.
10724     if test -z "$ac_top_builddir"; then
10725     ac_top_srcdir=.
10726     else
10727     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10728     fi ;;
10729     [\\/]* | ?:[\\/]* ) # Absolute path.
10730     ac_srcdir=$srcdir$ac_dir_suffix;
10731     ac_top_srcdir=$srcdir ;;
10732     *) # Relative path.
10733     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10734     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10735     esac
10736 pcg 1.11
10737     # Do not use `cd foo && pwd` to compute absolute paths, because
10738     # the directories may not exist.
10739     case `pwd` in
10740     .) ac_abs_builddir="$ac_dir";;
10741     *)
10742     case "$ac_dir" in
10743     .) ac_abs_builddir=`pwd`;;
10744     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10745     *) ac_abs_builddir=`pwd`/"$ac_dir";;
10746     esac;;
10747     esac
10748     case $ac_abs_builddir in
10749     .) ac_abs_top_builddir=${ac_top_builddir}.;;
10750     *)
10751     case ${ac_top_builddir}. in
10752     .) ac_abs_top_builddir=$ac_abs_builddir;;
10753     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10754     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10755     esac;;
10756     esac
10757     case $ac_abs_builddir in
10758     .) ac_abs_srcdir=$ac_srcdir;;
10759     *)
10760     case $ac_srcdir in
10761     .) ac_abs_srcdir=$ac_abs_builddir;;
10762     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10763     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
10764     esac;;
10765     esac
10766     case $ac_abs_builddir in
10767     .) ac_abs_top_srcdir=$ac_top_srcdir;;
10768     *)
10769     case $ac_top_srcdir in
10770     .) ac_abs_top_srcdir=$ac_abs_builddir;;
10771     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
10772     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
10773     esac;;
10774     esac
10775 pcg 1.1
10776    
10777     case $INSTALL in
10778     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10779     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10780     esac
10781    
10782     # Let's still pretend it is `configure' which instantiates (i.e., don't
10783     # use $as_me), people would be surprised to read:
10784     # /* config.h. Generated by config.status. */
10785     if test x"$ac_file" = x-; then
10786     configure_input=
10787     else
10788     configure_input="$ac_file. "
10789     fi
10790     configure_input=$configure_input"Generated from `echo $ac_file_in |
10791 pcg 1.11 sed 's,.*/,,'` by configure."
10792 pcg 1.1
10793     # First look for the input files in the build tree, otherwise in the
10794     # src tree.
10795     ac_file_inputs=`IFS=:
10796     for f in $ac_file_in; do
10797     case $f in
10798     -) echo $tmp/stdin ;;
10799     [\\/$]*)
10800 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
10801     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10802 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10803     { (exit 1); exit 1; }; }
10804 pcg 1.11 echo "$f";;
10805 pcg 1.1 *) # Relative
10806 pcg 1.11 if test -f "$f"; then
10807     # Build tree
10808     echo "$f"
10809     elif test -f "$srcdir/$f"; then
10810     # Source tree
10811     echo "$srcdir/$f"
10812     else
10813     # /dev/null tree
10814     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10815 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10816     { (exit 1); exit 1; }; }
10817 pcg 1.11 fi;;
10818 pcg 1.1 esac
10819     done` || { (exit 1); exit 1; }
10820 pcg 1.11
10821     if test x"$ac_file" != x-; then
10822     { echo "$as_me:$LINENO: creating $ac_file" >&5
10823     echo "$as_me: creating $ac_file" >&6;}
10824     rm -f "$ac_file"
10825     fi
10826 pcg 1.1 _ACEOF
10827     cat >>$CONFIG_STATUS <<_ACEOF
10828     sed "$ac_vpsub
10829     $extrasub
10830     _ACEOF
10831     cat >>$CONFIG_STATUS <<\_ACEOF
10832     :t
10833     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10834     s,@configure_input@,$configure_input,;t t
10835     s,@srcdir@,$ac_srcdir,;t t
10836     s,@abs_srcdir@,$ac_abs_srcdir,;t t
10837     s,@top_srcdir@,$ac_top_srcdir,;t t
10838     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10839     s,@builddir@,$ac_builddir,;t t
10840     s,@abs_builddir@,$ac_abs_builddir,;t t
10841     s,@top_builddir@,$ac_top_builddir,;t t
10842     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10843     s,@INSTALL@,$ac_INSTALL,;t t
10844     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10845     rm -f $tmp/stdin
10846     if test x"$ac_file" != x-; then
10847     mv $tmp/out $ac_file
10848     else
10849     cat $tmp/out
10850     rm -f $tmp/out
10851     fi
10852    
10853     done
10854     _ACEOF
10855     cat >>$CONFIG_STATUS <<\_ACEOF
10856    
10857     #
10858     # CONFIG_HEADER section.
10859     #
10860    
10861     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10862     # NAME is the cpp macro being defined and VALUE is the value it is being given.
10863     #
10864     # ac_d sets the value in "#define NAME VALUE" lines.
10865 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10866     ac_dB='[ ].*$,\1#\2'
10867 pcg 1.1 ac_dC=' '
10868     ac_dD=',;t'
10869     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10870 pcg 1.11 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10871 pcg 1.1 ac_uB='$,\1#\2define\3'
10872     ac_uC=' '
10873     ac_uD=',;t'
10874    
10875     for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10876     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10877     case $ac_file in
10878     - | *:- | *:-:* ) # input from stdin
10879 pcg 1.11 cat >$tmp/stdin
10880     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10881     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10882 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10883 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10884 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
10885     esac
10886    
10887     test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10888     echo "$as_me: creating $ac_file" >&6;}
10889    
10890     # First look for the input files in the build tree, otherwise in the
10891     # src tree.
10892     ac_file_inputs=`IFS=:
10893     for f in $ac_file_in; do
10894     case $f in
10895     -) echo $tmp/stdin ;;
10896     [\\/$]*)
10897 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
10898     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10899 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10900     { (exit 1); exit 1; }; }
10901 pcg 1.11 # Do quote $f, to prevent DOS paths from being IFS'd.
10902     echo "$f";;
10903 pcg 1.1 *) # Relative
10904 pcg 1.11 if test -f "$f"; then
10905     # Build tree
10906     echo "$f"
10907     elif test -f "$srcdir/$f"; then
10908     # Source tree
10909     echo "$srcdir/$f"
10910     else
10911     # /dev/null tree
10912     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10913 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10914     { (exit 1); exit 1; }; }
10915 pcg 1.11 fi;;
10916 pcg 1.1 esac
10917     done` || { (exit 1); exit 1; }
10918     # Remove the trailing spaces.
10919 pcg 1.11 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10920 pcg 1.1
10921     _ACEOF
10922    
10923     # Transform confdefs.h into two sed scripts, `conftest.defines' and
10924     # `conftest.undefs', that substitutes the proper values into
10925     # config.h.in to produce config.h. The first handles `#define'
10926     # templates, and the second `#undef' templates.
10927     # And first: Protect against being on the right side of a sed subst in
10928     # config.status. Protect against being in an unquoted here document
10929     # in config.status.
10930     rm -f conftest.defines conftest.undefs
10931     # Using a here document instead of a string reduces the quoting nightmare.
10932     # Putting comments in sed scripts is not portable.
10933     #
10934     # `end' is used to avoid that the second main sed command (meant for
10935     # 0-ary CPP macros) applies to n-ary macro definitions.
10936     # See the Autoconf documentation for `clear'.
10937     cat >confdef2sed.sed <<\_ACEOF
10938     s/[\\&,]/\\&/g
10939     s,[\\$`],\\&,g
10940     t clear
10941     : clear
10942 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10943 pcg 1.1 t end
10944 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10945 pcg 1.1 : end
10946     _ACEOF
10947     # If some macros were called several times there might be several times
10948     # the same #defines, which is useless. Nevertheless, we may not want to
10949     # sort them, since we want the *last* AC-DEFINE to be honored.
10950     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10951     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10952     rm -f confdef2sed.sed
10953    
10954     # This sed command replaces #undef with comments. This is necessary, for
10955     # example, in the case of _POSIX_SOURCE, which is predefined and required
10956     # on some systems where configure will not decide to define it.
10957     cat >>conftest.undefs <<\_ACEOF
10958 pcg 1.11 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10959 pcg 1.1 _ACEOF
10960    
10961     # Break up conftest.defines because some shells have a limit on the size
10962     # of here documents, and old seds have small limits too (100 cmds).
10963     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10964 pcg 1.11 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10965 pcg 1.1 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10966     echo ' :' >>$CONFIG_STATUS
10967     rm -f conftest.tail
10968     while grep . conftest.defines >/dev/null
10969     do
10970     # Write a limited-size here document to $tmp/defines.sed.
10971     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10972     # Speed up: don't consider the non `#define' lines.
10973 pcg 1.11 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10974 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
10975     echo 't clr' >>$CONFIG_STATUS
10976     echo ': clr' >>$CONFIG_STATUS
10977     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10978     echo 'CEOF
10979     sed -f $tmp/defines.sed $tmp/in >$tmp/out
10980     rm -f $tmp/in
10981     mv $tmp/out $tmp/in
10982     ' >>$CONFIG_STATUS
10983     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10984     rm -f conftest.defines
10985     mv conftest.tail conftest.defines
10986     done
10987     rm -f conftest.defines
10988     echo ' fi # grep' >>$CONFIG_STATUS
10989     echo >>$CONFIG_STATUS
10990    
10991     # Break up conftest.undefs because some shells have a limit on the size
10992     # of here documents, and old seds have small limits too (100 cmds).
10993     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10994     rm -f conftest.tail
10995     while grep . conftest.undefs >/dev/null
10996     do
10997     # Write a limited-size here document to $tmp/undefs.sed.
10998     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10999     # Speed up: don't consider the non `#undef'
11000 pcg 1.11 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11001 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11002     echo 't clr' >>$CONFIG_STATUS
11003     echo ': clr' >>$CONFIG_STATUS
11004     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11005     echo 'CEOF
11006     sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11007     rm -f $tmp/in
11008     mv $tmp/out $tmp/in
11009     ' >>$CONFIG_STATUS
11010     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11011     rm -f conftest.undefs
11012     mv conftest.tail conftest.undefs
11013     done
11014     rm -f conftest.undefs
11015    
11016     cat >>$CONFIG_STATUS <<\_ACEOF
11017     # Let's still pretend it is `configure' which instantiates (i.e., don't
11018     # use $as_me), people would be surprised to read:
11019     # /* config.h. Generated by config.status. */
11020     if test x"$ac_file" = x-; then
11021     echo "/* Generated by configure. */" >$tmp/config.h
11022     else
11023     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11024     fi
11025     cat $tmp/in >>$tmp/config.h
11026     rm -f $tmp/in
11027     if test x"$ac_file" != x-; then
11028     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11029     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11030     echo "$as_me: $ac_file is unchanged" >&6;}
11031     else
11032     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11033     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11034 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
11035     X"$ac_file" : 'X\(//\)$' \| \
11036     X"$ac_file" : 'X\(/\)' \| \
11037     . : '\(.\)' 2>/dev/null ||
11038 pcg 1.1 echo X"$ac_file" |
11039     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11040     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11041     /^X\(\/\/\)$/{ s//\1/; q; }
11042     /^X\(\/\).*/{ s//\1/; q; }
11043     s/.*/./; q'`
11044     { if $as_mkdir_p; then
11045     mkdir -p "$ac_dir"
11046     else
11047     as_dir="$ac_dir"
11048     as_dirs=
11049     while test ! -d "$as_dir"; do
11050     as_dirs="$as_dir $as_dirs"
11051     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11052     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11053 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11054     X"$as_dir" : 'X\(//\)$' \| \
11055     X"$as_dir" : 'X\(/\)' \| \
11056     . : '\(.\)' 2>/dev/null ||
11057 pcg 1.1 echo X"$as_dir" |
11058     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11059     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11060     /^X\(\/\/\)$/{ s//\1/; q; }
11061     /^X\(\/\).*/{ s//\1/; q; }
11062     s/.*/./; q'`
11063     done
11064     test ! -n "$as_dirs" || mkdir $as_dirs
11065     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11066     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11067     { (exit 1); exit 1; }; }; }
11068    
11069     rm -f $ac_file
11070     mv $tmp/config.h $ac_file
11071     fi
11072     else
11073     cat $tmp/config.h
11074     rm -f $tmp/config.h
11075     fi
11076     # Compute $ac_file's index in $config_headers.
11077     _am_stamp_count=1
11078     for _am_header in $config_headers :; do
11079     case $_am_header in
11080     $ac_file | $ac_file:* )
11081     break ;;
11082     * )
11083     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11084     esac
11085     done
11086     echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11087     $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11088 pcg 1.11 X$ac_file : 'X\(//\)[^/]' \| \
11089     X$ac_file : 'X\(//\)$' \| \
11090     X$ac_file : 'X\(/\)' \| \
11091     . : '\(.\)' 2>/dev/null ||
11092 pcg 1.1 echo X$ac_file |
11093     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11094     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11095     /^X\(\/\/\)$/{ s//\1/; q; }
11096     /^X\(\/\).*/{ s//\1/; q; }
11097     s/.*/./; q'`/stamp-h$_am_stamp_count
11098     done
11099     _ACEOF
11100     cat >>$CONFIG_STATUS <<\_ACEOF
11101    
11102     #
11103     # CONFIG_COMMANDS section.
11104     #
11105     for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11106     ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11107     ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11108     ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11109     $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11110 pcg 1.11 X"$ac_dest" : 'X\(//\)[^/]' \| \
11111     X"$ac_dest" : 'X\(//\)$' \| \
11112     X"$ac_dest" : 'X\(/\)' \| \
11113     . : '\(.\)' 2>/dev/null ||
11114 pcg 1.1 echo X"$ac_dest" |
11115     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11116     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11117     /^X\(\/\/\)$/{ s//\1/; q; }
11118     /^X\(\/\).*/{ s//\1/; q; }
11119     s/.*/./; q'`
11120 pcg 1.11 { if $as_mkdir_p; then
11121     mkdir -p "$ac_dir"
11122     else
11123     as_dir="$ac_dir"
11124     as_dirs=
11125     while test ! -d "$as_dir"; do
11126     as_dirs="$as_dir $as_dirs"
11127     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11128     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11129     X"$as_dir" : 'X\(//\)[^/]' \| \
11130     X"$as_dir" : 'X\(//\)$' \| \
11131     X"$as_dir" : 'X\(/\)' \| \
11132     . : '\(.\)' 2>/dev/null ||
11133     echo X"$as_dir" |
11134     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11135     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11136     /^X\(\/\/\)$/{ s//\1/; q; }
11137     /^X\(\/\).*/{ s//\1/; q; }
11138     s/.*/./; q'`
11139     done
11140     test ! -n "$as_dirs" || mkdir $as_dirs
11141     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11142     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11143     { (exit 1); exit 1; }; }; }
11144    
11145 pcg 1.1 ac_builddir=.
11146    
11147     if test "$ac_dir" != .; then
11148     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11149     # A "../" for each directory in $ac_dir_suffix.
11150     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11151     else
11152     ac_dir_suffix= ac_top_builddir=
11153     fi
11154    
11155     case $srcdir in
11156     .) # No --srcdir option. We are building in place.
11157     ac_srcdir=.
11158     if test -z "$ac_top_builddir"; then
11159     ac_top_srcdir=.
11160     else
11161     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11162     fi ;;
11163     [\\/]* | ?:[\\/]* ) # Absolute path.
11164     ac_srcdir=$srcdir$ac_dir_suffix;
11165     ac_top_srcdir=$srcdir ;;
11166     *) # Relative path.
11167     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11168     ac_top_srcdir=$ac_top_builddir$srcdir ;;
11169     esac
11170 pcg 1.11
11171     # Do not use `cd foo && pwd` to compute absolute paths, because
11172     # the directories may not exist.
11173     case `pwd` in
11174     .) ac_abs_builddir="$ac_dir";;
11175     *)
11176     case "$ac_dir" in
11177     .) ac_abs_builddir=`pwd`;;
11178     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11179     *) ac_abs_builddir=`pwd`/"$ac_dir";;
11180     esac;;
11181     esac
11182     case $ac_abs_builddir in
11183     .) ac_abs_top_builddir=${ac_top_builddir}.;;
11184     *)
11185     case ${ac_top_builddir}. in
11186     .) ac_abs_top_builddir=$ac_abs_builddir;;
11187     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11188     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11189     esac;;
11190     esac
11191     case $ac_abs_builddir in
11192     .) ac_abs_srcdir=$ac_srcdir;;
11193     *)
11194     case $ac_srcdir in
11195     .) ac_abs_srcdir=$ac_abs_builddir;;
11196     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11197     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11198     esac;;
11199     esac
11200     case $ac_abs_builddir in
11201     .) ac_abs_top_srcdir=$ac_top_srcdir;;
11202     *)
11203     case $ac_top_srcdir in
11204     .) ac_abs_top_srcdir=$ac_abs_builddir;;
11205     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11206     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11207     esac;;
11208     esac
11209 pcg 1.1
11210    
11211     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11212     echo "$as_me: executing $ac_dest commands" >&6;}
11213     case $ac_dest in
11214     default-1 )
11215     for ac_file in $CONFIG_FILES; do
11216     # Support "outfile[:infile[:infile...]]"
11217     case "$ac_file" in
11218     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11219     esac
11220     # PO directories have a Makefile.in generated from Makefile.in.in.
11221     case "$ac_file" in */Makefile.in)
11222     # Adjust a relative srcdir.
11223     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11224     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11225     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11226     # In autoconf-2.13 it is called $ac_given_srcdir.
11227     # In autoconf-2.50 it is called $srcdir.
11228     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11229     case "$ac_given_srcdir" in
11230     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11231     /*) top_srcdir="$ac_given_srcdir" ;;
11232     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11233     esac
11234     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11235     rm -f "$ac_dir/POTFILES"
11236     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11237     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11238     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11239     # on $ac_dir but don't depend on user-specified configuration
11240     # parameters.
11241     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11242     # The LINGUAS file contains the set of available languages.
11243     if test -n "$ALL_LINGUAS"; then
11244     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11245     fi
11246     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11247     # Hide the ALL_LINGUAS assigment from automake.
11248     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11249     fi
11250     case "$ac_given_srcdir" in
11251     .) srcdirpre= ;;
11252     *) srcdirpre='$(srcdir)/' ;;
11253     esac
11254     POFILES=
11255     GMOFILES=
11256     UPDATEPOFILES=
11257     DUMMYPOFILES=
11258     for lang in $ALL_LINGUAS; do
11259     POFILES="$POFILES $srcdirpre$lang.po"
11260     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11261     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11262     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11263     done
11264     # CATALOGS depends on both $ac_dir and the user's LINGUAS
11265     # environment variable.
11266     INST_LINGUAS=
11267     if test -n "$ALL_LINGUAS"; then
11268     for presentlang in $ALL_LINGUAS; do
11269     useit=no
11270     if test "%UNSET%" != "$LINGUAS"; then
11271     desiredlanguages="$LINGUAS"
11272     else
11273     desiredlanguages="$ALL_LINGUAS"
11274     fi
11275     for desiredlang in $desiredlanguages; do
11276     # Use the presentlang catalog if desiredlang is
11277     # a. equal to presentlang, or
11278     # b. a variant of presentlang (because in this case,
11279     # presentlang can be used as a fallback for messages
11280     # which are not translated in the desiredlang catalog).
11281     case "$desiredlang" in
11282     "$presentlang"*) useit=yes;;
11283     esac
11284     done
11285     if test $useit = yes; then
11286     INST_LINGUAS="$INST_LINGUAS $presentlang"
11287     fi
11288     done
11289     fi
11290     CATALOGS=
11291     if test -n "$INST_LINGUAS"; then
11292     for lang in $INST_LINGUAS; do
11293     CATALOGS="$CATALOGS $lang.gmo"
11294     done
11295     fi
11296     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11297     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"
11298     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11299     if test -f "$f"; then
11300     case "$f" in
11301     *.orig | *.bak | *~) ;;
11302     *) cat "$f" >> "$ac_dir/Makefile" ;;
11303     esac
11304     fi
11305     done
11306     fi
11307     ;;
11308     esac
11309     done ;;
11310     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11311     # Strip MF so we end up with the name of the file.
11312     mf=`echo "$mf" | sed -e 's/:.*$//'`
11313     # Check whether this is an Automake generated Makefile or not.
11314     # We used to match only the files named `Makefile.in', but
11315     # some people rename them; so instead we look at the file content.
11316     # Grep'ing the first line is not enough: some people post-process
11317     # each Makefile.in and add a new line on top of each file to say so.
11318     # So let's grep whole file.
11319     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11320     dirpart=`(dirname "$mf") 2>/dev/null ||
11321     $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11322 pcg 1.11 X"$mf" : 'X\(//\)[^/]' \| \
11323     X"$mf" : 'X\(//\)$' \| \
11324     X"$mf" : 'X\(/\)' \| \
11325     . : '\(.\)' 2>/dev/null ||
11326 pcg 1.1 echo X"$mf" |
11327     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11328     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11329     /^X\(\/\/\)$/{ s//\1/; q; }
11330     /^X\(\/\).*/{ s//\1/; q; }
11331     s/.*/./; q'`
11332     else
11333     continue
11334     fi
11335     grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11336     # Extract the definition of DEP_FILES from the Makefile without
11337     # running `make'.
11338     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11339     test -z "$DEPDIR" && continue
11340     # When using ansi2knr, U may be empty or an underscore; expand it
11341     U=`sed -n -e '/^U = / s///p' < "$mf"`
11342     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11343     # We invoke sed twice because it is the simplest approach to
11344     # changing $(DEPDIR) to its actual value in the expansion.
11345     for file in `sed -n -e '
11346     /^DEP_FILES = .*\\\\$/ {
11347     s/^DEP_FILES = //
11348     :loop
11349     s/\\\\$//
11350     p
11351     n
11352     /\\\\$/ b loop
11353     p
11354     }
11355     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11356     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11357     # Make sure the directory exists.
11358     test -f "$dirpart/$file" && continue
11359     fdir=`(dirname "$file") 2>/dev/null ||
11360     $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11361 pcg 1.11 X"$file" : 'X\(//\)[^/]' \| \
11362     X"$file" : 'X\(//\)$' \| \
11363     X"$file" : 'X\(/\)' \| \
11364     . : '\(.\)' 2>/dev/null ||
11365 pcg 1.1 echo X"$file" |
11366     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11367     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11368     /^X\(\/\/\)$/{ s//\1/; q; }
11369     /^X\(\/\).*/{ s//\1/; q; }
11370     s/.*/./; q'`
11371     { if $as_mkdir_p; then
11372     mkdir -p $dirpart/$fdir
11373     else
11374     as_dir=$dirpart/$fdir
11375     as_dirs=
11376     while test ! -d "$as_dir"; do
11377     as_dirs="$as_dir $as_dirs"
11378     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11379     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11380 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11381     X"$as_dir" : 'X\(//\)$' \| \
11382     X"$as_dir" : 'X\(/\)' \| \
11383     . : '\(.\)' 2>/dev/null ||
11384 pcg 1.1 echo X"$as_dir" |
11385     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11386     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11387     /^X\(\/\/\)$/{ s//\1/; q; }
11388     /^X\(\/\).*/{ s//\1/; q; }
11389     s/.*/./; q'`
11390     done
11391     test ! -n "$as_dirs" || mkdir $as_dirs
11392     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11393     echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11394     { (exit 1); exit 1; }; }; }
11395    
11396     # echo "creating $dirpart/$file"
11397     echo '# dummy' > "$dirpart/$file"
11398     done
11399     done
11400     ;;
11401     esac
11402     done
11403     _ACEOF
11404    
11405     cat >>$CONFIG_STATUS <<\_ACEOF
11406    
11407     { (exit 0); exit 0; }
11408     _ACEOF
11409     chmod +x $CONFIG_STATUS
11410     ac_clean_files=$ac_clean_files_save
11411    
11412    
11413    
11414     echo
11415     echo "***"
11416     echo "*** Configuration Summary"
11417     echo "***"
11418     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11419     echo "*** Cipher used: $CIPHER"
11420     echo "*** Digest used: $DIGEST"
11421     echo "*** HMAC length: $HMAC"
11422     echo "*** RAND used: $RAND"
11423     echo "*** Max. MTU: $MTU"
11424     echo "*** Compression: $COMPRESS"
11425 pcg 1.15
11426     if test "x$DIGEST" = xmd4; then
11427 pcg 1.1 echo "***"
11428 pcg 1.15 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11429     fi
11430 pcg 1.1
11431 pcg 1.15 if test "$HMAC" -lt 12; then
11432     echo "***"
11433 pcg 1.17 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11434 pcg 1.15 fi
11435    
11436     if test "$RAND" -lt 8; then
11437 pcg 1.1 echo "***"
11438 pcg 1.17 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11439 pcg 1.1 fi
11440 pcg 1.15
11441     echo "***"
11442 pcg 1.1
11443     echo
11444    
11445    
11446    
11447     # configure is writing to config.log, and then calls config.status.
11448     # config.status does its own redirection, appending to config.log.
11449     # Unfortunately, on DOS this fails, as config.log is still kept open
11450     # by configure, so config.status won't be able to write to it; its
11451     # output is simply discarded. So we exec the FD to /dev/null,
11452     # effectively closing config.log, so it can be properly (re)opened and
11453     # appended to by config.status. When coming back to configure, we
11454     # need to make the FD available again.
11455     if test "$no_create" != yes; then
11456     ac_cs_success=:
11457     ac_config_status_args=
11458     test "$silent" = yes &&
11459     ac_config_status_args="$ac_config_status_args --quiet"
11460     exec 5>/dev/null
11461     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11462     exec 5>>config.log
11463     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11464     # would make configure fail if this is the last instruction.
11465     $ac_cs_success || { (exit 1); exit 1; }
11466     fi
11467