ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.44
Committed: Fri Aug 7 20:58:15 2009 UTC (14 years, 9 months ago) by pcg
Branch: MAIN
Changes since 1.43: +9 -8 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.33 # Generated by GNU Autoconf 2.61.
4 pcg 1.1 #
5 pcg 1.33 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6     # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 pcg 1.1 # This configure script is free software; the Free Software Foundation
8     # gives unlimited permission to copy, distribute and modify it.
9     ## --------------------- ##
10     ## M4sh Initialization. ##
11     ## --------------------- ##
12    
13 pcg 1.33 # Be more Bourne compatible
14     DUALCASE=1; export DUALCASE # for MKS sh
15 pcg 1.1 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16     emulate sh
17     NULLCMD=:
18     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19     # is contrary to our usage. Disable this feature.
20     alias -g '${1+"$@"}'='"$@"'
21 pcg 1.33 setopt NO_GLOB_SUBST
22     else
23     case `(set -o) 2>/dev/null` in
24     *posix*) set -o posix ;;
25     esac
26    
27     fi
28    
29    
30    
31    
32     # PATH needs CR
33     # Avoid depending upon Character Ranges.
34     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37     as_cr_digits='0123456789'
38     as_cr_alnum=$as_cr_Letters$as_cr_digits
39    
40     # The user is always right.
41     if test "${PATH_SEPARATOR+set}" != set; then
42     echo "#! /bin/sh" >conf$$.sh
43     echo "exit 0" >>conf$$.sh
44     chmod +x conf$$.sh
45     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46     PATH_SEPARATOR=';'
47     else
48     PATH_SEPARATOR=:
49     fi
50     rm -f conf$$.sh
51 pcg 1.1 fi
52    
53     # Support unset when possible.
54 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 pcg 1.1 as_unset=unset
56     else
57     as_unset=false
58     fi
59    
60    
61 pcg 1.33 # IFS
62     # We need space, tab and new line, in precisely that order. Quoting is
63     # there to prevent editors from complaining about space-tab.
64     # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65     # splitting by setting IFS to empty value.)
66     as_nl='
67     '
68     IFS=" "" $as_nl"
69    
70     # Find who we are. Look in the path if we contain no directory separator.
71     case $0 in
72     *[\\/]* ) as_myself=$0 ;;
73     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74     for as_dir in $PATH
75     do
76     IFS=$as_save_IFS
77     test -z "$as_dir" && as_dir=.
78     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79     done
80     IFS=$as_save_IFS
81    
82     ;;
83     esac
84     # We did not find ourselves, most probably we were run as `sh COMMAND'
85     # in which case we are not to be found in the path.
86     if test "x$as_myself" = x; then
87     as_myself=$0
88     fi
89     if test ! -f "$as_myself"; then
90     echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91     { (exit 1); exit 1; }
92     fi
93    
94 pcg 1.1 # Work around bugs in pre-3.0 UWIN ksh.
95 pcg 1.33 for as_var in ENV MAIL MAILPATH
96     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97     done
98 pcg 1.1 PS1='$ '
99     PS2='> '
100     PS4='+ '
101    
102     # NLS nuisances.
103     for as_var in \
104     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106     LC_TELEPHONE LC_TIME
107     do
108 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 pcg 1.1 eval $as_var=C; export $as_var
110     else
111 pcg 1.33 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112 pcg 1.1 fi
113     done
114    
115     # Required to use basename.
116 pcg 1.33 if expr a : '\(a\)' >/dev/null 2>&1 &&
117     test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 pcg 1.1 as_expr=expr
119     else
120     as_expr=false
121     fi
122    
123 pcg 1.33 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 pcg 1.1 as_basename=basename
125     else
126     as_basename=false
127     fi
128    
129    
130     # Name of the executable.
131 pcg 1.33 as_me=`$as_basename -- "$0" ||
132 pcg 1.1 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133     X"$0" : 'X\(//\)$' \| \
134 pcg 1.33 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 pcg 1.1 echo X/"$0" |
136 pcg 1.33 sed '/^.*\/\([^/][^/]*\)\/*$/{
137     s//\1/
138     q
139     }
140     /^X\/\(\/\/\)$/{
141     s//\1/
142     q
143     }
144     /^X\/\(\/\).*/{
145     s//\1/
146     q
147     }
148     s/.*/./; q'`
149    
150     # CDPATH.
151     $as_unset CDPATH
152    
153 pcg 1.1
154 pcg 1.33 if test "x$CONFIG_SHELL" = x; then
155     if (eval ":") 2>/dev/null; then
156     as_have_required=yes
157     else
158     as_have_required=no
159     fi
160    
161     if test $as_have_required = yes && (eval ":
162     (as_func_return () {
163     (exit \$1)
164     }
165     as_func_success () {
166     as_func_return 0
167     }
168     as_func_failure () {
169     as_func_return 1
170     }
171     as_func_ret_success () {
172     return 0
173     }
174     as_func_ret_failure () {
175     return 1
176     }
177 pcg 1.1
178 pcg 1.33 exitcode=0
179     if as_func_success; then
180     :
181     else
182     exitcode=1
183     echo as_func_success failed.
184     fi
185    
186     if as_func_failure; then
187     exitcode=1
188     echo as_func_failure succeeded.
189     fi
190    
191     if as_func_ret_success; then
192     :
193     else
194     exitcode=1
195     echo as_func_ret_success failed.
196     fi
197 pcg 1.1
198 pcg 1.33 if as_func_ret_failure; then
199     exitcode=1
200     echo as_func_ret_failure succeeded.
201 pcg 1.1 fi
202    
203 pcg 1.33 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204     :
205     else
206     exitcode=1
207     echo positional parameters were not saved.
208     fi
209 pcg 1.1
210 pcg 1.33 test \$exitcode = 0) || { (exit 1); exit 1; }
211 pcg 1.1
212 pcg 1.33 (
213     as_lineno_1=\$LINENO
214     as_lineno_2=\$LINENO
215     test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216     test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217     ") 2> /dev/null; then
218     :
219     else
220     as_candidate_shells=
221 pcg 1.1 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223     do
224     IFS=$as_save_IFS
225     test -z "$as_dir" && as_dir=.
226 pcg 1.33 case $as_dir in
227 pcg 1.1 /*)
228 pcg 1.33 for as_base in sh bash ksh sh5; do
229     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230     done;;
231     esac
232     done
233     IFS=$as_save_IFS
234    
235    
236     for as_shell in $as_candidate_shells $SHELL; do
237     # Try only shells that exist, to save several forks.
238     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239     { ("$as_shell") 2> /dev/null <<\_ASEOF
240     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241     emulate sh
242     NULLCMD=:
243     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244     # is contrary to our usage. Disable this feature.
245     alias -g '${1+"$@"}'='"$@"'
246     setopt NO_GLOB_SUBST
247     else
248     case `(set -o) 2>/dev/null` in
249     *posix*) set -o posix ;;
250     esac
251    
252     fi
253    
254    
255     :
256     _ASEOF
257     }; then
258     CONFIG_SHELL=$as_shell
259     as_have_required=yes
260     if { "$as_shell" 2> /dev/null <<\_ASEOF
261     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262     emulate sh
263     NULLCMD=:
264     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265     # is contrary to our usage. Disable this feature.
266     alias -g '${1+"$@"}'='"$@"'
267     setopt NO_GLOB_SUBST
268     else
269     case `(set -o) 2>/dev/null` in
270     *posix*) set -o posix ;;
271     esac
272    
273     fi
274    
275    
276     :
277     (as_func_return () {
278     (exit $1)
279     }
280     as_func_success () {
281     as_func_return 0
282     }
283     as_func_failure () {
284     as_func_return 1
285     }
286     as_func_ret_success () {
287     return 0
288     }
289     as_func_ret_failure () {
290     return 1
291     }
292    
293     exitcode=0
294     if as_func_success; then
295     :
296     else
297     exitcode=1
298     echo as_func_success failed.
299     fi
300    
301     if as_func_failure; then
302     exitcode=1
303     echo as_func_failure succeeded.
304     fi
305    
306     if as_func_ret_success; then
307     :
308     else
309     exitcode=1
310     echo as_func_ret_success failed.
311     fi
312    
313     if as_func_ret_failure; then
314     exitcode=1
315     echo as_func_ret_failure succeeded.
316     fi
317    
318     if ( set x; as_func_ret_success y && test x = "$1" ); then
319     :
320     else
321     exitcode=1
322     echo positional parameters were not saved.
323     fi
324    
325     test $exitcode = 0) || { (exit 1); exit 1; }
326    
327     (
328     as_lineno_1=$LINENO
329     as_lineno_2=$LINENO
330     test "x$as_lineno_1" != "x$as_lineno_2" &&
331     test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332    
333     _ASEOF
334     }; then
335     break
336     fi
337    
338     fi
339    
340     done
341    
342     if test "x$CONFIG_SHELL" != x; then
343     for as_var in BASH_ENV ENV
344     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345     done
346     export CONFIG_SHELL
347     exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348     fi
349    
350    
351     if test $as_have_required = no; then
352     echo This script requires a shell more modern than all the
353     echo shells that I found on your system. Please install a
354     echo modern shell, or manually run the script under such a
355     echo shell if you do have one.
356     { (exit 1); exit 1; }
357     fi
358    
359    
360     fi
361    
362     fi
363    
364    
365    
366     (eval "as_func_return () {
367     (exit \$1)
368     }
369     as_func_success () {
370     as_func_return 0
371     }
372     as_func_failure () {
373     as_func_return 1
374     }
375     as_func_ret_success () {
376     return 0
377     }
378     as_func_ret_failure () {
379     return 1
380     }
381    
382     exitcode=0
383     if as_func_success; then
384     :
385     else
386     exitcode=1
387     echo as_func_success failed.
388     fi
389    
390     if as_func_failure; then
391     exitcode=1
392     echo as_func_failure succeeded.
393     fi
394    
395     if as_func_ret_success; then
396     :
397     else
398     exitcode=1
399     echo as_func_ret_success failed.
400     fi
401    
402     if as_func_ret_failure; then
403     exitcode=1
404     echo as_func_ret_failure succeeded.
405     fi
406    
407     if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408     :
409     else
410     exitcode=1
411     echo positional parameters were not saved.
412     fi
413    
414     test \$exitcode = 0") || {
415     echo No shell found that supports shell functions.
416     echo Please tell autoconf@gnu.org about your system,
417     echo including any error possibly output before this
418     echo message
419     }
420    
421    
422    
423 pcg 1.1 as_lineno_1=$LINENO
424     as_lineno_2=$LINENO
425     test "x$as_lineno_1" != "x$as_lineno_2" &&
426 pcg 1.33 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427 pcg 1.1
428     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429     # uniformly replaced by the line number. The first 'sed' inserts a
430 pcg 1.33 # line-number line after each line using $LINENO; the second 'sed'
431     # does the real work. The second script uses 'N' to pair each
432     # line-number line with the line containing $LINENO, and appends
433     # trailing '-' during substitution so that $LINENO is not a special
434     # case at line end.
435 pcg 1.1 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 pcg 1.33 # scripts with optimization help from Paolo Bonzini. Blame Lee
437     # E. McMahon (1931-1989) for sed's syntax. :-)
438     sed -n '
439     p
440     /[$]LINENO/=
441     ' <$as_myself |
442 pcg 1.1 sed '
443 pcg 1.33 s/[$]LINENO.*/&-/
444     t lineno
445     b
446     :lineno
447 pcg 1.1 N
448 pcg 1.33 :loop
449     s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 pcg 1.1 t loop
451 pcg 1.33 s/-\n.*//
452 pcg 1.1 ' >$as_me.lineno &&
453 pcg 1.33 chmod +x "$as_me.lineno" ||
454 pcg 1.1 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455     { (exit 1); exit 1; }; }
456    
457     # Don't try to exec as it changes $[0], causing all sort of problems
458     # (the dirname of $[0] is not the place where we might find the
459 pcg 1.33 # original and so on. Autoconf is especially sensitive to this).
460     . "./$as_me.lineno"
461 pcg 1.1 # Exit status is that of the last command.
462     exit
463     }
464    
465    
466 pcg 1.33 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467     as_dirname=dirname
468     else
469     as_dirname=false
470     fi
471    
472     ECHO_C= ECHO_N= ECHO_T=
473     case `echo -n x` in
474     -n*)
475     case `echo 'x\c'` in
476     *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477     *) ECHO_C='\c';;
478     esac;;
479     *)
480     ECHO_N='-n';;
481 pcg 1.1 esac
482    
483 pcg 1.33 if expr a : '\(a\)' >/dev/null 2>&1 &&
484     test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 pcg 1.1 as_expr=expr
486     else
487     as_expr=false
488     fi
489    
490     rm -f conf$$ conf$$.exe conf$$.file
491 pcg 1.33 if test -d conf$$.dir; then
492     rm -f conf$$.dir/conf$$.file
493     else
494     rm -f conf$$.dir
495     mkdir conf$$.dir
496     fi
497 pcg 1.1 echo >conf$$.file
498     if ln -s conf$$.file conf$$ 2>/dev/null; then
499 pcg 1.33 as_ln_s='ln -s'
500     # ... but there are two gotchas:
501     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503     # In both cases, we have to default to `cp -p'.
504     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 pcg 1.1 as_ln_s='cp -p'
506     elif ln conf$$.file conf$$ 2>/dev/null; then
507     as_ln_s=ln
508     else
509     as_ln_s='cp -p'
510     fi
511 pcg 1.33 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512     rmdir conf$$.dir 2>/dev/null
513 pcg 1.1
514     if mkdir -p . 2>/dev/null; then
515     as_mkdir_p=:
516     else
517 pcg 1.11 test -d ./-p && rmdir ./-p
518 pcg 1.1 as_mkdir_p=false
519     fi
520    
521 pcg 1.33 if test -x / >/dev/null 2>&1; then
522     as_test_x='test -x'
523     else
524     if ls -dL / >/dev/null 2>&1; then
525     as_ls_L_option=L
526     else
527     as_ls_L_option=
528     fi
529     as_test_x='
530     eval sh -c '\''
531     if test -d "$1"; then
532     test -d "$1/.";
533     else
534     case $1 in
535     -*)set "./$1";;
536     esac;
537     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538     ???[sx]*):;;*)false;;esac;fi
539     '\'' sh
540     '
541     fi
542     as_executable_p=$as_test_x
543 pcg 1.1
544     # Sed expression to map a string onto a valid CPP name.
545 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546 pcg 1.1
547     # Sed expression to map a string onto a valid variable name.
548 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549 pcg 1.1
550    
551    
552 pcg 1.33 exec 7<&0 </dev/null 6>&1
553 pcg 1.1
554     # Name of the host.
555     # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556     # so uname gets run too.
557     ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558    
559     #
560     # Initializations.
561     #
562     ac_default_prefix=/usr/local
563 pcg 1.33 ac_clean_files=
564 pcg 1.1 ac_config_libobj_dir=.
565 pcg 1.33 LIBOBJS=
566 pcg 1.1 cross_compiling=no
567     subdirs=
568     MFLAGS=
569     MAKEFLAGS=
570     SHELL=${CONFIG_SHELL-/bin/sh}
571    
572     # Identity of this package.
573     PACKAGE_NAME=
574     PACKAGE_TARNAME=
575     PACKAGE_VERSION=
576     PACKAGE_STRING=
577     PACKAGE_BUGREPORT=
578    
579 pcg 1.26 ac_unique_file="src/gvpe.C"
580 pcg 1.1 # Factoring default headers for most tests.
581     ac_includes_default="\
582     #include <stdio.h>
583 pcg 1.33 #ifdef HAVE_SYS_TYPES_H
584 pcg 1.1 # include <sys/types.h>
585     #endif
586 pcg 1.33 #ifdef HAVE_SYS_STAT_H
587 pcg 1.1 # include <sys/stat.h>
588     #endif
589 pcg 1.33 #ifdef STDC_HEADERS
590 pcg 1.1 # include <stdlib.h>
591     # include <stddef.h>
592     #else
593 pcg 1.33 # ifdef HAVE_STDLIB_H
594 pcg 1.1 # include <stdlib.h>
595     # endif
596     #endif
597 pcg 1.33 #ifdef HAVE_STRING_H
598     # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
599 pcg 1.1 # include <memory.h>
600     # endif
601     # include <string.h>
602     #endif
603 pcg 1.33 #ifdef HAVE_STRINGS_H
604 pcg 1.1 # include <strings.h>
605     #endif
606 pcg 1.33 #ifdef HAVE_INTTYPES_H
607 pcg 1.1 # include <inttypes.h>
608     #endif
609 pcg 1.33 #ifdef HAVE_STDINT_H
610     # include <stdint.h>
611     #endif
612     #ifdef HAVE_UNISTD_H
613 pcg 1.1 # include <unistd.h>
614     #endif"
615    
616 pcg 1.33 ac_subst_vars='SHELL
617     PATH_SEPARATOR
618     PACKAGE_NAME
619     PACKAGE_TARNAME
620     PACKAGE_VERSION
621     PACKAGE_STRING
622     PACKAGE_BUGREPORT
623     exec_prefix
624     prefix
625     program_transform_name
626     bindir
627     sbindir
628     libexecdir
629     datarootdir
630     datadir
631     sysconfdir
632     sharedstatedir
633     localstatedir
634     includedir
635     oldincludedir
636     docdir
637     infodir
638     htmldir
639     dvidir
640     pdfdir
641     psdir
642     libdir
643     localedir
644     mandir
645     DEFS
646     ECHO_C
647     ECHO_N
648     ECHO_T
649     LIBS
650     build_alias
651     host_alias
652     target_alias
653     build
654     build_cpu
655     build_vendor
656     build_os
657     host
658     host_cpu
659     host_vendor
660     host_os
661     target
662     target_cpu
663     target_vendor
664     target_os
665     INSTALL_PROGRAM
666     INSTALL_SCRIPT
667     INSTALL_DATA
668     CYGPATH_W
669     PACKAGE
670     VERSION
671     ACLOCAL
672     AUTOCONF
673     AUTOMAKE
674     AUTOHEADER
675     MAKEINFO
676     AMTAR
677     install_sh
678     STRIP
679     INSTALL_STRIP_PROGRAM
680     AWK
681     SET_MAKE
682     am__leading_dot
683     MAINTAINER_MODE_TRUE
684     MAINTAINER_MODE_FALSE
685     MAINT
686     MKINSTALLDIRS
687     MSGFMT
688     GMSGFMT
689     XGETTEXT
690     MSGMERGE
691     CC
692     CFLAGS
693     LDFLAGS
694     CPPFLAGS
695     ac_ct_CC
696     EXEEXT
697     OBJEXT
698     DEPDIR
699     am__include
700     am__quote
701     AMDEP_TRUE
702     AMDEP_FALSE
703     AMDEPBACKSLASH
704     CCDEPMODE
705     am__fastdepCC_TRUE
706     am__fastdepCC_FALSE
707     USE_NLS
708     LIBICONV
709     LTLIBICONV
710     INTLLIBS
711     LIBINTL
712     LTLIBINTL
713     POSUB
714     CPP
715     CXX
716     CXXFLAGS
717     ac_ct_CXX
718     CXXDEPMODE
719     am__fastdepCXX_TRUE
720     am__fastdepCXX_FALSE
721     GREP
722     EGREP
723     LN_S
724     RANLIB
725     IFTYPE
726     IFSUBTYPE
727     CXXCPP
728     ALLOCA
729     LINUX_IF_TUN_H
730     HAVE_TUNTAP
731     LDFLAGS_DAEMON
732     ROHC_TRUE
733     ROHC_FALSE
734     INCLUDES
735     LIBOBJS
736     LTLIBOBJS'
737 pcg 1.1 ac_subst_files=''
738 pcg 1.33 ac_precious_vars='build_alias
739     host_alias
740     target_alias
741     CC
742     CFLAGS
743     LDFLAGS
744     LIBS
745     CPPFLAGS
746     CPP
747     CXX
748     CXXFLAGS
749     CCC
750     CXXCPP'
751    
752 pcg 1.1
753     # Initialize some variables set by options.
754     ac_init_help=
755     ac_init_version=false
756     # The variables have the same names as the options, with
757     # dashes changed to underlines.
758     cache_file=/dev/null
759     exec_prefix=NONE
760     no_create=
761     no_recursion=
762     prefix=NONE
763     program_prefix=NONE
764     program_suffix=NONE
765     program_transform_name=s,x,x,
766     silent=
767     site=
768     srcdir=
769     verbose=
770     x_includes=NONE
771     x_libraries=NONE
772    
773     # Installation directory options.
774     # These are left unexpanded so users can "make install exec_prefix=/foo"
775     # and all the variables that are supposed to be based on exec_prefix
776     # by default will actually change.
777     # Use braces instead of parens because sh, perl, etc. also accept them.
778 pcg 1.33 # (The list follows the same order as the GNU Coding Standards.)
779 pcg 1.1 bindir='${exec_prefix}/bin'
780     sbindir='${exec_prefix}/sbin'
781     libexecdir='${exec_prefix}/libexec'
782 pcg 1.33 datarootdir='${prefix}/share'
783     datadir='${datarootdir}'
784 pcg 1.1 sysconfdir='${prefix}/etc'
785     sharedstatedir='${prefix}/com'
786     localstatedir='${prefix}/var'
787     includedir='${prefix}/include'
788     oldincludedir='/usr/include'
789 pcg 1.33 docdir='${datarootdir}/doc/${PACKAGE}'
790     infodir='${datarootdir}/info'
791     htmldir='${docdir}'
792     dvidir='${docdir}'
793     pdfdir='${docdir}'
794     psdir='${docdir}'
795     libdir='${exec_prefix}/lib'
796     localedir='${datarootdir}/locale'
797     mandir='${datarootdir}/man'
798 pcg 1.1
799     ac_prev=
800 pcg 1.33 ac_dashdash=
801 pcg 1.1 for ac_option
802     do
803     # If the previous option needs an argument, assign it.
804     if test -n "$ac_prev"; then
805 pcg 1.33 eval $ac_prev=\$ac_option
806 pcg 1.1 ac_prev=
807     continue
808     fi
809    
810 pcg 1.33 case $ac_option in
811     *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
812     *) ac_optarg=yes ;;
813     esac
814 pcg 1.1
815     # Accept the important Cygnus configure options, so we can diagnose typos.
816    
817 pcg 1.33 case $ac_dashdash$ac_option in
818     --)
819     ac_dashdash=yes ;;
820 pcg 1.1
821     -bindir | --bindir | --bindi | --bind | --bin | --bi)
822     ac_prev=bindir ;;
823     -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
824     bindir=$ac_optarg ;;
825    
826     -build | --build | --buil | --bui | --bu)
827     ac_prev=build_alias ;;
828     -build=* | --build=* | --buil=* | --bui=* | --bu=*)
829     build_alias=$ac_optarg ;;
830    
831     -cache-file | --cache-file | --cache-fil | --cache-fi \
832     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
833     ac_prev=cache_file ;;
834     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
835     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
836     cache_file=$ac_optarg ;;
837    
838     --config-cache | -C)
839     cache_file=config.cache ;;
840    
841 pcg 1.33 -datadir | --datadir | --datadi | --datad)
842 pcg 1.1 ac_prev=datadir ;;
843 pcg 1.33 -datadir=* | --datadir=* | --datadi=* | --datad=*)
844 pcg 1.1 datadir=$ac_optarg ;;
845    
846 pcg 1.33 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
847     | --dataroo | --dataro | --datar)
848     ac_prev=datarootdir ;;
849     -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
850     | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
851     datarootdir=$ac_optarg ;;
852    
853 pcg 1.1 -disable-* | --disable-*)
854     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
855     # Reject names that are not valid shell variable names.
856 pcg 1.33 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
857 pcg 1.1 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
858     { (exit 1); exit 1; }; }
859 pcg 1.33 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
860     eval enable_$ac_feature=no ;;
861    
862     -docdir | --docdir | --docdi | --doc | --do)
863     ac_prev=docdir ;;
864     -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
865     docdir=$ac_optarg ;;
866    
867     -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
868     ac_prev=dvidir ;;
869     -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
870     dvidir=$ac_optarg ;;
871 pcg 1.1
872     -enable-* | --enable-*)
873     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
874     # Reject names that are not valid shell variable names.
875 pcg 1.33 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
876 pcg 1.1 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
877     { (exit 1); exit 1; }; }
878 pcg 1.33 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
879     eval enable_$ac_feature=\$ac_optarg ;;
880 pcg 1.1
881     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
882     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
883     | --exec | --exe | --ex)
884     ac_prev=exec_prefix ;;
885     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
886     | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
887     | --exec=* | --exe=* | --ex=*)
888     exec_prefix=$ac_optarg ;;
889    
890     -gas | --gas | --ga | --g)
891     # Obsolete; use --with-gas.
892     with_gas=yes ;;
893    
894     -help | --help | --hel | --he | -h)
895     ac_init_help=long ;;
896     -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
897     ac_init_help=recursive ;;
898     -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
899     ac_init_help=short ;;
900    
901     -host | --host | --hos | --ho)
902     ac_prev=host_alias ;;
903     -host=* | --host=* | --hos=* | --ho=*)
904     host_alias=$ac_optarg ;;
905    
906 pcg 1.33 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
907     ac_prev=htmldir ;;
908     -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
909     | --ht=*)
910     htmldir=$ac_optarg ;;
911    
912 pcg 1.1 -includedir | --includedir | --includedi | --included | --include \
913     | --includ | --inclu | --incl | --inc)
914     ac_prev=includedir ;;
915     -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
916     | --includ=* | --inclu=* | --incl=* | --inc=*)
917     includedir=$ac_optarg ;;
918    
919     -infodir | --infodir | --infodi | --infod | --info | --inf)
920     ac_prev=infodir ;;
921     -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
922     infodir=$ac_optarg ;;
923    
924     -libdir | --libdir | --libdi | --libd)
925     ac_prev=libdir ;;
926     -libdir=* | --libdir=* | --libdi=* | --libd=*)
927     libdir=$ac_optarg ;;
928    
929     -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
930     | --libexe | --libex | --libe)
931     ac_prev=libexecdir ;;
932     -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
933     | --libexe=* | --libex=* | --libe=*)
934     libexecdir=$ac_optarg ;;
935    
936 pcg 1.33 -localedir | --localedir | --localedi | --localed | --locale)
937     ac_prev=localedir ;;
938     -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
939     localedir=$ac_optarg ;;
940    
941 pcg 1.1 -localstatedir | --localstatedir | --localstatedi | --localstated \
942 pcg 1.33 | --localstate | --localstat | --localsta | --localst | --locals)
943 pcg 1.1 ac_prev=localstatedir ;;
944     -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
945 pcg 1.33 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
946 pcg 1.1 localstatedir=$ac_optarg ;;
947    
948     -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
949     ac_prev=mandir ;;
950     -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
951     mandir=$ac_optarg ;;
952    
953     -nfp | --nfp | --nf)
954     # Obsolete; use --without-fp.
955     with_fp=no ;;
956    
957     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
958     | --no-cr | --no-c | -n)
959     no_create=yes ;;
960    
961     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
962     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
963     no_recursion=yes ;;
964    
965     -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
966     | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
967     | --oldin | --oldi | --old | --ol | --o)
968     ac_prev=oldincludedir ;;
969     -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
970     | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
971     | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
972     oldincludedir=$ac_optarg ;;
973    
974     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
975     ac_prev=prefix ;;
976     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
977     prefix=$ac_optarg ;;
978    
979     -program-prefix | --program-prefix | --program-prefi | --program-pref \
980     | --program-pre | --program-pr | --program-p)
981     ac_prev=program_prefix ;;
982     -program-prefix=* | --program-prefix=* | --program-prefi=* \
983     | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
984     program_prefix=$ac_optarg ;;
985    
986     -program-suffix | --program-suffix | --program-suffi | --program-suff \
987     | --program-suf | --program-su | --program-s)
988     ac_prev=program_suffix ;;
989     -program-suffix=* | --program-suffix=* | --program-suffi=* \
990     | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
991     program_suffix=$ac_optarg ;;
992    
993     -program-transform-name | --program-transform-name \
994     | --program-transform-nam | --program-transform-na \
995     | --program-transform-n | --program-transform- \
996     | --program-transform | --program-transfor \
997     | --program-transfo | --program-transf \
998     | --program-trans | --program-tran \
999     | --progr-tra | --program-tr | --program-t)
1000     ac_prev=program_transform_name ;;
1001     -program-transform-name=* | --program-transform-name=* \
1002     | --program-transform-nam=* | --program-transform-na=* \
1003     | --program-transform-n=* | --program-transform-=* \
1004     | --program-transform=* | --program-transfor=* \
1005     | --program-transfo=* | --program-transf=* \
1006     | --program-trans=* | --program-tran=* \
1007     | --progr-tra=* | --program-tr=* | --program-t=*)
1008     program_transform_name=$ac_optarg ;;
1009    
1010 pcg 1.33 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1011     ac_prev=pdfdir ;;
1012     -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1013     pdfdir=$ac_optarg ;;
1014    
1015     -psdir | --psdir | --psdi | --psd | --ps)
1016     ac_prev=psdir ;;
1017     -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1018     psdir=$ac_optarg ;;
1019    
1020 pcg 1.1 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1021     | -silent | --silent | --silen | --sile | --sil)
1022     silent=yes ;;
1023    
1024     -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1025     ac_prev=sbindir ;;
1026     -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1027     | --sbi=* | --sb=*)
1028     sbindir=$ac_optarg ;;
1029    
1030     -sharedstatedir | --sharedstatedir | --sharedstatedi \
1031     | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1032     | --sharedst | --shareds | --shared | --share | --shar \
1033     | --sha | --sh)
1034     ac_prev=sharedstatedir ;;
1035     -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1036     | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1037     | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1038     | --sha=* | --sh=*)
1039     sharedstatedir=$ac_optarg ;;
1040    
1041     -site | --site | --sit)
1042     ac_prev=site ;;
1043     -site=* | --site=* | --sit=*)
1044     site=$ac_optarg ;;
1045    
1046     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1047     ac_prev=srcdir ;;
1048     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1049     srcdir=$ac_optarg ;;
1050    
1051     -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1052     | --syscon | --sysco | --sysc | --sys | --sy)
1053     ac_prev=sysconfdir ;;
1054     -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1055     | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1056     sysconfdir=$ac_optarg ;;
1057    
1058     -target | --target | --targe | --targ | --tar | --ta | --t)
1059     ac_prev=target_alias ;;
1060     -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1061     target_alias=$ac_optarg ;;
1062    
1063     -v | -verbose | --verbose | --verbos | --verbo | --verb)
1064     verbose=yes ;;
1065    
1066     -version | --version | --versio | --versi | --vers | -V)
1067     ac_init_version=: ;;
1068    
1069     -with-* | --with-*)
1070     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1071     # Reject names that are not valid shell variable names.
1072 pcg 1.33 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1073 pcg 1.1 { echo "$as_me: error: invalid package name: $ac_package" >&2
1074     { (exit 1); exit 1; }; }
1075 pcg 1.33 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1076     eval with_$ac_package=\$ac_optarg ;;
1077 pcg 1.1
1078     -without-* | --without-*)
1079     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1080     # Reject names that are not valid shell variable names.
1081 pcg 1.33 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1082 pcg 1.1 { echo "$as_me: error: invalid package name: $ac_package" >&2
1083     { (exit 1); exit 1; }; }
1084 pcg 1.33 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1085     eval with_$ac_package=no ;;
1086 pcg 1.1
1087     --x)
1088     # Obsolete; use --with-x.
1089     with_x=yes ;;
1090    
1091     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1092     | --x-incl | --x-inc | --x-in | --x-i)
1093     ac_prev=x_includes ;;
1094     -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1095     | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1096     x_includes=$ac_optarg ;;
1097    
1098     -x-libraries | --x-libraries | --x-librarie | --x-librari \
1099     | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1100     ac_prev=x_libraries ;;
1101     -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1102     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1103     x_libraries=$ac_optarg ;;
1104    
1105     -*) { echo "$as_me: error: unrecognized option: $ac_option
1106     Try \`$0 --help' for more information." >&2
1107     { (exit 1); exit 1; }; }
1108     ;;
1109    
1110     *=*)
1111     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1112     # Reject names that are not valid shell variable names.
1113     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1114     { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1115     { (exit 1); exit 1; }; }
1116 pcg 1.33 eval $ac_envvar=\$ac_optarg
1117 pcg 1.1 export $ac_envvar ;;
1118    
1119     *)
1120     # FIXME: should be removed in autoconf 3.0.
1121     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1122     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1123     echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1124     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1125     ;;
1126    
1127     esac
1128     done
1129    
1130     if test -n "$ac_prev"; then
1131     ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1132     { echo "$as_me: error: missing argument to $ac_option" >&2
1133     { (exit 1); exit 1; }; }
1134     fi
1135    
1136 pcg 1.33 # Be sure to have absolute directory names.
1137     for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1138     datadir sysconfdir sharedstatedir localstatedir includedir \
1139     oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1140     libdir localedir mandir
1141 pcg 1.1 do
1142 pcg 1.33 eval ac_val=\$$ac_var
1143 pcg 1.1 case $ac_val in
1144 pcg 1.33 [\\/$]* | ?:[\\/]* ) continue;;
1145     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1146 pcg 1.1 esac
1147 pcg 1.33 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1148     { (exit 1); exit 1; }; }
1149 pcg 1.1 done
1150    
1151     # There might be people who depend on the old broken behavior: `$host'
1152     # used to hold the argument of --host etc.
1153     # FIXME: To remove some day.
1154     build=$build_alias
1155     host=$host_alias
1156     target=$target_alias
1157    
1158     # FIXME: To remove some day.
1159     if test "x$host_alias" != x; then
1160     if test "x$build_alias" = x; then
1161     cross_compiling=maybe
1162     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1163     If a cross compiler is detected then cross compile mode will be used." >&2
1164     elif test "x$build_alias" != "x$host_alias"; then
1165     cross_compiling=yes
1166     fi
1167     fi
1168    
1169     ac_tool_prefix=
1170     test -n "$host_alias" && ac_tool_prefix=$host_alias-
1171    
1172     test "$silent" = yes && exec 6>/dev/null
1173    
1174    
1175 pcg 1.33 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1176     ac_ls_di=`ls -di .` &&
1177     ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1178     { echo "$as_me: error: Working directory cannot be determined" >&2
1179     { (exit 1); exit 1; }; }
1180     test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1181     { echo "$as_me: error: pwd does not report name of working directory" >&2
1182     { (exit 1); exit 1; }; }
1183    
1184    
1185 pcg 1.1 # Find the source files, if location was not specified.
1186     if test -z "$srcdir"; then
1187     ac_srcdir_defaulted=yes
1188 pcg 1.33 # Try the directory containing this script, then the parent directory.
1189     ac_confdir=`$as_dirname -- "$0" ||
1190 pcg 1.1 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1191 pcg 1.11 X"$0" : 'X\(//\)[^/]' \| \
1192     X"$0" : 'X\(//\)$' \| \
1193 pcg 1.33 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1194 pcg 1.1 echo X"$0" |
1195 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1196     s//\1/
1197     q
1198     }
1199     /^X\(\/\/\)[^/].*/{
1200     s//\1/
1201     q
1202     }
1203     /^X\(\/\/\)$/{
1204     s//\1/
1205     q
1206     }
1207     /^X\(\/\).*/{
1208     s//\1/
1209     q
1210     }
1211     s/.*/./; q'`
1212 pcg 1.1 srcdir=$ac_confdir
1213 pcg 1.33 if test ! -r "$srcdir/$ac_unique_file"; then
1214 pcg 1.1 srcdir=..
1215     fi
1216     else
1217     ac_srcdir_defaulted=no
1218     fi
1219 pcg 1.33 if test ! -r "$srcdir/$ac_unique_file"; then
1220     test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1221     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1222     { (exit 1); exit 1; }; }
1223     fi
1224     ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1225     ac_abs_confdir=`(
1226     cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1227     { (exit 1); exit 1; }; }
1228     pwd)`
1229     # When building in place, set srcdir=.
1230     if test "$ac_abs_confdir" = "$ac_pwd"; then
1231     srcdir=.
1232     fi
1233     # Remove unnecessary trailing slashes from srcdir.
1234     # Double slashes in file names in object file debugging info
1235     # mess up M-x gdb in Emacs.
1236     case $srcdir in
1237     */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1238     esac
1239     for ac_var in $ac_precious_vars; do
1240     eval ac_env_${ac_var}_set=\${${ac_var}+set}
1241     eval ac_env_${ac_var}_value=\$${ac_var}
1242     eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1243     eval ac_cv_env_${ac_var}_value=\$${ac_var}
1244     done
1245    
1246 pcg 1.1 #
1247     # Report the --help message.
1248     #
1249     if test "$ac_init_help" = "long"; then
1250     # Omit some internal or obsolete options to make the list less imposing.
1251     # This message is too long to be a string in the A/UX 3.1 sh.
1252     cat <<_ACEOF
1253     \`configure' configures this package to adapt to many kinds of systems.
1254    
1255     Usage: $0 [OPTION]... [VAR=VALUE]...
1256    
1257     To assign environment variables (e.g., CC, CFLAGS...), specify them as
1258     VAR=VALUE. See below for descriptions of some of the useful variables.
1259    
1260     Defaults for the options are specified in brackets.
1261    
1262     Configuration:
1263     -h, --help display this help and exit
1264     --help=short display options specific to this package
1265     --help=recursive display the short help of all the included packages
1266     -V, --version display version information and exit
1267     -q, --quiet, --silent do not print \`checking...' messages
1268     --cache-file=FILE cache test results in FILE [disabled]
1269     -C, --config-cache alias for \`--cache-file=config.cache'
1270     -n, --no-create do not create output files
1271     --srcdir=DIR find the sources in DIR [configure dir or \`..']
1272    
1273     Installation directories:
1274     --prefix=PREFIX install architecture-independent files in PREFIX
1275 pcg 1.11 [$ac_default_prefix]
1276 pcg 1.1 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1277 pcg 1.11 [PREFIX]
1278 pcg 1.1
1279     By default, \`make install' will install all the files in
1280     \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1281     an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1282     for instance \`--prefix=\$HOME'.
1283    
1284     For better control, use the options below.
1285    
1286     Fine tuning of the installation directories:
1287     --bindir=DIR user executables [EPREFIX/bin]
1288     --sbindir=DIR system admin executables [EPREFIX/sbin]
1289     --libexecdir=DIR program executables [EPREFIX/libexec]
1290     --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1291     --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1292     --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1293     --libdir=DIR object code libraries [EPREFIX/lib]
1294     --includedir=DIR C header files [PREFIX/include]
1295     --oldincludedir=DIR C header files for non-gcc [/usr/include]
1296 pcg 1.33 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1297     --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1298     --infodir=DIR info documentation [DATAROOTDIR/info]
1299     --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1300     --mandir=DIR man documentation [DATAROOTDIR/man]
1301     --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1302     --htmldir=DIR html documentation [DOCDIR]
1303     --dvidir=DIR dvi documentation [DOCDIR]
1304     --pdfdir=DIR pdf documentation [DOCDIR]
1305     --psdir=DIR ps documentation [DOCDIR]
1306 pcg 1.1 _ACEOF
1307    
1308     cat <<\_ACEOF
1309    
1310     Program names:
1311     --program-prefix=PREFIX prepend PREFIX to installed program names
1312     --program-suffix=SUFFIX append SUFFIX to installed program names
1313     --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1314    
1315     System types:
1316     --build=BUILD configure for building on BUILD [guessed]
1317     --host=HOST cross-compile to build programs to run on HOST [BUILD]
1318     --target=TARGET configure for building compilers for TARGET [HOST]
1319     _ACEOF
1320     fi
1321    
1322     if test -n "$ac_init_help"; then
1323    
1324     cat <<\_ACEOF
1325    
1326     Optional Features:
1327     --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1328     --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1329 pcg 1.33 --enable-maintainer-mode enable make rules and dependencies not useful
1330     (and sometimes confusing) to the casual installer
1331     --disable-dependency-tracking Speeds up one-time builds
1332     --enable-dependency-tracking Do not reject slow dependency extractors
1333 pcg 1.1 --disable-rpath do not hardcode runtime library paths
1334     --disable-nls do not use Native Language Support
1335     --enable-iftype=TYPE/SUBTYPE
1336 pcg 1.14 Use kernel/net device interface TYPE/SUBTYPE.
1337 pcg 1.28 Working combinations are (see doc/gvpe.osdep.5.pod):
1338     "native/linux" "tincd/linux" "tincd/netbsd"
1339     "tincd/freebsd" "tincd/openbsd" "native/darwin"
1340 pcg 1.14 "tincd/darwin" "native/cygwin"; Untested
1341 pcg 1.29 combinations are: "tincd/bsd" "tincd/solaris"
1342     "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket";
1343     Broken combinations are: "tincd/cygwin"; The default
1344     is to autodetect.
1345 pcg 1.21 --enable-static-daemon enable statically linked daemon.
1346 pcg 1.42 --disable-icmp enable icmp protocol support (default enabled).
1347     --disable-tcp enable tcp protocol support (default enabled).
1348     --disable-http-proxy enable http proxy connect support (default enabled).
1349     --enable-dns enable dns tunnel protocol support (default
1350 pcg 1.14 disabled).
1351 pcg 1.1 --enable-hmac-length=BYTES
1352 pcg 1.21 use a hmac of length BYTES bytes (default 12).
1353     Allowed values are 4, 8, 12, 16.
1354 pcg 1.1 --enable-rand-length=BYTES
1355 pcg 1.21 use BYTES bytes of extra randomness (default 8).
1356     Allowed values are 0, 4, 8.
1357 pcg 1.14 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
1358 pcg 1.1 Use 9100 for jumbogram support.
1359 pcg 1.14 --disable-compression Disable compression support.
1360 pcg 1.42 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1361 pcg 1.30 Must be one of "bf" (blowfish), "aes-128"
1362     (rijndael), "aes-192" or "aes-256".
1363 pcg 1.42 --enable-digest=CIPHER Select the digest algorithm to use (default
1364 pcg 1.33 "ripemd160"). Must be one of "sha512", "sha256",
1365 pcg 1.44 "sha1" (somewhat insecure), "ripemd160", "md5"
1366     (insecure) or "md4" (insecure).
1367 pcg 1.1
1368     Optional Packages:
1369     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1370     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1371     --with-gnu-ld assume the C compiler uses GNU ld default=no
1372     --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1373     --without-libiconv-prefix don't search for libiconv in includedir and libdir
1374     --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
1375     --without-libintl-prefix don't search for libintl in includedir and libdir
1376     --with-kernel=dir give the directory with kernel sources
1377     (default: /usr/src/linux)
1378     --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
1379     --with-openssl-lib=DIR OpenSSL library directory
1380    
1381     Some influential environment variables:
1382 pcg 1.14 CC C compiler command
1383     CFLAGS C compiler flags
1384     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1385     nonstandard directory <lib dir>
1386 pcg 1.33 LIBS libraries to pass to the linker, e.g. -l<library>
1387     CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1388     you have headers in a nonstandard directory <include dir>
1389 pcg 1.14 CPP C preprocessor
1390     CXX C++ compiler command
1391     CXXFLAGS C++ compiler flags
1392     CXXCPP C++ preprocessor
1393 pcg 1.1
1394     Use these variables to override the choices made by `configure' or to help
1395     it to find libraries and programs with nonstandard names/locations.
1396    
1397     _ACEOF
1398 pcg 1.33 ac_status=$?
1399 pcg 1.1 fi
1400    
1401     if test "$ac_init_help" = "recursive"; then
1402     # If there are subdirs, report their specific --help.
1403     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1404 pcg 1.33 test -d "$ac_dir" || continue
1405 pcg 1.1 ac_builddir=.
1406    
1407 pcg 1.33 case "$ac_dir" in
1408     .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1409     *)
1410 pcg 1.1 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1411 pcg 1.33 # A ".." for each directory in $ac_dir_suffix.
1412     ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1413     case $ac_top_builddir_sub in
1414     "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415     *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1416     esac ;;
1417     esac
1418     ac_abs_top_builddir=$ac_pwd
1419     ac_abs_builddir=$ac_pwd$ac_dir_suffix
1420     # for backward compatibility:
1421     ac_top_builddir=$ac_top_build_prefix
1422 pcg 1.1
1423     case $srcdir in
1424 pcg 1.33 .) # We are building in place.
1425 pcg 1.1 ac_srcdir=.
1426 pcg 1.33 ac_top_srcdir=$ac_top_builddir_sub
1427     ac_abs_top_srcdir=$ac_pwd ;;
1428     [\\/]* | ?:[\\/]* ) # Absolute name.
1429 pcg 1.1 ac_srcdir=$srcdir$ac_dir_suffix;
1430 pcg 1.33 ac_top_srcdir=$srcdir
1431     ac_abs_top_srcdir=$srcdir ;;
1432     *) # Relative name.
1433     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1434     ac_top_srcdir=$ac_top_build_prefix$srcdir
1435     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1436 pcg 1.11 esac
1437 pcg 1.33 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1438 pcg 1.1
1439 pcg 1.33 cd "$ac_dir" || { ac_status=$?; continue; }
1440     # Check for guested configure.
1441     if test -f "$ac_srcdir/configure.gnu"; then
1442     echo &&
1443     $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1444     elif test -f "$ac_srcdir/configure"; then
1445     echo &&
1446     $SHELL "$ac_srcdir/configure" --help=recursive
1447 pcg 1.1 else
1448     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1449 pcg 1.33 fi || ac_status=$?
1450     cd "$ac_pwd" || { ac_status=$?; break; }
1451 pcg 1.1 done
1452     fi
1453    
1454 pcg 1.33 test -n "$ac_init_help" && exit $ac_status
1455 pcg 1.1 if $ac_init_version; then
1456     cat <<\_ACEOF
1457 pcg 1.33 configure
1458     generated by GNU Autoconf 2.61
1459 pcg 1.1
1460 pcg 1.33 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1461     2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1462 pcg 1.1 This configure script is free software; the Free Software Foundation
1463     gives unlimited permission to copy, distribute and modify it.
1464     _ACEOF
1465 pcg 1.33 exit
1466 pcg 1.1 fi
1467 pcg 1.33 cat >config.log <<_ACEOF
1468 pcg 1.1 This file contains any messages produced by compilers while
1469     running configure, to aid debugging if configure makes a mistake.
1470    
1471     It was created by $as_me, which was
1472 pcg 1.33 generated by GNU Autoconf 2.61. Invocation command line was
1473 pcg 1.1
1474     $ $0 $@
1475    
1476     _ACEOF
1477 pcg 1.33 exec 5>>config.log
1478 pcg 1.1 {
1479     cat <<_ASUNAME
1480     ## --------- ##
1481     ## Platform. ##
1482     ## --------- ##
1483    
1484     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1485     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1486     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1487     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1488     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1489    
1490     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1491     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1492    
1493     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1494     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1495     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1496 pcg 1.33 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1497 pcg 1.1 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1498     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1499     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1500    
1501     _ASUNAME
1502    
1503     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1504     for as_dir in $PATH
1505     do
1506     IFS=$as_save_IFS
1507     test -z "$as_dir" && as_dir=.
1508     echo "PATH: $as_dir"
1509     done
1510 pcg 1.33 IFS=$as_save_IFS
1511 pcg 1.1
1512     } >&5
1513    
1514     cat >&5 <<_ACEOF
1515    
1516    
1517     ## ----------- ##
1518     ## Core tests. ##
1519     ## ----------- ##
1520    
1521     _ACEOF
1522    
1523    
1524     # Keep a trace of the command line.
1525     # Strip out --no-create and --no-recursion so they do not pile up.
1526     # Strip out --silent because we don't want to record it for future runs.
1527     # Also quote any args containing shell meta-characters.
1528     # Make two passes to allow for proper duplicate-argument suppression.
1529     ac_configure_args=
1530     ac_configure_args0=
1531     ac_configure_args1=
1532     ac_must_keep_next=false
1533     for ac_pass in 1 2
1534     do
1535     for ac_arg
1536     do
1537     case $ac_arg in
1538     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1539     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1540     | -silent | --silent | --silen | --sile | --sil)
1541     continue ;;
1542 pcg 1.33 *\'*)
1543 pcg 1.1 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1544     esac
1545     case $ac_pass in
1546     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1547     2)
1548     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1549     if test $ac_must_keep_next = true; then
1550 pcg 1.11 ac_must_keep_next=false # Got value, back to normal.
1551 pcg 1.1 else
1552 pcg 1.11 case $ac_arg in
1553     *=* | --config-cache | -C | -disable-* | --disable-* \
1554     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1555     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1556     | -with-* | --with-* | -without-* | --without-* | --x)
1557     case "$ac_configure_args0 " in
1558     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1559     esac
1560     ;;
1561     -* ) ac_must_keep_next=true ;;
1562     esac
1563 pcg 1.1 fi
1564 pcg 1.33 ac_configure_args="$ac_configure_args '$ac_arg'"
1565 pcg 1.1 ;;
1566     esac
1567     done
1568     done
1569     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1570     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1571    
1572     # When interrupted or exit'd, cleanup temporary files, and complete
1573     # config.log. We remove comments because anyway the quotes in there
1574     # would cause problems or look ugly.
1575 pcg 1.33 # WARNING: Use '\'' to represent an apostrophe within the trap.
1576     # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1577 pcg 1.1 trap 'exit_status=$?
1578     # Save into config.log some information that might help in debugging.
1579     {
1580     echo
1581    
1582     cat <<\_ASBOX
1583     ## ---------------- ##
1584     ## Cache variables. ##
1585     ## ---------------- ##
1586     _ASBOX
1587     echo
1588     # The following way of writing the cache mishandles newlines in values,
1589 pcg 1.33 (
1590     for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1591     eval ac_val=\$$ac_var
1592     case $ac_val in #(
1593     *${as_nl}*)
1594     case $ac_var in #(
1595     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1596     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1597     esac
1598     case $ac_var in #(
1599     _ | IFS | as_nl) ;; #(
1600     *) $as_unset $ac_var ;;
1601     esac ;;
1602     esac
1603     done
1604 pcg 1.1 (set) 2>&1 |
1605 pcg 1.33 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1606     *${as_nl}ac_space=\ *)
1607 pcg 1.1 sed -n \
1608 pcg 1.33 "s/'\''/'\''\\\\'\'''\''/g;
1609     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1610     ;; #(
1611 pcg 1.1 *)
1612 pcg 1.33 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1613 pcg 1.1 ;;
1614 pcg 1.33 esac |
1615     sort
1616     )
1617 pcg 1.1 echo
1618    
1619     cat <<\_ASBOX
1620     ## ----------------- ##
1621     ## Output variables. ##
1622     ## ----------------- ##
1623     _ASBOX
1624     echo
1625     for ac_var in $ac_subst_vars
1626     do
1627 pcg 1.33 eval ac_val=\$$ac_var
1628     case $ac_val in
1629     *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1630     esac
1631     echo "$ac_var='\''$ac_val'\''"
1632 pcg 1.1 done | sort
1633     echo
1634    
1635     if test -n "$ac_subst_files"; then
1636     cat <<\_ASBOX
1637 pcg 1.33 ## ------------------- ##
1638     ## File substitutions. ##
1639     ## ------------------- ##
1640 pcg 1.1 _ASBOX
1641     echo
1642     for ac_var in $ac_subst_files
1643     do
1644 pcg 1.33 eval ac_val=\$$ac_var
1645     case $ac_val in
1646     *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1647     esac
1648     echo "$ac_var='\''$ac_val'\''"
1649 pcg 1.1 done | sort
1650     echo
1651     fi
1652    
1653     if test -s confdefs.h; then
1654     cat <<\_ASBOX
1655     ## ----------- ##
1656     ## confdefs.h. ##
1657     ## ----------- ##
1658     _ASBOX
1659     echo
1660 pcg 1.33 cat confdefs.h
1661 pcg 1.1 echo
1662     fi
1663     test "$ac_signal" != 0 &&
1664     echo "$as_me: caught signal $ac_signal"
1665     echo "$as_me: exit $exit_status"
1666     } >&5
1667 pcg 1.33 rm -f core *.core core.conftest.* &&
1668     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1669 pcg 1.1 exit $exit_status
1670 pcg 1.33 ' 0
1671 pcg 1.1 for ac_signal in 1 2 13 15; do
1672     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1673     done
1674     ac_signal=0
1675    
1676     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1677 pcg 1.33 rm -f -r conftest* confdefs.h
1678 pcg 1.1
1679     # Predefined preprocessor variables.
1680    
1681     cat >>confdefs.h <<_ACEOF
1682     #define PACKAGE_NAME "$PACKAGE_NAME"
1683     _ACEOF
1684    
1685    
1686     cat >>confdefs.h <<_ACEOF
1687     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1688     _ACEOF
1689    
1690    
1691     cat >>confdefs.h <<_ACEOF
1692     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1693     _ACEOF
1694    
1695    
1696     cat >>confdefs.h <<_ACEOF
1697     #define PACKAGE_STRING "$PACKAGE_STRING"
1698     _ACEOF
1699    
1700    
1701     cat >>confdefs.h <<_ACEOF
1702     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1703     _ACEOF
1704    
1705    
1706     # Let the site file select an alternate cache file if it wants to.
1707     # Prefer explicitly selected file to automatically selected ones.
1708 pcg 1.33 if test -n "$CONFIG_SITE"; then
1709     set x "$CONFIG_SITE"
1710     elif test "x$prefix" != xNONE; then
1711     set x "$prefix/share/config.site" "$prefix/etc/config.site"
1712     else
1713     set x "$ac_default_prefix/share/config.site" \
1714     "$ac_default_prefix/etc/config.site"
1715 pcg 1.1 fi
1716 pcg 1.33 shift
1717     for ac_site_file
1718     do
1719 pcg 1.1 if test -r "$ac_site_file"; then
1720     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1721     echo "$as_me: loading site script $ac_site_file" >&6;}
1722     sed 's/^/| /' "$ac_site_file" >&5
1723     . "$ac_site_file"
1724     fi
1725     done
1726    
1727     if test -r "$cache_file"; then
1728     # Some versions of bash will fail to source /dev/null (special
1729     # files actually), so we avoid doing that.
1730     if test -f "$cache_file"; then
1731     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1732     echo "$as_me: loading cache $cache_file" >&6;}
1733     case $cache_file in
1734 pcg 1.33 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1735     *) . "./$cache_file";;
1736 pcg 1.1 esac
1737     fi
1738     else
1739     { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1740     echo "$as_me: creating cache $cache_file" >&6;}
1741     >$cache_file
1742     fi
1743    
1744     # Check that the precious variables saved in the cache have kept the same
1745     # value.
1746     ac_cache_corrupted=false
1747 pcg 1.33 for ac_var in $ac_precious_vars; do
1748 pcg 1.1 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1749     eval ac_new_set=\$ac_env_${ac_var}_set
1750 pcg 1.33 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1751     eval ac_new_val=\$ac_env_${ac_var}_value
1752 pcg 1.1 case $ac_old_set,$ac_new_set in
1753     set,)
1754     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1755     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1756     ac_cache_corrupted=: ;;
1757     ,set)
1758     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1759     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1760     ac_cache_corrupted=: ;;
1761     ,);;
1762     *)
1763     if test "x$ac_old_val" != "x$ac_new_val"; then
1764 pcg 1.11 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1765 pcg 1.1 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1766 pcg 1.11 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1767 pcg 1.1 echo "$as_me: former value: $ac_old_val" >&2;}
1768 pcg 1.11 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1769 pcg 1.1 echo "$as_me: current value: $ac_new_val" >&2;}
1770 pcg 1.11 ac_cache_corrupted=:
1771 pcg 1.1 fi;;
1772     esac
1773     # Pass precious variables to config.status.
1774     if test "$ac_new_set" = set; then
1775     case $ac_new_val in
1776 pcg 1.33 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1777 pcg 1.1 *) ac_arg=$ac_var=$ac_new_val ;;
1778     esac
1779     case " $ac_configure_args " in
1780     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1781     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1782     esac
1783     fi
1784     done
1785     if $ac_cache_corrupted; then
1786     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1787     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1788     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1789     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1790     { (exit 1); exit 1; }; }
1791     fi
1792    
1793    
1794    
1795    
1796    
1797    
1798    
1799    
1800    
1801    
1802    
1803    
1804    
1805    
1806    
1807    
1808    
1809 pcg 1.33 ac_ext=c
1810     ac_cpp='$CPP $CPPFLAGS'
1811     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1812     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1813     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1814 pcg 1.1
1815    
1816 pcg 1.19
1817 pcg 1.1 ac_aux_dir=
1818 pcg 1.33 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1819     if test -f "$ac_dir/install-sh"; then
1820 pcg 1.1 ac_aux_dir=$ac_dir
1821     ac_install_sh="$ac_aux_dir/install-sh -c"
1822     break
1823 pcg 1.33 elif test -f "$ac_dir/install.sh"; then
1824 pcg 1.1 ac_aux_dir=$ac_dir
1825     ac_install_sh="$ac_aux_dir/install.sh -c"
1826     break
1827 pcg 1.33 elif test -f "$ac_dir/shtool"; then
1828 pcg 1.1 ac_aux_dir=$ac_dir
1829     ac_install_sh="$ac_aux_dir/shtool install -c"
1830     break
1831     fi
1832     done
1833     if test -z "$ac_aux_dir"; then
1834 pcg 1.33 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1835     echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1836 pcg 1.1 { (exit 1); exit 1; }; }
1837     fi
1838 pcg 1.33
1839     # These three variables are undocumented and unsupported,
1840     # and are intended to be withdrawn in a future Autoconf release.
1841     # They can cause serious problems if a builder's source tree is in a directory
1842     # whose full name contains unusual characters.
1843     ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1844     ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1845     ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1846    
1847 pcg 1.1
1848     # Make sure we can run config.sub.
1849 pcg 1.33 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1850     { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1851     echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1852 pcg 1.1 { (exit 1); exit 1; }; }
1853    
1854 pcg 1.33 { echo "$as_me:$LINENO: checking build system type" >&5
1855     echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1856 pcg 1.1 if test "${ac_cv_build+set}" = set; then
1857     echo $ECHO_N "(cached) $ECHO_C" >&6
1858     else
1859 pcg 1.33 ac_build_alias=$build_alias
1860     test "x$ac_build_alias" = x &&
1861     ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1862     test "x$ac_build_alias" = x &&
1863 pcg 1.1 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1864     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1865     { (exit 1); exit 1; }; }
1866 pcg 1.33 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1867     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1868     echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1869 pcg 1.1 { (exit 1); exit 1; }; }
1870    
1871     fi
1872 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1873     echo "${ECHO_T}$ac_cv_build" >&6; }
1874     case $ac_cv_build in
1875     *-*-*) ;;
1876     *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1877     echo "$as_me: error: invalid value of canonical build" >&2;}
1878     { (exit 1); exit 1; }; };;
1879     esac
1880 pcg 1.1 build=$ac_cv_build
1881 pcg 1.33 ac_save_IFS=$IFS; IFS='-'
1882     set x $ac_cv_build
1883     shift
1884     build_cpu=$1
1885     build_vendor=$2
1886     shift; shift
1887     # Remember, the first character of IFS is used to create $*,
1888     # except with old shells:
1889     build_os=$*
1890     IFS=$ac_save_IFS
1891     case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1892 pcg 1.1
1893    
1894 pcg 1.33 { echo "$as_me:$LINENO: checking host system type" >&5
1895     echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1896 pcg 1.1 if test "${ac_cv_host+set}" = set; then
1897     echo $ECHO_N "(cached) $ECHO_C" >&6
1898     else
1899 pcg 1.33 if test "x$host_alias" = x; then
1900     ac_cv_host=$ac_cv_build
1901     else
1902     ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1903     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1904     echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1905 pcg 1.1 { (exit 1); exit 1; }; }
1906 pcg 1.33 fi
1907 pcg 1.1
1908     fi
1909 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1910     echo "${ECHO_T}$ac_cv_host" >&6; }
1911     case $ac_cv_host in
1912     *-*-*) ;;
1913     *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1914     echo "$as_me: error: invalid value of canonical host" >&2;}
1915     { (exit 1); exit 1; }; };;
1916     esac
1917 pcg 1.1 host=$ac_cv_host
1918 pcg 1.33 ac_save_IFS=$IFS; IFS='-'
1919     set x $ac_cv_host
1920     shift
1921     host_cpu=$1
1922     host_vendor=$2
1923     shift; shift
1924     # Remember, the first character of IFS is used to create $*,
1925     # except with old shells:
1926     host_os=$*
1927     IFS=$ac_save_IFS
1928     case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1929 pcg 1.1
1930    
1931 pcg 1.33 { echo "$as_me:$LINENO: checking target system type" >&5
1932     echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
1933 pcg 1.1 if test "${ac_cv_target+set}" = set; then
1934     echo $ECHO_N "(cached) $ECHO_C" >&6
1935     else
1936 pcg 1.33 if test "x$target_alias" = x; then
1937     ac_cv_target=$ac_cv_host
1938     else
1939     ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1940     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
1941     echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
1942 pcg 1.1 { (exit 1); exit 1; }; }
1943 pcg 1.33 fi
1944 pcg 1.1
1945     fi
1946 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1947     echo "${ECHO_T}$ac_cv_target" >&6; }
1948     case $ac_cv_target in
1949     *-*-*) ;;
1950     *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
1951     echo "$as_me: error: invalid value of canonical target" >&2;}
1952     { (exit 1); exit 1; }; };;
1953     esac
1954 pcg 1.1 target=$ac_cv_target
1955 pcg 1.33 ac_save_IFS=$IFS; IFS='-'
1956     set x $ac_cv_target
1957     shift
1958     target_cpu=$1
1959     target_vendor=$2
1960     shift; shift
1961     # Remember, the first character of IFS is used to create $*,
1962     # except with old shells:
1963     target_os=$*
1964     IFS=$ac_save_IFS
1965     case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1966 pcg 1.1
1967    
1968     # The aliases save the names the user supplied, while $host etc.
1969     # will get canonicalized.
1970     test -n "$target_alias" &&
1971     test "$program_prefix$program_suffix$program_transform_name" = \
1972     NONENONEs,x,x, &&
1973     program_prefix=${target_alias}-
1974 pcg 1.33 am__api_version="1.7"
1975 pcg 1.1 # Find a good install program. We prefer a C program (faster),
1976     # so one script is as good as another. But avoid the broken or
1977     # incompatible versions:
1978     # SysV /etc/install, /usr/sbin/install
1979     # SunOS /usr/etc/install
1980     # IRIX /sbin/install
1981     # AIX /bin/install
1982     # AmigaOS /C/install, which installs bootblocks on floppy discs
1983     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1984     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1985     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1986 pcg 1.11 # OS/2's system install, which has a completely different semantic
1987 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
1988 pcg 1.33 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1989     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1990 pcg 1.1 if test -z "$INSTALL"; then
1991     if test "${ac_cv_path_install+set}" = set; then
1992     echo $ECHO_N "(cached) $ECHO_C" >&6
1993     else
1994     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1995     for as_dir in $PATH
1996     do
1997     IFS=$as_save_IFS
1998     test -z "$as_dir" && as_dir=.
1999     # Account for people who put trailing slashes in PATH elements.
2000     case $as_dir/ in
2001     ./ | .// | /cC/* | \
2002     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2003 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2004 pcg 1.1 /usr/ucb/* ) ;;
2005     *)
2006     # OSF1 and SCO ODT 3.0 have their own names for install.
2007     # Don't use installbsd from OSF since it installs stuff as root
2008     # by default.
2009     for ac_prog in ginstall scoinst install; do
2010     for ac_exec_ext in '' $ac_executable_extensions; do
2011 pcg 1.33 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2012 pcg 1.11 if test $ac_prog = install &&
2013     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2014     # AIX install. It has an incompatible calling convention.
2015     :
2016     elif test $ac_prog = install &&
2017     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2018     # program-specific install script used by HP pwplus--don't use.
2019     :
2020     else
2021     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2022     break 3
2023     fi
2024     fi
2025 pcg 1.1 done
2026     done
2027     ;;
2028     esac
2029     done
2030 pcg 1.33 IFS=$as_save_IFS
2031 pcg 1.1
2032    
2033     fi
2034     if test "${ac_cv_path_install+set}" = set; then
2035     INSTALL=$ac_cv_path_install
2036     else
2037 pcg 1.33 # As a last resort, use the slow shell script. Don't cache a
2038     # value for INSTALL within a source directory, because that will
2039 pcg 1.1 # break other packages using the cache if that directory is
2040 pcg 1.33 # removed, or if the value is a relative name.
2041 pcg 1.1 INSTALL=$ac_install_sh
2042     fi
2043     fi
2044 pcg 1.33 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2045     echo "${ECHO_T}$INSTALL" >&6; }
2046 pcg 1.1
2047     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2048     # It thinks the first close brace ends the variable substitution.
2049     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2050    
2051     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2052    
2053     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2054    
2055 pcg 1.33 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2056     echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2057 pcg 1.1 # Just in case
2058     sleep 1
2059     echo timestamp > conftest.file
2060     # Do `set' in a subshell so we don't clobber the current shell's
2061     # arguments. Must try -L first in case configure is actually a
2062     # symlink; some systems play weird games with the mod time of symlinks
2063     # (eg FreeBSD returns the mod time of the symlink's containing
2064     # directory).
2065     if (
2066     set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2067     if test "$*" = "X"; then
2068     # -L didn't work.
2069     set X `ls -t $srcdir/configure conftest.file`
2070     fi
2071     rm -f conftest.file
2072     if test "$*" != "X $srcdir/configure conftest.file" \
2073     && test "$*" != "X conftest.file $srcdir/configure"; then
2074    
2075     # If neither matched, then we have a broken ls. This can happen
2076     # if, for instance, CONFIG_SHELL is bash and it inherits a
2077     # broken ls alias from the environment. This has actually
2078     # happened. Such a system could not be considered "sane".
2079     { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2080     alias in your environment" >&5
2081     echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2082     alias in your environment" >&2;}
2083     { (exit 1); exit 1; }; }
2084     fi
2085    
2086     test "$2" = conftest.file
2087     )
2088     then
2089     # Ok.
2090     :
2091     else
2092     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2093     Check your system clock" >&5
2094     echo "$as_me: error: newly created file is older than distributed files!
2095     Check your system clock" >&2;}
2096     { (exit 1); exit 1; }; }
2097     fi
2098 pcg 1.33 { echo "$as_me:$LINENO: result: yes" >&5
2099     echo "${ECHO_T}yes" >&6; }
2100 pcg 1.1 test "$program_prefix" != NONE &&
2101 pcg 1.33 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2102 pcg 1.1 # Use a double $ so make ignores it.
2103     test "$program_suffix" != NONE &&
2104 pcg 1.33 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2105 pcg 1.1 # Double any \ or $. echo might interpret backslashes.
2106     # By default was `s,x,x', remove it if useless.
2107     cat <<\_ACEOF >conftest.sed
2108     s/[\\$]/&&/g;s/;s,x,x,$//
2109     _ACEOF
2110     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2111 pcg 1.33 rm -f conftest.sed
2112    
2113 pcg 1.1
2114     # expand $ac_aux_dir to an absolute path
2115     am_aux_dir=`cd $ac_aux_dir && pwd`
2116    
2117     test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2118     # Use eval to expand $SHELL
2119     if eval "$MISSING --run true"; then
2120     am_missing_run="$MISSING --run "
2121     else
2122     am_missing_run=
2123     { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2124     echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2125     fi
2126    
2127     for ac_prog in gawk mawk nawk awk
2128     do
2129     # Extract the first word of "$ac_prog", so it can be a program name with args.
2130     set dummy $ac_prog; ac_word=$2
2131 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2132     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2133 pcg 1.1 if test "${ac_cv_prog_AWK+set}" = set; then
2134     echo $ECHO_N "(cached) $ECHO_C" >&6
2135     else
2136     if test -n "$AWK"; then
2137     ac_cv_prog_AWK="$AWK" # Let the user override the test.
2138     else
2139     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2140     for as_dir in $PATH
2141     do
2142     IFS=$as_save_IFS
2143     test -z "$as_dir" && as_dir=.
2144     for ac_exec_ext in '' $ac_executable_extensions; do
2145 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2146 pcg 1.1 ac_cv_prog_AWK="$ac_prog"
2147     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2148     break 2
2149     fi
2150     done
2151     done
2152 pcg 1.33 IFS=$as_save_IFS
2153 pcg 1.1
2154     fi
2155     fi
2156     AWK=$ac_cv_prog_AWK
2157     if test -n "$AWK"; then
2158 pcg 1.33 { echo "$as_me:$LINENO: result: $AWK" >&5
2159     echo "${ECHO_T}$AWK" >&6; }
2160 pcg 1.1 else
2161 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2162     echo "${ECHO_T}no" >&6; }
2163 pcg 1.1 fi
2164    
2165 pcg 1.33
2166 pcg 1.1 test -n "$AWK" && break
2167     done
2168    
2169 pcg 1.33 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2170     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2171     set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2172     if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2173 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
2174     else
2175     cat >conftest.make <<\_ACEOF
2176 pcg 1.33 SHELL = /bin/sh
2177 pcg 1.1 all:
2178 pcg 1.33 @echo '@@@%%%=$(MAKE)=@@@%%%'
2179 pcg 1.1 _ACEOF
2180     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2181 pcg 1.33 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2182     *@@@%%%=?*=@@@%%%*)
2183     eval ac_cv_prog_make_${ac_make}_set=yes;;
2184     *)
2185     eval ac_cv_prog_make_${ac_make}_set=no;;
2186     esac
2187 pcg 1.1 rm -f conftest.make
2188     fi
2189 pcg 1.33 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2190     { echo "$as_me:$LINENO: result: yes" >&5
2191     echo "${ECHO_T}yes" >&6; }
2192 pcg 1.1 SET_MAKE=
2193     else
2194 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2195     echo "${ECHO_T}no" >&6; }
2196 pcg 1.1 SET_MAKE="MAKE=${MAKE-make}"
2197     fi
2198    
2199     rm -rf .tst 2>/dev/null
2200     mkdir .tst 2>/dev/null
2201     if test -d .tst; then
2202     am__leading_dot=.
2203     else
2204     am__leading_dot=_
2205     fi
2206     rmdir .tst 2>/dev/null
2207    
2208 pcg 1.33 # test to see if srcdir already configured
2209 pcg 1.1 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2210     test -f $srcdir/config.status; then
2211     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2212     echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2213     { (exit 1); exit 1; }; }
2214     fi
2215    
2216     # test whether we have cygpath
2217     if test -z "$CYGPATH_W"; then
2218     if (cygpath --version) >/dev/null 2>/dev/null; then
2219     CYGPATH_W='cygpath -w'
2220     else
2221     CYGPATH_W=echo
2222     fi
2223     fi
2224    
2225    
2226     # Define the identity of the package.
2227 pcg 1.22 PACKAGE=gvpe
2228 pcg 1.43 VERSION=2.22
2229 pcg 1.1
2230    
2231     cat >>confdefs.h <<_ACEOF
2232     #define PACKAGE "$PACKAGE"
2233     _ACEOF
2234    
2235    
2236     cat >>confdefs.h <<_ACEOF
2237     #define VERSION "$VERSION"
2238     _ACEOF
2239    
2240     # Some tools Automake needs.
2241    
2242     ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2243    
2244    
2245     AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2246    
2247    
2248     AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2249    
2250    
2251     AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2252    
2253    
2254     MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2255    
2256 pcg 1.33
2257     AMTAR=${AMTAR-"${am_missing_run}tar"}
2258    
2259 pcg 1.1 install_sh=${install_sh-"$am_aux_dir/install-sh"}
2260    
2261     # Installed binaries are usually stripped using `strip' when the user
2262     # run `make install-strip'. However `strip' might not be the right
2263     # tool to use in cross-compilation environments, therefore Automake
2264     # will honor the `STRIP' environment variable to overrule this program.
2265     if test "$cross_compiling" != no; then
2266     if test -n "$ac_tool_prefix"; then
2267     # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2268     set dummy ${ac_tool_prefix}strip; ac_word=$2
2269 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2270     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2271 pcg 1.1 if test "${ac_cv_prog_STRIP+set}" = set; then
2272     echo $ECHO_N "(cached) $ECHO_C" >&6
2273     else
2274     if test -n "$STRIP"; then
2275     ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2276     else
2277     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2278     for as_dir in $PATH
2279     do
2280     IFS=$as_save_IFS
2281     test -z "$as_dir" && as_dir=.
2282     for ac_exec_ext in '' $ac_executable_extensions; do
2283 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2284 pcg 1.1 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2285     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2286     break 2
2287     fi
2288     done
2289     done
2290 pcg 1.33 IFS=$as_save_IFS
2291 pcg 1.1
2292     fi
2293     fi
2294     STRIP=$ac_cv_prog_STRIP
2295     if test -n "$STRIP"; then
2296 pcg 1.33 { echo "$as_me:$LINENO: result: $STRIP" >&5
2297     echo "${ECHO_T}$STRIP" >&6; }
2298 pcg 1.1 else
2299 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2300     echo "${ECHO_T}no" >&6; }
2301 pcg 1.1 fi
2302    
2303 pcg 1.33
2304 pcg 1.1 fi
2305     if test -z "$ac_cv_prog_STRIP"; then
2306     ac_ct_STRIP=$STRIP
2307     # Extract the first word of "strip", so it can be a program name with args.
2308     set dummy strip; ac_word=$2
2309 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2310     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2311 pcg 1.1 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2312     echo $ECHO_N "(cached) $ECHO_C" >&6
2313     else
2314     if test -n "$ac_ct_STRIP"; then
2315     ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2316     else
2317     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2318     for as_dir in $PATH
2319     do
2320     IFS=$as_save_IFS
2321     test -z "$as_dir" && as_dir=.
2322     for ac_exec_ext in '' $ac_executable_extensions; do
2323 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2324 pcg 1.1 ac_cv_prog_ac_ct_STRIP="strip"
2325     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2326     break 2
2327     fi
2328     done
2329     done
2330 pcg 1.33 IFS=$as_save_IFS
2331 pcg 1.1
2332     fi
2333     fi
2334     ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2335     if test -n "$ac_ct_STRIP"; then
2336 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2337     echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2338 pcg 1.1 else
2339 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2340     echo "${ECHO_T}no" >&6; }
2341 pcg 1.1 fi
2342    
2343 pcg 1.33 if test "x$ac_ct_STRIP" = x; then
2344     STRIP=":"
2345     else
2346     case $cross_compiling:$ac_tool_warned in
2347     yes:)
2348     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2349     whose name does not start with the host triplet. If you think this
2350     configuration is useful to you, please write to autoconf@gnu.org." >&5
2351     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2352     whose name does not start with the host triplet. If you think this
2353     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2354     ac_tool_warned=yes ;;
2355     esac
2356     STRIP=$ac_ct_STRIP
2357     fi
2358 pcg 1.1 else
2359     STRIP="$ac_cv_prog_STRIP"
2360     fi
2361    
2362     fi
2363     INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2364    
2365     # We need awk for the "check" target. The system "awk" is bad on
2366     # some platforms.
2367 pcg 1.32
2368    
2369 pcg 1.1
2370 pcg 1.33 ac_config_headers="$ac_config_headers config.h"
2371 pcg 1.1
2372 pcg 1.33 { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2373     echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
2374     # Check whether --enable-maintainer-mode was given.
2375 pcg 1.1 if test "${enable_maintainer_mode+set}" = set; then
2376 pcg 1.33 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2377 pcg 1.1 else
2378     USE_MAINTAINER_MODE=no
2379 pcg 1.33 fi
2380    
2381     { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2382     echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2383 pcg 1.1
2384    
2385     if test $USE_MAINTAINER_MODE = yes; then
2386     MAINTAINER_MODE_TRUE=
2387     MAINTAINER_MODE_FALSE='#'
2388     else
2389     MAINTAINER_MODE_TRUE='#'
2390     MAINTAINER_MODE_FALSE=
2391     fi
2392    
2393     MAINT=$MAINTAINER_MODE_TRUE
2394    
2395    
2396    
2397    
2398    
2399    
2400    
2401    
2402    
2403    
2404     test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
2405    
2406     for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
2407    
2408    
2409    
2410     MKINSTALLDIRS=
2411     if test -n "$ac_aux_dir"; then
2412     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
2413     fi
2414     if test -z "$MKINSTALLDIRS"; then
2415     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
2416     fi
2417    
2418    
2419    
2420    
2421    
2422     # Extract the first word of "msgfmt", so it can be a program name with args.
2423     set dummy msgfmt; ac_word=$2
2424 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2425     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2426 pcg 1.1 if test "${ac_cv_path_MSGFMT+set}" = set; then
2427     echo $ECHO_N "(cached) $ECHO_C" >&6
2428     else
2429     case "$MSGFMT" in
2430     /*)
2431     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
2432     ;;
2433     *)
2434     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2435     for ac_dir in $PATH; do
2436     test -z "$ac_dir" && ac_dir=.
2437     if test -f $ac_dir/$ac_word; then
2438     if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
2439     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2440     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
2441     break
2442     fi
2443     fi
2444     done
2445     IFS="$ac_save_ifs"
2446     test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
2447     ;;
2448     esac
2449     fi
2450     MSGFMT="$ac_cv_path_MSGFMT"
2451     if test "$MSGFMT" != ":"; then
2452 pcg 1.33 { echo "$as_me:$LINENO: result: $MSGFMT" >&5
2453     echo "${ECHO_T}$MSGFMT" >&6; }
2454 pcg 1.1 else
2455 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2456     echo "${ECHO_T}no" >&6; }
2457 pcg 1.1 fi
2458    
2459     # Extract the first word of "gmsgfmt", so it can be a program name with args.
2460     set dummy gmsgfmt; ac_word=$2
2461 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2462     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2463 pcg 1.1 if test "${ac_cv_path_GMSGFMT+set}" = set; then
2464     echo $ECHO_N "(cached) $ECHO_C" >&6
2465     else
2466     case $GMSGFMT in
2467     [\\/]* | ?:[\\/]*)
2468     ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
2469     ;;
2470     *)
2471     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472     for as_dir in $PATH
2473     do
2474     IFS=$as_save_IFS
2475     test -z "$as_dir" && as_dir=.
2476     for ac_exec_ext in '' $ac_executable_extensions; do
2477 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 pcg 1.1 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
2479     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481     fi
2482     done
2483     done
2484 pcg 1.33 IFS=$as_save_IFS
2485 pcg 1.1
2486     test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
2487     ;;
2488     esac
2489     fi
2490     GMSGFMT=$ac_cv_path_GMSGFMT
2491     if test -n "$GMSGFMT"; then
2492 pcg 1.33 { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
2493     echo "${ECHO_T}$GMSGFMT" >&6; }
2494 pcg 1.1 else
2495 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2496     echo "${ECHO_T}no" >&6; }
2497 pcg 1.1 fi
2498    
2499    
2500 pcg 1.33
2501 pcg 1.1 # Extract the first word of "xgettext", so it can be a program name with args.
2502     set dummy xgettext; ac_word=$2
2503 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2504     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2505 pcg 1.1 if test "${ac_cv_path_XGETTEXT+set}" = set; then
2506     echo $ECHO_N "(cached) $ECHO_C" >&6
2507     else
2508     case "$XGETTEXT" in
2509     /*)
2510     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
2511     ;;
2512     *)
2513     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2514     for ac_dir in $PATH; do
2515     test -z "$ac_dir" && ac_dir=.
2516     if test -f $ac_dir/$ac_word; then
2517     if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2518     (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
2519     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
2520     break
2521     fi
2522     fi
2523     done
2524     IFS="$ac_save_ifs"
2525     test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2526     ;;
2527     esac
2528     fi
2529     XGETTEXT="$ac_cv_path_XGETTEXT"
2530     if test "$XGETTEXT" != ":"; then
2531 pcg 1.33 { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2532     echo "${ECHO_T}$XGETTEXT" >&6; }
2533 pcg 1.1 else
2534 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2535     echo "${ECHO_T}no" >&6; }
2536 pcg 1.1 fi
2537    
2538     rm -f messages.po
2539    
2540     # Extract the first word of "msgmerge", so it can be a program name with args.
2541     set dummy msgmerge; ac_word=$2
2542 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2543     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2544 pcg 1.1 if test "${ac_cv_path_MSGMERGE+set}" = set; then
2545     echo $ECHO_N "(cached) $ECHO_C" >&6
2546     else
2547     case "$MSGMERGE" in
2548     /*)
2549     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2550     ;;
2551     *)
2552     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2553     for ac_dir in $PATH; do
2554     test -z "$ac_dir" && ac_dir=.
2555     if test -f $ac_dir/$ac_word; then
2556     if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2557     ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2558     break
2559     fi
2560     fi
2561     done
2562     IFS="$ac_save_ifs"
2563     test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2564     ;;
2565     esac
2566     fi
2567     MSGMERGE="$ac_cv_path_MSGMERGE"
2568     if test "$MSGMERGE" != ":"; then
2569 pcg 1.33 { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2570     echo "${ECHO_T}$MSGMERGE" >&6; }
2571 pcg 1.1 else
2572 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2573     echo "${ECHO_T}no" >&6; }
2574 pcg 1.1 fi
2575    
2576    
2577     if test "$GMSGFMT" != ":"; then
2578     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2579     (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2580     : ;
2581     else
2582     GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2583 pcg 1.33 { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2584     echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
2585 pcg 1.1 GMSGFMT=":"
2586     fi
2587     fi
2588    
2589     if test "$XGETTEXT" != ":"; then
2590     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2591     (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2592     : ;
2593     else
2594 pcg 1.33 { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2595     echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
2596 pcg 1.1 XGETTEXT=":"
2597     fi
2598     rm -f messages.po
2599     fi
2600    
2601 pcg 1.33 ac_config_commands="$ac_config_commands default-1"
2602 pcg 1.1
2603    
2604    
2605     if test "X$prefix" = "XNONE"; then
2606     acl_final_prefix="$ac_default_prefix"
2607     else
2608     acl_final_prefix="$prefix"
2609     fi
2610     if test "X$exec_prefix" = "XNONE"; then
2611     acl_final_exec_prefix='${prefix}'
2612     else
2613     acl_final_exec_prefix="$exec_prefix"
2614     fi
2615     acl_save_prefix="$prefix"
2616     prefix="$acl_final_prefix"
2617     eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2618     prefix="$acl_save_prefix"
2619    
2620     DEPDIR="${am__leading_dot}deps"
2621    
2622 pcg 1.33 ac_config_commands="$ac_config_commands depfiles"
2623 pcg 1.1
2624    
2625     am_make=${MAKE-make}
2626     cat > confinc << 'END'
2627     am__doit:
2628     @echo done
2629     .PHONY: am__doit
2630     END
2631     # If we don't find an include directive, just comment out the code.
2632 pcg 1.33 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2633     echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
2634 pcg 1.1 am__include="#"
2635     am__quote=
2636     _am_result=none
2637     # First try GNU make style include.
2638     echo "include confinc" > confmf
2639     # We grep out `Entering directory' and `Leaving directory'
2640     # messages which can occur if `w' ends up in MAKEFLAGS.
2641     # In particular we don't look at `^make:' because GNU make might
2642     # be invoked under some other name (usually "gmake"), in which
2643     # case it prints its new name instead of `make'.
2644     if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2645     am__include=include
2646     am__quote=
2647     _am_result=GNU
2648     fi
2649     # Now try BSD make style include.
2650     if test "$am__include" = "#"; then
2651     echo '.include "confinc"' > confmf
2652     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2653     am__include=.include
2654     am__quote="\""
2655     _am_result=BSD
2656     fi
2657     fi
2658    
2659    
2660 pcg 1.33 { echo "$as_me:$LINENO: result: $_am_result" >&5
2661     echo "${ECHO_T}$_am_result" >&6; }
2662 pcg 1.1 rm -f confinc confmf
2663    
2664 pcg 1.33 # Check whether --enable-dependency-tracking was given.
2665 pcg 1.1 if test "${enable_dependency_tracking+set}" = set; then
2666 pcg 1.33 enableval=$enable_dependency_tracking;
2667     fi
2668 pcg 1.1
2669     if test "x$enable_dependency_tracking" != xno; then
2670     am_depcomp="$ac_aux_dir/depcomp"
2671     AMDEPBACKSLASH='\'
2672     fi
2673    
2674    
2675     if test "x$enable_dependency_tracking" != xno; then
2676     AMDEP_TRUE=
2677     AMDEP_FALSE='#'
2678     else
2679     AMDEP_TRUE='#'
2680     AMDEP_FALSE=
2681     fi
2682    
2683    
2684    
2685     ac_ext=c
2686     ac_cpp='$CPP $CPPFLAGS'
2687     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2688     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2689     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2690     if test -n "$ac_tool_prefix"; then
2691     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2692     set dummy ${ac_tool_prefix}gcc; ac_word=$2
2693 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2694     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2695 pcg 1.1 if test "${ac_cv_prog_CC+set}" = set; then
2696     echo $ECHO_N "(cached) $ECHO_C" >&6
2697     else
2698     if test -n "$CC"; then
2699     ac_cv_prog_CC="$CC" # Let the user override the test.
2700     else
2701     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2702     for as_dir in $PATH
2703     do
2704     IFS=$as_save_IFS
2705     test -z "$as_dir" && as_dir=.
2706     for ac_exec_ext in '' $ac_executable_extensions; do
2707 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 pcg 1.1 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2709     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2710     break 2
2711     fi
2712     done
2713     done
2714 pcg 1.33 IFS=$as_save_IFS
2715 pcg 1.1
2716     fi
2717     fi
2718     CC=$ac_cv_prog_CC
2719     if test -n "$CC"; then
2720 pcg 1.33 { echo "$as_me:$LINENO: result: $CC" >&5
2721     echo "${ECHO_T}$CC" >&6; }
2722 pcg 1.1 else
2723 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2724     echo "${ECHO_T}no" >&6; }
2725 pcg 1.1 fi
2726    
2727 pcg 1.33
2728 pcg 1.1 fi
2729     if test -z "$ac_cv_prog_CC"; then
2730     ac_ct_CC=$CC
2731     # Extract the first word of "gcc", so it can be a program name with args.
2732     set dummy gcc; ac_word=$2
2733 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2734     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2735 pcg 1.1 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2736     echo $ECHO_N "(cached) $ECHO_C" >&6
2737     else
2738     if test -n "$ac_ct_CC"; then
2739     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2740     else
2741     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2742     for as_dir in $PATH
2743     do
2744     IFS=$as_save_IFS
2745     test -z "$as_dir" && as_dir=.
2746     for ac_exec_ext in '' $ac_executable_extensions; do
2747 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 pcg 1.1 ac_cv_prog_ac_ct_CC="gcc"
2749     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2750     break 2
2751     fi
2752     done
2753     done
2754 pcg 1.33 IFS=$as_save_IFS
2755 pcg 1.1
2756     fi
2757     fi
2758     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2759     if test -n "$ac_ct_CC"; then
2760 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2761     echo "${ECHO_T}$ac_ct_CC" >&6; }
2762 pcg 1.1 else
2763 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2764     echo "${ECHO_T}no" >&6; }
2765 pcg 1.1 fi
2766    
2767 pcg 1.33 if test "x$ac_ct_CC" = x; then
2768     CC=""
2769     else
2770     case $cross_compiling:$ac_tool_warned in
2771     yes:)
2772     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2773     whose name does not start with the host triplet. If you think this
2774     configuration is useful to you, please write to autoconf@gnu.org." >&5
2775     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2776     whose name does not start with the host triplet. If you think this
2777     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2778     ac_tool_warned=yes ;;
2779     esac
2780     CC=$ac_ct_CC
2781     fi
2782 pcg 1.1 else
2783     CC="$ac_cv_prog_CC"
2784     fi
2785    
2786     if test -z "$CC"; then
2787 pcg 1.33 if test -n "$ac_tool_prefix"; then
2788     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2789 pcg 1.1 set dummy ${ac_tool_prefix}cc; ac_word=$2
2790 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2791     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2792 pcg 1.1 if test "${ac_cv_prog_CC+set}" = set; then
2793     echo $ECHO_N "(cached) $ECHO_C" >&6
2794     else
2795     if test -n "$CC"; then
2796     ac_cv_prog_CC="$CC" # Let the user override the test.
2797     else
2798     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2799     for as_dir in $PATH
2800     do
2801     IFS=$as_save_IFS
2802     test -z "$as_dir" && as_dir=.
2803     for ac_exec_ext in '' $ac_executable_extensions; do
2804 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2805 pcg 1.1 ac_cv_prog_CC="${ac_tool_prefix}cc"
2806     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2807     break 2
2808     fi
2809     done
2810     done
2811 pcg 1.33 IFS=$as_save_IFS
2812 pcg 1.1
2813     fi
2814     fi
2815     CC=$ac_cv_prog_CC
2816     if test -n "$CC"; then
2817 pcg 1.33 { echo "$as_me:$LINENO: result: $CC" >&5
2818     echo "${ECHO_T}$CC" >&6; }
2819 pcg 1.1 else
2820 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2821     echo "${ECHO_T}no" >&6; }
2822 pcg 1.1 fi
2823    
2824 pcg 1.33
2825 pcg 1.1 fi
2826     fi
2827     if test -z "$CC"; then
2828     # Extract the first word of "cc", so it can be a program name with args.
2829     set dummy cc; ac_word=$2
2830 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2831     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2832 pcg 1.1 if test "${ac_cv_prog_CC+set}" = set; then
2833     echo $ECHO_N "(cached) $ECHO_C" >&6
2834     else
2835     if test -n "$CC"; then
2836     ac_cv_prog_CC="$CC" # Let the user override the test.
2837     else
2838     ac_prog_rejected=no
2839     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2840     for as_dir in $PATH
2841     do
2842     IFS=$as_save_IFS
2843     test -z "$as_dir" && as_dir=.
2844     for ac_exec_ext in '' $ac_executable_extensions; do
2845 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 pcg 1.1 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2847     ac_prog_rejected=yes
2848     continue
2849     fi
2850     ac_cv_prog_CC="cc"
2851     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2852     break 2
2853     fi
2854     done
2855     done
2856 pcg 1.33 IFS=$as_save_IFS
2857 pcg 1.1
2858     if test $ac_prog_rejected = yes; then
2859     # We found a bogon in the path, so make sure we never use it.
2860     set dummy $ac_cv_prog_CC
2861     shift
2862     if test $# != 0; then
2863     # We chose a different compiler from the bogus one.
2864     # However, it has the same basename, so the bogon will be chosen
2865     # first if we set CC to just the basename; use the full file name.
2866     shift
2867     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2868     fi
2869     fi
2870     fi
2871     fi
2872     CC=$ac_cv_prog_CC
2873     if test -n "$CC"; then
2874 pcg 1.33 { echo "$as_me:$LINENO: result: $CC" >&5
2875     echo "${ECHO_T}$CC" >&6; }
2876 pcg 1.1 else
2877 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2878     echo "${ECHO_T}no" >&6; }
2879 pcg 1.1 fi
2880    
2881 pcg 1.33
2882 pcg 1.1 fi
2883     if test -z "$CC"; then
2884     if test -n "$ac_tool_prefix"; then
2885 pcg 1.33 for ac_prog in cl.exe
2886 pcg 1.1 do
2887     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2888     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2889 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2890     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2891 pcg 1.1 if test "${ac_cv_prog_CC+set}" = set; then
2892     echo $ECHO_N "(cached) $ECHO_C" >&6
2893     else
2894     if test -n "$CC"; then
2895     ac_cv_prog_CC="$CC" # Let the user override the test.
2896     else
2897     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2898     for as_dir in $PATH
2899     do
2900     IFS=$as_save_IFS
2901     test -z "$as_dir" && as_dir=.
2902     for ac_exec_ext in '' $ac_executable_extensions; do
2903 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2904 pcg 1.1 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2905     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2906     break 2
2907     fi
2908     done
2909     done
2910 pcg 1.33 IFS=$as_save_IFS
2911 pcg 1.1
2912     fi
2913     fi
2914     CC=$ac_cv_prog_CC
2915     if test -n "$CC"; then
2916 pcg 1.33 { echo "$as_me:$LINENO: result: $CC" >&5
2917     echo "${ECHO_T}$CC" >&6; }
2918 pcg 1.1 else
2919 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2920     echo "${ECHO_T}no" >&6; }
2921 pcg 1.1 fi
2922    
2923 pcg 1.33
2924 pcg 1.1 test -n "$CC" && break
2925     done
2926     fi
2927     if test -z "$CC"; then
2928     ac_ct_CC=$CC
2929 pcg 1.33 for ac_prog in cl.exe
2930 pcg 1.1 do
2931     # Extract the first word of "$ac_prog", so it can be a program name with args.
2932     set dummy $ac_prog; ac_word=$2
2933 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2934     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2935 pcg 1.1 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2936     echo $ECHO_N "(cached) $ECHO_C" >&6
2937     else
2938     if test -n "$ac_ct_CC"; then
2939     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2940     else
2941     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2942     for as_dir in $PATH
2943     do
2944     IFS=$as_save_IFS
2945     test -z "$as_dir" && as_dir=.
2946     for ac_exec_ext in '' $ac_executable_extensions; do
2947 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2948 pcg 1.1 ac_cv_prog_ac_ct_CC="$ac_prog"
2949     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2950     break 2
2951     fi
2952     done
2953     done
2954 pcg 1.33 IFS=$as_save_IFS
2955 pcg 1.1
2956     fi
2957     fi
2958     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2959     if test -n "$ac_ct_CC"; then
2960 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2961     echo "${ECHO_T}$ac_ct_CC" >&6; }
2962 pcg 1.1 else
2963 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
2964     echo "${ECHO_T}no" >&6; }
2965 pcg 1.1 fi
2966    
2967 pcg 1.33
2968 pcg 1.1 test -n "$ac_ct_CC" && break
2969     done
2970    
2971 pcg 1.33 if test "x$ac_ct_CC" = x; then
2972     CC=""
2973     else
2974     case $cross_compiling:$ac_tool_warned in
2975     yes:)
2976     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2977     whose name does not start with the host triplet. If you think this
2978     configuration is useful to you, please write to autoconf@gnu.org." >&5
2979     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2980     whose name does not start with the host triplet. If you think this
2981     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2982     ac_tool_warned=yes ;;
2983     esac
2984     CC=$ac_ct_CC
2985     fi
2986 pcg 1.1 fi
2987    
2988     fi
2989    
2990    
2991     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2992     See \`config.log' for more details." >&5
2993     echo "$as_me: error: no acceptable C compiler found in \$PATH
2994     See \`config.log' for more details." >&2;}
2995     { (exit 1); exit 1; }; }
2996    
2997     # Provide some information about the compiler.
2998 pcg 1.33 echo "$as_me:$LINENO: checking for C compiler version" >&5
2999 pcg 1.1 ac_compiler=`set X $ac_compile; echo $2`
3000 pcg 1.33 { (ac_try="$ac_compiler --version >&5"
3001     case "(($ac_try" in
3002     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3003     *) ac_try_echo=$ac_try;;
3004     esac
3005     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3006     (eval "$ac_compiler --version >&5") 2>&5
3007 pcg 1.1 ac_status=$?
3008     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009     (exit $ac_status); }
3010 pcg 1.33 { (ac_try="$ac_compiler -v >&5"
3011     case "(($ac_try" in
3012     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3013     *) ac_try_echo=$ac_try;;
3014     esac
3015     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3016     (eval "$ac_compiler -v >&5") 2>&5
3017 pcg 1.1 ac_status=$?
3018     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019     (exit $ac_status); }
3020 pcg 1.33 { (ac_try="$ac_compiler -V >&5"
3021     case "(($ac_try" in
3022     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3023     *) ac_try_echo=$ac_try;;
3024     esac
3025     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3026     (eval "$ac_compiler -V >&5") 2>&5
3027 pcg 1.1 ac_status=$?
3028     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3029     (exit $ac_status); }
3030    
3031     cat >conftest.$ac_ext <<_ACEOF
3032     /* confdefs.h. */
3033     _ACEOF
3034     cat confdefs.h >>conftest.$ac_ext
3035     cat >>conftest.$ac_ext <<_ACEOF
3036     /* end confdefs.h. */
3037    
3038     int
3039     main ()
3040     {
3041    
3042     ;
3043     return 0;
3044     }
3045     _ACEOF
3046     ac_clean_files_save=$ac_clean_files
3047     ac_clean_files="$ac_clean_files a.out a.exe b.out"
3048     # Try to create an executable without -o first, disregard a.out.
3049     # It will help us diagnose broken compilers, and finding out an intuition
3050     # of exeext.
3051 pcg 1.33 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3052     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
3053 pcg 1.1 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3054 pcg 1.33 #
3055     # List of possible output files, starting from the most likely.
3056     # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
3057     # only as a last resort. b.out is created by i960 compilers.
3058     ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
3059     #
3060     # The IRIX 6 linker writes into existing files which may not be
3061     # executable, retaining their permissions. Remove them first so a
3062     # subsequent execution test works.
3063     ac_rmfiles=
3064     for ac_file in $ac_files
3065     do
3066     case $ac_file in
3067     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3068     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3069     esac
3070     done
3071     rm -f $ac_rmfiles
3072    
3073     if { (ac_try="$ac_link_default"
3074     case "(($ac_try" in
3075     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3076     *) ac_try_echo=$ac_try;;
3077     esac
3078     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3079     (eval "$ac_link_default") 2>&5
3080 pcg 1.1 ac_status=$?
3081     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082     (exit $ac_status); }; then
3083 pcg 1.33 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3084     # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3085     # in a Makefile. We should not override ac_cv_exeext if it was cached,
3086     # so that the user can short-circuit this test for compilers unknown to
3087     # Autoconf.
3088     for ac_file in $ac_files ''
3089 pcg 1.1 do
3090     test -f "$ac_file" || continue
3091     case $ac_file in
3092 pcg 1.33 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3093 pcg 1.11 ;;
3094 pcg 1.1 [ab].out )
3095 pcg 1.11 # We found the default executable, but exeext='' is most
3096     # certainly right.
3097     break;;
3098 pcg 1.1 *.* )
3099 pcg 1.33 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3100     then :; else
3101     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3102     fi
3103     # We set ac_cv_exeext here because the later test for it is not
3104     # safe: cross compilers may not add the suffix if given an `-o'
3105     # argument, so we may need to know it at that point already.
3106     # Even if this section looks crufty: it has the advantage of
3107     # actually working.
3108 pcg 1.11 break;;
3109 pcg 1.1 * )
3110 pcg 1.11 break;;
3111 pcg 1.1 esac
3112     done
3113 pcg 1.33 test "$ac_cv_exeext" = no && ac_cv_exeext=
3114    
3115 pcg 1.1 else
3116 pcg 1.33 ac_file=''
3117     fi
3118    
3119     { echo "$as_me:$LINENO: result: $ac_file" >&5
3120     echo "${ECHO_T}$ac_file" >&6; }
3121     if test -z "$ac_file"; then
3122 pcg 1.1 echo "$as_me: failed program was:" >&5
3123     sed 's/^/| /' conftest.$ac_ext >&5
3124    
3125     { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3126     See \`config.log' for more details." >&5
3127     echo "$as_me: error: C compiler cannot create executables
3128     See \`config.log' for more details." >&2;}
3129     { (exit 77); exit 77; }; }
3130     fi
3131    
3132     ac_exeext=$ac_cv_exeext
3133    
3134 pcg 1.33 # Check that the compiler produces executables we can run. If not, either
3135 pcg 1.1 # the compiler is broken, or we cross compile.
3136 pcg 1.33 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3137     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3138 pcg 1.1 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3139     # If not cross compiling, check that we can run a simple program.
3140     if test "$cross_compiling" != yes; then
3141     if { ac_try='./$ac_file'
3142 pcg 1.33 { (case "(($ac_try" in
3143     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3144     *) ac_try_echo=$ac_try;;
3145     esac
3146     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3147     (eval "$ac_try") 2>&5
3148 pcg 1.1 ac_status=$?
3149     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3150     (exit $ac_status); }; }; then
3151     cross_compiling=no
3152     else
3153     if test "$cross_compiling" = maybe; then
3154     cross_compiling=yes
3155     else
3156     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3157     If you meant to cross compile, use \`--host'.
3158     See \`config.log' for more details." >&5
3159     echo "$as_me: error: cannot run C compiled programs.
3160     If you meant to cross compile, use \`--host'.
3161     See \`config.log' for more details." >&2;}
3162     { (exit 1); exit 1; }; }
3163     fi
3164     fi
3165     fi
3166 pcg 1.33 { echo "$as_me:$LINENO: result: yes" >&5
3167     echo "${ECHO_T}yes" >&6; }
3168 pcg 1.1
3169     rm -f a.out a.exe conftest$ac_cv_exeext b.out
3170     ac_clean_files=$ac_clean_files_save
3171 pcg 1.33 # Check that the compiler produces executables we can run. If not, either
3172 pcg 1.1 # the compiler is broken, or we cross compile.
3173 pcg 1.33 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3174     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3175     { echo "$as_me:$LINENO: result: $cross_compiling" >&5
3176     echo "${ECHO_T}$cross_compiling" >&6; }
3177    
3178     { echo "$as_me:$LINENO: checking for suffix of executables" >&5
3179     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3180     if { (ac_try="$ac_link"
3181     case "(($ac_try" in
3182     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3183     *) ac_try_echo=$ac_try;;
3184     esac
3185     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3186     (eval "$ac_link") 2>&5
3187 pcg 1.1 ac_status=$?
3188     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189     (exit $ac_status); }; then
3190     # If both `conftest.exe' and `conftest' are `present' (well, observable)
3191     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3192     # work properly (i.e., refer to `conftest.exe'), while it won't with
3193     # `rm'.
3194     for ac_file in conftest.exe conftest conftest.*; do
3195     test -f "$ac_file" || continue
3196     case $ac_file in
3197 pcg 1.33 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3198 pcg 1.1 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3199 pcg 1.11 break;;
3200 pcg 1.1 * ) break;;
3201     esac
3202     done
3203     else
3204     { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3205     See \`config.log' for more details." >&5
3206     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3207     See \`config.log' for more details." >&2;}
3208     { (exit 1); exit 1; }; }
3209     fi
3210    
3211     rm -f conftest$ac_cv_exeext
3212 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3213     echo "${ECHO_T}$ac_cv_exeext" >&6; }
3214 pcg 1.1
3215     rm -f conftest.$ac_ext
3216     EXEEXT=$ac_cv_exeext
3217     ac_exeext=$EXEEXT
3218 pcg 1.33 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
3219     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3220 pcg 1.1 if test "${ac_cv_objext+set}" = set; then
3221     echo $ECHO_N "(cached) $ECHO_C" >&6
3222     else
3223     cat >conftest.$ac_ext <<_ACEOF
3224     /* confdefs.h. */
3225     _ACEOF
3226     cat confdefs.h >>conftest.$ac_ext
3227     cat >>conftest.$ac_ext <<_ACEOF
3228     /* end confdefs.h. */
3229    
3230     int
3231     main ()
3232     {
3233    
3234     ;
3235     return 0;
3236     }
3237     _ACEOF
3238     rm -f conftest.o conftest.obj
3239 pcg 1.33 if { (ac_try="$ac_compile"
3240     case "(($ac_try" in
3241     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3242     *) ac_try_echo=$ac_try;;
3243     esac
3244     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3245     (eval "$ac_compile") 2>&5
3246 pcg 1.1 ac_status=$?
3247     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248     (exit $ac_status); }; then
3249 pcg 1.33 for ac_file in conftest.o conftest.obj conftest.*; do
3250     test -f "$ac_file" || continue;
3251 pcg 1.1 case $ac_file in
3252 pcg 1.33 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3253 pcg 1.1 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3254     break;;
3255     esac
3256     done
3257     else
3258     echo "$as_me: failed program was:" >&5
3259     sed 's/^/| /' conftest.$ac_ext >&5
3260    
3261     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3262     See \`config.log' for more details." >&5
3263     echo "$as_me: error: cannot compute suffix of object files: cannot compile
3264     See \`config.log' for more details." >&2;}
3265     { (exit 1); exit 1; }; }
3266     fi
3267    
3268     rm -f conftest.$ac_cv_objext conftest.$ac_ext
3269     fi
3270 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3271     echo "${ECHO_T}$ac_cv_objext" >&6; }
3272 pcg 1.1 OBJEXT=$ac_cv_objext
3273     ac_objext=$OBJEXT
3274 pcg 1.33 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3275     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3276 pcg 1.1 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3277     echo $ECHO_N "(cached) $ECHO_C" >&6
3278     else
3279     cat >conftest.$ac_ext <<_ACEOF
3280     /* confdefs.h. */
3281     _ACEOF
3282     cat confdefs.h >>conftest.$ac_ext
3283     cat >>conftest.$ac_ext <<_ACEOF
3284     /* end confdefs.h. */
3285    
3286     int
3287     main ()
3288     {
3289     #ifndef __GNUC__
3290     choke me
3291     #endif
3292    
3293     ;
3294     return 0;
3295     }
3296     _ACEOF
3297     rm -f conftest.$ac_objext
3298 pcg 1.33 if { (ac_try="$ac_compile"
3299     case "(($ac_try" in
3300     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301     *) ac_try_echo=$ac_try;;
3302     esac
3303     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3304     (eval "$ac_compile") 2>conftest.er1
3305 pcg 1.1 ac_status=$?
3306 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3307     rm -f conftest.er1
3308     cat conftest.err >&5
3309 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310 pcg 1.33 (exit $ac_status); } && {
3311     test -z "$ac_c_werror_flag" ||
3312     test ! -s conftest.err
3313     } && test -s conftest.$ac_objext; then
3314 pcg 1.1 ac_compiler_gnu=yes
3315     else
3316     echo "$as_me: failed program was:" >&5
3317     sed 's/^/| /' conftest.$ac_ext >&5
3318    
3319 pcg 1.33 ac_compiler_gnu=no
3320 pcg 1.1 fi
3321 pcg 1.33
3322     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3323 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3324    
3325     fi
3326 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3327     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3328 pcg 1.1 GCC=`test $ac_compiler_gnu = yes && echo yes`
3329     ac_test_CFLAGS=${CFLAGS+set}
3330     ac_save_CFLAGS=$CFLAGS
3331 pcg 1.33 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3332     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3333 pcg 1.1 if test "${ac_cv_prog_cc_g+set}" = set; then
3334     echo $ECHO_N "(cached) $ECHO_C" >&6
3335     else
3336 pcg 1.33 ac_save_c_werror_flag=$ac_c_werror_flag
3337     ac_c_werror_flag=yes
3338     ac_cv_prog_cc_g=no
3339     CFLAGS="-g"
3340     cat >conftest.$ac_ext <<_ACEOF
3341 pcg 1.1 /* confdefs.h. */
3342     _ACEOF
3343     cat confdefs.h >>conftest.$ac_ext
3344     cat >>conftest.$ac_ext <<_ACEOF
3345     /* end confdefs.h. */
3346    
3347     int
3348     main ()
3349     {
3350    
3351     ;
3352     return 0;
3353     }
3354     _ACEOF
3355     rm -f conftest.$ac_objext
3356 pcg 1.33 if { (ac_try="$ac_compile"
3357     case "(($ac_try" in
3358     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359     *) ac_try_echo=$ac_try;;
3360     esac
3361     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3362     (eval "$ac_compile") 2>conftest.er1
3363 pcg 1.1 ac_status=$?
3364 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3365     rm -f conftest.er1
3366     cat conftest.err >&5
3367 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 pcg 1.33 (exit $ac_status); } && {
3369     test -z "$ac_c_werror_flag" ||
3370     test ! -s conftest.err
3371     } && test -s conftest.$ac_objext; then
3372     ac_cv_prog_cc_g=yes
3373     else
3374     echo "$as_me: failed program was:" >&5
3375     sed 's/^/| /' conftest.$ac_ext >&5
3376    
3377     CFLAGS=""
3378     cat >conftest.$ac_ext <<_ACEOF
3379     /* confdefs.h. */
3380     _ACEOF
3381     cat confdefs.h >>conftest.$ac_ext
3382     cat >>conftest.$ac_ext <<_ACEOF
3383     /* end confdefs.h. */
3384    
3385     int
3386     main ()
3387     {
3388    
3389     ;
3390     return 0;
3391     }
3392     _ACEOF
3393     rm -f conftest.$ac_objext
3394     if { (ac_try="$ac_compile"
3395     case "(($ac_try" in
3396     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3397     *) ac_try_echo=$ac_try;;
3398     esac
3399     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3400     (eval "$ac_compile") 2>conftest.er1
3401 pcg 1.11 ac_status=$?
3402 pcg 1.33 grep -v '^ *+' conftest.er1 >conftest.err
3403     rm -f conftest.er1
3404     cat conftest.err >&5
3405 pcg 1.11 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 pcg 1.33 (exit $ac_status); } && {
3407     test -z "$ac_c_werror_flag" ||
3408     test ! -s conftest.err
3409     } && test -s conftest.$ac_objext; then
3410     :
3411     else
3412     echo "$as_me: failed program was:" >&5
3413     sed 's/^/| /' conftest.$ac_ext >&5
3414    
3415     ac_c_werror_flag=$ac_save_c_werror_flag
3416     CFLAGS="-g"
3417     cat >conftest.$ac_ext <<_ACEOF
3418     /* confdefs.h. */
3419     _ACEOF
3420     cat confdefs.h >>conftest.$ac_ext
3421     cat >>conftest.$ac_ext <<_ACEOF
3422     /* end confdefs.h. */
3423    
3424     int
3425     main ()
3426     {
3427    
3428     ;
3429     return 0;
3430     }
3431     _ACEOF
3432     rm -f conftest.$ac_objext
3433     if { (ac_try="$ac_compile"
3434     case "(($ac_try" in
3435     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3436     *) ac_try_echo=$ac_try;;
3437     esac
3438     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3439     (eval "$ac_compile") 2>conftest.er1
3440 pcg 1.1 ac_status=$?
3441 pcg 1.33 grep -v '^ *+' conftest.er1 >conftest.err
3442     rm -f conftest.er1
3443     cat conftest.err >&5
3444 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 pcg 1.33 (exit $ac_status); } && {
3446     test -z "$ac_c_werror_flag" ||
3447     test ! -s conftest.err
3448     } && test -s conftest.$ac_objext; then
3449 pcg 1.1 ac_cv_prog_cc_g=yes
3450     else
3451     echo "$as_me: failed program was:" >&5
3452     sed 's/^/| /' conftest.$ac_ext >&5
3453    
3454 pcg 1.33
3455     fi
3456    
3457     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3458 pcg 1.1 fi
3459 pcg 1.33
3460     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3461     fi
3462    
3463     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3464     ac_c_werror_flag=$ac_save_c_werror_flag
3465 pcg 1.1 fi
3466 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3467     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3468 pcg 1.1 if test "$ac_test_CFLAGS" = set; then
3469     CFLAGS=$ac_save_CFLAGS
3470     elif test $ac_cv_prog_cc_g = yes; then
3471     if test "$GCC" = yes; then
3472     CFLAGS="-g -O2"
3473     else
3474     CFLAGS="-g"
3475     fi
3476     else
3477     if test "$GCC" = yes; then
3478     CFLAGS="-O2"
3479     else
3480     CFLAGS=
3481     fi
3482     fi
3483 pcg 1.33 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3484     echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3485     if test "${ac_cv_prog_cc_c89+set}" = set; then
3486 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
3487     else
3488 pcg 1.33 ac_cv_prog_cc_c89=no
3489 pcg 1.1 ac_save_CC=$CC
3490     cat >conftest.$ac_ext <<_ACEOF
3491     /* confdefs.h. */
3492     _ACEOF
3493     cat confdefs.h >>conftest.$ac_ext
3494     cat >>conftest.$ac_ext <<_ACEOF
3495     /* end confdefs.h. */
3496     #include <stdarg.h>
3497     #include <stdio.h>
3498     #include <sys/types.h>
3499     #include <sys/stat.h>
3500     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3501     struct buf { int x; };
3502     FILE * (*rcsopen) (struct buf *, struct stat *, int);
3503     static char *e (p, i)
3504     char **p;
3505     int i;
3506     {
3507     return p[i];
3508     }
3509     static char *f (char * (*g) (char **, int), char **p, ...)
3510     {
3511     char *s;
3512     va_list v;
3513     va_start (v,p);
3514     s = g (p, va_arg (v,int));
3515     va_end (v);
3516     return s;
3517     }
3518 pcg 1.11
3519     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3520     function prototypes and stuff, but not '\xHH' hex character constants.
3521     These don't provoke an error unfortunately, instead are silently treated
3522 pcg 1.33 as 'x'. The following induces an error, until -std is added to get
3523 pcg 1.11 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3524     array size at least. It's necessary to write '\x00'==0 to get something
3525 pcg 1.33 that's true only with -std. */
3526 pcg 1.11 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3527    
3528 pcg 1.33 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3529     inside strings and character constants. */
3530     #define FOO(x) 'x'
3531     int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3532    
3533 pcg 1.1 int test (int i, double x);
3534     struct s1 {int (*f) (int a);};
3535     struct s2 {int (*f) (double a);};
3536     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3537     int argc;
3538     char **argv;
3539     int
3540     main ()
3541     {
3542     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3543     ;
3544     return 0;
3545     }
3546     _ACEOF
3547 pcg 1.33 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3548     -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3549 pcg 1.1 do
3550     CC="$ac_save_CC $ac_arg"
3551     rm -f conftest.$ac_objext
3552 pcg 1.33 if { (ac_try="$ac_compile"
3553     case "(($ac_try" in
3554     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3555     *) ac_try_echo=$ac_try;;
3556     esac
3557     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3558     (eval "$ac_compile") 2>conftest.er1
3559 pcg 1.1 ac_status=$?
3560 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3561     rm -f conftest.er1
3562     cat conftest.err >&5
3563 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564 pcg 1.33 (exit $ac_status); } && {
3565     test -z "$ac_c_werror_flag" ||
3566     test ! -s conftest.err
3567     } && test -s conftest.$ac_objext; then
3568     ac_cv_prog_cc_c89=$ac_arg
3569 pcg 1.1 else
3570     echo "$as_me: failed program was:" >&5
3571     sed 's/^/| /' conftest.$ac_ext >&5
3572    
3573 pcg 1.33
3574 pcg 1.1 fi
3575 pcg 1.33
3576     rm -f core conftest.err conftest.$ac_objext
3577     test "x$ac_cv_prog_cc_c89" != "xno" && break
3578 pcg 1.1 done
3579 pcg 1.33 rm -f conftest.$ac_ext
3580 pcg 1.1 CC=$ac_save_CC
3581    
3582     fi
3583 pcg 1.33 # AC_CACHE_VAL
3584     case "x$ac_cv_prog_cc_c89" in
3585     x)
3586     { echo "$as_me:$LINENO: result: none needed" >&5
3587     echo "${ECHO_T}none needed" >&6; } ;;
3588     xno)
3589     { echo "$as_me:$LINENO: result: unsupported" >&5
3590     echo "${ECHO_T}unsupported" >&6; } ;;
3591 pcg 1.1 *)
3592 pcg 1.33 CC="$CC $ac_cv_prog_cc_c89"
3593     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3594     echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3595 pcg 1.1 esac
3596    
3597 pcg 1.33
3598     ac_ext=c
3599     ac_cpp='$CPP $CPPFLAGS'
3600     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3601     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3602     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3603    
3604     depcc="$CC" am_compiler_list=
3605    
3606     { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3607     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3608     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3609     echo $ECHO_N "(cached) $ECHO_C" >&6
3610     else
3611     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3612     # We make a subdir and do the tests there. Otherwise we can end up
3613     # making bogus files that we don't know about and never remove. For
3614     # instance it was reported that on HP-UX the gcc test will end up
3615     # making a dummy file named `D' -- because `-MD' means `put the output
3616 pcg 1.1 # in D'.
3617     mkdir conftest.dir
3618     # Copy depcomp to subdir because otherwise we won't find it if we're
3619     # using a relative directory.
3620     cp "$am_depcomp" conftest.dir
3621     cd conftest.dir
3622     # We will build objects and dependencies in a subdirectory because
3623     # it helps to detect inapplicable dependency modes. For instance
3624     # both Tru64's cc and ICC support -MD to output dependencies as a
3625     # side effect of compilation, but ICC will put the dependencies in
3626     # the current directory while Tru64 will put them in the object
3627     # directory.
3628     mkdir sub
3629    
3630     am_cv_CC_dependencies_compiler_type=none
3631     if test "$am_compiler_list" = ""; then
3632     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3633     fi
3634     for depmode in $am_compiler_list; do
3635     # Setup a source with many dependencies, because some compilers
3636     # like to wrap large dependency lists on column 80 (with \), and
3637     # we should not choose a depcomp mode which is confused by this.
3638     #
3639     # We need to recreate these files for each test, as the compiler may
3640     # overwrite some of them when testing with obscure command lines.
3641     # This happens at least with the AIX C compiler.
3642     : > sub/conftest.c
3643     for i in 1 2 3 4 5 6; do
3644     echo '#include "conftst'$i'.h"' >> sub/conftest.c
3645 pcg 1.33 : > sub/conftst$i.h
3646 pcg 1.1 done
3647     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3648    
3649     case $depmode in
3650     nosideeffect)
3651     # after this tag, mechanisms are not by side-effect, so they'll
3652     # only be used when explicitly requested
3653     if test "x$enable_dependency_tracking" = xyes; then
3654     continue
3655     else
3656     break
3657     fi
3658     ;;
3659     none) break ;;
3660     esac
3661     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3662     # mode. It turns out that the SunPro C++ compiler does not properly
3663     # handle `-M -o', and we need to detect this.
3664     if depmode=$depmode \
3665     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3666     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3667     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3668     >/dev/null 2>conftest.err &&
3669     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3670     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3671     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3672     # icc doesn't choke on unknown options, it will just issue warnings
3673 pcg 1.33 # (even with -Werror). So we grep stderr for any message
3674     # that says an option was ignored.
3675     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3676 pcg 1.1 am_cv_CC_dependencies_compiler_type=$depmode
3677     break
3678     fi
3679     fi
3680     done
3681    
3682     cd ..
3683     rm -rf conftest.dir
3684     else
3685     am_cv_CC_dependencies_compiler_type=none
3686     fi
3687    
3688     fi
3689 pcg 1.33 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3690     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3691 pcg 1.1 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3692    
3693    
3694    
3695     if
3696     test "x$enable_dependency_tracking" != xno \
3697     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3698     am__fastdepCC_TRUE=
3699     am__fastdepCC_FALSE='#'
3700     else
3701     am__fastdepCC_TRUE='#'
3702     am__fastdepCC_FALSE=
3703     fi
3704    
3705    
3706    
3707 pcg 1.33 # Check whether --with-gnu-ld was given.
3708 pcg 1.1 if test "${with_gnu_ld+set}" = set; then
3709 pcg 1.33 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3710 pcg 1.1 else
3711     with_gnu_ld=no
3712 pcg 1.33 fi
3713    
3714 pcg 1.1 ac_prog=ld
3715     if test "$GCC" = yes; then
3716     # Check if gcc -print-prog-name=ld gives a path.
3717 pcg 1.33 { echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3718     echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; }
3719 pcg 1.1 case $host in
3720     *-*-mingw*)
3721     # gcc leaves a trailing carriage return which upsets mingw
3722     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3723     *)
3724     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3725     esac
3726     case $ac_prog in
3727     # Accept absolute paths.
3728     [\\/]* | [A-Za-z]:[\\/]*)
3729     re_direlt='/[^/][^/]*/\.\./'
3730     # Canonicalize the path of ld
3731     ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3732     while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3733     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3734     done
3735     test -z "$LD" && LD="$ac_prog"
3736     ;;
3737     "")
3738     # If it fails, then pretend we aren't using GCC.
3739     ac_prog=ld
3740     ;;
3741     *)
3742     # If it is relative, then search for the first ld in PATH.
3743     with_gnu_ld=unknown
3744     ;;
3745     esac
3746     elif test "$with_gnu_ld" = yes; then
3747 pcg 1.33 { echo "$as_me:$LINENO: checking for GNU ld" >&5
3748     echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
3749 pcg 1.1 else
3750 pcg 1.33 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3751     echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
3752 pcg 1.1 fi
3753     if test "${acl_cv_path_LD+set}" = set; then
3754     echo $ECHO_N "(cached) $ECHO_C" >&6
3755     else
3756     if test -z "$LD"; then
3757     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3758     for ac_dir in $PATH; do
3759     test -z "$ac_dir" && ac_dir=.
3760     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3761     acl_cv_path_LD="$ac_dir/$ac_prog"
3762     # Check to see if the program is GNU ld. I'd rather use --version,
3763     # but apparently some GNU ld's only accept -v.
3764     # Break only if it was the GNU/non-GNU ld that we prefer.
3765     if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3766     test "$with_gnu_ld" != no && break
3767     else
3768     test "$with_gnu_ld" != yes && break
3769     fi
3770     fi
3771     done
3772     IFS="$ac_save_ifs"
3773     else
3774     acl_cv_path_LD="$LD" # Let the user override the test with a path.
3775     fi
3776     fi
3777    
3778     LD="$acl_cv_path_LD"
3779     if test -n "$LD"; then
3780 pcg 1.33 { echo "$as_me:$LINENO: result: $LD" >&5
3781     echo "${ECHO_T}$LD" >&6; }
3782 pcg 1.1 else
3783 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
3784     echo "${ECHO_T}no" >&6; }
3785 pcg 1.1 fi
3786     test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3787     echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3788     { (exit 1); exit 1; }; }
3789 pcg 1.33 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3790     echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
3791 pcg 1.1 if test "${acl_cv_prog_gnu_ld+set}" = set; then
3792     echo $ECHO_N "(cached) $ECHO_C" >&6
3793     else
3794     # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3795     if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3796     acl_cv_prog_gnu_ld=yes
3797     else
3798     acl_cv_prog_gnu_ld=no
3799     fi
3800     fi
3801 pcg 1.33 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3802     echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }
3803 pcg 1.1 with_gnu_ld=$acl_cv_prog_gnu_ld
3804    
3805    
3806    
3807 pcg 1.33 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3808     echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; }
3809 pcg 1.1 if test "${acl_cv_rpath+set}" = set; then
3810     echo $ECHO_N "(cached) $ECHO_C" >&6
3811     else
3812    
3813     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3814     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3815     . ./conftest.sh
3816     rm -f ./conftest.sh
3817     acl_cv_rpath=done
3818    
3819     fi
3820 pcg 1.33 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3821     echo "${ECHO_T}$acl_cv_rpath" >&6; }
3822 pcg 1.1 wl="$acl_cv_wl"
3823     libext="$acl_cv_libext"
3824     shlibext="$acl_cv_shlibext"
3825     hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3826     hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3827     hardcode_direct="$acl_cv_hardcode_direct"
3828     hardcode_minus_L="$acl_cv_hardcode_minus_L"
3829     sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3830     sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3831 pcg 1.33 # Check whether --enable-rpath was given.
3832 pcg 1.1 if test "${enable_rpath+set}" = set; then
3833 pcg 1.33 enableval=$enable_rpath; :
3834 pcg 1.1 else
3835     enable_rpath=yes
3836 pcg 1.33 fi
3837    
3838 pcg 1.1
3839    
3840    
3841    
3842    
3843    
3844    
3845     use_additional=yes
3846    
3847     acl_save_prefix="$prefix"
3848     prefix="$acl_final_prefix"
3849     acl_save_exec_prefix="$exec_prefix"
3850     exec_prefix="$acl_final_exec_prefix"
3851    
3852     eval additional_includedir=\"$includedir\"
3853     eval additional_libdir=\"$libdir\"
3854    
3855     exec_prefix="$acl_save_exec_prefix"
3856     prefix="$acl_save_prefix"
3857    
3858    
3859 pcg 1.33 # Check whether --with-libiconv-prefix was given.
3860 pcg 1.1 if test "${with_libiconv_prefix+set}" = set; then
3861 pcg 1.33 withval=$with_libiconv_prefix;
3862 pcg 1.1 if test "X$withval" = "Xno"; then
3863     use_additional=no
3864     else
3865     if test "X$withval" = "X"; then
3866    
3867     acl_save_prefix="$prefix"
3868     prefix="$acl_final_prefix"
3869     acl_save_exec_prefix="$exec_prefix"
3870     exec_prefix="$acl_final_exec_prefix"
3871    
3872     eval additional_includedir=\"$includedir\"
3873     eval additional_libdir=\"$libdir\"
3874    
3875     exec_prefix="$acl_save_exec_prefix"
3876     prefix="$acl_save_prefix"
3877    
3878     else
3879     additional_includedir="$withval/include"
3880     additional_libdir="$withval/lib"
3881     fi
3882     fi
3883    
3884 pcg 1.33 fi
3885    
3886 pcg 1.1 LIBICONV=
3887     LTLIBICONV=
3888     INCICONV=
3889     rpathdirs=
3890     ltrpathdirs=
3891     names_already_handled=
3892     names_next_round='iconv '
3893     while test -n "$names_next_round"; do
3894     names_this_round="$names_next_round"
3895     names_next_round=
3896     for name in $names_this_round; do
3897     already_handled=
3898     for n in $names_already_handled; do
3899     if test "$n" = "$name"; then
3900     already_handled=yes
3901     break
3902     fi
3903     done
3904     if test -z "$already_handled"; then
3905     names_already_handled="$names_already_handled $name"
3906     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3907     eval value=\"\$HAVE_LIB$uppername\"
3908     if test -n "$value"; then
3909     if test "$value" = yes; then
3910     eval value=\"\$LIB$uppername\"
3911     test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3912     eval value=\"\$LTLIB$uppername\"
3913     test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3914     else
3915     :
3916     fi
3917     else
3918     found_dir=
3919     found_la=
3920     found_so=
3921     found_a=
3922     if test $use_additional = yes; then
3923     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3924     found_dir="$additional_libdir"
3925     found_so="$additional_libdir/lib$name.$shlibext"
3926     if test -f "$additional_libdir/lib$name.la"; then
3927     found_la="$additional_libdir/lib$name.la"
3928     fi
3929     else
3930     if test -f "$additional_libdir/lib$name.$libext"; then
3931     found_dir="$additional_libdir"
3932     found_a="$additional_libdir/lib$name.$libext"
3933     if test -f "$additional_libdir/lib$name.la"; then
3934     found_la="$additional_libdir/lib$name.la"
3935     fi
3936     fi
3937     fi
3938     fi
3939     if test "X$found_dir" = "X"; then
3940     for x in $LDFLAGS $LTLIBICONV; do
3941    
3942     acl_save_prefix="$prefix"
3943     prefix="$acl_final_prefix"
3944     acl_save_exec_prefix="$exec_prefix"
3945     exec_prefix="$acl_final_exec_prefix"
3946     eval x=\"$x\"
3947     exec_prefix="$acl_save_exec_prefix"
3948     prefix="$acl_save_prefix"
3949    
3950     case "$x" in
3951     -L*)
3952     dir=`echo "X$x" | sed -e 's/^X-L//'`
3953     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3954     found_dir="$dir"
3955     found_so="$dir/lib$name.$shlibext"
3956     if test -f "$dir/lib$name.la"; then
3957     found_la="$dir/lib$name.la"
3958     fi
3959     else
3960     if test -f "$dir/lib$name.$libext"; then
3961     found_dir="$dir"
3962     found_a="$dir/lib$name.$libext"
3963     if test -f "$dir/lib$name.la"; then
3964     found_la="$dir/lib$name.la"
3965     fi
3966     fi
3967     fi
3968     ;;
3969     esac
3970     if test "X$found_dir" != "X"; then
3971     break
3972     fi
3973     done
3974     fi
3975     if test "X$found_dir" != "X"; then
3976     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3977     if test "X$found_so" != "X"; then
3978     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3979     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3980     else
3981     haveit=
3982     for x in $ltrpathdirs; do
3983     if test "X$x" = "X$found_dir"; then
3984     haveit=yes
3985     break
3986     fi
3987     done
3988     if test -z "$haveit"; then
3989     ltrpathdirs="$ltrpathdirs $found_dir"
3990     fi
3991     if test "$hardcode_direct" = yes; then
3992     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3993     else
3994     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3995     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3996     haveit=
3997     for x in $rpathdirs; do
3998     if test "X$x" = "X$found_dir"; then
3999     haveit=yes
4000     break
4001     fi
4002     done
4003     if test -z "$haveit"; then
4004     rpathdirs="$rpathdirs $found_dir"
4005     fi
4006     else
4007     haveit=
4008     for x in $LDFLAGS $LIBICONV; do
4009    
4010     acl_save_prefix="$prefix"
4011     prefix="$acl_final_prefix"
4012     acl_save_exec_prefix="$exec_prefix"
4013     exec_prefix="$acl_final_exec_prefix"
4014     eval x=\"$x\"
4015     exec_prefix="$acl_save_exec_prefix"
4016     prefix="$acl_save_prefix"
4017    
4018     if test "X$x" = "X-L$found_dir"; then
4019     haveit=yes
4020     break
4021     fi
4022     done
4023     if test -z "$haveit"; then
4024     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
4025     fi
4026     if test "$hardcode_minus_L" != no; then
4027     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
4028     else
4029     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
4030     fi
4031     fi
4032     fi
4033     fi
4034     else
4035     if test "X$found_a" != "X"; then
4036     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
4037     else
4038     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
4039     fi
4040     fi
4041     additional_includedir=
4042     case "$found_dir" in
4043     */lib | */lib/)
4044     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4045     additional_includedir="$basedir/include"
4046     ;;
4047     esac
4048     if test "X$additional_includedir" != "X"; then
4049     if test "X$additional_includedir" != "X/usr/include"; then
4050     haveit=
4051     if test "X$additional_includedir" = "X/usr/local/include"; then
4052     if test -n "$GCC"; then
4053     case $host_os in
4054     linux*) haveit=yes;;
4055     esac
4056     fi
4057     fi
4058     if test -z "$haveit"; then
4059     for x in $CPPFLAGS $INCICONV; do
4060    
4061     acl_save_prefix="$prefix"
4062     prefix="$acl_final_prefix"
4063     acl_save_exec_prefix="$exec_prefix"
4064     exec_prefix="$acl_final_exec_prefix"
4065     eval x=\"$x\"
4066     exec_prefix="$acl_save_exec_prefix"
4067     prefix="$acl_save_prefix"
4068    
4069     if test "X$x" = "X-I$additional_includedir"; then
4070     haveit=yes
4071     break
4072     fi
4073     done
4074     if test -z "$haveit"; then
4075     if test -d "$additional_includedir"; then
4076     INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
4077     fi
4078     fi
4079     fi
4080     fi
4081     fi
4082     if test -n "$found_la"; then
4083     save_libdir="$libdir"
4084     case "$found_la" in
4085     */* | *\\*) . "$found_la" ;;
4086     *) . "./$found_la" ;;
4087     esac
4088     libdir="$save_libdir"
4089     for dep in $dependency_libs; do
4090     case "$dep" in
4091     -L*)
4092     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4093     if test "X$additional_libdir" != "X/usr/lib"; then
4094     haveit=
4095     if test "X$additional_libdir" = "X/usr/local/lib"; then
4096     if test -n "$GCC"; then
4097     case $host_os in
4098     linux*) haveit=yes;;
4099     esac
4100     fi
4101     fi
4102     if test -z "$haveit"; then
4103     haveit=
4104     for x in $LDFLAGS $LIBICONV; do
4105    
4106     acl_save_prefix="$prefix"
4107     prefix="$acl_final_prefix"
4108     acl_save_exec_prefix="$exec_prefix"
4109     exec_prefix="$acl_final_exec_prefix"
4110     eval x=\"$x\"
4111     exec_prefix="$acl_save_exec_prefix"
4112     prefix="$acl_save_prefix"
4113    
4114     if test "X$x" = "X-L$additional_libdir"; then
4115     haveit=yes
4116     break
4117     fi
4118     done
4119     if test -z "$haveit"; then
4120     if test -d "$additional_libdir"; then
4121     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
4122     fi
4123     fi
4124     haveit=
4125     for x in $LDFLAGS $LTLIBICONV; do
4126    
4127     acl_save_prefix="$prefix"
4128     prefix="$acl_final_prefix"
4129     acl_save_exec_prefix="$exec_prefix"
4130     exec_prefix="$acl_final_exec_prefix"
4131     eval x=\"$x\"
4132     exec_prefix="$acl_save_exec_prefix"
4133     prefix="$acl_save_prefix"
4134    
4135     if test "X$x" = "X-L$additional_libdir"; then
4136     haveit=yes
4137     break
4138     fi
4139     done
4140     if test -z "$haveit"; then
4141     if test -d "$additional_libdir"; then
4142     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
4143     fi
4144     fi
4145     fi
4146     fi
4147     ;;
4148     -R*)
4149     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4150     if test "$enable_rpath" != no; then
4151     haveit=
4152     for x in $rpathdirs; do
4153     if test "X$x" = "X$dir"; then
4154     haveit=yes
4155     break
4156     fi
4157     done
4158     if test -z "$haveit"; then
4159     rpathdirs="$rpathdirs $dir"
4160     fi
4161     haveit=
4162     for x in $ltrpathdirs; do
4163     if test "X$x" = "X$dir"; then
4164     haveit=yes
4165     break
4166     fi
4167     done
4168     if test -z "$haveit"; then
4169     ltrpathdirs="$ltrpathdirs $dir"
4170     fi
4171     fi
4172     ;;
4173     -l*)
4174     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4175     ;;
4176     *.la)
4177     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4178     ;;
4179     *)
4180     LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
4181     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
4182     ;;
4183     esac
4184     done
4185     fi
4186     else
4187     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
4188     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
4189     fi
4190     fi
4191     fi
4192     done
4193     done
4194     if test "X$rpathdirs" != "X"; then
4195     if test -n "$hardcode_libdir_separator"; then
4196     alldirs=
4197     for found_dir in $rpathdirs; do
4198     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4199     done
4200     acl_save_libdir="$libdir"
4201     libdir="$alldirs"
4202     eval flag=\"$hardcode_libdir_flag_spec\"
4203     libdir="$acl_save_libdir"
4204     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
4205     else
4206     for found_dir in $rpathdirs; do
4207     acl_save_libdir="$libdir"
4208     libdir="$found_dir"
4209     eval flag=\"$hardcode_libdir_flag_spec\"
4210     libdir="$acl_save_libdir"
4211     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
4212     done
4213     fi
4214     fi
4215     if test "X$ltrpathdirs" != "X"; then
4216     for found_dir in $ltrpathdirs; do
4217     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
4218     done
4219     fi
4220    
4221    
4222    
4223    
4224    
4225    
4226    
4227    
4228    
4229    
4230    
4231    
4232    
4233    
4234    
4235    
4236    
4237    
4238 pcg 1.33 { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
4239     echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
4240     # Check whether --enable-nls was given.
4241 pcg 1.1 if test "${enable_nls+set}" = set; then
4242 pcg 1.33 enableval=$enable_nls; USE_NLS=$enableval
4243 pcg 1.1 else
4244     USE_NLS=yes
4245 pcg 1.33 fi
4246    
4247     { echo "$as_me:$LINENO: result: $USE_NLS" >&5
4248     echo "${ECHO_T}$USE_NLS" >&6; }
4249 pcg 1.1
4250    
4251    
4252     LIBINTL=
4253     LTLIBINTL=
4254     POSUB=
4255    
4256     if test "$USE_NLS" = "yes"; then
4257     gt_use_preinstalled_gnugettext=no
4258    
4259    
4260    
4261    
4262    
4263    
4264 pcg 1.33 { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
4265     echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
4266 pcg 1.1 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
4267     echo $ECHO_N "(cached) $ECHO_C" >&6
4268     else
4269     cat >conftest.$ac_ext <<_ACEOF
4270     /* confdefs.h. */
4271     _ACEOF
4272     cat confdefs.h >>conftest.$ac_ext
4273     cat >>conftest.$ac_ext <<_ACEOF
4274     /* end confdefs.h. */
4275     #include <libintl.h>
4276     extern int _nl_msg_cat_cntr;
4277     extern int *_nl_domain_bindings;
4278     int
4279     main ()
4280     {
4281     bindtextdomain ("", "");
4282     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
4283     ;
4284     return 0;
4285     }
4286     _ACEOF
4287     rm -f conftest.$ac_objext conftest$ac_exeext
4288 pcg 1.33 if { (ac_try="$ac_link"
4289     case "(($ac_try" in
4290     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4291     *) ac_try_echo=$ac_try;;
4292     esac
4293     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4294     (eval "$ac_link") 2>conftest.er1
4295 pcg 1.1 ac_status=$?
4296 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4297     rm -f conftest.er1
4298     cat conftest.err >&5
4299 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 pcg 1.33 (exit $ac_status); } && {
4301     test -z "$ac_c_werror_flag" ||
4302     test ! -s conftest.err
4303     } && test -s conftest$ac_exeext &&
4304     $as_test_x conftest$ac_exeext; then
4305 pcg 1.1 gt_cv_func_gnugettext1_libc=yes
4306     else
4307     echo "$as_me: failed program was:" >&5
4308     sed 's/^/| /' conftest.$ac_ext >&5
4309    
4310 pcg 1.33 gt_cv_func_gnugettext1_libc=no
4311 pcg 1.1 fi
4312 pcg 1.33
4313     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4314 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
4315 pcg 1.1 fi
4316 pcg 1.33 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
4317     echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
4318 pcg 1.1
4319     if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
4320    
4321    
4322    
4323    
4324    
4325     am_save_CPPFLAGS="$CPPFLAGS"
4326    
4327     for element in $INCICONV; do
4328     haveit=
4329     for x in $CPPFLAGS; do
4330    
4331     acl_save_prefix="$prefix"
4332     prefix="$acl_final_prefix"
4333     acl_save_exec_prefix="$exec_prefix"
4334     exec_prefix="$acl_final_exec_prefix"
4335     eval x=\"$x\"
4336     exec_prefix="$acl_save_exec_prefix"
4337     prefix="$acl_save_prefix"
4338    
4339     if test "X$x" = "X$element"; then
4340     haveit=yes
4341     break
4342     fi
4343     done
4344     if test -z "$haveit"; then
4345     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4346     fi
4347     done
4348    
4349    
4350 pcg 1.33 { echo "$as_me:$LINENO: checking for iconv" >&5
4351     echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
4352 pcg 1.1 if test "${am_cv_func_iconv+set}" = set; then
4353     echo $ECHO_N "(cached) $ECHO_C" >&6
4354     else
4355    
4356     am_cv_func_iconv="no, consider installing GNU libiconv"
4357     am_cv_lib_iconv=no
4358     cat >conftest.$ac_ext <<_ACEOF
4359     /* confdefs.h. */
4360     _ACEOF
4361     cat confdefs.h >>conftest.$ac_ext
4362     cat >>conftest.$ac_ext <<_ACEOF
4363     /* end confdefs.h. */
4364     #include <stdlib.h>
4365     #include <iconv.h>
4366     int
4367     main ()
4368     {
4369     iconv_t cd = iconv_open("","");
4370     iconv(cd,NULL,NULL,NULL,NULL);
4371     iconv_close(cd);
4372     ;
4373     return 0;
4374     }
4375     _ACEOF
4376     rm -f conftest.$ac_objext conftest$ac_exeext
4377 pcg 1.33 if { (ac_try="$ac_link"
4378     case "(($ac_try" in
4379     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380     *) ac_try_echo=$ac_try;;
4381     esac
4382     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4383     (eval "$ac_link") 2>conftest.er1
4384 pcg 1.1 ac_status=$?
4385 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4386     rm -f conftest.er1
4387     cat conftest.err >&5
4388 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4389 pcg 1.33 (exit $ac_status); } && {
4390     test -z "$ac_c_werror_flag" ||
4391     test ! -s conftest.err
4392     } && test -s conftest$ac_exeext &&
4393     $as_test_x conftest$ac_exeext; then
4394 pcg 1.1 am_cv_func_iconv=yes
4395     else
4396     echo "$as_me: failed program was:" >&5
4397     sed 's/^/| /' conftest.$ac_ext >&5
4398    
4399 pcg 1.33
4400 pcg 1.1 fi
4401 pcg 1.33
4402     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4403 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
4404 pcg 1.1 if test "$am_cv_func_iconv" != yes; then
4405     am_save_LIBS="$LIBS"
4406     LIBS="$LIBS $LIBICONV"
4407     cat >conftest.$ac_ext <<_ACEOF
4408     /* confdefs.h. */
4409     _ACEOF
4410     cat confdefs.h >>conftest.$ac_ext
4411     cat >>conftest.$ac_ext <<_ACEOF
4412     /* end confdefs.h. */
4413     #include <stdlib.h>
4414     #include <iconv.h>
4415     int
4416     main ()
4417     {
4418     iconv_t cd = iconv_open("","");
4419     iconv(cd,NULL,NULL,NULL,NULL);
4420     iconv_close(cd);
4421     ;
4422     return 0;
4423     }
4424     _ACEOF
4425     rm -f conftest.$ac_objext conftest$ac_exeext
4426 pcg 1.33 if { (ac_try="$ac_link"
4427     case "(($ac_try" in
4428     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4429     *) ac_try_echo=$ac_try;;
4430     esac
4431     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4432     (eval "$ac_link") 2>conftest.er1
4433 pcg 1.1 ac_status=$?
4434 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4435     rm -f conftest.er1
4436     cat conftest.err >&5
4437 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4438 pcg 1.33 (exit $ac_status); } && {
4439     test -z "$ac_c_werror_flag" ||
4440     test ! -s conftest.err
4441     } && test -s conftest$ac_exeext &&
4442     $as_test_x conftest$ac_exeext; then
4443 pcg 1.1 am_cv_lib_iconv=yes
4444     am_cv_func_iconv=yes
4445     else
4446     echo "$as_me: failed program was:" >&5
4447     sed 's/^/| /' conftest.$ac_ext >&5
4448    
4449 pcg 1.33
4450 pcg 1.1 fi
4451 pcg 1.33
4452     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4453 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
4454 pcg 1.1 LIBS="$am_save_LIBS"
4455     fi
4456    
4457     fi
4458 pcg 1.33 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
4459     echo "${ECHO_T}$am_cv_func_iconv" >&6; }
4460 pcg 1.1 if test "$am_cv_func_iconv" = yes; then
4461    
4462     cat >>confdefs.h <<\_ACEOF
4463     #define HAVE_ICONV 1
4464     _ACEOF
4465    
4466     fi
4467     if test "$am_cv_lib_iconv" = yes; then
4468 pcg 1.33 { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
4469     echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }
4470     { echo "$as_me:$LINENO: result: $LIBICONV" >&5
4471     echo "${ECHO_T}$LIBICONV" >&6; }
4472 pcg 1.1 else
4473     CPPFLAGS="$am_save_CPPFLAGS"
4474     LIBICONV=
4475     LTLIBICONV=
4476     fi
4477    
4478    
4479    
4480    
4481    
4482    
4483     use_additional=yes
4484    
4485     acl_save_prefix="$prefix"
4486     prefix="$acl_final_prefix"
4487     acl_save_exec_prefix="$exec_prefix"
4488     exec_prefix="$acl_final_exec_prefix"
4489    
4490     eval additional_includedir=\"$includedir\"
4491     eval additional_libdir=\"$libdir\"
4492    
4493     exec_prefix="$acl_save_exec_prefix"
4494     prefix="$acl_save_prefix"
4495    
4496    
4497 pcg 1.33 # Check whether --with-libintl-prefix was given.
4498 pcg 1.1 if test "${with_libintl_prefix+set}" = set; then
4499 pcg 1.33 withval=$with_libintl_prefix;
4500 pcg 1.1 if test "X$withval" = "Xno"; then
4501     use_additional=no
4502     else
4503     if test "X$withval" = "X"; then
4504    
4505     acl_save_prefix="$prefix"
4506     prefix="$acl_final_prefix"
4507     acl_save_exec_prefix="$exec_prefix"
4508     exec_prefix="$acl_final_exec_prefix"
4509    
4510     eval additional_includedir=\"$includedir\"
4511     eval additional_libdir=\"$libdir\"
4512    
4513     exec_prefix="$acl_save_exec_prefix"
4514     prefix="$acl_save_prefix"
4515    
4516     else
4517     additional_includedir="$withval/include"
4518     additional_libdir="$withval/lib"
4519     fi
4520     fi
4521    
4522 pcg 1.33 fi
4523    
4524 pcg 1.1 LIBINTL=
4525     LTLIBINTL=
4526     INCINTL=
4527     rpathdirs=
4528     ltrpathdirs=
4529     names_already_handled=
4530     names_next_round='intl '
4531     while test -n "$names_next_round"; do
4532     names_this_round="$names_next_round"
4533     names_next_round=
4534     for name in $names_this_round; do
4535     already_handled=
4536     for n in $names_already_handled; do
4537     if test "$n" = "$name"; then
4538     already_handled=yes
4539     break
4540     fi
4541     done
4542     if test -z "$already_handled"; then
4543     names_already_handled="$names_already_handled $name"
4544     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4545     eval value=\"\$HAVE_LIB$uppername\"
4546     if test -n "$value"; then
4547     if test "$value" = yes; then
4548     eval value=\"\$LIB$uppername\"
4549     test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4550     eval value=\"\$LTLIB$uppername\"
4551     test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4552     else
4553     :
4554     fi
4555     else
4556     found_dir=
4557     found_la=
4558     found_so=
4559     found_a=
4560     if test $use_additional = yes; then
4561     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4562     found_dir="$additional_libdir"
4563     found_so="$additional_libdir/lib$name.$shlibext"
4564     if test -f "$additional_libdir/lib$name.la"; then
4565     found_la="$additional_libdir/lib$name.la"
4566     fi
4567     else
4568     if test -f "$additional_libdir/lib$name.$libext"; then
4569     found_dir="$additional_libdir"
4570     found_a="$additional_libdir/lib$name.$libext"
4571     if test -f "$additional_libdir/lib$name.la"; then
4572     found_la="$additional_libdir/lib$name.la"
4573     fi
4574     fi
4575     fi
4576     fi
4577     if test "X$found_dir" = "X"; then
4578     for x in $LDFLAGS $LTLIBINTL; do
4579    
4580     acl_save_prefix="$prefix"
4581     prefix="$acl_final_prefix"
4582     acl_save_exec_prefix="$exec_prefix"
4583     exec_prefix="$acl_final_exec_prefix"
4584     eval x=\"$x\"
4585     exec_prefix="$acl_save_exec_prefix"
4586     prefix="$acl_save_prefix"
4587    
4588     case "$x" in
4589     -L*)
4590     dir=`echo "X$x" | sed -e 's/^X-L//'`
4591     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4592     found_dir="$dir"
4593     found_so="$dir/lib$name.$shlibext"
4594     if test -f "$dir/lib$name.la"; then
4595     found_la="$dir/lib$name.la"
4596     fi
4597     else
4598     if test -f "$dir/lib$name.$libext"; then
4599     found_dir="$dir"
4600     found_a="$dir/lib$name.$libext"
4601     if test -f "$dir/lib$name.la"; then
4602     found_la="$dir/lib$name.la"
4603     fi
4604     fi
4605     fi
4606     ;;
4607     esac
4608     if test "X$found_dir" != "X"; then
4609     break
4610     fi
4611     done
4612     fi
4613     if test "X$found_dir" != "X"; then
4614     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4615     if test "X$found_so" != "X"; then
4616     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4617     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4618     else
4619     haveit=
4620     for x in $ltrpathdirs; do
4621     if test "X$x" = "X$found_dir"; then
4622     haveit=yes
4623     break
4624     fi
4625     done
4626     if test -z "$haveit"; then
4627     ltrpathdirs="$ltrpathdirs $found_dir"
4628     fi
4629     if test "$hardcode_direct" = yes; then
4630     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4631     else
4632     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4633     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4634     haveit=
4635     for x in $rpathdirs; do
4636     if test "X$x" = "X$found_dir"; then
4637     haveit=yes
4638     break
4639     fi
4640     done
4641     if test -z "$haveit"; then
4642     rpathdirs="$rpathdirs $found_dir"
4643     fi
4644     else
4645     haveit=
4646     for x in $LDFLAGS $LIBINTL; do
4647    
4648     acl_save_prefix="$prefix"
4649     prefix="$acl_final_prefix"
4650     acl_save_exec_prefix="$exec_prefix"
4651     exec_prefix="$acl_final_exec_prefix"
4652     eval x=\"$x\"
4653     exec_prefix="$acl_save_exec_prefix"
4654     prefix="$acl_save_prefix"
4655    
4656     if test "X$x" = "X-L$found_dir"; then
4657     haveit=yes
4658     break
4659     fi
4660     done
4661     if test -z "$haveit"; then
4662     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4663     fi
4664     if test "$hardcode_minus_L" != no; then
4665     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4666     else
4667     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4668     fi
4669     fi
4670     fi
4671     fi
4672     else
4673     if test "X$found_a" != "X"; then
4674     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4675     else
4676     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4677     fi
4678     fi
4679     additional_includedir=
4680     case "$found_dir" in
4681     */lib | */lib/)
4682     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4683     additional_includedir="$basedir/include"
4684     ;;
4685     esac
4686     if test "X$additional_includedir" != "X"; then
4687     if test "X$additional_includedir" != "X/usr/include"; then
4688     haveit=
4689     if test "X$additional_includedir" = "X/usr/local/include"; then
4690     if test -n "$GCC"; then
4691     case $host_os in
4692     linux*) haveit=yes;;
4693     esac
4694     fi
4695     fi
4696     if test -z "$haveit"; then
4697     for x in $CPPFLAGS $INCINTL; do
4698    
4699     acl_save_prefix="$prefix"
4700     prefix="$acl_final_prefix"
4701     acl_save_exec_prefix="$exec_prefix"
4702     exec_prefix="$acl_final_exec_prefix"
4703     eval x=\"$x\"
4704     exec_prefix="$acl_save_exec_prefix"
4705     prefix="$acl_save_prefix"
4706    
4707     if test "X$x" = "X-I$additional_includedir"; then
4708     haveit=yes
4709     break
4710     fi
4711     done
4712     if test -z "$haveit"; then
4713     if test -d "$additional_includedir"; then
4714     INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4715     fi
4716     fi
4717     fi
4718     fi
4719     fi
4720     if test -n "$found_la"; then
4721     save_libdir="$libdir"
4722     case "$found_la" in
4723     */* | *\\*) . "$found_la" ;;
4724     *) . "./$found_la" ;;
4725     esac
4726     libdir="$save_libdir"
4727     for dep in $dependency_libs; do
4728     case "$dep" in
4729     -L*)
4730     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4731     if test "X$additional_libdir" != "X/usr/lib"; then
4732     haveit=
4733     if test "X$additional_libdir" = "X/usr/local/lib"; then
4734     if test -n "$GCC"; then
4735     case $host_os in
4736     linux*) haveit=yes;;
4737     esac
4738     fi
4739     fi
4740     if test -z "$haveit"; then
4741     haveit=
4742     for x in $LDFLAGS $LIBINTL; do
4743    
4744     acl_save_prefix="$prefix"
4745     prefix="$acl_final_prefix"
4746     acl_save_exec_prefix="$exec_prefix"
4747     exec_prefix="$acl_final_exec_prefix"
4748     eval x=\"$x\"
4749     exec_prefix="$acl_save_exec_prefix"
4750     prefix="$acl_save_prefix"
4751    
4752     if test "X$x" = "X-L$additional_libdir"; then
4753     haveit=yes
4754     break
4755     fi
4756     done
4757     if test -z "$haveit"; then
4758     if test -d "$additional_libdir"; then
4759     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4760     fi
4761     fi
4762     haveit=
4763     for x in $LDFLAGS $LTLIBINTL; do
4764    
4765     acl_save_prefix="$prefix"
4766     prefix="$acl_final_prefix"
4767     acl_save_exec_prefix="$exec_prefix"
4768     exec_prefix="$acl_final_exec_prefix"
4769     eval x=\"$x\"
4770     exec_prefix="$acl_save_exec_prefix"
4771     prefix="$acl_save_prefix"
4772    
4773     if test "X$x" = "X-L$additional_libdir"; then
4774     haveit=yes
4775     break
4776     fi
4777     done
4778     if test -z "$haveit"; then
4779     if test -d "$additional_libdir"; then
4780     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4781     fi
4782     fi
4783     fi
4784     fi
4785     ;;
4786     -R*)
4787     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4788     if test "$enable_rpath" != no; then
4789     haveit=
4790     for x in $rpathdirs; do
4791     if test "X$x" = "X$dir"; then
4792     haveit=yes
4793     break
4794     fi
4795     done
4796     if test -z "$haveit"; then
4797     rpathdirs="$rpathdirs $dir"
4798     fi
4799     haveit=
4800     for x in $ltrpathdirs; do
4801     if test "X$x" = "X$dir"; then
4802     haveit=yes
4803     break
4804     fi
4805     done
4806     if test -z "$haveit"; then
4807     ltrpathdirs="$ltrpathdirs $dir"
4808     fi
4809     fi
4810     ;;
4811     -l*)
4812     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4813     ;;
4814     *.la)
4815     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4816     ;;
4817     *)
4818     LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4819     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4820     ;;
4821     esac
4822     done
4823     fi
4824     else
4825     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4826     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4827     fi
4828     fi
4829     fi
4830     done
4831     done
4832     if test "X$rpathdirs" != "X"; then
4833     if test -n "$hardcode_libdir_separator"; then
4834     alldirs=
4835     for found_dir in $rpathdirs; do
4836     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4837     done
4838     acl_save_libdir="$libdir"
4839     libdir="$alldirs"
4840     eval flag=\"$hardcode_libdir_flag_spec\"
4841     libdir="$acl_save_libdir"
4842     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4843     else
4844     for found_dir in $rpathdirs; do
4845     acl_save_libdir="$libdir"
4846     libdir="$found_dir"
4847     eval flag=\"$hardcode_libdir_flag_spec\"
4848     libdir="$acl_save_libdir"
4849     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4850     done
4851     fi
4852     fi
4853     if test "X$ltrpathdirs" != "X"; then
4854     for found_dir in $ltrpathdirs; do
4855     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4856     done
4857     fi
4858    
4859 pcg 1.33 { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4860     echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
4861 pcg 1.1 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4862     echo $ECHO_N "(cached) $ECHO_C" >&6
4863     else
4864     gt_save_CPPFLAGS="$CPPFLAGS"
4865     CPPFLAGS="$CPPFLAGS $INCINTL"
4866     gt_save_LIBS="$LIBS"
4867     LIBS="$LIBS $LIBINTL"
4868     cat >conftest.$ac_ext <<_ACEOF
4869     /* confdefs.h. */
4870     _ACEOF
4871     cat confdefs.h >>conftest.$ac_ext
4872     cat >>conftest.$ac_ext <<_ACEOF
4873     /* end confdefs.h. */
4874     #include <libintl.h>
4875     extern int _nl_msg_cat_cntr;
4876     extern
4877     #ifdef __cplusplus
4878     "C"
4879     #endif
4880     const char *_nl_expand_alias ();
4881     int
4882     main ()
4883     {
4884     bindtextdomain ("", "");
4885     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4886     ;
4887     return 0;
4888     }
4889     _ACEOF
4890     rm -f conftest.$ac_objext conftest$ac_exeext
4891 pcg 1.33 if { (ac_try="$ac_link"
4892     case "(($ac_try" in
4893     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4894     *) ac_try_echo=$ac_try;;
4895     esac
4896     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4897     (eval "$ac_link") 2>conftest.er1
4898 pcg 1.1 ac_status=$?
4899 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4900     rm -f conftest.er1
4901     cat conftest.err >&5
4902 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 pcg 1.33 (exit $ac_status); } && {
4904     test -z "$ac_c_werror_flag" ||
4905     test ! -s conftest.err
4906     } && test -s conftest$ac_exeext &&
4907     $as_test_x conftest$ac_exeext; then
4908 pcg 1.1 gt_cv_func_gnugettext1_libintl=yes
4909     else
4910     echo "$as_me: failed program was:" >&5
4911     sed 's/^/| /' conftest.$ac_ext >&5
4912    
4913 pcg 1.33 gt_cv_func_gnugettext1_libintl=no
4914 pcg 1.1 fi
4915 pcg 1.33
4916     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4917 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
4918 pcg 1.1 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4919     LIBS="$LIBS $LIBICONV"
4920     cat >conftest.$ac_ext <<_ACEOF
4921     /* confdefs.h. */
4922     _ACEOF
4923     cat confdefs.h >>conftest.$ac_ext
4924     cat >>conftest.$ac_ext <<_ACEOF
4925     /* end confdefs.h. */
4926     #include <libintl.h>
4927     extern int _nl_msg_cat_cntr;
4928     extern
4929     #ifdef __cplusplus
4930     "C"
4931     #endif
4932     const char *_nl_expand_alias ();
4933     int
4934     main ()
4935     {
4936     bindtextdomain ("", "");
4937     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4938     ;
4939     return 0;
4940     }
4941     _ACEOF
4942     rm -f conftest.$ac_objext conftest$ac_exeext
4943 pcg 1.33 if { (ac_try="$ac_link"
4944     case "(($ac_try" in
4945     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4946     *) ac_try_echo=$ac_try;;
4947     esac
4948     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4949     (eval "$ac_link") 2>conftest.er1
4950 pcg 1.1 ac_status=$?
4951 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4952     rm -f conftest.er1
4953     cat conftest.err >&5
4954 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4955 pcg 1.33 (exit $ac_status); } && {
4956     test -z "$ac_c_werror_flag" ||
4957     test ! -s conftest.err
4958     } && test -s conftest$ac_exeext &&
4959     $as_test_x conftest$ac_exeext; then
4960 pcg 1.1 LIBINTL="$LIBINTL $LIBICONV"
4961     LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4962     gt_cv_func_gnugettext1_libintl=yes
4963    
4964     else
4965     echo "$as_me: failed program was:" >&5
4966     sed 's/^/| /' conftest.$ac_ext >&5
4967    
4968 pcg 1.33
4969 pcg 1.1 fi
4970 pcg 1.33
4971     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4972 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
4973 pcg 1.1 fi
4974     CPPFLAGS="$gt_save_CPPFLAGS"
4975     LIBS="$gt_save_LIBS"
4976     fi
4977 pcg 1.33 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4978     echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
4979 pcg 1.1 fi
4980    
4981     if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4982     || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4983     && test "$PACKAGE" != gettext; }; then
4984     gt_use_preinstalled_gnugettext=yes
4985     else
4986     LIBINTL=
4987     LTLIBINTL=
4988     INCINTL=
4989     fi
4990    
4991    
4992    
4993     if test "$gt_use_preinstalled_gnugettext" = "yes" \
4994     || test "$nls_cv_use_gnu_gettext" = "yes"; then
4995    
4996     cat >>confdefs.h <<\_ACEOF
4997     #define ENABLE_NLS 1
4998     _ACEOF
4999    
5000     else
5001     USE_NLS=no
5002     fi
5003     fi
5004    
5005     if test "$USE_NLS" = "yes"; then
5006    
5007     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
5008     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
5009 pcg 1.33 { echo "$as_me:$LINENO: checking how to link with libintl" >&5
5010     echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }
5011     { echo "$as_me:$LINENO: result: $LIBINTL" >&5
5012     echo "${ECHO_T}$LIBINTL" >&6; }
5013 pcg 1.1
5014     for element in $INCINTL; do
5015     haveit=
5016     for x in $CPPFLAGS; do
5017    
5018     acl_save_prefix="$prefix"
5019     prefix="$acl_final_prefix"
5020     acl_save_exec_prefix="$exec_prefix"
5021     exec_prefix="$acl_final_exec_prefix"
5022     eval x=\"$x\"
5023     exec_prefix="$acl_save_exec_prefix"
5024     prefix="$acl_save_prefix"
5025    
5026     if test "X$x" = "X$element"; then
5027     haveit=yes
5028     break
5029     fi
5030     done
5031     if test -z "$haveit"; then
5032     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
5033     fi
5034     done
5035    
5036     fi
5037    
5038    
5039     cat >>confdefs.h <<\_ACEOF
5040     #define HAVE_GETTEXT 1
5041     _ACEOF
5042    
5043    
5044     cat >>confdefs.h <<\_ACEOF
5045     #define HAVE_DCGETTEXT 1
5046     _ACEOF
5047    
5048     fi
5049    
5050     POSUB=po
5051     fi
5052    
5053    
5054    
5055     INTLLIBS="$LIBINTL"
5056    
5057    
5058    
5059    
5060    
5061    
5062    
5063    
5064     # Enable GNU extensions.
5065     # Define this here, not in acconfig's @TOP@ section, since definitions
5066     # in the latter don't make it into the configure-time tests.
5067    
5068     cat >>confdefs.h <<\_ACEOF
5069     #define _GNU_SOURCE 1
5070     _ACEOF
5071    
5072    
5073 pcg 1.13 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
5074 pcg 1.1
5075     ALL_LINGUAS=""
5076    
5077     ac_ext=c
5078     ac_cpp='$CPP $CPPFLAGS'
5079     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5080     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5081     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5082 pcg 1.33 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5083     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5084 pcg 1.1 # On Suns, sometimes $CPP names a directory.
5085     if test -n "$CPP" && test -d "$CPP"; then
5086     CPP=
5087     fi
5088     if test -z "$CPP"; then
5089     if test "${ac_cv_prog_CPP+set}" = set; then
5090     echo $ECHO_N "(cached) $ECHO_C" >&6
5091     else
5092     # Double quotes because CPP needs to be expanded
5093     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5094     do
5095     ac_preproc_ok=false
5096     for ac_c_preproc_warn_flag in '' yes
5097     do
5098     # Use a header file that comes with gcc, so configuring glibc
5099     # with a fresh cross-compiler works.
5100     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5101     # <limits.h> exists even on freestanding compilers.
5102     # On the NeXT, cc -E runs the code through the compiler's parser,
5103     # not just through cpp. "Syntax error" is here to catch this case.
5104     cat >conftest.$ac_ext <<_ACEOF
5105     /* confdefs.h. */
5106     _ACEOF
5107     cat confdefs.h >>conftest.$ac_ext
5108     cat >>conftest.$ac_ext <<_ACEOF
5109     /* end confdefs.h. */
5110     #ifdef __STDC__
5111     # include <limits.h>
5112     #else
5113     # include <assert.h>
5114     #endif
5115 pcg 1.11 Syntax error
5116 pcg 1.1 _ACEOF
5117 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
5118     case "(($ac_try" in
5119     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5120     *) ac_try_echo=$ac_try;;
5121     esac
5122     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5123     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5124 pcg 1.1 ac_status=$?
5125     grep -v '^ *+' conftest.er1 >conftest.err
5126     rm -f conftest.er1
5127     cat conftest.err >&5
5128     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5129 pcg 1.33 (exit $ac_status); } >/dev/null && {
5130     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5131     test ! -s conftest.err
5132     }; then
5133 pcg 1.1 :
5134     else
5135     echo "$as_me: failed program was:" >&5
5136     sed 's/^/| /' conftest.$ac_ext >&5
5137    
5138     # Broken: fails on valid input.
5139     continue
5140     fi
5141 pcg 1.33
5142 pcg 1.1 rm -f conftest.err conftest.$ac_ext
5143    
5144 pcg 1.33 # OK, works on sane cases. Now check whether nonexistent headers
5145 pcg 1.1 # can be detected and how.
5146     cat >conftest.$ac_ext <<_ACEOF
5147     /* confdefs.h. */
5148     _ACEOF
5149     cat confdefs.h >>conftest.$ac_ext
5150     cat >>conftest.$ac_ext <<_ACEOF
5151     /* end confdefs.h. */
5152     #include <ac_nonexistent.h>
5153     _ACEOF
5154 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
5155     case "(($ac_try" in
5156     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5157     *) ac_try_echo=$ac_try;;
5158     esac
5159     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5160     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5161 pcg 1.1 ac_status=$?
5162     grep -v '^ *+' conftest.er1 >conftest.err
5163     rm -f conftest.er1
5164     cat conftest.err >&5
5165     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5166 pcg 1.33 (exit $ac_status); } >/dev/null && {
5167     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5168     test ! -s conftest.err
5169     }; then
5170 pcg 1.1 # Broken: success on invalid input.
5171     continue
5172     else
5173     echo "$as_me: failed program was:" >&5
5174     sed 's/^/| /' conftest.$ac_ext >&5
5175    
5176     # Passes both tests.
5177     ac_preproc_ok=:
5178     break
5179     fi
5180 pcg 1.33
5181 pcg 1.1 rm -f conftest.err conftest.$ac_ext
5182    
5183     done
5184     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5185     rm -f conftest.err conftest.$ac_ext
5186     if $ac_preproc_ok; then
5187     break
5188     fi
5189    
5190     done
5191     ac_cv_prog_CPP=$CPP
5192    
5193     fi
5194     CPP=$ac_cv_prog_CPP
5195     else
5196     ac_cv_prog_CPP=$CPP
5197     fi
5198 pcg 1.33 { echo "$as_me:$LINENO: result: $CPP" >&5
5199     echo "${ECHO_T}$CPP" >&6; }
5200 pcg 1.1 ac_preproc_ok=false
5201     for ac_c_preproc_warn_flag in '' yes
5202     do
5203     # Use a header file that comes with gcc, so configuring glibc
5204     # with a fresh cross-compiler works.
5205     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5206     # <limits.h> exists even on freestanding compilers.
5207     # On the NeXT, cc -E runs the code through the compiler's parser,
5208     # not just through cpp. "Syntax error" is here to catch this case.
5209     cat >conftest.$ac_ext <<_ACEOF
5210     /* confdefs.h. */
5211     _ACEOF
5212     cat confdefs.h >>conftest.$ac_ext
5213     cat >>conftest.$ac_ext <<_ACEOF
5214     /* end confdefs.h. */
5215     #ifdef __STDC__
5216     # include <limits.h>
5217     #else
5218     # include <assert.h>
5219     #endif
5220 pcg 1.11 Syntax error
5221 pcg 1.1 _ACEOF
5222 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
5223     case "(($ac_try" in
5224     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225     *) ac_try_echo=$ac_try;;
5226     esac
5227     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5229 pcg 1.1 ac_status=$?
5230     grep -v '^ *+' conftest.er1 >conftest.err
5231     rm -f conftest.er1
5232     cat conftest.err >&5
5233     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 pcg 1.33 (exit $ac_status); } >/dev/null && {
5235     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5236     test ! -s conftest.err
5237     }; then
5238 pcg 1.1 :
5239     else
5240     echo "$as_me: failed program was:" >&5
5241     sed 's/^/| /' conftest.$ac_ext >&5
5242    
5243     # Broken: fails on valid input.
5244     continue
5245     fi
5246 pcg 1.33
5247 pcg 1.1 rm -f conftest.err conftest.$ac_ext
5248    
5249 pcg 1.33 # OK, works on sane cases. Now check whether nonexistent headers
5250 pcg 1.1 # can be detected and how.
5251     cat >conftest.$ac_ext <<_ACEOF
5252     /* confdefs.h. */
5253     _ACEOF
5254     cat confdefs.h >>conftest.$ac_ext
5255     cat >>conftest.$ac_ext <<_ACEOF
5256     /* end confdefs.h. */
5257     #include <ac_nonexistent.h>
5258     _ACEOF
5259 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
5260     case "(($ac_try" in
5261     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5262     *) ac_try_echo=$ac_try;;
5263     esac
5264     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5265     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5266 pcg 1.1 ac_status=$?
5267     grep -v '^ *+' conftest.er1 >conftest.err
5268     rm -f conftest.er1
5269     cat conftest.err >&5
5270     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5271 pcg 1.33 (exit $ac_status); } >/dev/null && {
5272     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5273     test ! -s conftest.err
5274     }; then
5275 pcg 1.1 # Broken: success on invalid input.
5276     continue
5277     else
5278     echo "$as_me: failed program was:" >&5
5279     sed 's/^/| /' conftest.$ac_ext >&5
5280    
5281     # Passes both tests.
5282     ac_preproc_ok=:
5283     break
5284     fi
5285 pcg 1.33
5286 pcg 1.1 rm -f conftest.err conftest.$ac_ext
5287    
5288     done
5289     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5290     rm -f conftest.err conftest.$ac_ext
5291     if $ac_preproc_ok; then
5292     :
5293     else
5294     { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5295     See \`config.log' for more details." >&5
5296     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5297     See \`config.log' for more details." >&2;}
5298     { (exit 1); exit 1; }; }
5299     fi
5300    
5301     ac_ext=c
5302     ac_cpp='$CPP $CPPFLAGS'
5303     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5304     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5305     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5306    
5307 pcg 1.33 ac_ext=cpp
5308 pcg 1.1 ac_cpp='$CXXCPP $CPPFLAGS'
5309     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5310     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5311     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5312 pcg 1.33 if test -z "$CXX"; then
5313     if test -n "$CCC"; then
5314     CXX=$CCC
5315     else
5316     if test -n "$ac_tool_prefix"; then
5317     for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5318 pcg 1.1 do
5319     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5320     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5321 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5322     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5323 pcg 1.1 if test "${ac_cv_prog_CXX+set}" = set; then
5324     echo $ECHO_N "(cached) $ECHO_C" >&6
5325     else
5326     if test -n "$CXX"; then
5327     ac_cv_prog_CXX="$CXX" # Let the user override the test.
5328     else
5329     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5330     for as_dir in $PATH
5331     do
5332     IFS=$as_save_IFS
5333     test -z "$as_dir" && as_dir=.
5334     for ac_exec_ext in '' $ac_executable_extensions; do
5335 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5336 pcg 1.1 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5337     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5338     break 2
5339     fi
5340     done
5341     done
5342 pcg 1.33 IFS=$as_save_IFS
5343 pcg 1.1
5344     fi
5345     fi
5346     CXX=$ac_cv_prog_CXX
5347     if test -n "$CXX"; then
5348 pcg 1.33 { echo "$as_me:$LINENO: result: $CXX" >&5
5349     echo "${ECHO_T}$CXX" >&6; }
5350 pcg 1.1 else
5351 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
5352     echo "${ECHO_T}no" >&6; }
5353 pcg 1.1 fi
5354    
5355 pcg 1.33
5356 pcg 1.1 test -n "$CXX" && break
5357     done
5358     fi
5359     if test -z "$CXX"; then
5360     ac_ct_CXX=$CXX
5361 pcg 1.33 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5362 pcg 1.1 do
5363     # Extract the first word of "$ac_prog", so it can be a program name with args.
5364     set dummy $ac_prog; ac_word=$2
5365 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5366     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5367 pcg 1.1 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5368     echo $ECHO_N "(cached) $ECHO_C" >&6
5369     else
5370     if test -n "$ac_ct_CXX"; then
5371     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5372     else
5373     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5374     for as_dir in $PATH
5375     do
5376     IFS=$as_save_IFS
5377     test -z "$as_dir" && as_dir=.
5378     for ac_exec_ext in '' $ac_executable_extensions; do
5379 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5380 pcg 1.1 ac_cv_prog_ac_ct_CXX="$ac_prog"
5381     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5382     break 2
5383     fi
5384     done
5385     done
5386 pcg 1.33 IFS=$as_save_IFS
5387 pcg 1.1
5388     fi
5389     fi
5390     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5391     if test -n "$ac_ct_CXX"; then
5392 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5393     echo "${ECHO_T}$ac_ct_CXX" >&6; }
5394 pcg 1.1 else
5395 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
5396     echo "${ECHO_T}no" >&6; }
5397 pcg 1.1 fi
5398    
5399 pcg 1.33
5400 pcg 1.1 test -n "$ac_ct_CXX" && break
5401     done
5402    
5403 pcg 1.33 if test "x$ac_ct_CXX" = x; then
5404     CXX="g++"
5405     else
5406     case $cross_compiling:$ac_tool_warned in
5407     yes:)
5408     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5409     whose name does not start with the host triplet. If you think this
5410     configuration is useful to you, please write to autoconf@gnu.org." >&5
5411     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5412     whose name does not start with the host triplet. If you think this
5413     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5414     ac_tool_warned=yes ;;
5415     esac
5416     CXX=$ac_ct_CXX
5417     fi
5418 pcg 1.1 fi
5419    
5420 pcg 1.33 fi
5421     fi
5422 pcg 1.1 # Provide some information about the compiler.
5423 pcg 1.33 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
5424 pcg 1.1 ac_compiler=`set X $ac_compile; echo $2`
5425 pcg 1.33 { (ac_try="$ac_compiler --version >&5"
5426     case "(($ac_try" in
5427     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5428     *) ac_try_echo=$ac_try;;
5429     esac
5430     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5431     (eval "$ac_compiler --version >&5") 2>&5
5432 pcg 1.1 ac_status=$?
5433     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5434     (exit $ac_status); }
5435 pcg 1.33 { (ac_try="$ac_compiler -v >&5"
5436     case "(($ac_try" in
5437     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5438     *) ac_try_echo=$ac_try;;
5439     esac
5440     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5441     (eval "$ac_compiler -v >&5") 2>&5
5442 pcg 1.1 ac_status=$?
5443     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5444     (exit $ac_status); }
5445 pcg 1.33 { (ac_try="$ac_compiler -V >&5"
5446     case "(($ac_try" in
5447     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5448     *) ac_try_echo=$ac_try;;
5449     esac
5450     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5451     (eval "$ac_compiler -V >&5") 2>&5
5452 pcg 1.1 ac_status=$?
5453     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5454     (exit $ac_status); }
5455    
5456 pcg 1.33 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5457     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
5458 pcg 1.1 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5459     echo $ECHO_N "(cached) $ECHO_C" >&6
5460     else
5461     cat >conftest.$ac_ext <<_ACEOF
5462     /* confdefs.h. */
5463     _ACEOF
5464     cat confdefs.h >>conftest.$ac_ext
5465     cat >>conftest.$ac_ext <<_ACEOF
5466     /* end confdefs.h. */
5467    
5468     int
5469     main ()
5470     {
5471     #ifndef __GNUC__
5472     choke me
5473     #endif
5474    
5475     ;
5476     return 0;
5477     }
5478     _ACEOF
5479     rm -f conftest.$ac_objext
5480 pcg 1.33 if { (ac_try="$ac_compile"
5481     case "(($ac_try" in
5482     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5483     *) ac_try_echo=$ac_try;;
5484     esac
5485     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5486     (eval "$ac_compile") 2>conftest.er1
5487 pcg 1.1 ac_status=$?
5488 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5489     rm -f conftest.er1
5490     cat conftest.err >&5
5491 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5492 pcg 1.33 (exit $ac_status); } && {
5493     test -z "$ac_cxx_werror_flag" ||
5494     test ! -s conftest.err
5495     } && test -s conftest.$ac_objext; then
5496 pcg 1.1 ac_compiler_gnu=yes
5497     else
5498     echo "$as_me: failed program was:" >&5
5499     sed 's/^/| /' conftest.$ac_ext >&5
5500    
5501 pcg 1.33 ac_compiler_gnu=no
5502 pcg 1.1 fi
5503 pcg 1.33
5504     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5505 pcg 1.1 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5506    
5507     fi
5508 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5509     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
5510 pcg 1.1 GXX=`test $ac_compiler_gnu = yes && echo yes`
5511     ac_test_CXXFLAGS=${CXXFLAGS+set}
5512     ac_save_CXXFLAGS=$CXXFLAGS
5513 pcg 1.33 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5514     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
5515 pcg 1.1 if test "${ac_cv_prog_cxx_g+set}" = set; then
5516     echo $ECHO_N "(cached) $ECHO_C" >&6
5517     else
5518 pcg 1.33 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5519     ac_cxx_werror_flag=yes
5520     ac_cv_prog_cxx_g=no
5521     CXXFLAGS="-g"
5522     cat >conftest.$ac_ext <<_ACEOF
5523 pcg 1.1 /* confdefs.h. */
5524     _ACEOF
5525     cat confdefs.h >>conftest.$ac_ext
5526     cat >>conftest.$ac_ext <<_ACEOF
5527     /* end confdefs.h. */
5528    
5529     int
5530     main ()
5531     {
5532    
5533     ;
5534     return 0;
5535     }
5536     _ACEOF
5537     rm -f conftest.$ac_objext
5538 pcg 1.33 if { (ac_try="$ac_compile"
5539     case "(($ac_try" in
5540     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5541     *) ac_try_echo=$ac_try;;
5542     esac
5543     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5544     (eval "$ac_compile") 2>conftest.er1
5545 pcg 1.1 ac_status=$?
5546 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5547     rm -f conftest.er1
5548     cat conftest.err >&5
5549 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550 pcg 1.33 (exit $ac_status); } && {
5551     test -z "$ac_cxx_werror_flag" ||
5552     test ! -s conftest.err
5553     } && test -s conftest.$ac_objext; then
5554 pcg 1.1 ac_cv_prog_cxx_g=yes
5555     else
5556     echo "$as_me: failed program was:" >&5
5557     sed 's/^/| /' conftest.$ac_ext >&5
5558    
5559 pcg 1.33 CXXFLAGS=""
5560     cat >conftest.$ac_ext <<_ACEOF
5561 pcg 1.1 /* confdefs.h. */
5562     _ACEOF
5563     cat confdefs.h >>conftest.$ac_ext
5564     cat >>conftest.$ac_ext <<_ACEOF
5565     /* end confdefs.h. */
5566 pcg 1.33
5567 pcg 1.1 int
5568     main ()
5569     {
5570 pcg 1.33
5571 pcg 1.1 ;
5572     return 0;
5573     }
5574     _ACEOF
5575     rm -f conftest.$ac_objext
5576 pcg 1.33 if { (ac_try="$ac_compile"
5577     case "(($ac_try" in
5578     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5579     *) ac_try_echo=$ac_try;;
5580     esac
5581     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5582     (eval "$ac_compile") 2>conftest.er1
5583 pcg 1.1 ac_status=$?
5584 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5585     rm -f conftest.er1
5586     cat conftest.err >&5
5587 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5588 pcg 1.33 (exit $ac_status); } && {
5589     test -z "$ac_cxx_werror_flag" ||
5590     test ! -s conftest.err
5591     } && test -s conftest.$ac_objext; then
5592 pcg 1.1 :
5593     else
5594     echo "$as_me: failed program was:" >&5
5595     sed 's/^/| /' conftest.$ac_ext >&5
5596    
5597 pcg 1.33 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5598     CXXFLAGS="-g"
5599     cat >conftest.$ac_ext <<_ACEOF
5600 pcg 1.1 /* confdefs.h. */
5601     _ACEOF
5602     cat confdefs.h >>conftest.$ac_ext
5603     cat >>conftest.$ac_ext <<_ACEOF
5604     /* end confdefs.h. */
5605 pcg 1.33
5606 pcg 1.1 int
5607     main ()
5608     {
5609 pcg 1.33
5610 pcg 1.1 ;
5611     return 0;
5612     }
5613     _ACEOF
5614     rm -f conftest.$ac_objext
5615 pcg 1.33 if { (ac_try="$ac_compile"
5616     case "(($ac_try" in
5617     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5618     *) ac_try_echo=$ac_try;;
5619     esac
5620     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5621     (eval "$ac_compile") 2>conftest.er1
5622 pcg 1.1 ac_status=$?
5623 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5624     rm -f conftest.er1
5625     cat conftest.err >&5
5626 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5627 pcg 1.33 (exit $ac_status); } && {
5628     test -z "$ac_cxx_werror_flag" ||
5629     test ! -s conftest.err
5630     } && test -s conftest.$ac_objext; then
5631     ac_cv_prog_cxx_g=yes
5632 pcg 1.1 else
5633     echo "$as_me: failed program was:" >&5
5634     sed 's/^/| /' conftest.$ac_ext >&5
5635    
5636 pcg 1.33
5637     fi
5638    
5639     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5640 pcg 1.1 fi
5641 pcg 1.33
5642     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5643 pcg 1.1 fi
5644    
5645 pcg 1.33 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5646     ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5647     fi
5648     { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5649     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
5650     if test "$ac_test_CXXFLAGS" = set; then
5651     CXXFLAGS=$ac_save_CXXFLAGS
5652     elif test $ac_cv_prog_cxx_g = yes; then
5653     if test "$GXX" = yes; then
5654     CXXFLAGS="-g -O2"
5655     else
5656     CXXFLAGS="-g"
5657     fi
5658     else
5659     if test "$GXX" = yes; then
5660     CXXFLAGS="-O2"
5661     else
5662     CXXFLAGS=
5663     fi
5664     fi
5665 pcg 1.1 ac_ext=c
5666     ac_cpp='$CPP $CPPFLAGS'
5667     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5668     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5669     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5670    
5671     depcc="$CXX" am_compiler_list=
5672    
5673 pcg 1.33 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5674     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5675 pcg 1.1 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5676     echo $ECHO_N "(cached) $ECHO_C" >&6
5677     else
5678     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5679     # We make a subdir and do the tests there. Otherwise we can end up
5680     # making bogus files that we don't know about and never remove. For
5681     # instance it was reported that on HP-UX the gcc test will end up
5682     # making a dummy file named `D' -- because `-MD' means `put the output
5683     # in D'.
5684     mkdir conftest.dir
5685     # Copy depcomp to subdir because otherwise we won't find it if we're
5686     # using a relative directory.
5687     cp "$am_depcomp" conftest.dir
5688     cd conftest.dir
5689     # We will build objects and dependencies in a subdirectory because
5690     # it helps to detect inapplicable dependency modes. For instance
5691     # both Tru64's cc and ICC support -MD to output dependencies as a
5692     # side effect of compilation, but ICC will put the dependencies in
5693     # the current directory while Tru64 will put them in the object
5694     # directory.
5695     mkdir sub
5696    
5697     am_cv_CXX_dependencies_compiler_type=none
5698     if test "$am_compiler_list" = ""; then
5699     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5700     fi
5701     for depmode in $am_compiler_list; do
5702     # Setup a source with many dependencies, because some compilers
5703     # like to wrap large dependency lists on column 80 (with \), and
5704     # we should not choose a depcomp mode which is confused by this.
5705     #
5706     # We need to recreate these files for each test, as the compiler may
5707     # overwrite some of them when testing with obscure command lines.
5708     # This happens at least with the AIX C compiler.
5709     : > sub/conftest.c
5710     for i in 1 2 3 4 5 6; do
5711     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5712 pcg 1.33 : > sub/conftst$i.h
5713 pcg 1.1 done
5714     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5715    
5716     case $depmode in
5717     nosideeffect)
5718     # after this tag, mechanisms are not by side-effect, so they'll
5719     # only be used when explicitly requested
5720     if test "x$enable_dependency_tracking" = xyes; then
5721     continue
5722     else
5723     break
5724     fi
5725     ;;
5726     none) break ;;
5727     esac
5728     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5729     # mode. It turns out that the SunPro C++ compiler does not properly
5730     # handle `-M -o', and we need to detect this.
5731     if depmode=$depmode \
5732     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5733     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5734     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5735     >/dev/null 2>conftest.err &&
5736     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5737     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5738     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5739     # icc doesn't choke on unknown options, it will just issue warnings
5740 pcg 1.33 # (even with -Werror). So we grep stderr for any message
5741     # that says an option was ignored.
5742     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5743 pcg 1.1 am_cv_CXX_dependencies_compiler_type=$depmode
5744     break
5745     fi
5746     fi
5747     done
5748    
5749     cd ..
5750     rm -rf conftest.dir
5751     else
5752     am_cv_CXX_dependencies_compiler_type=none
5753     fi
5754    
5755     fi
5756 pcg 1.33 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5757     echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
5758 pcg 1.1 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5759    
5760    
5761    
5762     if
5763     test "x$enable_dependency_tracking" != xno \
5764     && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5765     am__fastdepCXX_TRUE=
5766     am__fastdepCXX_FALSE='#'
5767     else
5768     am__fastdepCXX_TRUE='#'
5769     am__fastdepCXX_FALSE=
5770     fi
5771    
5772    
5773    
5774 pcg 1.33 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5775     echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5776     if test "${ac_cv_path_GREP+set}" = set; then
5777     echo $ECHO_N "(cached) $ECHO_C" >&6
5778     else
5779     # Extract the first word of "grep ggrep" to use in msg output
5780     if test -z "$GREP"; then
5781     set dummy grep ggrep; ac_prog_name=$2
5782     if test "${ac_cv_path_GREP+set}" = set; then
5783     echo $ECHO_N "(cached) $ECHO_C" >&6
5784     else
5785     ac_path_GREP_found=false
5786     # Loop through the user's path and test for each of PROGNAME-LIST
5787     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5788     for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5789     do
5790     IFS=$as_save_IFS
5791     test -z "$as_dir" && as_dir=.
5792     for ac_prog in grep ggrep; do
5793     for ac_exec_ext in '' $ac_executable_extensions; do
5794     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5795     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5796     # Check for GNU ac_path_GREP and select it if it is found.
5797     # Check for GNU $ac_path_GREP
5798     case `"$ac_path_GREP" --version 2>&1` in
5799     *GNU*)
5800     ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5801     *)
5802     ac_count=0
5803     echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5804     while :
5805     do
5806     cat "conftest.in" "conftest.in" >"conftest.tmp"
5807     mv "conftest.tmp" "conftest.in"
5808     cp "conftest.in" "conftest.nl"
5809     echo 'GREP' >> "conftest.nl"
5810     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5811     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5812     ac_count=`expr $ac_count + 1`
5813     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5814     # Best one so far, save it but keep looking for a better one
5815     ac_cv_path_GREP="$ac_path_GREP"
5816     ac_path_GREP_max=$ac_count
5817     fi
5818     # 10*(2^10) chars as input seems more than enough
5819     test $ac_count -gt 10 && break
5820     done
5821     rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5822     esac
5823    
5824    
5825     $ac_path_GREP_found && break 3
5826     done
5827     done
5828    
5829     done
5830     IFS=$as_save_IFS
5831    
5832    
5833     fi
5834    
5835     GREP="$ac_cv_path_GREP"
5836     if test -z "$GREP"; then
5837     { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5838     echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5839     { (exit 1); exit 1; }; }
5840     fi
5841    
5842     else
5843     ac_cv_path_GREP=$GREP
5844     fi
5845    
5846    
5847     fi
5848     { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5849     echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5850     GREP="$ac_cv_path_GREP"
5851    
5852    
5853     { echo "$as_me:$LINENO: checking for egrep" >&5
5854     echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5855     if test "${ac_cv_path_EGREP+set}" = set; then
5856     echo $ECHO_N "(cached) $ECHO_C" >&6
5857     else
5858     if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5859     then ac_cv_path_EGREP="$GREP -E"
5860     else
5861     # Extract the first word of "egrep" to use in msg output
5862     if test -z "$EGREP"; then
5863     set dummy egrep; ac_prog_name=$2
5864     if test "${ac_cv_path_EGREP+set}" = set; then
5865 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
5866     else
5867 pcg 1.33 ac_path_EGREP_found=false
5868     # Loop through the user's path and test for each of PROGNAME-LIST
5869     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5870     for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5871     do
5872     IFS=$as_save_IFS
5873     test -z "$as_dir" && as_dir=.
5874     for ac_prog in egrep; do
5875     for ac_exec_ext in '' $ac_executable_extensions; do
5876     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5877     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5878     # Check for GNU ac_path_EGREP and select it if it is found.
5879     # Check for GNU $ac_path_EGREP
5880     case `"$ac_path_EGREP" --version 2>&1` in
5881     *GNU*)
5882     ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5883     *)
5884     ac_count=0
5885     echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5886     while :
5887     do
5888     cat "conftest.in" "conftest.in" >"conftest.tmp"
5889     mv "conftest.tmp" "conftest.in"
5890     cp "conftest.in" "conftest.nl"
5891     echo 'EGREP' >> "conftest.nl"
5892     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5893     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5894     ac_count=`expr $ac_count + 1`
5895     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5896     # Best one so far, save it but keep looking for a better one
5897     ac_cv_path_EGREP="$ac_path_EGREP"
5898     ac_path_EGREP_max=$ac_count
5899 pcg 1.1 fi
5900 pcg 1.33 # 10*(2^10) chars as input seems more than enough
5901     test $ac_count -gt 10 && break
5902     done
5903     rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5904     esac
5905    
5906    
5907     $ac_path_EGREP_found && break 3
5908     done
5909     done
5910    
5911     done
5912     IFS=$as_save_IFS
5913    
5914    
5915     fi
5916    
5917     EGREP="$ac_cv_path_EGREP"
5918     if test -z "$EGREP"; then
5919     { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5920     echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5921     { (exit 1); exit 1; }; }
5922     fi
5923    
5924     else
5925     ac_cv_path_EGREP=$EGREP
5926     fi
5927    
5928    
5929     fi
5930 pcg 1.1 fi
5931 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5932     echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5933     EGREP="$ac_cv_path_EGREP"
5934 pcg 1.1
5935    
5936     if test $ac_cv_c_compiler_gnu = yes; then
5937 pcg 1.33 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
5938     echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
5939 pcg 1.1 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
5940     echo $ECHO_N "(cached) $ECHO_C" >&6
5941     else
5942     ac_pattern="Autoconf.*'x'"
5943     cat >conftest.$ac_ext <<_ACEOF
5944     /* confdefs.h. */
5945     _ACEOF
5946     cat confdefs.h >>conftest.$ac_ext
5947     cat >>conftest.$ac_ext <<_ACEOF
5948     /* end confdefs.h. */
5949     #include <sgtty.h>
5950     Autoconf TIOCGETP
5951     _ACEOF
5952     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5953     $EGREP "$ac_pattern" >/dev/null 2>&1; then
5954     ac_cv_prog_gcc_traditional=yes
5955     else
5956     ac_cv_prog_gcc_traditional=no
5957     fi
5958     rm -f conftest*
5959    
5960    
5961     if test $ac_cv_prog_gcc_traditional = no; then
5962     cat >conftest.$ac_ext <<_ACEOF
5963     /* confdefs.h. */
5964     _ACEOF
5965     cat confdefs.h >>conftest.$ac_ext
5966     cat >>conftest.$ac_ext <<_ACEOF
5967     /* end confdefs.h. */
5968     #include <termio.h>
5969     Autoconf TCGETA
5970     _ACEOF
5971     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5972     $EGREP "$ac_pattern" >/dev/null 2>&1; then
5973     ac_cv_prog_gcc_traditional=yes
5974     fi
5975     rm -f conftest*
5976    
5977     fi
5978     fi
5979 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
5980     echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
5981 pcg 1.1 if test $ac_cv_prog_gcc_traditional = yes; then
5982     CC="$CC -traditional"
5983     fi
5984     fi
5985    
5986     for ac_prog in gawk mawk nawk awk
5987     do
5988     # Extract the first word of "$ac_prog", so it can be a program name with args.
5989     set dummy $ac_prog; ac_word=$2
5990 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5991     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5992 pcg 1.1 if test "${ac_cv_prog_AWK+set}" = set; then
5993     echo $ECHO_N "(cached) $ECHO_C" >&6
5994     else
5995     if test -n "$AWK"; then
5996     ac_cv_prog_AWK="$AWK" # Let the user override the test.
5997     else
5998     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5999     for as_dir in $PATH
6000     do
6001     IFS=$as_save_IFS
6002     test -z "$as_dir" && as_dir=.
6003     for ac_exec_ext in '' $ac_executable_extensions; do
6004 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6005 pcg 1.1 ac_cv_prog_AWK="$ac_prog"
6006     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6007     break 2
6008     fi
6009     done
6010     done
6011 pcg 1.33 IFS=$as_save_IFS
6012 pcg 1.1
6013     fi
6014     fi
6015     AWK=$ac_cv_prog_AWK
6016     if test -n "$AWK"; then
6017 pcg 1.33 { echo "$as_me:$LINENO: result: $AWK" >&5
6018     echo "${ECHO_T}$AWK" >&6; }
6019 pcg 1.1 else
6020 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
6021     echo "${ECHO_T}no" >&6; }
6022 pcg 1.1 fi
6023    
6024 pcg 1.33
6025 pcg 1.1 test -n "$AWK" && break
6026     done
6027    
6028     # Find a good install program. We prefer a C program (faster),
6029     # so one script is as good as another. But avoid the broken or
6030     # incompatible versions:
6031     # SysV /etc/install, /usr/sbin/install
6032     # SunOS /usr/etc/install
6033     # IRIX /sbin/install
6034     # AIX /bin/install
6035     # AmigaOS /C/install, which installs bootblocks on floppy discs
6036     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6037     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6038     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6039 pcg 1.11 # OS/2's system install, which has a completely different semantic
6040 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
6041 pcg 1.33 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6042     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6043 pcg 1.1 if test -z "$INSTALL"; then
6044     if test "${ac_cv_path_install+set}" = set; then
6045     echo $ECHO_N "(cached) $ECHO_C" >&6
6046     else
6047     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6048     for as_dir in $PATH
6049     do
6050     IFS=$as_save_IFS
6051     test -z "$as_dir" && as_dir=.
6052     # Account for people who put trailing slashes in PATH elements.
6053     case $as_dir/ in
6054     ./ | .// | /cC/* | \
6055     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6056 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6057 pcg 1.1 /usr/ucb/* ) ;;
6058     *)
6059     # OSF1 and SCO ODT 3.0 have their own names for install.
6060     # Don't use installbsd from OSF since it installs stuff as root
6061     # by default.
6062     for ac_prog in ginstall scoinst install; do
6063     for ac_exec_ext in '' $ac_executable_extensions; do
6064 pcg 1.33 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6065 pcg 1.11 if test $ac_prog = install &&
6066     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6067     # AIX install. It has an incompatible calling convention.
6068     :
6069     elif test $ac_prog = install &&
6070     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6071     # program-specific install script used by HP pwplus--don't use.
6072     :
6073     else
6074     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6075     break 3
6076     fi
6077     fi
6078 pcg 1.1 done
6079     done
6080     ;;
6081     esac
6082     done
6083 pcg 1.33 IFS=$as_save_IFS
6084 pcg 1.1
6085    
6086     fi
6087     if test "${ac_cv_path_install+set}" = set; then
6088     INSTALL=$ac_cv_path_install
6089     else
6090 pcg 1.33 # As a last resort, use the slow shell script. Don't cache a
6091     # value for INSTALL within a source directory, because that will
6092 pcg 1.1 # break other packages using the cache if that directory is
6093 pcg 1.33 # removed, or if the value is a relative name.
6094 pcg 1.1 INSTALL=$ac_install_sh
6095     fi
6096     fi
6097 pcg 1.33 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6098     echo "${ECHO_T}$INSTALL" >&6; }
6099 pcg 1.1
6100     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6101     # It thinks the first close brace ends the variable substitution.
6102     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6103    
6104     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6105    
6106     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6107    
6108 pcg 1.33 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6109     echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6110 pcg 1.1 LN_S=$as_ln_s
6111     if test "$LN_S" = "ln -s"; then
6112 pcg 1.33 { echo "$as_me:$LINENO: result: yes" >&5
6113     echo "${ECHO_T}yes" >&6; }
6114 pcg 1.1 else
6115 pcg 1.33 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6116     echo "${ECHO_T}no, using $LN_S" >&6; }
6117 pcg 1.1 fi
6118    
6119 pcg 1.33 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6120     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
6121     set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6122     if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
6123 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
6124     else
6125     cat >conftest.make <<\_ACEOF
6126 pcg 1.33 SHELL = /bin/sh
6127 pcg 1.1 all:
6128 pcg 1.33 @echo '@@@%%%=$(MAKE)=@@@%%%'
6129 pcg 1.1 _ACEOF
6130     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6131 pcg 1.33 case `${MAKE-make} -f conftest.make 2>/dev/null` in
6132     *@@@%%%=?*=@@@%%%*)
6133     eval ac_cv_prog_make_${ac_make}_set=yes;;
6134     *)
6135     eval ac_cv_prog_make_${ac_make}_set=no;;
6136     esac
6137 pcg 1.1 rm -f conftest.make
6138     fi
6139 pcg 1.33 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
6140     { echo "$as_me:$LINENO: result: yes" >&5
6141     echo "${ECHO_T}yes" >&6; }
6142 pcg 1.1 SET_MAKE=
6143     else
6144 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
6145     echo "${ECHO_T}no" >&6; }
6146 pcg 1.1 SET_MAKE="MAKE=${MAKE-make}"
6147     fi
6148    
6149     if test -n "$ac_tool_prefix"; then
6150     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6151     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6152 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6153     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6154 pcg 1.1 if test "${ac_cv_prog_RANLIB+set}" = set; then
6155     echo $ECHO_N "(cached) $ECHO_C" >&6
6156     else
6157     if test -n "$RANLIB"; then
6158     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6159     else
6160     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6161     for as_dir in $PATH
6162     do
6163     IFS=$as_save_IFS
6164     test -z "$as_dir" && as_dir=.
6165     for ac_exec_ext in '' $ac_executable_extensions; do
6166 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6167 pcg 1.1 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6168     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6169     break 2
6170     fi
6171     done
6172     done
6173 pcg 1.33 IFS=$as_save_IFS
6174 pcg 1.1
6175     fi
6176     fi
6177     RANLIB=$ac_cv_prog_RANLIB
6178     if test -n "$RANLIB"; then
6179 pcg 1.33 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6180     echo "${ECHO_T}$RANLIB" >&6; }
6181 pcg 1.1 else
6182 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
6183     echo "${ECHO_T}no" >&6; }
6184 pcg 1.1 fi
6185    
6186 pcg 1.33
6187 pcg 1.1 fi
6188     if test -z "$ac_cv_prog_RANLIB"; then
6189     ac_ct_RANLIB=$RANLIB
6190     # Extract the first word of "ranlib", so it can be a program name with args.
6191     set dummy ranlib; ac_word=$2
6192 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6193     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6194 pcg 1.1 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6195     echo $ECHO_N "(cached) $ECHO_C" >&6
6196     else
6197     if test -n "$ac_ct_RANLIB"; then
6198     ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
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     for ac_exec_ext in '' $ac_executable_extensions; do
6206 pcg 1.33 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6207 pcg 1.1 ac_cv_prog_ac_ct_RANLIB="ranlib"
6208     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6209     break 2
6210     fi
6211     done
6212     done
6213 pcg 1.33 IFS=$as_save_IFS
6214 pcg 1.1
6215     fi
6216     fi
6217     ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6218     if test -n "$ac_ct_RANLIB"; then
6219 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6220     echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6221 pcg 1.1 else
6222 pcg 1.33 { echo "$as_me:$LINENO: result: no" >&5
6223     echo "${ECHO_T}no" >&6; }
6224 pcg 1.1 fi
6225    
6226 pcg 1.33 if test "x$ac_ct_RANLIB" = x; then
6227     RANLIB=":"
6228     else
6229     case $cross_compiling:$ac_tool_warned in
6230     yes:)
6231     { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6232     whose name does not start with the host triplet. If you think this
6233     configuration is useful to you, please write to autoconf@gnu.org." >&5
6234     echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6235     whose name does not start with the host triplet. If you think this
6236     configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6237     ac_tool_warned=yes ;;
6238     esac
6239     RANLIB=$ac_ct_RANLIB
6240     fi
6241 pcg 1.1 else
6242     RANLIB="$ac_cv_prog_RANLIB"
6243     fi
6244    
6245    
6246 pcg 1.33 # Check whether --enable-iftype was given.
6247 pcg 1.1 if test "${enable_iftype+set}" = set; then
6248 pcg 1.33 enableval=$enable_iftype;
6249 pcg 1.1 IFTYPE=`echo $enableval | sed s%/.*%%`
6250     IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6251    
6252    
6253 pcg 1.33 fi
6254    
6255 pcg 1.1
6256 pcg 1.33 { echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6257     echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6; }
6258 pcg 1.1
6259     if test "x$IFTYPE" = "x"; then
6260     case $target_os in
6261     *linux*)
6262     IFTYPE=native
6263     IFSUBTYPE=linux
6264    
6265     cat >>confdefs.h <<\_ACEOF
6266     #define HAVE_LINUX 1
6267     _ACEOF
6268    
6269     ;;
6270     *freebsd*)
6271     IFTYPE=tincd
6272     IFSUBTYPE=freebsd
6273    
6274     cat >>confdefs.h <<\_ACEOF
6275     #define HAVE_FREEBSD 1
6276     _ACEOF
6277    
6278     ;;
6279     *darwin*)
6280 pcg 1.27 IFTYPE=native
6281 pcg 1.1 IFSUBTYPE=darwin
6282    
6283     cat >>confdefs.h <<\_ACEOF
6284     #define HAVE_DARWIN 1
6285     _ACEOF
6286    
6287     ;;
6288     *solaris*)
6289     IFTYPE=tincd
6290     IFSUBTYPE=solaris
6291    
6292     cat >>confdefs.h <<\_ACEOF
6293     #define HAVE_SOLARIS 1
6294     _ACEOF
6295    
6296     ;;
6297     *openbsd*)
6298     IFTYPE=tincd
6299     IFSUBTYPE=openbsd
6300    
6301     cat >>confdefs.h <<\_ACEOF
6302     #define HAVE_OPENBSD 1
6303     _ACEOF
6304    
6305     ;;
6306     *netbsd*)
6307     IFTYPE=tincd
6308     IFSUBTYPE=netbsd
6309    
6310     cat >>confdefs.h <<\_ACEOF
6311     #define HAVE_NETBSD 1
6312     _ACEOF
6313    
6314     ;;
6315     *cygwin*)
6316 pcg 1.6 IFTYPE=native
6317 pcg 1.1 IFSUBTYPE=cygwin
6318    
6319     cat >>confdefs.h <<\_ACEOF
6320     #define HAVE_CYGWIN 1
6321     _ACEOF
6322    
6323     ;;
6324     *)
6325     { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6326     echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6327     { (exit 1); exit 1; }; }
6328     ;;
6329     esac
6330     fi
6331 pcg 1.33 { echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6332     echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6; }
6333 pcg 1.1 IFTYPE=$IFTYPE
6334    
6335     IFSUBTYPE=$IFSUBTYPE
6336    
6337    
6338 pcg 1.9 cat >>confdefs.h <<_ACEOF
6339     #define IFTYPE "$IFTYPE"
6340     _ACEOF
6341    
6342    
6343     cat >>confdefs.h <<_ACEOF
6344     #define IFSUBTYPE "$IFSUBTYPE"
6345     _ACEOF
6346    
6347    
6348 pcg 1.1 cat >confcache <<\_ACEOF
6349     # This file is a shell script that caches the results of configure
6350     # tests run on this system so they can be shared between configure
6351     # scripts and configure runs, see configure's option --config-cache.
6352     # It is not useful on other systems. If it contains results you don't
6353     # want to keep, you may remove or edit it.
6354     #
6355     # config.status only pays attention to the cache file if you give it
6356     # the --recheck option to rerun configure.
6357     #
6358     # `ac_cv_env_foo' variables (set or unset) will be overridden when
6359     # loading this file, other *unset* `ac_cv_foo' will be assigned the
6360     # following values.
6361    
6362     _ACEOF
6363    
6364     # The following way of writing the cache mishandles newlines in values,
6365     # but we know of no workaround that is simple, portable, and efficient.
6366 pcg 1.33 # So, we kill variables containing newlines.
6367 pcg 1.1 # Ultrix sh set writes to stderr and can't be redirected directly,
6368     # and sets the high bit in the cache file unless we assign to the vars.
6369 pcg 1.33 (
6370     for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6371     eval ac_val=\$$ac_var
6372     case $ac_val in #(
6373     *${as_nl}*)
6374     case $ac_var in #(
6375     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
6376     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
6377     esac
6378     case $ac_var in #(
6379     _ | IFS | as_nl) ;; #(
6380     *) $as_unset $ac_var ;;
6381     esac ;;
6382     esac
6383     done
6384    
6385 pcg 1.1 (set) 2>&1 |
6386 pcg 1.33 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6387     *${as_nl}ac_space=\ *)
6388 pcg 1.1 # `set' does not quote correctly, so add quotes (double-quote
6389     # substitution turns \\\\ into \\, and sed turns \\ into \).
6390     sed -n \
6391 pcg 1.11 "s/'/'\\\\''/g;
6392     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6393 pcg 1.33 ;; #(
6394 pcg 1.1 *)
6395     # `set' quotes correctly as required by POSIX, so do not add quotes.
6396 pcg 1.33 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6397 pcg 1.1 ;;
6398 pcg 1.33 esac |
6399     sort
6400     ) |
6401 pcg 1.1 sed '
6402 pcg 1.33 /^ac_cv_env_/b end
6403 pcg 1.1 t clear
6404 pcg 1.33 :clear
6405 pcg 1.1 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6406     t end
6407 pcg 1.33 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6408     :end' >>confcache
6409     if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6410     if test -w "$cache_file"; then
6411     test "x$cache_file" != "x/dev/null" &&
6412     { echo "$as_me:$LINENO: updating cache $cache_file" >&5
6413     echo "$as_me: updating cache $cache_file" >&6;}
6414 pcg 1.1 cat confcache >$cache_file
6415     else
6416 pcg 1.33 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
6417     echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6418 pcg 1.1 fi
6419     fi
6420     rm -f confcache
6421    
6422    
6423 pcg 1.33 ac_ext=cpp
6424 pcg 1.1 ac_cpp='$CXXCPP $CPPFLAGS'
6425     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6426     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6427     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6428    
6429    
6430 pcg 1.33 ac_ext=cpp
6431 pcg 1.1 ac_cpp='$CXXCPP $CPPFLAGS'
6432     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6433     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6434     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6435 pcg 1.33 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6436     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
6437 pcg 1.1 if test -z "$CXXCPP"; then
6438     if test "${ac_cv_prog_CXXCPP+set}" = set; then
6439     echo $ECHO_N "(cached) $ECHO_C" >&6
6440     else
6441     # Double quotes because CXXCPP needs to be expanded
6442     for CXXCPP in "$CXX -E" "/lib/cpp"
6443     do
6444     ac_preproc_ok=false
6445     for ac_cxx_preproc_warn_flag in '' yes
6446     do
6447     # Use a header file that comes with gcc, so configuring glibc
6448     # with a fresh cross-compiler works.
6449     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6450     # <limits.h> exists even on freestanding compilers.
6451     # On the NeXT, cc -E runs the code through the compiler's parser,
6452     # not just through cpp. "Syntax error" is here to catch this case.
6453     cat >conftest.$ac_ext <<_ACEOF
6454     /* confdefs.h. */
6455     _ACEOF
6456     cat confdefs.h >>conftest.$ac_ext
6457     cat >>conftest.$ac_ext <<_ACEOF
6458     /* end confdefs.h. */
6459     #ifdef __STDC__
6460     # include <limits.h>
6461     #else
6462     # include <assert.h>
6463     #endif
6464 pcg 1.11 Syntax error
6465 pcg 1.1 _ACEOF
6466 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
6467     case "(($ac_try" in
6468     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6469     *) ac_try_echo=$ac_try;;
6470     esac
6471     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6472     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6473 pcg 1.1 ac_status=$?
6474     grep -v '^ *+' conftest.er1 >conftest.err
6475     rm -f conftest.er1
6476     cat conftest.err >&5
6477     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6478 pcg 1.33 (exit $ac_status); } >/dev/null && {
6479     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6480     test ! -s conftest.err
6481     }; then
6482 pcg 1.1 :
6483     else
6484     echo "$as_me: failed program was:" >&5
6485     sed 's/^/| /' conftest.$ac_ext >&5
6486    
6487     # Broken: fails on valid input.
6488     continue
6489     fi
6490 pcg 1.33
6491 pcg 1.1 rm -f conftest.err conftest.$ac_ext
6492    
6493 pcg 1.33 # OK, works on sane cases. Now check whether nonexistent headers
6494 pcg 1.1 # can be detected and how.
6495     cat >conftest.$ac_ext <<_ACEOF
6496     /* confdefs.h. */
6497     _ACEOF
6498     cat confdefs.h >>conftest.$ac_ext
6499     cat >>conftest.$ac_ext <<_ACEOF
6500     /* end confdefs.h. */
6501     #include <ac_nonexistent.h>
6502     _ACEOF
6503 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
6504     case "(($ac_try" in
6505     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6506     *) ac_try_echo=$ac_try;;
6507     esac
6508     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6509     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6510 pcg 1.1 ac_status=$?
6511     grep -v '^ *+' conftest.er1 >conftest.err
6512     rm -f conftest.er1
6513     cat conftest.err >&5
6514     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6515 pcg 1.33 (exit $ac_status); } >/dev/null && {
6516     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6517     test ! -s conftest.err
6518     }; then
6519 pcg 1.1 # Broken: success on invalid input.
6520     continue
6521     else
6522     echo "$as_me: failed program was:" >&5
6523     sed 's/^/| /' conftest.$ac_ext >&5
6524    
6525     # Passes both tests.
6526     ac_preproc_ok=:
6527     break
6528     fi
6529 pcg 1.33
6530 pcg 1.1 rm -f conftest.err conftest.$ac_ext
6531    
6532     done
6533     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6534     rm -f conftest.err conftest.$ac_ext
6535     if $ac_preproc_ok; then
6536     break
6537     fi
6538    
6539     done
6540     ac_cv_prog_CXXCPP=$CXXCPP
6541    
6542     fi
6543     CXXCPP=$ac_cv_prog_CXXCPP
6544     else
6545     ac_cv_prog_CXXCPP=$CXXCPP
6546     fi
6547 pcg 1.33 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
6548     echo "${ECHO_T}$CXXCPP" >&6; }
6549 pcg 1.1 ac_preproc_ok=false
6550     for ac_cxx_preproc_warn_flag in '' yes
6551     do
6552     # Use a header file that comes with gcc, so configuring glibc
6553     # with a fresh cross-compiler works.
6554     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6555     # <limits.h> exists even on freestanding compilers.
6556     # On the NeXT, cc -E runs the code through the compiler's parser,
6557     # not just through cpp. "Syntax error" is here to catch this case.
6558     cat >conftest.$ac_ext <<_ACEOF
6559     /* confdefs.h. */
6560     _ACEOF
6561     cat confdefs.h >>conftest.$ac_ext
6562     cat >>conftest.$ac_ext <<_ACEOF
6563     /* end confdefs.h. */
6564     #ifdef __STDC__
6565     # include <limits.h>
6566     #else
6567     # include <assert.h>
6568     #endif
6569 pcg 1.11 Syntax error
6570 pcg 1.1 _ACEOF
6571 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
6572     case "(($ac_try" in
6573     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6574     *) ac_try_echo=$ac_try;;
6575     esac
6576     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6577     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6578 pcg 1.1 ac_status=$?
6579     grep -v '^ *+' conftest.er1 >conftest.err
6580     rm -f conftest.er1
6581     cat conftest.err >&5
6582     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 pcg 1.33 (exit $ac_status); } >/dev/null && {
6584     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6585     test ! -s conftest.err
6586     }; then
6587 pcg 1.1 :
6588     else
6589     echo "$as_me: failed program was:" >&5
6590     sed 's/^/| /' conftest.$ac_ext >&5
6591    
6592     # Broken: fails on valid input.
6593     continue
6594     fi
6595 pcg 1.33
6596 pcg 1.1 rm -f conftest.err conftest.$ac_ext
6597    
6598 pcg 1.33 # OK, works on sane cases. Now check whether nonexistent headers
6599 pcg 1.1 # can be detected and how.
6600     cat >conftest.$ac_ext <<_ACEOF
6601     /* confdefs.h. */
6602     _ACEOF
6603     cat confdefs.h >>conftest.$ac_ext
6604     cat >>conftest.$ac_ext <<_ACEOF
6605     /* end confdefs.h. */
6606     #include <ac_nonexistent.h>
6607     _ACEOF
6608 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
6609     case "(($ac_try" in
6610     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6611     *) ac_try_echo=$ac_try;;
6612     esac
6613     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6614     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6615 pcg 1.1 ac_status=$?
6616     grep -v '^ *+' conftest.er1 >conftest.err
6617     rm -f conftest.er1
6618     cat conftest.err >&5
6619     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6620 pcg 1.33 (exit $ac_status); } >/dev/null && {
6621     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6622     test ! -s conftest.err
6623     }; then
6624 pcg 1.1 # Broken: success on invalid input.
6625     continue
6626     else
6627     echo "$as_me: failed program was:" >&5
6628     sed 's/^/| /' conftest.$ac_ext >&5
6629    
6630     # Passes both tests.
6631     ac_preproc_ok=:
6632     break
6633     fi
6634 pcg 1.33
6635 pcg 1.1 rm -f conftest.err conftest.$ac_ext
6636    
6637     done
6638     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6639     rm -f conftest.err conftest.$ac_ext
6640     if $ac_preproc_ok; then
6641     :
6642     else
6643     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6644     See \`config.log' for more details." >&5
6645     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6646     See \`config.log' for more details." >&2;}
6647     { (exit 1); exit 1; }; }
6648     fi
6649    
6650 pcg 1.33 ac_ext=cpp
6651 pcg 1.1 ac_cpp='$CXXCPP $CPPFLAGS'
6652     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6653     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6654     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6655    
6656    
6657 pcg 1.33 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6658     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6659 pcg 1.1 if test "${ac_cv_header_stdc+set}" = set; then
6660     echo $ECHO_N "(cached) $ECHO_C" >&6
6661     else
6662     cat >conftest.$ac_ext <<_ACEOF
6663     /* confdefs.h. */
6664     _ACEOF
6665     cat confdefs.h >>conftest.$ac_ext
6666     cat >>conftest.$ac_ext <<_ACEOF
6667     /* end confdefs.h. */
6668     #include <stdlib.h>
6669     #include <stdarg.h>
6670     #include <string.h>
6671     #include <float.h>
6672    
6673     int
6674     main ()
6675     {
6676    
6677     ;
6678     return 0;
6679     }
6680     _ACEOF
6681     rm -f conftest.$ac_objext
6682 pcg 1.33 if { (ac_try="$ac_compile"
6683     case "(($ac_try" in
6684     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685     *) ac_try_echo=$ac_try;;
6686     esac
6687     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6688     (eval "$ac_compile") 2>conftest.er1
6689 pcg 1.1 ac_status=$?
6690 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6691     rm -f conftest.er1
6692     cat conftest.err >&5
6693 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694 pcg 1.33 (exit $ac_status); } && {
6695     test -z "$ac_cxx_werror_flag" ||
6696     test ! -s conftest.err
6697     } && test -s conftest.$ac_objext; then
6698 pcg 1.1 ac_cv_header_stdc=yes
6699     else
6700     echo "$as_me: failed program was:" >&5
6701     sed 's/^/| /' conftest.$ac_ext >&5
6702    
6703 pcg 1.33 ac_cv_header_stdc=no
6704 pcg 1.1 fi
6705 pcg 1.33
6706     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6707 pcg 1.1
6708     if test $ac_cv_header_stdc = yes; then
6709     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6710     cat >conftest.$ac_ext <<_ACEOF
6711     /* confdefs.h. */
6712     _ACEOF
6713     cat confdefs.h >>conftest.$ac_ext
6714     cat >>conftest.$ac_ext <<_ACEOF
6715     /* end confdefs.h. */
6716     #include <string.h>
6717    
6718     _ACEOF
6719     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6720     $EGREP "memchr" >/dev/null 2>&1; then
6721     :
6722     else
6723     ac_cv_header_stdc=no
6724     fi
6725     rm -f conftest*
6726    
6727     fi
6728    
6729     if test $ac_cv_header_stdc = yes; then
6730     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6731     cat >conftest.$ac_ext <<_ACEOF
6732     /* confdefs.h. */
6733     _ACEOF
6734     cat confdefs.h >>conftest.$ac_ext
6735     cat >>conftest.$ac_ext <<_ACEOF
6736     /* end confdefs.h. */
6737     #include <stdlib.h>
6738    
6739     _ACEOF
6740     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6741     $EGREP "free" >/dev/null 2>&1; then
6742     :
6743     else
6744     ac_cv_header_stdc=no
6745     fi
6746     rm -f conftest*
6747    
6748     fi
6749    
6750     if test $ac_cv_header_stdc = yes; then
6751     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6752     if test "$cross_compiling" = yes; then
6753     :
6754     else
6755     cat >conftest.$ac_ext <<_ACEOF
6756     /* confdefs.h. */
6757     _ACEOF
6758     cat confdefs.h >>conftest.$ac_ext
6759     cat >>conftest.$ac_ext <<_ACEOF
6760     /* end confdefs.h. */
6761     #include <ctype.h>
6762 pcg 1.33 #include <stdlib.h>
6763 pcg 1.1 #if ((' ' & 0x0FF) == 0x020)
6764     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6765     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6766     #else
6767     # define ISLOWER(c) \
6768 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
6769     || ('j' <= (c) && (c) <= 'r') \
6770     || ('s' <= (c) && (c) <= 'z'))
6771 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6772     #endif
6773    
6774     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6775     int
6776     main ()
6777     {
6778     int i;
6779     for (i = 0; i < 256; i++)
6780     if (XOR (islower (i), ISLOWER (i))
6781 pcg 1.11 || toupper (i) != TOUPPER (i))
6782 pcg 1.33 return 2;
6783     return 0;
6784 pcg 1.1 }
6785     _ACEOF
6786     rm -f conftest$ac_exeext
6787 pcg 1.33 if { (ac_try="$ac_link"
6788     case "(($ac_try" in
6789     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6790     *) ac_try_echo=$ac_try;;
6791     esac
6792     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6793     (eval "$ac_link") 2>&5
6794 pcg 1.1 ac_status=$?
6795     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6796     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6797 pcg 1.33 { (case "(($ac_try" in
6798     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6799     *) ac_try_echo=$ac_try;;
6800     esac
6801     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6802     (eval "$ac_try") 2>&5
6803 pcg 1.1 ac_status=$?
6804     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805     (exit $ac_status); }; }; then
6806     :
6807     else
6808     echo "$as_me: program exited with status $ac_status" >&5
6809     echo "$as_me: failed program was:" >&5
6810     sed 's/^/| /' conftest.$ac_ext >&5
6811    
6812     ( exit $ac_status )
6813     ac_cv_header_stdc=no
6814     fi
6815 pcg 1.33 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6816 pcg 1.1 fi
6817 pcg 1.33
6818    
6819 pcg 1.1 fi
6820     fi
6821 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6822     echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6823 pcg 1.1 if test $ac_cv_header_stdc = yes; then
6824    
6825     cat >>confdefs.h <<\_ACEOF
6826     #define STDC_HEADERS 1
6827     _ACEOF
6828    
6829     fi
6830    
6831     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6832    
6833    
6834    
6835    
6836    
6837    
6838    
6839    
6840    
6841     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6842 pcg 1.11 inttypes.h stdint.h unistd.h
6843 pcg 1.1 do
6844     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6845 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6846     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6847     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6848 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
6849     else
6850     cat >conftest.$ac_ext <<_ACEOF
6851     /* confdefs.h. */
6852     _ACEOF
6853     cat confdefs.h >>conftest.$ac_ext
6854     cat >>conftest.$ac_ext <<_ACEOF
6855     /* end confdefs.h. */
6856     $ac_includes_default
6857    
6858     #include <$ac_header>
6859     _ACEOF
6860     rm -f conftest.$ac_objext
6861 pcg 1.33 if { (ac_try="$ac_compile"
6862     case "(($ac_try" in
6863     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6864     *) ac_try_echo=$ac_try;;
6865     esac
6866     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6867     (eval "$ac_compile") 2>conftest.er1
6868 pcg 1.1 ac_status=$?
6869 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6870     rm -f conftest.er1
6871     cat conftest.err >&5
6872 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6873 pcg 1.33 (exit $ac_status); } && {
6874     test -z "$ac_cxx_werror_flag" ||
6875     test ! -s conftest.err
6876     } && test -s conftest.$ac_objext; then
6877 pcg 1.1 eval "$as_ac_Header=yes"
6878     else
6879     echo "$as_me: failed program was:" >&5
6880     sed 's/^/| /' conftest.$ac_ext >&5
6881    
6882 pcg 1.33 eval "$as_ac_Header=no"
6883 pcg 1.1 fi
6884 pcg 1.33
6885     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6886 pcg 1.1 fi
6887 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
6888     { echo "$as_me:$LINENO: result: $ac_res" >&5
6889     echo "${ECHO_T}$ac_res" >&6; }
6890 pcg 1.1 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6891     cat >>confdefs.h <<_ACEOF
6892     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6893     _ACEOF
6894    
6895     fi
6896    
6897     done
6898    
6899    
6900    
6901 pcg 1.26
6902 pcg 1.38
6903     for ac_header in tr1/unordered_map ext/hash_map clocale
6904 pcg 1.1 do
6905     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6906 pcg 1.33 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6907     { echo "$as_me:$LINENO: checking for $ac_header" >&5
6908     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6909     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6910 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
6911     fi
6912 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
6913     { echo "$as_me:$LINENO: result: $ac_res" >&5
6914     echo "${ECHO_T}$ac_res" >&6; }
6915 pcg 1.1 else
6916     # Is the header compilable?
6917 pcg 1.33 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6918     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6919 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
6920     /* confdefs.h. */
6921     _ACEOF
6922     cat confdefs.h >>conftest.$ac_ext
6923     cat >>conftest.$ac_ext <<_ACEOF
6924     /* end confdefs.h. */
6925     $ac_includes_default
6926     #include <$ac_header>
6927     _ACEOF
6928     rm -f conftest.$ac_objext
6929 pcg 1.33 if { (ac_try="$ac_compile"
6930     case "(($ac_try" in
6931     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6932     *) ac_try_echo=$ac_try;;
6933     esac
6934     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6935     (eval "$ac_compile") 2>conftest.er1
6936 pcg 1.1 ac_status=$?
6937 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6938     rm -f conftest.er1
6939     cat conftest.err >&5
6940 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6941 pcg 1.33 (exit $ac_status); } && {
6942     test -z "$ac_cxx_werror_flag" ||
6943     test ! -s conftest.err
6944     } && test -s conftest.$ac_objext; then
6945 pcg 1.1 ac_header_compiler=yes
6946     else
6947     echo "$as_me: failed program was:" >&5
6948     sed 's/^/| /' conftest.$ac_ext >&5
6949    
6950 pcg 1.33 ac_header_compiler=no
6951 pcg 1.1 fi
6952 pcg 1.33
6953     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6954     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6955     echo "${ECHO_T}$ac_header_compiler" >&6; }
6956 pcg 1.1
6957     # Is the header present?
6958 pcg 1.33 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6959     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6960 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
6961     /* confdefs.h. */
6962     _ACEOF
6963     cat confdefs.h >>conftest.$ac_ext
6964     cat >>conftest.$ac_ext <<_ACEOF
6965     /* end confdefs.h. */
6966     #include <$ac_header>
6967     _ACEOF
6968 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
6969     case "(($ac_try" in
6970     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6971     *) ac_try_echo=$ac_try;;
6972     esac
6973     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6974     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6975 pcg 1.1 ac_status=$?
6976     grep -v '^ *+' conftest.er1 >conftest.err
6977     rm -f conftest.er1
6978     cat conftest.err >&5
6979     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 pcg 1.33 (exit $ac_status); } >/dev/null && {
6981     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6982     test ! -s conftest.err
6983     }; then
6984 pcg 1.1 ac_header_preproc=yes
6985     else
6986     echo "$as_me: failed program was:" >&5
6987     sed 's/^/| /' conftest.$ac_ext >&5
6988    
6989     ac_header_preproc=no
6990     fi
6991 pcg 1.33
6992 pcg 1.1 rm -f conftest.err conftest.$ac_ext
6993 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6994     echo "${ECHO_T}$ac_header_preproc" >&6; }
6995 pcg 1.1
6996     # So? What about this header?
6997 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
6998     yes:no: )
6999 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7000     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7001 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7002     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7003     ac_header_preproc=yes
7004 pcg 1.1 ;;
7005 pcg 1.11 no:yes:* )
7006 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7007     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7008 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7009     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7010     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7011     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7012     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7013     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7014 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7015     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7016 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7017     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7018 pcg 1.33
7019 pcg 1.1 ;;
7020     esac
7021 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7022     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7023     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7024 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
7025     else
7026 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7027 pcg 1.1 fi
7028 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
7029     { echo "$as_me:$LINENO: result: $ac_res" >&5
7030     echo "${ECHO_T}$ac_res" >&6; }
7031 pcg 1.1
7032     fi
7033     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7034     cat >>confdefs.h <<_ACEOF
7035     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7036     _ACEOF
7037    
7038     fi
7039    
7040     done
7041    
7042    
7043    
7044    
7045    
7046    
7047    
7048    
7049    
7050    
7051    
7052    
7053    
7054    
7055    
7056    
7057    
7058    
7059     for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7060 pcg 1.13 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7061 pcg 1.11 sys/mman.h netinet/in.h
7062 pcg 1.1 do
7063     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7064 pcg 1.33 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7065     { echo "$as_me:$LINENO: checking for $ac_header" >&5
7066     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7067     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7068 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
7069     fi
7070 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
7071     { echo "$as_me:$LINENO: result: $ac_res" >&5
7072     echo "${ECHO_T}$ac_res" >&6; }
7073 pcg 1.1 else
7074     # Is the header compilable?
7075 pcg 1.33 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7076     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7077 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
7078     /* confdefs.h. */
7079     _ACEOF
7080     cat confdefs.h >>conftest.$ac_ext
7081     cat >>conftest.$ac_ext <<_ACEOF
7082     /* end confdefs.h. */
7083     $ac_includes_default
7084     #include <$ac_header>
7085     _ACEOF
7086     rm -f conftest.$ac_objext
7087 pcg 1.33 if { (ac_try="$ac_compile"
7088     case "(($ac_try" in
7089     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7090     *) ac_try_echo=$ac_try;;
7091     esac
7092     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7093     (eval "$ac_compile") 2>conftest.er1
7094 pcg 1.1 ac_status=$?
7095 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7096     rm -f conftest.er1
7097     cat conftest.err >&5
7098 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7099 pcg 1.33 (exit $ac_status); } && {
7100     test -z "$ac_cxx_werror_flag" ||
7101     test ! -s conftest.err
7102     } && test -s conftest.$ac_objext; then
7103 pcg 1.1 ac_header_compiler=yes
7104     else
7105     echo "$as_me: failed program was:" >&5
7106     sed 's/^/| /' conftest.$ac_ext >&5
7107    
7108 pcg 1.33 ac_header_compiler=no
7109 pcg 1.1 fi
7110 pcg 1.33
7111     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7112     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7113     echo "${ECHO_T}$ac_header_compiler" >&6; }
7114 pcg 1.1
7115     # Is the header present?
7116 pcg 1.33 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7117     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7118 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
7119     /* confdefs.h. */
7120     _ACEOF
7121     cat confdefs.h >>conftest.$ac_ext
7122     cat >>conftest.$ac_ext <<_ACEOF
7123     /* end confdefs.h. */
7124     #include <$ac_header>
7125     _ACEOF
7126 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
7127     case "(($ac_try" in
7128     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7129     *) ac_try_echo=$ac_try;;
7130     esac
7131     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7132     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7133 pcg 1.1 ac_status=$?
7134     grep -v '^ *+' conftest.er1 >conftest.err
7135     rm -f conftest.er1
7136     cat conftest.err >&5
7137     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7138 pcg 1.33 (exit $ac_status); } >/dev/null && {
7139     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7140     test ! -s conftest.err
7141     }; then
7142 pcg 1.1 ac_header_preproc=yes
7143     else
7144     echo "$as_me: failed program was:" >&5
7145     sed 's/^/| /' conftest.$ac_ext >&5
7146    
7147     ac_header_preproc=no
7148     fi
7149 pcg 1.33
7150 pcg 1.1 rm -f conftest.err conftest.$ac_ext
7151 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7152     echo "${ECHO_T}$ac_header_preproc" >&6; }
7153 pcg 1.1
7154     # So? What about this header?
7155 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7156     yes:no: )
7157 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7158     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7159 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7160     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7161     ac_header_preproc=yes
7162 pcg 1.1 ;;
7163 pcg 1.11 no:yes:* )
7164 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7165     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7166 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7167     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7168     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7169     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7170     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7171     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7172 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7173     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7174 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7175     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7176 pcg 1.33
7177 pcg 1.1 ;;
7178     esac
7179 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7180     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7181     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7182 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
7183     else
7184 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7185 pcg 1.1 fi
7186 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
7187     { echo "$as_me:$LINENO: result: $ac_res" >&5
7188     echo "${ECHO_T}$ac_res" >&6; }
7189 pcg 1.1
7190     fi
7191     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7192     cat >>confdefs.h <<_ACEOF
7193     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7194     _ACEOF
7195    
7196     fi
7197    
7198     done
7199    
7200    
7201    
7202    
7203    
7204    
7205 pcg 1.13
7206     for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7207 pcg 1.1 do
7208     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7209 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7210     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7211     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7212 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
7213     else
7214     cat >conftest.$ac_ext <<_ACEOF
7215     /* confdefs.h. */
7216     _ACEOF
7217     cat confdefs.h >>conftest.$ac_ext
7218     cat >>conftest.$ac_ext <<_ACEOF
7219     /* end confdefs.h. */
7220    
7221     #include <sys/types.h>
7222     #include <sys/socket.h>
7223     #ifdef HAVE_NETINET_IN_H
7224     # include <netinet/in.h>
7225     #endif
7226     #ifdef HAVE_ARPA_INET_H
7227     # include <arpa/inet.h>
7228     #endif
7229     #ifdef HAVE_NETINET_IN_SYSTM_H
7230     # include <netinet/in_systm.h>
7231     #endif
7232    
7233    
7234     #include <$ac_header>
7235     _ACEOF
7236     rm -f conftest.$ac_objext
7237 pcg 1.33 if { (ac_try="$ac_compile"
7238     case "(($ac_try" in
7239     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7240     *) ac_try_echo=$ac_try;;
7241     esac
7242     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7243     (eval "$ac_compile") 2>conftest.er1
7244 pcg 1.1 ac_status=$?
7245 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7246     rm -f conftest.er1
7247     cat conftest.err >&5
7248 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7249 pcg 1.33 (exit $ac_status); } && {
7250     test -z "$ac_cxx_werror_flag" ||
7251     test ! -s conftest.err
7252     } && test -s conftest.$ac_objext; then
7253 pcg 1.1 eval "$as_ac_Header=yes"
7254     else
7255     echo "$as_me: failed program was:" >&5
7256     sed 's/^/| /' conftest.$ac_ext >&5
7257    
7258 pcg 1.33 eval "$as_ac_Header=no"
7259 pcg 1.1 fi
7260 pcg 1.33
7261     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7262 pcg 1.1 fi
7263 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
7264     { echo "$as_me:$LINENO: result: $ac_res" >&5
7265     echo "${ECHO_T}$ac_res" >&6; }
7266 pcg 1.1 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7267     cat >>confdefs.h <<_ACEOF
7268     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7269     _ACEOF
7270    
7271     fi
7272    
7273     done
7274    
7275    
7276 pcg 1.33 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7277     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
7278 pcg 1.1 if test "${ac_cv_c_const+set}" = set; then
7279     echo $ECHO_N "(cached) $ECHO_C" >&6
7280     else
7281     cat >conftest.$ac_ext <<_ACEOF
7282     /* confdefs.h. */
7283     _ACEOF
7284     cat confdefs.h >>conftest.$ac_ext
7285     cat >>conftest.$ac_ext <<_ACEOF
7286     /* end confdefs.h. */
7287    
7288     int
7289     main ()
7290     {
7291     /* FIXME: Include the comments suggested by Paul. */
7292     #ifndef __cplusplus
7293     /* Ultrix mips cc rejects this. */
7294     typedef int charset[2];
7295 pcg 1.33 const charset cs;
7296 pcg 1.1 /* SunOS 4.1.1 cc rejects this. */
7297 pcg 1.33 char const *const *pcpcc;
7298     char **ppc;
7299 pcg 1.1 /* NEC SVR4.0.2 mips cc rejects this. */
7300     struct point {int x, y;};
7301     static struct point const zero = {0,0};
7302     /* AIX XL C 1.02.0.0 rejects this.
7303     It does not let you subtract one const X* pointer from another in
7304     an arm of an if-expression whose if-part is not a constant
7305     expression */
7306     const char *g = "string";
7307 pcg 1.33 pcpcc = &g + (g ? g-g : 0);
7308 pcg 1.1 /* HPUX 7.0 cc rejects these. */
7309 pcg 1.33 ++pcpcc;
7310     ppc = (char**) pcpcc;
7311     pcpcc = (char const *const *) ppc;
7312 pcg 1.1 { /* SCO 3.2v4 cc rejects this. */
7313     char *t;
7314     char const *s = 0 ? (char *) 0 : (char const *) 0;
7315    
7316     *t++ = 0;
7317 pcg 1.33 if (s) return 0;
7318 pcg 1.1 }
7319     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7320     int x[] = {25, 17};
7321     const int *foo = &x[0];
7322     ++foo;
7323     }
7324     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7325     typedef const int *iptr;
7326     iptr p = 0;
7327     ++p;
7328     }
7329     { /* AIX XL C 1.02.0.0 rejects this saying
7330     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7331     struct s { int j; const int *ap[3]; };
7332     struct s *b; b->j = 5;
7333     }
7334     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7335     const int foo = 10;
7336 pcg 1.33 if (!foo) return 0;
7337 pcg 1.1 }
7338 pcg 1.33 return !cs[0] && !zero.x;
7339 pcg 1.1 #endif
7340    
7341     ;
7342     return 0;
7343     }
7344     _ACEOF
7345     rm -f conftest.$ac_objext
7346 pcg 1.33 if { (ac_try="$ac_compile"
7347     case "(($ac_try" in
7348     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7349     *) ac_try_echo=$ac_try;;
7350     esac
7351     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7352     (eval "$ac_compile") 2>conftest.er1
7353 pcg 1.1 ac_status=$?
7354 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7355     rm -f conftest.er1
7356     cat conftest.err >&5
7357 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7358 pcg 1.33 (exit $ac_status); } && {
7359     test -z "$ac_cxx_werror_flag" ||
7360     test ! -s conftest.err
7361     } && test -s conftest.$ac_objext; then
7362 pcg 1.1 ac_cv_c_const=yes
7363     else
7364     echo "$as_me: failed program was:" >&5
7365     sed 's/^/| /' conftest.$ac_ext >&5
7366    
7367 pcg 1.33 ac_cv_c_const=no
7368 pcg 1.1 fi
7369 pcg 1.33
7370     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7371 pcg 1.1 fi
7372 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7373     echo "${ECHO_T}$ac_cv_c_const" >&6; }
7374 pcg 1.1 if test $ac_cv_c_const = no; then
7375    
7376     cat >>confdefs.h <<\_ACEOF
7377     #define const
7378     _ACEOF
7379    
7380     fi
7381    
7382 pcg 1.33 { echo "$as_me:$LINENO: checking for pid_t" >&5
7383     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
7384 pcg 1.1 if test "${ac_cv_type_pid_t+set}" = set; then
7385     echo $ECHO_N "(cached) $ECHO_C" >&6
7386     else
7387     cat >conftest.$ac_ext <<_ACEOF
7388     /* confdefs.h. */
7389     _ACEOF
7390     cat confdefs.h >>conftest.$ac_ext
7391     cat >>conftest.$ac_ext <<_ACEOF
7392     /* end confdefs.h. */
7393     $ac_includes_default
7394 pcg 1.33 typedef pid_t ac__type_new_;
7395 pcg 1.1 int
7396     main ()
7397     {
7398 pcg 1.33 if ((ac__type_new_ *) 0)
7399 pcg 1.1 return 0;
7400 pcg 1.33 if (sizeof (ac__type_new_))
7401 pcg 1.1 return 0;
7402     ;
7403     return 0;
7404     }
7405     _ACEOF
7406     rm -f conftest.$ac_objext
7407 pcg 1.33 if { (ac_try="$ac_compile"
7408     case "(($ac_try" in
7409     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7410     *) ac_try_echo=$ac_try;;
7411     esac
7412     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7413     (eval "$ac_compile") 2>conftest.er1
7414 pcg 1.1 ac_status=$?
7415 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7416     rm -f conftest.er1
7417     cat conftest.err >&5
7418 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7419 pcg 1.33 (exit $ac_status); } && {
7420     test -z "$ac_cxx_werror_flag" ||
7421     test ! -s conftest.err
7422     } && test -s conftest.$ac_objext; then
7423 pcg 1.1 ac_cv_type_pid_t=yes
7424     else
7425     echo "$as_me: failed program was:" >&5
7426     sed 's/^/| /' conftest.$ac_ext >&5
7427    
7428 pcg 1.33 ac_cv_type_pid_t=no
7429 pcg 1.1 fi
7430 pcg 1.33
7431     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7432 pcg 1.1 fi
7433 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7434     echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
7435 pcg 1.1 if test $ac_cv_type_pid_t = yes; then
7436     :
7437     else
7438    
7439     cat >>confdefs.h <<_ACEOF
7440     #define pid_t int
7441     _ACEOF
7442    
7443     fi
7444    
7445 pcg 1.33 { echo "$as_me:$LINENO: checking for size_t" >&5
7446     echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
7447 pcg 1.1 if test "${ac_cv_type_size_t+set}" = set; then
7448     echo $ECHO_N "(cached) $ECHO_C" >&6
7449     else
7450     cat >conftest.$ac_ext <<_ACEOF
7451     /* confdefs.h. */
7452     _ACEOF
7453     cat confdefs.h >>conftest.$ac_ext
7454     cat >>conftest.$ac_ext <<_ACEOF
7455     /* end confdefs.h. */
7456     $ac_includes_default
7457 pcg 1.33 typedef size_t ac__type_new_;
7458 pcg 1.1 int
7459     main ()
7460     {
7461 pcg 1.33 if ((ac__type_new_ *) 0)
7462 pcg 1.1 return 0;
7463 pcg 1.33 if (sizeof (ac__type_new_))
7464 pcg 1.1 return 0;
7465     ;
7466     return 0;
7467     }
7468     _ACEOF
7469     rm -f conftest.$ac_objext
7470 pcg 1.33 if { (ac_try="$ac_compile"
7471     case "(($ac_try" in
7472     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7473     *) ac_try_echo=$ac_try;;
7474     esac
7475     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7476     (eval "$ac_compile") 2>conftest.er1
7477 pcg 1.1 ac_status=$?
7478 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7479     rm -f conftest.er1
7480     cat conftest.err >&5
7481 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7482 pcg 1.33 (exit $ac_status); } && {
7483     test -z "$ac_cxx_werror_flag" ||
7484     test ! -s conftest.err
7485     } && test -s conftest.$ac_objext; then
7486 pcg 1.1 ac_cv_type_size_t=yes
7487     else
7488     echo "$as_me: failed program was:" >&5
7489     sed 's/^/| /' conftest.$ac_ext >&5
7490    
7491 pcg 1.33 ac_cv_type_size_t=no
7492 pcg 1.1 fi
7493 pcg 1.33
7494     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7495 pcg 1.1 fi
7496 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7497     echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
7498 pcg 1.1 if test $ac_cv_type_size_t = yes; then
7499     :
7500     else
7501    
7502     cat >>confdefs.h <<_ACEOF
7503 pcg 1.33 #define size_t unsigned int
7504 pcg 1.1 _ACEOF
7505    
7506     fi
7507    
7508 pcg 1.33 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7509     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
7510 pcg 1.1 if test "${ac_cv_header_time+set}" = set; then
7511     echo $ECHO_N "(cached) $ECHO_C" >&6
7512     else
7513     cat >conftest.$ac_ext <<_ACEOF
7514     /* confdefs.h. */
7515     _ACEOF
7516     cat confdefs.h >>conftest.$ac_ext
7517     cat >>conftest.$ac_ext <<_ACEOF
7518     /* end confdefs.h. */
7519     #include <sys/types.h>
7520     #include <sys/time.h>
7521     #include <time.h>
7522    
7523     int
7524     main ()
7525     {
7526     if ((struct tm *) 0)
7527     return 0;
7528     ;
7529     return 0;
7530     }
7531     _ACEOF
7532     rm -f conftest.$ac_objext
7533 pcg 1.33 if { (ac_try="$ac_compile"
7534     case "(($ac_try" in
7535     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7536     *) ac_try_echo=$ac_try;;
7537     esac
7538     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7539     (eval "$ac_compile") 2>conftest.er1
7540 pcg 1.1 ac_status=$?
7541 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7542     rm -f conftest.er1
7543     cat conftest.err >&5
7544 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7545 pcg 1.33 (exit $ac_status); } && {
7546     test -z "$ac_cxx_werror_flag" ||
7547     test ! -s conftest.err
7548     } && test -s conftest.$ac_objext; then
7549 pcg 1.1 ac_cv_header_time=yes
7550     else
7551     echo "$as_me: failed program was:" >&5
7552     sed 's/^/| /' conftest.$ac_ext >&5
7553    
7554 pcg 1.33 ac_cv_header_time=no
7555 pcg 1.1 fi
7556 pcg 1.33
7557     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7558 pcg 1.1 fi
7559 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7560     echo "${ECHO_T}$ac_cv_header_time" >&6; }
7561 pcg 1.1 if test $ac_cv_header_time = yes; then
7562    
7563     cat >>confdefs.h <<\_ACEOF
7564     #define TIME_WITH_SYS_TIME 1
7565     _ACEOF
7566    
7567     fi
7568    
7569 pcg 1.33 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7570     echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
7571 pcg 1.1 if test "${ac_cv_struct_tm+set}" = set; then
7572     echo $ECHO_N "(cached) $ECHO_C" >&6
7573     else
7574     cat >conftest.$ac_ext <<_ACEOF
7575     /* confdefs.h. */
7576     _ACEOF
7577     cat confdefs.h >>conftest.$ac_ext
7578     cat >>conftest.$ac_ext <<_ACEOF
7579     /* end confdefs.h. */
7580     #include <sys/types.h>
7581     #include <time.h>
7582    
7583     int
7584     main ()
7585     {
7586 pcg 1.33 struct tm tm;
7587     int *p = &tm.tm_sec;
7588     return !p;
7589 pcg 1.1 ;
7590     return 0;
7591     }
7592     _ACEOF
7593     rm -f conftest.$ac_objext
7594 pcg 1.33 if { (ac_try="$ac_compile"
7595     case "(($ac_try" in
7596     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7597     *) ac_try_echo=$ac_try;;
7598     esac
7599     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7600     (eval "$ac_compile") 2>conftest.er1
7601 pcg 1.1 ac_status=$?
7602 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7603     rm -f conftest.er1
7604     cat conftest.err >&5
7605 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7606 pcg 1.33 (exit $ac_status); } && {
7607     test -z "$ac_cxx_werror_flag" ||
7608     test ! -s conftest.err
7609     } && test -s conftest.$ac_objext; then
7610 pcg 1.1 ac_cv_struct_tm=time.h
7611     else
7612     echo "$as_me: failed program was:" >&5
7613     sed 's/^/| /' conftest.$ac_ext >&5
7614    
7615 pcg 1.33 ac_cv_struct_tm=sys/time.h
7616 pcg 1.1 fi
7617 pcg 1.33
7618     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7619 pcg 1.1 fi
7620 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7621     echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
7622 pcg 1.1 if test $ac_cv_struct_tm = sys/time.h; then
7623    
7624     cat >>confdefs.h <<\_ACEOF
7625     #define TM_IN_SYS_TIME 1
7626     _ACEOF
7627    
7628     fi
7629    
7630    
7631 pcg 1.33 { echo "$as_me:$LINENO: checking for socklen_t" >&5
7632     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
7633 pcg 1.1 if test "${ac_cv_type_socklen_t+set}" = set; then
7634     echo $ECHO_N "(cached) $ECHO_C" >&6
7635     else
7636    
7637     cat >conftest.$ac_ext <<_ACEOF
7638     /* confdefs.h. */
7639     _ACEOF
7640     cat confdefs.h >>conftest.$ac_ext
7641     cat >>conftest.$ac_ext <<_ACEOF
7642     /* end confdefs.h. */
7643     #include <sys/types.h>
7644     #include <sys/socket.h>
7645     int
7646     main ()
7647     {
7648     socklen_t len = 42; return len;
7649     ;
7650     return 0;
7651     }
7652     _ACEOF
7653     rm -f conftest.$ac_objext
7654 pcg 1.33 if { (ac_try="$ac_compile"
7655     case "(($ac_try" in
7656     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7657     *) ac_try_echo=$ac_try;;
7658     esac
7659     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7660     (eval "$ac_compile") 2>conftest.er1
7661 pcg 1.1 ac_status=$?
7662 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7663     rm -f conftest.er1
7664     cat conftest.err >&5
7665 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 pcg 1.33 (exit $ac_status); } && {
7667     test -z "$ac_cxx_werror_flag" ||
7668     test ! -s conftest.err
7669     } && test -s conftest.$ac_objext; then
7670 pcg 1.1 ac_cv_type_socklen_t=yes
7671     else
7672     echo "$as_me: failed program was:" >&5
7673     sed 's/^/| /' conftest.$ac_ext >&5
7674    
7675 pcg 1.33 ac_cv_type_socklen_t=no
7676 pcg 1.1 fi
7677 pcg 1.33
7678     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 pcg 1.1
7680     fi
7681 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7682     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; }
7683 pcg 1.1 if test $ac_cv_type_socklen_t = yes; then
7684    
7685     cat >>confdefs.h <<\_ACEOF
7686     #define HAVE_SOCKLEN_T 1
7687     _ACEOF
7688    
7689     fi
7690    
7691 pcg 1.33 { echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7692     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6; }
7693 pcg 1.1 if test "${ac_cv_struct_addrinfo+set}" = set; then
7694     echo $ECHO_N "(cached) $ECHO_C" >&6
7695     else
7696    
7697     cat >conftest.$ac_ext <<_ACEOF
7698     /* confdefs.h. */
7699     _ACEOF
7700     cat confdefs.h >>conftest.$ac_ext
7701     cat >>conftest.$ac_ext <<_ACEOF
7702     /* end confdefs.h. */
7703     #include <sys/types.h>
7704     #include <sys/socket.h>
7705     #include <netdb.h>
7706     int
7707     main ()
7708     {
7709     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7710     ;
7711     return 0;
7712     }
7713     _ACEOF
7714     rm -f conftest.$ac_objext
7715 pcg 1.33 if { (ac_try="$ac_compile"
7716     case "(($ac_try" in
7717     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7718     *) ac_try_echo=$ac_try;;
7719     esac
7720     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7721     (eval "$ac_compile") 2>conftest.er1
7722 pcg 1.1 ac_status=$?
7723 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7724     rm -f conftest.er1
7725     cat conftest.err >&5
7726 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7727 pcg 1.33 (exit $ac_status); } && {
7728     test -z "$ac_cxx_werror_flag" ||
7729     test ! -s conftest.err
7730     } && test -s conftest.$ac_objext; then
7731 pcg 1.1 ac_cv_struct_addrinfo=yes
7732     else
7733     echo "$as_me: failed program was:" >&5
7734     sed 's/^/| /' conftest.$ac_ext >&5
7735    
7736 pcg 1.33 ac_cv_struct_addrinfo=no
7737 pcg 1.1 fi
7738 pcg 1.33
7739     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7740 pcg 1.1
7741     fi
7742 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7743     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6; }
7744 pcg 1.1 if test $ac_cv_struct_addrinfo = yes; then
7745    
7746     cat >>confdefs.h <<\_ACEOF
7747     #define HAVE_STRUCT_ADDRINFO 1
7748     _ACEOF
7749    
7750     fi
7751    
7752 pcg 1.33 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7753     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
7754 pcg 1.1 if test "${ac_cv_type_signal+set}" = set; then
7755     echo $ECHO_N "(cached) $ECHO_C" >&6
7756     else
7757     cat >conftest.$ac_ext <<_ACEOF
7758     /* confdefs.h. */
7759     _ACEOF
7760     cat confdefs.h >>conftest.$ac_ext
7761     cat >>conftest.$ac_ext <<_ACEOF
7762     /* end confdefs.h. */
7763     #include <sys/types.h>
7764     #include <signal.h>
7765    
7766     int
7767     main ()
7768     {
7769 pcg 1.33 return *(signal (0, 0)) (0) == 1;
7770 pcg 1.1 ;
7771     return 0;
7772     }
7773     _ACEOF
7774     rm -f conftest.$ac_objext
7775 pcg 1.33 if { (ac_try="$ac_compile"
7776     case "(($ac_try" in
7777     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7778     *) ac_try_echo=$ac_try;;
7779     esac
7780     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7781     (eval "$ac_compile") 2>conftest.er1
7782 pcg 1.1 ac_status=$?
7783 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7784     rm -f conftest.er1
7785     cat conftest.err >&5
7786 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787 pcg 1.33 (exit $ac_status); } && {
7788     test -z "$ac_cxx_werror_flag" ||
7789     test ! -s conftest.err
7790     } && test -s conftest.$ac_objext; then
7791     ac_cv_type_signal=int
7792 pcg 1.1 else
7793     echo "$as_me: failed program was:" >&5
7794     sed 's/^/| /' conftest.$ac_ext >&5
7795    
7796 pcg 1.33 ac_cv_type_signal=void
7797 pcg 1.1 fi
7798 pcg 1.33
7799     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7800 pcg 1.1 fi
7801 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7802     echo "${ECHO_T}$ac_cv_type_signal" >&6; }
7803 pcg 1.1
7804     cat >>confdefs.h <<_ACEOF
7805     #define RETSIGTYPE $ac_cv_type_signal
7806     _ACEOF
7807    
7808    
7809    
7810     ac_ext=c
7811     ac_cpp='$CPP $CPPFLAGS'
7812     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7813     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7814     ac_compiler_gnu=$ac_cv_c_compiler_gnu
7815    
7816    
7817 pcg 1.33 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7818     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7819 pcg 1.1 if test "${ac_cv_header_stdc+set}" = set; then
7820     echo $ECHO_N "(cached) $ECHO_C" >&6
7821     else
7822     cat >conftest.$ac_ext <<_ACEOF
7823     /* confdefs.h. */
7824     _ACEOF
7825     cat confdefs.h >>conftest.$ac_ext
7826     cat >>conftest.$ac_ext <<_ACEOF
7827     /* end confdefs.h. */
7828     #include <stdlib.h>
7829     #include <stdarg.h>
7830     #include <string.h>
7831     #include <float.h>
7832    
7833     int
7834     main ()
7835     {
7836    
7837     ;
7838     return 0;
7839     }
7840     _ACEOF
7841     rm -f conftest.$ac_objext
7842 pcg 1.33 if { (ac_try="$ac_compile"
7843     case "(($ac_try" in
7844     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7845     *) ac_try_echo=$ac_try;;
7846     esac
7847     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7848     (eval "$ac_compile") 2>conftest.er1
7849 pcg 1.1 ac_status=$?
7850 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7851     rm -f conftest.er1
7852     cat conftest.err >&5
7853 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7854 pcg 1.33 (exit $ac_status); } && {
7855     test -z "$ac_c_werror_flag" ||
7856     test ! -s conftest.err
7857     } && test -s conftest.$ac_objext; then
7858     ac_cv_header_stdc=yes
7859     else
7860 pcg 1.1 echo "$as_me: failed program was:" >&5
7861     sed 's/^/| /' conftest.$ac_ext >&5
7862    
7863 pcg 1.33 ac_cv_header_stdc=no
7864 pcg 1.1 fi
7865 pcg 1.33
7866     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7867 pcg 1.1
7868     if test $ac_cv_header_stdc = yes; then
7869     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7870     cat >conftest.$ac_ext <<_ACEOF
7871     /* confdefs.h. */
7872     _ACEOF
7873     cat confdefs.h >>conftest.$ac_ext
7874     cat >>conftest.$ac_ext <<_ACEOF
7875     /* end confdefs.h. */
7876     #include <string.h>
7877    
7878     _ACEOF
7879     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7880     $EGREP "memchr" >/dev/null 2>&1; then
7881     :
7882     else
7883     ac_cv_header_stdc=no
7884     fi
7885     rm -f conftest*
7886    
7887     fi
7888    
7889     if test $ac_cv_header_stdc = yes; then
7890     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7891     cat >conftest.$ac_ext <<_ACEOF
7892     /* confdefs.h. */
7893     _ACEOF
7894     cat confdefs.h >>conftest.$ac_ext
7895     cat >>conftest.$ac_ext <<_ACEOF
7896     /* end confdefs.h. */
7897     #include <stdlib.h>
7898    
7899     _ACEOF
7900     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7901     $EGREP "free" >/dev/null 2>&1; then
7902     :
7903     else
7904     ac_cv_header_stdc=no
7905     fi
7906     rm -f conftest*
7907    
7908     fi
7909    
7910     if test $ac_cv_header_stdc = yes; then
7911     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7912     if test "$cross_compiling" = yes; then
7913     :
7914     else
7915     cat >conftest.$ac_ext <<_ACEOF
7916     /* confdefs.h. */
7917     _ACEOF
7918     cat confdefs.h >>conftest.$ac_ext
7919     cat >>conftest.$ac_ext <<_ACEOF
7920     /* end confdefs.h. */
7921     #include <ctype.h>
7922 pcg 1.33 #include <stdlib.h>
7923 pcg 1.1 #if ((' ' & 0x0FF) == 0x020)
7924     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7925     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7926     #else
7927     # define ISLOWER(c) \
7928 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
7929     || ('j' <= (c) && (c) <= 'r') \
7930     || ('s' <= (c) && (c) <= 'z'))
7931 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7932     #endif
7933    
7934     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7935     int
7936     main ()
7937     {
7938     int i;
7939     for (i = 0; i < 256; i++)
7940     if (XOR (islower (i), ISLOWER (i))
7941 pcg 1.11 || toupper (i) != TOUPPER (i))
7942 pcg 1.33 return 2;
7943     return 0;
7944 pcg 1.1 }
7945     _ACEOF
7946     rm -f conftest$ac_exeext
7947 pcg 1.33 if { (ac_try="$ac_link"
7948     case "(($ac_try" in
7949     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7950     *) ac_try_echo=$ac_try;;
7951     esac
7952     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7953     (eval "$ac_link") 2>&5
7954 pcg 1.1 ac_status=$?
7955     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7956     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7957 pcg 1.33 { (case "(($ac_try" in
7958     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7959     *) ac_try_echo=$ac_try;;
7960     esac
7961     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7962     (eval "$ac_try") 2>&5
7963 pcg 1.1 ac_status=$?
7964     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965     (exit $ac_status); }; }; then
7966     :
7967     else
7968     echo "$as_me: program exited with status $ac_status" >&5
7969     echo "$as_me: failed program was:" >&5
7970     sed 's/^/| /' conftest.$ac_ext >&5
7971    
7972     ( exit $ac_status )
7973     ac_cv_header_stdc=no
7974     fi
7975 pcg 1.33 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7976 pcg 1.1 fi
7977 pcg 1.33
7978    
7979 pcg 1.1 fi
7980     fi
7981 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7982     echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7983 pcg 1.1 if test $ac_cv_header_stdc = yes; then
7984    
7985     cat >>confdefs.h <<\_ACEOF
7986     #define STDC_HEADERS 1
7987     _ACEOF
7988    
7989     fi
7990    
7991    
7992    
7993    
7994    
7995    
7996    
7997    
7998    
7999    
8000    
8001    
8002 pcg 1.11 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8003 pcg 1.1 do
8004     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8005 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_func" >&5
8006     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8007     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8008 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
8009     else
8010     cat >conftest.$ac_ext <<_ACEOF
8011     /* confdefs.h. */
8012     _ACEOF
8013     cat confdefs.h >>conftest.$ac_ext
8014     cat >>conftest.$ac_ext <<_ACEOF
8015     /* end confdefs.h. */
8016 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8017     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8018     #define $ac_func innocuous_$ac_func
8019    
8020 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8021     which can conflict with char $ac_func (); below.
8022     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8023     <limits.h> exists even on freestanding compilers. */
8024 pcg 1.11
8025 pcg 1.1 #ifdef __STDC__
8026     # include <limits.h>
8027     #else
8028     # include <assert.h>
8029     #endif
8030 pcg 1.11
8031     #undef $ac_func
8032    
8033 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
8034     Use char because int might match the return type of a GCC
8035     builtin and then its argument prototype would still apply. */
8036 pcg 1.1 #ifdef __cplusplus
8037     extern "C"
8038     #endif
8039     char $ac_func ();
8040     /* The GNU C library defines this for functions which it implements
8041     to always fail with ENOSYS. Some functions are actually named
8042     something starting with __ and the normal name is an alias. */
8043 pcg 1.33 #if defined __stub_$ac_func || defined __stub___$ac_func
8044 pcg 1.1 choke me
8045     #endif
8046    
8047     int
8048     main ()
8049     {
8050 pcg 1.33 return $ac_func ();
8051 pcg 1.1 ;
8052     return 0;
8053     }
8054     _ACEOF
8055     rm -f conftest.$ac_objext conftest$ac_exeext
8056 pcg 1.33 if { (ac_try="$ac_link"
8057     case "(($ac_try" in
8058     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8059     *) ac_try_echo=$ac_try;;
8060     esac
8061     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8062     (eval "$ac_link") 2>conftest.er1
8063 pcg 1.1 ac_status=$?
8064 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8065     rm -f conftest.er1
8066     cat conftest.err >&5
8067 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8068 pcg 1.33 (exit $ac_status); } && {
8069     test -z "$ac_c_werror_flag" ||
8070     test ! -s conftest.err
8071     } && test -s conftest$ac_exeext &&
8072     $as_test_x conftest$ac_exeext; then
8073 pcg 1.1 eval "$as_ac_var=yes"
8074     else
8075     echo "$as_me: failed program was:" >&5
8076     sed 's/^/| /' conftest.$ac_ext >&5
8077    
8078 pcg 1.33 eval "$as_ac_var=no"
8079 pcg 1.1 fi
8080 pcg 1.33
8081     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8082 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8083 pcg 1.1 fi
8084 pcg 1.33 ac_res=`eval echo '${'$as_ac_var'}'`
8085     { echo "$as_me:$LINENO: result: $ac_res" >&5
8086     echo "${ECHO_T}$ac_res" >&6; }
8087 pcg 1.1 if test `eval echo '${'$as_ac_var'}'` = yes; then
8088     cat >>confdefs.h <<_ACEOF
8089     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8090     _ACEOF
8091    
8092     fi
8093     done
8094    
8095    
8096     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8097     # for constant arguments. Useless!
8098 pcg 1.33 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
8099     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
8100 pcg 1.1 if test "${ac_cv_working_alloca_h+set}" = set; then
8101     echo $ECHO_N "(cached) $ECHO_C" >&6
8102     else
8103     cat >conftest.$ac_ext <<_ACEOF
8104     /* confdefs.h. */
8105     _ACEOF
8106     cat confdefs.h >>conftest.$ac_ext
8107     cat >>conftest.$ac_ext <<_ACEOF
8108     /* end confdefs.h. */
8109     #include <alloca.h>
8110     int
8111     main ()
8112     {
8113     char *p = (char *) alloca (2 * sizeof (int));
8114 pcg 1.33 if (p) return 0;
8115 pcg 1.1 ;
8116     return 0;
8117     }
8118     _ACEOF
8119     rm -f conftest.$ac_objext conftest$ac_exeext
8120 pcg 1.33 if { (ac_try="$ac_link"
8121     case "(($ac_try" in
8122     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8123     *) ac_try_echo=$ac_try;;
8124     esac
8125     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8126     (eval "$ac_link") 2>conftest.er1
8127 pcg 1.1 ac_status=$?
8128 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8129     rm -f conftest.er1
8130     cat conftest.err >&5
8131 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8132 pcg 1.33 (exit $ac_status); } && {
8133     test -z "$ac_c_werror_flag" ||
8134     test ! -s conftest.err
8135     } && test -s conftest$ac_exeext &&
8136     $as_test_x conftest$ac_exeext; then
8137 pcg 1.1 ac_cv_working_alloca_h=yes
8138     else
8139     echo "$as_me: failed program was:" >&5
8140     sed 's/^/| /' conftest.$ac_ext >&5
8141    
8142 pcg 1.33 ac_cv_working_alloca_h=no
8143 pcg 1.1 fi
8144 pcg 1.33
8145     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8146 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8147 pcg 1.1 fi
8148 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8149     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
8150 pcg 1.1 if test $ac_cv_working_alloca_h = yes; then
8151    
8152     cat >>confdefs.h <<\_ACEOF
8153     #define HAVE_ALLOCA_H 1
8154     _ACEOF
8155    
8156     fi
8157    
8158 pcg 1.33 { echo "$as_me:$LINENO: checking for alloca" >&5
8159     echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
8160 pcg 1.1 if test "${ac_cv_func_alloca_works+set}" = set; then
8161     echo $ECHO_N "(cached) $ECHO_C" >&6
8162     else
8163     cat >conftest.$ac_ext <<_ACEOF
8164     /* confdefs.h. */
8165     _ACEOF
8166     cat confdefs.h >>conftest.$ac_ext
8167     cat >>conftest.$ac_ext <<_ACEOF
8168     /* end confdefs.h. */
8169     #ifdef __GNUC__
8170     # define alloca __builtin_alloca
8171     #else
8172     # ifdef _MSC_VER
8173     # include <malloc.h>
8174     # define alloca _alloca
8175     # else
8176 pcg 1.33 # ifdef HAVE_ALLOCA_H
8177 pcg 1.1 # include <alloca.h>
8178     # else
8179     # ifdef _AIX
8180     #pragma alloca
8181     # else
8182     # ifndef alloca /* predefined by HP cc +Olibcalls */
8183     char *alloca ();
8184     # endif
8185     # endif
8186     # endif
8187     # endif
8188     #endif
8189    
8190     int
8191     main ()
8192     {
8193     char *p = (char *) alloca (1);
8194 pcg 1.33 if (p) return 0;
8195 pcg 1.1 ;
8196     return 0;
8197     }
8198     _ACEOF
8199     rm -f conftest.$ac_objext conftest$ac_exeext
8200 pcg 1.33 if { (ac_try="$ac_link"
8201     case "(($ac_try" in
8202     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8203     *) ac_try_echo=$ac_try;;
8204     esac
8205     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8206     (eval "$ac_link") 2>conftest.er1
8207 pcg 1.1 ac_status=$?
8208 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8209     rm -f conftest.er1
8210     cat conftest.err >&5
8211 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8212 pcg 1.33 (exit $ac_status); } && {
8213     test -z "$ac_c_werror_flag" ||
8214     test ! -s conftest.err
8215     } && test -s conftest$ac_exeext &&
8216     $as_test_x conftest$ac_exeext; then
8217 pcg 1.1 ac_cv_func_alloca_works=yes
8218     else
8219     echo "$as_me: failed program was:" >&5
8220     sed 's/^/| /' conftest.$ac_ext >&5
8221    
8222 pcg 1.33 ac_cv_func_alloca_works=no
8223 pcg 1.1 fi
8224 pcg 1.33
8225     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8226 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8227 pcg 1.1 fi
8228 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8229     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
8230 pcg 1.1
8231     if test $ac_cv_func_alloca_works = yes; then
8232    
8233     cat >>confdefs.h <<\_ACEOF
8234     #define HAVE_ALLOCA 1
8235     _ACEOF
8236    
8237     else
8238     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8239     # that cause trouble. Some versions do not even contain alloca or
8240     # contain a buggy version. If you still want to use their alloca,
8241     # use ar to extract alloca.o from them instead of compiling alloca.c.
8242    
8243 pcg 1.33 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
8244 pcg 1.1
8245     cat >>confdefs.h <<\_ACEOF
8246     #define C_ALLOCA 1
8247     _ACEOF
8248    
8249    
8250 pcg 1.33 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8251     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
8252 pcg 1.1 if test "${ac_cv_os_cray+set}" = set; then
8253     echo $ECHO_N "(cached) $ECHO_C" >&6
8254     else
8255     cat >conftest.$ac_ext <<_ACEOF
8256     /* confdefs.h. */
8257     _ACEOF
8258     cat confdefs.h >>conftest.$ac_ext
8259     cat >>conftest.$ac_ext <<_ACEOF
8260     /* end confdefs.h. */
8261 pcg 1.33 #if defined CRAY && ! defined CRAY2
8262 pcg 1.1 webecray
8263     #else
8264     wenotbecray
8265     #endif
8266    
8267     _ACEOF
8268     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8269     $EGREP "webecray" >/dev/null 2>&1; then
8270     ac_cv_os_cray=yes
8271     else
8272     ac_cv_os_cray=no
8273     fi
8274     rm -f conftest*
8275    
8276     fi
8277 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8278     echo "${ECHO_T}$ac_cv_os_cray" >&6; }
8279 pcg 1.1 if test $ac_cv_os_cray = yes; then
8280     for ac_func in _getb67 GETB67 getb67; do
8281     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8282 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_func" >&5
8283     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8284     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8285 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
8286     else
8287     cat >conftest.$ac_ext <<_ACEOF
8288     /* confdefs.h. */
8289     _ACEOF
8290     cat confdefs.h >>conftest.$ac_ext
8291     cat >>conftest.$ac_ext <<_ACEOF
8292     /* end confdefs.h. */
8293 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8294     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8295     #define $ac_func innocuous_$ac_func
8296    
8297 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8298     which can conflict with char $ac_func (); below.
8299     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8300     <limits.h> exists even on freestanding compilers. */
8301 pcg 1.11
8302 pcg 1.1 #ifdef __STDC__
8303     # include <limits.h>
8304     #else
8305     # include <assert.h>
8306     #endif
8307 pcg 1.11
8308     #undef $ac_func
8309    
8310 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
8311     Use char because int might match the return type of a GCC
8312     builtin and then its argument prototype would still apply. */
8313 pcg 1.1 #ifdef __cplusplus
8314     extern "C"
8315     #endif
8316     char $ac_func ();
8317     /* The GNU C library defines this for functions which it implements
8318     to always fail with ENOSYS. Some functions are actually named
8319     something starting with __ and the normal name is an alias. */
8320 pcg 1.33 #if defined __stub_$ac_func || defined __stub___$ac_func
8321 pcg 1.1 choke me
8322     #endif
8323    
8324     int
8325     main ()
8326     {
8327 pcg 1.33 return $ac_func ();
8328 pcg 1.1 ;
8329     return 0;
8330     }
8331     _ACEOF
8332     rm -f conftest.$ac_objext conftest$ac_exeext
8333 pcg 1.33 if { (ac_try="$ac_link"
8334     case "(($ac_try" in
8335     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8336     *) ac_try_echo=$ac_try;;
8337     esac
8338     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8339     (eval "$ac_link") 2>conftest.er1
8340 pcg 1.1 ac_status=$?
8341 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8342     rm -f conftest.er1
8343     cat conftest.err >&5
8344 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8345 pcg 1.33 (exit $ac_status); } && {
8346     test -z "$ac_c_werror_flag" ||
8347     test ! -s conftest.err
8348     } && test -s conftest$ac_exeext &&
8349     $as_test_x conftest$ac_exeext; then
8350 pcg 1.1 eval "$as_ac_var=yes"
8351     else
8352     echo "$as_me: failed program was:" >&5
8353     sed 's/^/| /' conftest.$ac_ext >&5
8354    
8355 pcg 1.33 eval "$as_ac_var=no"
8356 pcg 1.1 fi
8357 pcg 1.33
8358     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8359 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8360 pcg 1.1 fi
8361 pcg 1.33 ac_res=`eval echo '${'$as_ac_var'}'`
8362     { echo "$as_me:$LINENO: result: $ac_res" >&5
8363     echo "${ECHO_T}$ac_res" >&6; }
8364 pcg 1.1 if test `eval echo '${'$as_ac_var'}'` = yes; then
8365    
8366     cat >>confdefs.h <<_ACEOF
8367     #define CRAY_STACKSEG_END $ac_func
8368     _ACEOF
8369    
8370     break
8371     fi
8372    
8373     done
8374     fi
8375    
8376 pcg 1.33 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8377     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
8378 pcg 1.1 if test "${ac_cv_c_stack_direction+set}" = set; then
8379     echo $ECHO_N "(cached) $ECHO_C" >&6
8380     else
8381     if test "$cross_compiling" = yes; then
8382     ac_cv_c_stack_direction=0
8383     else
8384     cat >conftest.$ac_ext <<_ACEOF
8385     /* confdefs.h. */
8386     _ACEOF
8387     cat confdefs.h >>conftest.$ac_ext
8388     cat >>conftest.$ac_ext <<_ACEOF
8389     /* end confdefs.h. */
8390 pcg 1.33 $ac_includes_default
8391 pcg 1.1 int
8392     find_stack_direction ()
8393     {
8394     static char *addr = 0;
8395     auto char dummy;
8396     if (addr == 0)
8397     {
8398     addr = &dummy;
8399     return find_stack_direction ();
8400     }
8401     else
8402     return (&dummy > addr) ? 1 : -1;
8403     }
8404    
8405     int
8406     main ()
8407     {
8408 pcg 1.33 return find_stack_direction () < 0;
8409 pcg 1.1 }
8410     _ACEOF
8411     rm -f conftest$ac_exeext
8412 pcg 1.33 if { (ac_try="$ac_link"
8413     case "(($ac_try" in
8414     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8415     *) ac_try_echo=$ac_try;;
8416     esac
8417     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8418     (eval "$ac_link") 2>&5
8419 pcg 1.1 ac_status=$?
8420     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8421     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8422 pcg 1.33 { (case "(($ac_try" in
8423     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8424     *) ac_try_echo=$ac_try;;
8425     esac
8426     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8427     (eval "$ac_try") 2>&5
8428 pcg 1.1 ac_status=$?
8429     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8430     (exit $ac_status); }; }; then
8431     ac_cv_c_stack_direction=1
8432     else
8433     echo "$as_me: program exited with status $ac_status" >&5
8434     echo "$as_me: failed program was:" >&5
8435     sed 's/^/| /' conftest.$ac_ext >&5
8436    
8437     ( exit $ac_status )
8438     ac_cv_c_stack_direction=-1
8439     fi
8440 pcg 1.33 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8441 pcg 1.1 fi
8442 pcg 1.33
8443    
8444 pcg 1.1 fi
8445 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8446     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
8447 pcg 1.1
8448     cat >>confdefs.h <<_ACEOF
8449     #define STACK_DIRECTION $ac_cv_c_stack_direction
8450     _ACEOF
8451    
8452    
8453     fi
8454    
8455    
8456    
8457 pcg 1.33 { echo "$as_me:$LINENO: checking for socket" >&5
8458     echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
8459 pcg 1.1 if test "${ac_cv_func_socket+set}" = set; then
8460     echo $ECHO_N "(cached) $ECHO_C" >&6
8461     else
8462     cat >conftest.$ac_ext <<_ACEOF
8463     /* confdefs.h. */
8464     _ACEOF
8465     cat confdefs.h >>conftest.$ac_ext
8466     cat >>conftest.$ac_ext <<_ACEOF
8467     /* end confdefs.h. */
8468 pcg 1.11 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8469     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8470     #define socket innocuous_socket
8471    
8472 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8473     which can conflict with char socket (); below.
8474     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8475     <limits.h> exists even on freestanding compilers. */
8476 pcg 1.11
8477 pcg 1.1 #ifdef __STDC__
8478     # include <limits.h>
8479     #else
8480     # include <assert.h>
8481     #endif
8482 pcg 1.11
8483     #undef socket
8484    
8485 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
8486     Use char because int might match the return type of a GCC
8487     builtin and then its argument prototype would still apply. */
8488 pcg 1.1 #ifdef __cplusplus
8489     extern "C"
8490     #endif
8491     char socket ();
8492     /* The GNU C library defines this for functions which it implements
8493     to always fail with ENOSYS. Some functions are actually named
8494     something starting with __ and the normal name is an alias. */
8495 pcg 1.33 #if defined __stub_socket || defined __stub___socket
8496 pcg 1.1 choke me
8497     #endif
8498    
8499     int
8500     main ()
8501     {
8502 pcg 1.33 return socket ();
8503 pcg 1.1 ;
8504     return 0;
8505     }
8506     _ACEOF
8507     rm -f conftest.$ac_objext conftest$ac_exeext
8508 pcg 1.33 if { (ac_try="$ac_link"
8509     case "(($ac_try" in
8510     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8511     *) ac_try_echo=$ac_try;;
8512     esac
8513     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8514     (eval "$ac_link") 2>conftest.er1
8515 pcg 1.1 ac_status=$?
8516 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8517     rm -f conftest.er1
8518     cat conftest.err >&5
8519 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8520 pcg 1.33 (exit $ac_status); } && {
8521     test -z "$ac_c_werror_flag" ||
8522     test ! -s conftest.err
8523     } && test -s conftest$ac_exeext &&
8524     $as_test_x conftest$ac_exeext; then
8525 pcg 1.1 ac_cv_func_socket=yes
8526     else
8527     echo "$as_me: failed program was:" >&5
8528     sed 's/^/| /' conftest.$ac_ext >&5
8529    
8530 pcg 1.33 ac_cv_func_socket=no
8531 pcg 1.1 fi
8532 pcg 1.33
8533     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8534 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8535 pcg 1.1 fi
8536 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8537     echo "${ECHO_T}$ac_cv_func_socket" >&6; }
8538 pcg 1.1 if test $ac_cv_func_socket = yes; then
8539     :
8540     else
8541    
8542    
8543 pcg 1.33 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8544     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
8545 pcg 1.1 if test "${ac_cv_lib_socket_connect+set}" = set; then
8546     echo $ECHO_N "(cached) $ECHO_C" >&6
8547     else
8548     ac_check_lib_save_LIBS=$LIBS
8549     LIBS="-lsocket $LIBS"
8550     cat >conftest.$ac_ext <<_ACEOF
8551     /* confdefs.h. */
8552     _ACEOF
8553     cat confdefs.h >>conftest.$ac_ext
8554     cat >>conftest.$ac_ext <<_ACEOF
8555     /* end confdefs.h. */
8556    
8557 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
8558     Use char because int might match the return type of a GCC
8559     builtin and then its argument prototype would still apply. */
8560 pcg 1.1 #ifdef __cplusplus
8561     extern "C"
8562     #endif
8563     char connect ();
8564     int
8565     main ()
8566     {
8567 pcg 1.33 return connect ();
8568 pcg 1.1 ;
8569     return 0;
8570     }
8571     _ACEOF
8572     rm -f conftest.$ac_objext conftest$ac_exeext
8573 pcg 1.33 if { (ac_try="$ac_link"
8574     case "(($ac_try" in
8575     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8576     *) ac_try_echo=$ac_try;;
8577     esac
8578     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8579     (eval "$ac_link") 2>conftest.er1
8580 pcg 1.1 ac_status=$?
8581 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8582     rm -f conftest.er1
8583     cat conftest.err >&5
8584 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8585 pcg 1.33 (exit $ac_status); } && {
8586     test -z "$ac_c_werror_flag" ||
8587     test ! -s conftest.err
8588     } && test -s conftest$ac_exeext &&
8589     $as_test_x conftest$ac_exeext; then
8590 pcg 1.1 ac_cv_lib_socket_connect=yes
8591     else
8592     echo "$as_me: failed program was:" >&5
8593     sed 's/^/| /' conftest.$ac_ext >&5
8594    
8595 pcg 1.33 ac_cv_lib_socket_connect=no
8596 pcg 1.1 fi
8597 pcg 1.33
8598     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8599 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8600 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8601     fi
8602 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8603     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
8604 pcg 1.1 if test $ac_cv_lib_socket_connect = yes; then
8605     cat >>confdefs.h <<_ACEOF
8606     #define HAVE_LIBSOCKET 1
8607     _ACEOF
8608    
8609     LIBS="-lsocket $LIBS"
8610    
8611     fi
8612    
8613    
8614     fi
8615    
8616 pcg 1.33 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8617     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8618 pcg 1.1 if test "${ac_cv_func_gethostbyname+set}" = set; then
8619     echo $ECHO_N "(cached) $ECHO_C" >&6
8620     else
8621     cat >conftest.$ac_ext <<_ACEOF
8622     /* confdefs.h. */
8623     _ACEOF
8624     cat confdefs.h >>conftest.$ac_ext
8625     cat >>conftest.$ac_ext <<_ACEOF
8626     /* end confdefs.h. */
8627 pcg 1.11 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8628     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8629     #define gethostbyname innocuous_gethostbyname
8630    
8631 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8632     which can conflict with char gethostbyname (); below.
8633     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8634     <limits.h> exists even on freestanding compilers. */
8635 pcg 1.11
8636 pcg 1.1 #ifdef __STDC__
8637     # include <limits.h>
8638     #else
8639     # include <assert.h>
8640     #endif
8641 pcg 1.11
8642     #undef gethostbyname
8643    
8644 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
8645     Use char because int might match the return type of a GCC
8646     builtin and then its argument prototype would still apply. */
8647 pcg 1.1 #ifdef __cplusplus
8648     extern "C"
8649     #endif
8650     char gethostbyname ();
8651     /* The GNU C library defines this for functions which it implements
8652     to always fail with ENOSYS. Some functions are actually named
8653     something starting with __ and the normal name is an alias. */
8654 pcg 1.33 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8655 pcg 1.1 choke me
8656     #endif
8657    
8658     int
8659     main ()
8660     {
8661 pcg 1.33 return gethostbyname ();
8662 pcg 1.1 ;
8663     return 0;
8664     }
8665     _ACEOF
8666     rm -f conftest.$ac_objext conftest$ac_exeext
8667 pcg 1.33 if { (ac_try="$ac_link"
8668     case "(($ac_try" in
8669     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8670     *) ac_try_echo=$ac_try;;
8671     esac
8672     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8673     (eval "$ac_link") 2>conftest.er1
8674 pcg 1.1 ac_status=$?
8675 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8676     rm -f conftest.er1
8677     cat conftest.err >&5
8678 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8679 pcg 1.33 (exit $ac_status); } && {
8680     test -z "$ac_c_werror_flag" ||
8681     test ! -s conftest.err
8682     } && test -s conftest$ac_exeext &&
8683     $as_test_x conftest$ac_exeext; then
8684 pcg 1.1 ac_cv_func_gethostbyname=yes
8685     else
8686     echo "$as_me: failed program was:" >&5
8687     sed 's/^/| /' conftest.$ac_ext >&5
8688    
8689 pcg 1.33 ac_cv_func_gethostbyname=no
8690 pcg 1.1 fi
8691 pcg 1.33
8692     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8693 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8694 pcg 1.1 fi
8695 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8696     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
8697 pcg 1.1 if test $ac_cv_func_gethostbyname = yes; then
8698     :
8699     else
8700    
8701    
8702 pcg 1.33 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8703     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
8704 pcg 1.1 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8705     echo $ECHO_N "(cached) $ECHO_C" >&6
8706     else
8707     ac_check_lib_save_LIBS=$LIBS
8708     LIBS="-lnsl $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 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
8717     Use char because int might match the return type of a GCC
8718     builtin and then its argument prototype would still apply. */
8719 pcg 1.1 #ifdef __cplusplus
8720     extern "C"
8721     #endif
8722     char gethostbyname ();
8723     int
8724     main ()
8725     {
8726 pcg 1.33 return gethostbyname ();
8727 pcg 1.1 ;
8728     return 0;
8729     }
8730     _ACEOF
8731     rm -f conftest.$ac_objext conftest$ac_exeext
8732 pcg 1.33 if { (ac_try="$ac_link"
8733     case "(($ac_try" in
8734     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8735     *) ac_try_echo=$ac_try;;
8736     esac
8737     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8738     (eval "$ac_link") 2>conftest.er1
8739 pcg 1.1 ac_status=$?
8740 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8741     rm -f conftest.er1
8742     cat conftest.err >&5
8743 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744 pcg 1.33 (exit $ac_status); } && {
8745     test -z "$ac_c_werror_flag" ||
8746     test ! -s conftest.err
8747     } && test -s conftest$ac_exeext &&
8748     $as_test_x conftest$ac_exeext; then
8749 pcg 1.1 ac_cv_lib_nsl_gethostbyname=yes
8750     else
8751     echo "$as_me: failed program was:" >&5
8752     sed 's/^/| /' conftest.$ac_ext >&5
8753    
8754 pcg 1.33 ac_cv_lib_nsl_gethostbyname=no
8755 pcg 1.1 fi
8756 pcg 1.33
8757     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8758 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
8759 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8760     fi
8761 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8762     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
8763 pcg 1.1 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8764     cat >>confdefs.h <<_ACEOF
8765     #define HAVE_LIBNSL 1
8766     _ACEOF
8767    
8768     LIBS="-lnsl $LIBS"
8769    
8770     fi
8771    
8772    
8773     fi
8774    
8775    
8776 pcg 1.34
8777    
8778    
8779    
8780 pcg 1.37
8781    
8782    
8783    
8784 pcg 1.40
8785 pcg 1.44
8786     for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h
8787 pcg 1.34 do
8788     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8789     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8790     { echo "$as_me:$LINENO: checking for $ac_header" >&5
8791     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8792     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8793     echo $ECHO_N "(cached) $ECHO_C" >&6
8794     fi
8795     ac_res=`eval echo '${'$as_ac_Header'}'`
8796     { echo "$as_me:$LINENO: result: $ac_res" >&5
8797     echo "${ECHO_T}$ac_res" >&6; }
8798     else
8799     # Is the header compilable?
8800     { echo "$as_me:$LINENO: checking $ac_header usability" >&5
8801     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
8802     cat >conftest.$ac_ext <<_ACEOF
8803     /* confdefs.h. */
8804     _ACEOF
8805     cat confdefs.h >>conftest.$ac_ext
8806     cat >>conftest.$ac_ext <<_ACEOF
8807     /* end confdefs.h. */
8808     $ac_includes_default
8809     #include <$ac_header>
8810     _ACEOF
8811     rm -f conftest.$ac_objext
8812     if { (ac_try="$ac_compile"
8813     case "(($ac_try" in
8814     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8815     *) ac_try_echo=$ac_try;;
8816     esac
8817     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8818     (eval "$ac_compile") 2>conftest.er1
8819     ac_status=$?
8820     grep -v '^ *+' conftest.er1 >conftest.err
8821     rm -f conftest.er1
8822     cat conftest.err >&5
8823     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824     (exit $ac_status); } && {
8825     test -z "$ac_c_werror_flag" ||
8826     test ! -s conftest.err
8827     } && test -s conftest.$ac_objext; then
8828     ac_header_compiler=yes
8829     else
8830     echo "$as_me: failed program was:" >&5
8831     sed 's/^/| /' conftest.$ac_ext >&5
8832    
8833     ac_header_compiler=no
8834     fi
8835    
8836     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8837     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8838     echo "${ECHO_T}$ac_header_compiler" >&6; }
8839    
8840     # Is the header present?
8841     { echo "$as_me:$LINENO: checking $ac_header presence" >&5
8842     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
8843     cat >conftest.$ac_ext <<_ACEOF
8844     /* confdefs.h. */
8845     _ACEOF
8846     cat confdefs.h >>conftest.$ac_ext
8847     cat >>conftest.$ac_ext <<_ACEOF
8848     /* end confdefs.h. */
8849     #include <$ac_header>
8850     _ACEOF
8851     if { (ac_try="$ac_cpp conftest.$ac_ext"
8852     case "(($ac_try" in
8853     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8854     *) ac_try_echo=$ac_try;;
8855     esac
8856     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8857     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8858     ac_status=$?
8859     grep -v '^ *+' conftest.er1 >conftest.err
8860     rm -f conftest.er1
8861     cat conftest.err >&5
8862     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8863     (exit $ac_status); } >/dev/null && {
8864     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8865     test ! -s conftest.err
8866     }; then
8867     ac_header_preproc=yes
8868     else
8869     echo "$as_me: failed program was:" >&5
8870     sed 's/^/| /' conftest.$ac_ext >&5
8871    
8872     ac_header_preproc=no
8873     fi
8874    
8875     rm -f conftest.err conftest.$ac_ext
8876     { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8877     echo "${ECHO_T}$ac_header_preproc" >&6; }
8878    
8879     # So? What about this header?
8880     case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8881     yes:no: )
8882     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8883     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8884     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8885     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8886     ac_header_preproc=yes
8887     ;;
8888     no:yes:* )
8889     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8890     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8891     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8892     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8893     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8894     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8895     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8896     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8897     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8898     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8899     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8900     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8901    
8902     ;;
8903     esac
8904     { echo "$as_me:$LINENO: checking for $ac_header" >&5
8905     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8906     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8907     echo $ECHO_N "(cached) $ECHO_C" >&6
8908     else
8909     eval "$as_ac_Header=\$ac_header_preproc"
8910     fi
8911     ac_res=`eval echo '${'$as_ac_Header'}'`
8912     { echo "$as_me:$LINENO: result: $ac_res" >&5
8913     echo "${ECHO_T}$ac_res" >&6; }
8914    
8915     fi
8916     if test `eval echo '${'$as_ac_Header'}'` = yes; then
8917     cat >>confdefs.h <<_ACEOF
8918     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8919     _ACEOF
8920    
8921     fi
8922    
8923     done
8924    
8925    
8926    
8927    
8928 pcg 1.37
8929    
8930    
8931    
8932 pcg 1.40
8933 pcg 1.44
8934     for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd
8935 pcg 1.34 do
8936     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8937     { echo "$as_me:$LINENO: checking for $ac_func" >&5
8938     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8939     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8940     echo $ECHO_N "(cached) $ECHO_C" >&6
8941     else
8942     cat >conftest.$ac_ext <<_ACEOF
8943     /* confdefs.h. */
8944     _ACEOF
8945     cat confdefs.h >>conftest.$ac_ext
8946     cat >>conftest.$ac_ext <<_ACEOF
8947     /* end confdefs.h. */
8948     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8949     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8950     #define $ac_func innocuous_$ac_func
8951    
8952     /* System header to define __stub macros and hopefully few prototypes,
8953     which can conflict with char $ac_func (); below.
8954     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8955     <limits.h> exists even on freestanding compilers. */
8956    
8957     #ifdef __STDC__
8958     # include <limits.h>
8959     #else
8960     # include <assert.h>
8961     #endif
8962    
8963     #undef $ac_func
8964    
8965     /* Override any GCC internal prototype to avoid an error.
8966     Use char because int might match the return type of a GCC
8967     builtin and then its argument prototype would still apply. */
8968     #ifdef __cplusplus
8969     extern "C"
8970     #endif
8971     char $ac_func ();
8972     /* The GNU C library defines this for functions which it implements
8973     to always fail with ENOSYS. Some functions are actually named
8974     something starting with __ and the normal name is an alias. */
8975     #if defined __stub_$ac_func || defined __stub___$ac_func
8976     choke me
8977     #endif
8978    
8979     int
8980     main ()
8981     {
8982     return $ac_func ();
8983     ;
8984     return 0;
8985     }
8986     _ACEOF
8987     rm -f conftest.$ac_objext conftest$ac_exeext
8988     if { (ac_try="$ac_link"
8989     case "(($ac_try" in
8990     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8991     *) ac_try_echo=$ac_try;;
8992     esac
8993     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8994     (eval "$ac_link") 2>conftest.er1
8995     ac_status=$?
8996     grep -v '^ *+' conftest.er1 >conftest.err
8997     rm -f conftest.er1
8998     cat conftest.err >&5
8999     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9000     (exit $ac_status); } && {
9001     test -z "$ac_c_werror_flag" ||
9002     test ! -s conftest.err
9003     } && test -s conftest$ac_exeext &&
9004     $as_test_x conftest$ac_exeext; then
9005     eval "$as_ac_var=yes"
9006     else
9007     echo "$as_me: failed program was:" >&5
9008     sed 's/^/| /' conftest.$ac_ext >&5
9009    
9010     eval "$as_ac_var=no"
9011     fi
9012    
9013     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9014     conftest$ac_exeext conftest.$ac_ext
9015     fi
9016     ac_res=`eval echo '${'$as_ac_var'}'`
9017     { echo "$as_me:$LINENO: result: $ac_res" >&5
9018     echo "${ECHO_T}$ac_res" >&6; }
9019     if test `eval echo '${'$as_ac_var'}'` = yes; then
9020     cat >>confdefs.h <<_ACEOF
9021     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9022     _ACEOF
9023    
9024     fi
9025     done
9026    
9027    
9028     { echo "$as_me:$LINENO: checking for clock_gettime" >&5
9029     echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6; }
9030     if test "${ac_cv_func_clock_gettime+set}" = set; then
9031     echo $ECHO_N "(cached) $ECHO_C" >&6
9032     else
9033     cat >conftest.$ac_ext <<_ACEOF
9034     /* confdefs.h. */
9035     _ACEOF
9036     cat confdefs.h >>conftest.$ac_ext
9037     cat >>conftest.$ac_ext <<_ACEOF
9038     /* end confdefs.h. */
9039     /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
9040     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9041     #define clock_gettime innocuous_clock_gettime
9042    
9043     /* System header to define __stub macros and hopefully few prototypes,
9044     which can conflict with char clock_gettime (); below.
9045     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9046     <limits.h> exists even on freestanding compilers. */
9047    
9048     #ifdef __STDC__
9049     # include <limits.h>
9050     #else
9051     # include <assert.h>
9052     #endif
9053    
9054     #undef clock_gettime
9055    
9056     /* Override any GCC internal prototype to avoid an error.
9057     Use char because int might match the return type of a GCC
9058     builtin and then its argument prototype would still apply. */
9059     #ifdef __cplusplus
9060     extern "C"
9061     #endif
9062     char clock_gettime ();
9063     /* The GNU C library defines this for functions which it implements
9064     to always fail with ENOSYS. Some functions are actually named
9065     something starting with __ and the normal name is an alias. */
9066     #if defined __stub_clock_gettime || defined __stub___clock_gettime
9067     choke me
9068     #endif
9069    
9070     int
9071     main ()
9072     {
9073     return clock_gettime ();
9074     ;
9075     return 0;
9076     }
9077     _ACEOF
9078     rm -f conftest.$ac_objext conftest$ac_exeext
9079     if { (ac_try="$ac_link"
9080     case "(($ac_try" in
9081     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9082     *) ac_try_echo=$ac_try;;
9083     esac
9084     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9085     (eval "$ac_link") 2>conftest.er1
9086     ac_status=$?
9087     grep -v '^ *+' conftest.er1 >conftest.err
9088     rm -f conftest.er1
9089     cat conftest.err >&5
9090     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091     (exit $ac_status); } && {
9092     test -z "$ac_c_werror_flag" ||
9093     test ! -s conftest.err
9094     } && test -s conftest$ac_exeext &&
9095     $as_test_x conftest$ac_exeext; then
9096     ac_cv_func_clock_gettime=yes
9097     else
9098     echo "$as_me: failed program was:" >&5
9099     sed 's/^/| /' conftest.$ac_ext >&5
9100    
9101     ac_cv_func_clock_gettime=no
9102     fi
9103    
9104     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9105     conftest$ac_exeext conftest.$ac_ext
9106     fi
9107     { echo "$as_me:$LINENO: result: $ac_cv_func_clock_gettime" >&5
9108     echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6; }
9109     if test $ac_cv_func_clock_gettime = yes; then
9110     :
9111     else
9112    
9113 pcg 1.42 if test $(uname) = Linux; then
9114     { echo "$as_me:$LINENO: checking for clock_gettime syscall" >&5
9115     echo $ECHO_N "checking for clock_gettime syscall... $ECHO_C" >&6; }
9116     cat >conftest.$ac_ext <<_ACEOF
9117     /* confdefs.h. */
9118     _ACEOF
9119     cat confdefs.h >>conftest.$ac_ext
9120     cat >>conftest.$ac_ext <<_ACEOF
9121     /* end confdefs.h. */
9122     #include <syscall.h>
9123     #include <time.h>
9124     int
9125     main ()
9126     {
9127     struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)
9128     ;
9129     return 0;
9130     }
9131     _ACEOF
9132     rm -f conftest.$ac_objext conftest$ac_exeext
9133     if { (ac_try="$ac_link"
9134     case "(($ac_try" in
9135     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9136     *) ac_try_echo=$ac_try;;
9137     esac
9138     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9139     (eval "$ac_link") 2>conftest.er1
9140     ac_status=$?
9141     grep -v '^ *+' conftest.er1 >conftest.err
9142     rm -f conftest.er1
9143     cat conftest.err >&5
9144     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9145     (exit $ac_status); } && {
9146     test -z "$ac_c_werror_flag" ||
9147     test ! -s conftest.err
9148     } && test -s conftest$ac_exeext &&
9149     $as_test_x conftest$ac_exeext; then
9150     ac_have_clock_syscall=1
9151    
9152     cat >>confdefs.h <<\_ACEOF
9153     #define HAVE_CLOCK_SYSCALL 1
9154     _ACEOF
9155    
9156     { echo "$as_me:$LINENO: result: yes" >&5
9157     echo "${ECHO_T}yes" >&6; }
9158     else
9159     echo "$as_me: failed program was:" >&5
9160     sed 's/^/| /' conftest.$ac_ext >&5
9161    
9162     { echo "$as_me:$LINENO: result: no" >&5
9163     echo "${ECHO_T}no" >&6; }
9164     fi
9165    
9166     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9167     conftest$ac_exeext conftest.$ac_ext
9168     fi
9169     if test -z "$LIBEV_M4_AVOID_LIBRT" && test -z "$ac_have_clock_syscall"; then
9170 pcg 1.34
9171     { echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
9172     echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6; }
9173     if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
9174     echo $ECHO_N "(cached) $ECHO_C" >&6
9175     else
9176     ac_check_lib_save_LIBS=$LIBS
9177     LIBS="-lrt $LIBS"
9178     cat >conftest.$ac_ext <<_ACEOF
9179     /* confdefs.h. */
9180     _ACEOF
9181     cat confdefs.h >>conftest.$ac_ext
9182     cat >>conftest.$ac_ext <<_ACEOF
9183     /* end confdefs.h. */
9184    
9185     /* Override any GCC internal prototype to avoid an error.
9186     Use char because int might match the return type of a GCC
9187     builtin and then its argument prototype would still apply. */
9188     #ifdef __cplusplus
9189     extern "C"
9190     #endif
9191     char clock_gettime ();
9192     int
9193     main ()
9194     {
9195     return clock_gettime ();
9196     ;
9197     return 0;
9198     }
9199     _ACEOF
9200     rm -f conftest.$ac_objext conftest$ac_exeext
9201     if { (ac_try="$ac_link"
9202     case "(($ac_try" in
9203     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9204     *) ac_try_echo=$ac_try;;
9205     esac
9206     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9207     (eval "$ac_link") 2>conftest.er1
9208     ac_status=$?
9209     grep -v '^ *+' conftest.er1 >conftest.err
9210     rm -f conftest.er1
9211     cat conftest.err >&5
9212     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9213     (exit $ac_status); } && {
9214     test -z "$ac_c_werror_flag" ||
9215     test ! -s conftest.err
9216     } && test -s conftest$ac_exeext &&
9217     $as_test_x conftest$ac_exeext; then
9218     ac_cv_lib_rt_clock_gettime=yes
9219     else
9220     echo "$as_me: failed program was:" >&5
9221     sed 's/^/| /' conftest.$ac_ext >&5
9222    
9223     ac_cv_lib_rt_clock_gettime=no
9224     fi
9225    
9226     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9227     conftest$ac_exeext conftest.$ac_ext
9228     LIBS=$ac_check_lib_save_LIBS
9229     fi
9230     { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
9231     echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6; }
9232     if test $ac_cv_lib_rt_clock_gettime = yes; then
9233     cat >>confdefs.h <<_ACEOF
9234     #define HAVE_LIBRT 1
9235     _ACEOF
9236    
9237     LIBS="-lrt $LIBS"
9238    
9239     fi
9240    
9241 pcg 1.38 unset ac_cv_func_clock_gettime
9242 pcg 1.34
9243 pcg 1.35 for ac_func in clock_gettime
9244     do
9245     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9246     { echo "$as_me:$LINENO: checking for $ac_func" >&5
9247     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9248     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9249     echo $ECHO_N "(cached) $ECHO_C" >&6
9250     else
9251     cat >conftest.$ac_ext <<_ACEOF
9252     /* confdefs.h. */
9253     _ACEOF
9254     cat confdefs.h >>conftest.$ac_ext
9255     cat >>conftest.$ac_ext <<_ACEOF
9256     /* end confdefs.h. */
9257     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9258     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9259     #define $ac_func innocuous_$ac_func
9260    
9261     /* System header to define __stub macros and hopefully few prototypes,
9262     which can conflict with char $ac_func (); below.
9263     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9264     <limits.h> exists even on freestanding compilers. */
9265    
9266     #ifdef __STDC__
9267     # include <limits.h>
9268     #else
9269     # include <assert.h>
9270     #endif
9271    
9272     #undef $ac_func
9273    
9274     /* Override any GCC internal prototype to avoid an error.
9275     Use char because int might match the return type of a GCC
9276     builtin and then its argument prototype would still apply. */
9277     #ifdef __cplusplus
9278     extern "C"
9279     #endif
9280     char $ac_func ();
9281     /* The GNU C library defines this for functions which it implements
9282     to always fail with ENOSYS. Some functions are actually named
9283     something starting with __ and the normal name is an alias. */
9284     #if defined __stub_$ac_func || defined __stub___$ac_func
9285     choke me
9286     #endif
9287    
9288     int
9289     main ()
9290     {
9291     return $ac_func ();
9292     ;
9293     return 0;
9294     }
9295     _ACEOF
9296     rm -f conftest.$ac_objext conftest$ac_exeext
9297     if { (ac_try="$ac_link"
9298     case "(($ac_try" in
9299     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9300     *) ac_try_echo=$ac_try;;
9301     esac
9302     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9303     (eval "$ac_link") 2>conftest.er1
9304     ac_status=$?
9305     grep -v '^ *+' conftest.er1 >conftest.err
9306     rm -f conftest.er1
9307     cat conftest.err >&5
9308     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9309     (exit $ac_status); } && {
9310     test -z "$ac_c_werror_flag" ||
9311     test ! -s conftest.err
9312     } && test -s conftest$ac_exeext &&
9313     $as_test_x conftest$ac_exeext; then
9314     eval "$as_ac_var=yes"
9315     else
9316     echo "$as_me: failed program was:" >&5
9317     sed 's/^/| /' conftest.$ac_ext >&5
9318    
9319     eval "$as_ac_var=no"
9320     fi
9321    
9322     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9323     conftest$ac_exeext conftest.$ac_ext
9324     fi
9325     ac_res=`eval echo '${'$as_ac_var'}'`
9326     { echo "$as_me:$LINENO: result: $ac_res" >&5
9327     echo "${ECHO_T}$ac_res" >&6; }
9328     if test `eval echo '${'$as_ac_var'}'` = yes; then
9329     cat >>confdefs.h <<_ACEOF
9330     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9331     _ACEOF
9332    
9333     fi
9334     done
9335    
9336 pcg 1.37 fi
9337 pcg 1.35
9338 pcg 1.34 fi
9339    
9340    
9341 pcg 1.39 { echo "$as_me:$LINENO: checking for nanosleep" >&5
9342     echo $ECHO_N "checking for nanosleep... $ECHO_C" >&6; }
9343     if test "${ac_cv_func_nanosleep+set}" = set; then
9344     echo $ECHO_N "(cached) $ECHO_C" >&6
9345     else
9346     cat >conftest.$ac_ext <<_ACEOF
9347     /* confdefs.h. */
9348     _ACEOF
9349     cat confdefs.h >>conftest.$ac_ext
9350     cat >>conftest.$ac_ext <<_ACEOF
9351     /* end confdefs.h. */
9352     /* Define nanosleep to an innocuous variant, in case <limits.h> declares nanosleep.
9353     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9354     #define nanosleep innocuous_nanosleep
9355    
9356     /* System header to define __stub macros and hopefully few prototypes,
9357     which can conflict with char nanosleep (); below.
9358     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9359     <limits.h> exists even on freestanding compilers. */
9360    
9361     #ifdef __STDC__
9362     # include <limits.h>
9363     #else
9364     # include <assert.h>
9365     #endif
9366    
9367     #undef nanosleep
9368    
9369     /* Override any GCC internal prototype to avoid an error.
9370     Use char because int might match the return type of a GCC
9371     builtin and then its argument prototype would still apply. */
9372     #ifdef __cplusplus
9373     extern "C"
9374     #endif
9375     char nanosleep ();
9376     /* The GNU C library defines this for functions which it implements
9377     to always fail with ENOSYS. Some functions are actually named
9378     something starting with __ and the normal name is an alias. */
9379     #if defined __stub_nanosleep || defined __stub___nanosleep
9380     choke me
9381     #endif
9382    
9383     int
9384     main ()
9385     {
9386     return nanosleep ();
9387     ;
9388     return 0;
9389     }
9390     _ACEOF
9391     rm -f conftest.$ac_objext conftest$ac_exeext
9392     if { (ac_try="$ac_link"
9393     case "(($ac_try" in
9394     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9395     *) ac_try_echo=$ac_try;;
9396     esac
9397     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9398     (eval "$ac_link") 2>conftest.er1
9399     ac_status=$?
9400     grep -v '^ *+' conftest.er1 >conftest.err
9401     rm -f conftest.er1
9402     cat conftest.err >&5
9403     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9404     (exit $ac_status); } && {
9405     test -z "$ac_c_werror_flag" ||
9406     test ! -s conftest.err
9407     } && test -s conftest$ac_exeext &&
9408     $as_test_x conftest$ac_exeext; then
9409     ac_cv_func_nanosleep=yes
9410     else
9411     echo "$as_me: failed program was:" >&5
9412     sed 's/^/| /' conftest.$ac_ext >&5
9413    
9414     ac_cv_func_nanosleep=no
9415     fi
9416    
9417     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9418     conftest$ac_exeext conftest.$ac_ext
9419     fi
9420     { echo "$as_me:$LINENO: result: $ac_cv_func_nanosleep" >&5
9421     echo "${ECHO_T}$ac_cv_func_nanosleep" >&6; }
9422     if test $ac_cv_func_nanosleep = yes; then
9423     :
9424     else
9425    
9426     if test -z "$LIBEV_M4_AVOID_LIBRT"; then
9427    
9428     { echo "$as_me:$LINENO: checking for nanosleep in -lrt" >&5
9429     echo $ECHO_N "checking for nanosleep in -lrt... $ECHO_C" >&6; }
9430     if test "${ac_cv_lib_rt_nanosleep+set}" = set; then
9431     echo $ECHO_N "(cached) $ECHO_C" >&6
9432     else
9433     ac_check_lib_save_LIBS=$LIBS
9434     LIBS="-lrt $LIBS"
9435     cat >conftest.$ac_ext <<_ACEOF
9436     /* confdefs.h. */
9437     _ACEOF
9438     cat confdefs.h >>conftest.$ac_ext
9439     cat >>conftest.$ac_ext <<_ACEOF
9440     /* end confdefs.h. */
9441    
9442     /* Override any GCC internal prototype to avoid an error.
9443     Use char because int might match the return type of a GCC
9444     builtin and then its argument prototype would still apply. */
9445     #ifdef __cplusplus
9446     extern "C"
9447     #endif
9448     char nanosleep ();
9449     int
9450     main ()
9451     {
9452     return nanosleep ();
9453     ;
9454     return 0;
9455     }
9456     _ACEOF
9457     rm -f conftest.$ac_objext conftest$ac_exeext
9458     if { (ac_try="$ac_link"
9459     case "(($ac_try" in
9460     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9461     *) ac_try_echo=$ac_try;;
9462     esac
9463     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9464     (eval "$ac_link") 2>conftest.er1
9465     ac_status=$?
9466     grep -v '^ *+' conftest.er1 >conftest.err
9467     rm -f conftest.er1
9468     cat conftest.err >&5
9469     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9470     (exit $ac_status); } && {
9471     test -z "$ac_c_werror_flag" ||
9472     test ! -s conftest.err
9473     } && test -s conftest$ac_exeext &&
9474     $as_test_x conftest$ac_exeext; then
9475     ac_cv_lib_rt_nanosleep=yes
9476     else
9477     echo "$as_me: failed program was:" >&5
9478     sed 's/^/| /' conftest.$ac_ext >&5
9479    
9480     ac_cv_lib_rt_nanosleep=no
9481     fi
9482    
9483     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9484     conftest$ac_exeext conftest.$ac_ext
9485     LIBS=$ac_check_lib_save_LIBS
9486     fi
9487     { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_nanosleep" >&5
9488     echo "${ECHO_T}$ac_cv_lib_rt_nanosleep" >&6; }
9489     if test $ac_cv_lib_rt_nanosleep = yes; then
9490     cat >>confdefs.h <<_ACEOF
9491     #define HAVE_LIBRT 1
9492     _ACEOF
9493    
9494     LIBS="-lrt $LIBS"
9495    
9496     fi
9497    
9498     unset ac_cv_func_nanosleep
9499    
9500     for ac_func in nanosleep
9501     do
9502     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9503     { echo "$as_me:$LINENO: checking for $ac_func" >&5
9504     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9505     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9506     echo $ECHO_N "(cached) $ECHO_C" >&6
9507     else
9508     cat >conftest.$ac_ext <<_ACEOF
9509     /* confdefs.h. */
9510     _ACEOF
9511     cat confdefs.h >>conftest.$ac_ext
9512     cat >>conftest.$ac_ext <<_ACEOF
9513     /* end confdefs.h. */
9514     /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9515     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9516     #define $ac_func innocuous_$ac_func
9517    
9518     /* System header to define __stub macros and hopefully few prototypes,
9519     which can conflict with char $ac_func (); below.
9520     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9521     <limits.h> exists even on freestanding compilers. */
9522    
9523     #ifdef __STDC__
9524     # include <limits.h>
9525     #else
9526     # include <assert.h>
9527     #endif
9528    
9529     #undef $ac_func
9530    
9531     /* Override any GCC internal prototype to avoid an error.
9532     Use char because int might match the return type of a GCC
9533     builtin and then its argument prototype would still apply. */
9534     #ifdef __cplusplus
9535     extern "C"
9536     #endif
9537     char $ac_func ();
9538     /* The GNU C library defines this for functions which it implements
9539     to always fail with ENOSYS. Some functions are actually named
9540     something starting with __ and the normal name is an alias. */
9541     #if defined __stub_$ac_func || defined __stub___$ac_func
9542     choke me
9543     #endif
9544    
9545     int
9546     main ()
9547     {
9548     return $ac_func ();
9549     ;
9550     return 0;
9551     }
9552     _ACEOF
9553     rm -f conftest.$ac_objext conftest$ac_exeext
9554     if { (ac_try="$ac_link"
9555     case "(($ac_try" in
9556     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9557     *) ac_try_echo=$ac_try;;
9558     esac
9559     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9560     (eval "$ac_link") 2>conftest.er1
9561     ac_status=$?
9562     grep -v '^ *+' conftest.er1 >conftest.err
9563     rm -f conftest.er1
9564     cat conftest.err >&5
9565     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9566     (exit $ac_status); } && {
9567     test -z "$ac_c_werror_flag" ||
9568     test ! -s conftest.err
9569     } && test -s conftest$ac_exeext &&
9570     $as_test_x conftest$ac_exeext; then
9571     eval "$as_ac_var=yes"
9572     else
9573     echo "$as_me: failed program was:" >&5
9574     sed 's/^/| /' conftest.$ac_ext >&5
9575    
9576     eval "$as_ac_var=no"
9577     fi
9578    
9579     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9580     conftest$ac_exeext conftest.$ac_ext
9581     fi
9582     ac_res=`eval echo '${'$as_ac_var'}'`
9583     { echo "$as_me:$LINENO: result: $ac_res" >&5
9584     echo "${ECHO_T}$ac_res" >&6; }
9585     if test `eval echo '${'$as_ac_var'}'` = yes; then
9586     cat >>confdefs.h <<_ACEOF
9587     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9588     _ACEOF
9589    
9590     fi
9591     done
9592    
9593     fi
9594    
9595     fi
9596    
9597    
9598 pcg 1.34
9599 pcg 1.36 { echo "$as_me:$LINENO: checking for ceil in -lm" >&5
9600     echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6; }
9601     if test "${ac_cv_lib_m_ceil+set}" = set; then
9602     echo $ECHO_N "(cached) $ECHO_C" >&6
9603     else
9604     ac_check_lib_save_LIBS=$LIBS
9605     LIBS="-lm $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 GCC internal prototype to avoid an error.
9614     Use char because int might match the return type of a GCC
9615     builtin and then its argument prototype would still apply. */
9616     #ifdef __cplusplus
9617     extern "C"
9618     #endif
9619     char ceil ();
9620     int
9621     main ()
9622     {
9623     return ceil ();
9624     ;
9625     return 0;
9626     }
9627     _ACEOF
9628     rm -f conftest.$ac_objext conftest$ac_exeext
9629     if { (ac_try="$ac_link"
9630     case "(($ac_try" in
9631     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9632     *) ac_try_echo=$ac_try;;
9633     esac
9634     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9635     (eval "$ac_link") 2>conftest.er1
9636     ac_status=$?
9637     grep -v '^ *+' conftest.er1 >conftest.err
9638     rm -f conftest.er1
9639     cat conftest.err >&5
9640     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9641     (exit $ac_status); } && {
9642     test -z "$ac_c_werror_flag" ||
9643     test ! -s conftest.err
9644     } && test -s conftest$ac_exeext &&
9645     $as_test_x conftest$ac_exeext; then
9646     ac_cv_lib_m_ceil=yes
9647     else
9648     echo "$as_me: failed program was:" >&5
9649     sed 's/^/| /' conftest.$ac_ext >&5
9650    
9651     ac_cv_lib_m_ceil=no
9652     fi
9653    
9654     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655     conftest$ac_exeext conftest.$ac_ext
9656     LIBS=$ac_check_lib_save_LIBS
9657     fi
9658     { echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
9659     echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6; }
9660     if test $ac_cv_lib_m_ceil = yes; then
9661     cat >>confdefs.h <<_ACEOF
9662     #define HAVE_LIBM 1
9663     _ACEOF
9664    
9665     LIBS="-lm $LIBS"
9666    
9667     fi
9668    
9669    
9670    
9671 pcg 1.34
9672 pcg 1.33 ac_ext=cpp
9673 pcg 1.1 ac_cpp='$CXXCPP $CPPFLAGS'
9674     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9675     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9676     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9677    
9678    
9679    
9680     cat >confcache <<\_ACEOF
9681     # This file is a shell script that caches the results of configure
9682     # tests run on this system so they can be shared between configure
9683     # scripts and configure runs, see configure's option --config-cache.
9684     # It is not useful on other systems. If it contains results you don't
9685     # want to keep, you may remove or edit it.
9686     #
9687     # config.status only pays attention to the cache file if you give it
9688     # the --recheck option to rerun configure.
9689     #
9690     # `ac_cv_env_foo' variables (set or unset) will be overridden when
9691     # loading this file, other *unset* `ac_cv_foo' will be assigned the
9692     # following values.
9693    
9694     _ACEOF
9695    
9696     # The following way of writing the cache mishandles newlines in values,
9697     # but we know of no workaround that is simple, portable, and efficient.
9698 pcg 1.33 # So, we kill variables containing newlines.
9699 pcg 1.1 # Ultrix sh set writes to stderr and can't be redirected directly,
9700     # and sets the high bit in the cache file unless we assign to the vars.
9701 pcg 1.33 (
9702     for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
9703     eval ac_val=\$$ac_var
9704     case $ac_val in #(
9705     *${as_nl}*)
9706     case $ac_var in #(
9707     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
9708     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
9709     esac
9710     case $ac_var in #(
9711     _ | IFS | as_nl) ;; #(
9712     *) $as_unset $ac_var ;;
9713     esac ;;
9714     esac
9715     done
9716    
9717 pcg 1.1 (set) 2>&1 |
9718 pcg 1.33 case $as_nl`(ac_space=' '; set) 2>&1` in #(
9719     *${as_nl}ac_space=\ *)
9720 pcg 1.1 # `set' does not quote correctly, so add quotes (double-quote
9721     # substitution turns \\\\ into \\, and sed turns \\ into \).
9722     sed -n \
9723 pcg 1.11 "s/'/'\\\\''/g;
9724     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9725 pcg 1.33 ;; #(
9726 pcg 1.1 *)
9727     # `set' quotes correctly as required by POSIX, so do not add quotes.
9728 pcg 1.33 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
9729 pcg 1.1 ;;
9730 pcg 1.33 esac |
9731     sort
9732     ) |
9733 pcg 1.1 sed '
9734 pcg 1.33 /^ac_cv_env_/b end
9735 pcg 1.1 t clear
9736 pcg 1.33 :clear
9737 pcg 1.1 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9738     t end
9739 pcg 1.33 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9740     :end' >>confcache
9741     if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9742     if test -w "$cache_file"; then
9743     test "x$cache_file" != "x/dev/null" &&
9744     { echo "$as_me:$LINENO: updating cache $cache_file" >&5
9745     echo "$as_me: updating cache $cache_file" >&6;}
9746 pcg 1.1 cat confcache >$cache_file
9747     else
9748 pcg 1.33 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
9749     echo "$as_me: not updating unwritable cache $cache_file" >&6;}
9750 pcg 1.1 fi
9751     fi
9752     rm -f confcache
9753    
9754    
9755    
9756 pcg 1.33 # Check whether --with-kernel was given.
9757 pcg 1.1 if test "${with_kernel+set}" = set; then
9758 pcg 1.33 withval=$with_kernel; kerneldir="$withval"
9759 pcg 1.1 else
9760     kerneldir="/usr/src/linux"
9761    
9762 pcg 1.33 fi
9763    
9764 pcg 1.1
9765 pcg 1.33 { echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9766     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6; }
9767 pcg 1.1 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9768     echo $ECHO_N "(cached) $ECHO_C" >&6
9769     else
9770    
9771     cat >conftest.$ac_ext <<_ACEOF
9772     /* confdefs.h. */
9773     _ACEOF
9774     cat confdefs.h >>conftest.$ac_ext
9775     cat >>conftest.$ac_ext <<_ACEOF
9776     /* end confdefs.h. */
9777     #include "$kerneldir/include/linux/if_tun.h"
9778     int
9779     main ()
9780     {
9781     int a = IFF_TAP;
9782     ;
9783     return 0;
9784     }
9785     _ACEOF
9786     rm -f conftest.$ac_objext
9787 pcg 1.33 if { (ac_try="$ac_compile"
9788     case "(($ac_try" in
9789     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9790     *) ac_try_echo=$ac_try;;
9791     esac
9792     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9793     (eval "$ac_compile") 2>conftest.er1
9794 pcg 1.1 ac_status=$?
9795 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9796     rm -f conftest.er1
9797     cat conftest.err >&5
9798 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9799 pcg 1.33 (exit $ac_status); } && {
9800     test -z "$ac_cxx_werror_flag" ||
9801     test ! -s conftest.err
9802     } && test -s conftest.$ac_objext; then
9803 pcg 1.1 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9804     else
9805     echo "$as_me: failed program was:" >&5
9806     sed 's/^/| /' conftest.$ac_ext >&5
9807    
9808 pcg 1.33 cat >conftest.$ac_ext <<_ACEOF
9809 pcg 1.1 /* confdefs.h. */
9810     _ACEOF
9811     cat confdefs.h >>conftest.$ac_ext
9812     cat >>conftest.$ac_ext <<_ACEOF
9813     /* end confdefs.h. */
9814     #include <linux/if_tun.h>
9815     int
9816     main ()
9817     {
9818     int a = IFF_TAP;
9819     ;
9820     return 0;
9821     }
9822     _ACEOF
9823     rm -f conftest.$ac_objext
9824 pcg 1.33 if { (ac_try="$ac_compile"
9825     case "(($ac_try" in
9826     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9827     *) ac_try_echo=$ac_try;;
9828     esac
9829     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9830     (eval "$ac_compile") 2>conftest.er1
9831 pcg 1.1 ac_status=$?
9832 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9833     rm -f conftest.er1
9834     cat conftest.err >&5
9835 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9836 pcg 1.33 (exit $ac_status); } && {
9837     test -z "$ac_cxx_werror_flag" ||
9838     test ! -s conftest.err
9839     } && test -s conftest.$ac_objext; then
9840 pcg 1.1 if_tun_h="default"
9841     else
9842     echo "$as_me: failed program was:" >&5
9843     sed 's/^/| /' conftest.$ac_ext >&5
9844    
9845 pcg 1.33 if_tun_h="no"
9846 pcg 1.1
9847     fi
9848 pcg 1.33
9849     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9850 pcg 1.1
9851     fi
9852 pcg 1.33
9853     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9854 pcg 1.1
9855     if test $if_tun_h = no; then
9856     tinc_cv_linux_if_tun_h=none
9857     else
9858     tinc_cv_linux_if_tun_h="$if_tun_h"
9859     fi
9860    
9861     fi
9862 pcg 1.33 { echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9863     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6; }
9864 pcg 1.1
9865     if test $tinc_cv_linux_if_tun_h != none; then
9866    
9867     cat >>confdefs.h <<\_ACEOF
9868     #define HAVE_TUNTAP 1
9869     _ACEOF
9870    
9871     if test $tinc_cv_linux_if_tun_h != default; then
9872    
9873     cat >>confdefs.h <<_ACEOF
9874     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9875     _ACEOF
9876    
9877     fi
9878     fi
9879    
9880    
9881    
9882    
9883 pcg 1.6
9884 pcg 1.1 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9885    
9886    
9887 pcg 1.33 # Check whether --with-openssl-include was given.
9888 pcg 1.1 if test "${with_openssl_include+set}" = set; then
9889 pcg 1.33 withval=$with_openssl_include; openssl_include="$withval"
9890 pcg 1.1 CFLAGS="$CFLAGS -I$withval"
9891     CPPFLAGS="$CPPFLAGS -I$withval"
9892    
9893 pcg 1.33 fi
9894    
9895 pcg 1.1
9896    
9897 pcg 1.33 # Check whether --with-openssl-lib was given.
9898 pcg 1.1 if test "${with_openssl_lib+set}" = set; then
9899 pcg 1.33 withval=$with_openssl_lib; openssl_lib="$withval"
9900 pcg 1.1 LIBS="$LIBS -L$withval"
9901    
9902 pcg 1.33 fi
9903    
9904 pcg 1.1
9905    
9906    
9907    
9908    
9909    
9910    
9911     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9912     do
9913     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9914 pcg 1.33 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9915     { echo "$as_me:$LINENO: checking for $ac_header" >&5
9916     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9917     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9918 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
9919     fi
9920 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
9921     { echo "$as_me:$LINENO: result: $ac_res" >&5
9922     echo "${ECHO_T}$ac_res" >&6; }
9923 pcg 1.1 else
9924     # Is the header compilable?
9925 pcg 1.33 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9926     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9927 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
9928     /* confdefs.h. */
9929     _ACEOF
9930     cat confdefs.h >>conftest.$ac_ext
9931     cat >>conftest.$ac_ext <<_ACEOF
9932     /* end confdefs.h. */
9933     $ac_includes_default
9934     #include <$ac_header>
9935     _ACEOF
9936     rm -f conftest.$ac_objext
9937 pcg 1.33 if { (ac_try="$ac_compile"
9938     case "(($ac_try" in
9939     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9940     *) ac_try_echo=$ac_try;;
9941     esac
9942     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9943     (eval "$ac_compile") 2>conftest.er1
9944 pcg 1.1 ac_status=$?
9945 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9946     rm -f conftest.er1
9947     cat conftest.err >&5
9948 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9949 pcg 1.33 (exit $ac_status); } && {
9950     test -z "$ac_cxx_werror_flag" ||
9951     test ! -s conftest.err
9952     } && test -s conftest.$ac_objext; then
9953 pcg 1.1 ac_header_compiler=yes
9954     else
9955     echo "$as_me: failed program was:" >&5
9956     sed 's/^/| /' conftest.$ac_ext >&5
9957    
9958 pcg 1.33 ac_header_compiler=no
9959 pcg 1.1 fi
9960 pcg 1.33
9961     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9962     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9963     echo "${ECHO_T}$ac_header_compiler" >&6; }
9964 pcg 1.1
9965     # Is the header present?
9966 pcg 1.33 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9967     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9968 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
9969     /* confdefs.h. */
9970     _ACEOF
9971     cat confdefs.h >>conftest.$ac_ext
9972     cat >>conftest.$ac_ext <<_ACEOF
9973     /* end confdefs.h. */
9974     #include <$ac_header>
9975     _ACEOF
9976 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
9977     case "(($ac_try" in
9978     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9979     *) ac_try_echo=$ac_try;;
9980     esac
9981     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9982     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9983 pcg 1.1 ac_status=$?
9984     grep -v '^ *+' conftest.er1 >conftest.err
9985     rm -f conftest.er1
9986     cat conftest.err >&5
9987     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 pcg 1.33 (exit $ac_status); } >/dev/null && {
9989     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9990     test ! -s conftest.err
9991     }; then
9992 pcg 1.1 ac_header_preproc=yes
9993     else
9994     echo "$as_me: failed program was:" >&5
9995     sed 's/^/| /' conftest.$ac_ext >&5
9996    
9997     ac_header_preproc=no
9998     fi
9999 pcg 1.33
10000 pcg 1.1 rm -f conftest.err conftest.$ac_ext
10001 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10002     echo "${ECHO_T}$ac_header_preproc" >&6; }
10003 pcg 1.1
10004     # So? What about this header?
10005 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10006     yes:no: )
10007 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10008     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10009 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10010     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10011     ac_header_preproc=yes
10012 pcg 1.1 ;;
10013 pcg 1.11 no:yes:* )
10014 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10015     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10016 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10017     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10018     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10019     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10020     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10021     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10022 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10023     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10024 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10025     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10026 pcg 1.33
10027 pcg 1.1 ;;
10028     esac
10029 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10030     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10031     if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10032 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
10033     else
10034 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
10035 pcg 1.1 fi
10036 pcg 1.33 ac_res=`eval echo '${'$as_ac_Header'}'`
10037     { echo "$as_me:$LINENO: result: $ac_res" >&5
10038     echo "${ECHO_T}$ac_res" >&6; }
10039 pcg 1.1
10040     fi
10041     if test `eval echo '${'$as_ac_Header'}'` = yes; then
10042     cat >>confdefs.h <<_ACEOF
10043     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10044     _ACEOF
10045    
10046     else
10047     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
10048     echo "$as_me: error: OpenSSL header files not found." >&2;}
10049     { (exit 1); exit 1; }; }; break
10050    
10051     fi
10052    
10053     done
10054    
10055    
10056     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
10057    
10058 pcg 1.33 { echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
10059     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6; }
10060 pcg 1.1 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
10061     echo $ECHO_N "(cached) $ECHO_C" >&6
10062     else
10063     ac_check_lib_save_LIBS=$LIBS
10064     LIBS="-lcrypto $LIBS"
10065     cat >conftest.$ac_ext <<_ACEOF
10066     /* confdefs.h. */
10067     _ACEOF
10068     cat confdefs.h >>conftest.$ac_ext
10069     cat >>conftest.$ac_ext <<_ACEOF
10070     /* end confdefs.h. */
10071    
10072 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
10073     Use char because int might match the return type of a GCC
10074     builtin and then its argument prototype would still apply. */
10075 pcg 1.1 #ifdef __cplusplus
10076     extern "C"
10077     #endif
10078     char SHA1_version ();
10079     int
10080     main ()
10081     {
10082 pcg 1.33 return SHA1_version ();
10083 pcg 1.1 ;
10084     return 0;
10085     }
10086     _ACEOF
10087     rm -f conftest.$ac_objext conftest$ac_exeext
10088 pcg 1.33 if { (ac_try="$ac_link"
10089     case "(($ac_try" in
10090     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10091     *) ac_try_echo=$ac_try;;
10092     esac
10093     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10094     (eval "$ac_link") 2>conftest.er1
10095 pcg 1.1 ac_status=$?
10096 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
10097     rm -f conftest.er1
10098     cat conftest.err >&5
10099 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10100 pcg 1.33 (exit $ac_status); } && {
10101     test -z "$ac_cxx_werror_flag" ||
10102     test ! -s conftest.err
10103     } && test -s conftest$ac_exeext &&
10104     $as_test_x conftest$ac_exeext; then
10105 pcg 1.1 ac_cv_lib_crypto_SHA1_version=yes
10106     else
10107     echo "$as_me: failed program was:" >&5
10108     sed 's/^/| /' conftest.$ac_ext >&5
10109    
10110 pcg 1.33 ac_cv_lib_crypto_SHA1_version=no
10111 pcg 1.1 fi
10112 pcg 1.33
10113     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10114 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
10115 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
10116     fi
10117 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
10118     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6; }
10119 pcg 1.1 if test $ac_cv_lib_crypto_SHA1_version = yes; then
10120     LIBS="$LIBS -lcrypto"
10121     else
10122     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
10123     echo "$as_me: error: OpenSSL libraries not found." >&2;}
10124     { (exit 1); exit 1; }; }
10125    
10126     fi
10127    
10128    
10129    
10130    
10131    
10132    
10133     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
10134     do
10135     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10136 pcg 1.33 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10137     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10138     if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10139 pcg 1.1 echo $ECHO_N "(cached) $ECHO_C" >&6
10140     else
10141     cat >conftest.$ac_ext <<_ACEOF
10142     /* confdefs.h. */
10143     _ACEOF
10144     cat confdefs.h >>conftest.$ac_ext
10145     cat >>conftest.$ac_ext <<_ACEOF
10146     /* end confdefs.h. */
10147 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10148     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10149     #define $ac_func innocuous_$ac_func
10150    
10151 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
10152     which can conflict with char $ac_func (); below.
10153     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10154     <limits.h> exists even on freestanding compilers. */
10155 pcg 1.11
10156 pcg 1.1 #ifdef __STDC__
10157     # include <limits.h>
10158     #else
10159     # include <assert.h>
10160     #endif
10161 pcg 1.11
10162     #undef $ac_func
10163    
10164 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
10165     Use char because int might match the return type of a GCC
10166     builtin and then its argument prototype would still apply. */
10167 pcg 1.1 #ifdef __cplusplus
10168     extern "C"
10169     #endif
10170     char $ac_func ();
10171     /* The GNU C library defines this for functions which it implements
10172     to always fail with ENOSYS. Some functions are actually named
10173     something starting with __ and the normal name is an alias. */
10174 pcg 1.33 #if defined __stub_$ac_func || defined __stub___$ac_func
10175 pcg 1.1 choke me
10176     #endif
10177    
10178     int
10179     main ()
10180     {
10181 pcg 1.33 return $ac_func ();
10182 pcg 1.1 ;
10183     return 0;
10184     }
10185     _ACEOF
10186     rm -f conftest.$ac_objext conftest$ac_exeext
10187 pcg 1.33 if { (ac_try="$ac_link"
10188     case "(($ac_try" in
10189     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10190     *) ac_try_echo=$ac_try;;
10191     esac
10192     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10193     (eval "$ac_link") 2>conftest.er1
10194 pcg 1.1 ac_status=$?
10195 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
10196     rm -f conftest.er1
10197     cat conftest.err >&5
10198 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10199 pcg 1.33 (exit $ac_status); } && {
10200     test -z "$ac_cxx_werror_flag" ||
10201     test ! -s conftest.err
10202     } && test -s conftest$ac_exeext &&
10203     $as_test_x conftest$ac_exeext; then
10204 pcg 1.1 eval "$as_ac_var=yes"
10205     else
10206     echo "$as_me: failed program was:" >&5
10207     sed 's/^/| /' conftest.$ac_ext >&5
10208    
10209 pcg 1.33 eval "$as_ac_var=no"
10210 pcg 1.1 fi
10211 pcg 1.33
10212     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10213 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
10214 pcg 1.1 fi
10215 pcg 1.33 ac_res=`eval echo '${'$as_ac_var'}'`
10216     { echo "$as_me:$LINENO: result: $ac_res" >&5
10217     echo "${ECHO_T}$ac_res" >&6; }
10218 pcg 1.1 if test `eval echo '${'$as_ac_var'}'` = yes; then
10219     cat >>confdefs.h <<_ACEOF
10220     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10221     _ACEOF
10222    
10223     fi
10224     done
10225    
10226    
10227 pcg 1.33 { echo "$as_me:$LINENO: checking for dlopen" >&5
10228     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10229 pcg 1.1 if test "${ac_cv_func_dlopen+set}" = set; then
10230     echo $ECHO_N "(cached) $ECHO_C" >&6
10231     else
10232     cat >conftest.$ac_ext <<_ACEOF
10233     /* confdefs.h. */
10234     _ACEOF
10235     cat confdefs.h >>conftest.$ac_ext
10236     cat >>conftest.$ac_ext <<_ACEOF
10237     /* end confdefs.h. */
10238 pcg 1.11 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10239     For example, HP-UX 11i <limits.h> declares gettimeofday. */
10240     #define dlopen innocuous_dlopen
10241    
10242 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
10243     which can conflict with char dlopen (); below.
10244     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10245     <limits.h> exists even on freestanding compilers. */
10246 pcg 1.11
10247 pcg 1.1 #ifdef __STDC__
10248     # include <limits.h>
10249     #else
10250     # include <assert.h>
10251     #endif
10252 pcg 1.11
10253     #undef dlopen
10254    
10255 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
10256     Use char because int might match the return type of a GCC
10257     builtin and then its argument prototype would still apply. */
10258 pcg 1.1 #ifdef __cplusplus
10259     extern "C"
10260     #endif
10261     char dlopen ();
10262     /* The GNU C library defines this for functions which it implements
10263     to always fail with ENOSYS. Some functions are actually named
10264     something starting with __ and the normal name is an alias. */
10265 pcg 1.33 #if defined __stub_dlopen || defined __stub___dlopen
10266 pcg 1.1 choke me
10267     #endif
10268    
10269     int
10270     main ()
10271     {
10272 pcg 1.33 return dlopen ();
10273 pcg 1.1 ;
10274     return 0;
10275     }
10276     _ACEOF
10277     rm -f conftest.$ac_objext conftest$ac_exeext
10278 pcg 1.33 if { (ac_try="$ac_link"
10279     case "(($ac_try" in
10280     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10281     *) ac_try_echo=$ac_try;;
10282     esac
10283     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10284     (eval "$ac_link") 2>conftest.er1
10285 pcg 1.1 ac_status=$?
10286 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
10287     rm -f conftest.er1
10288     cat conftest.err >&5
10289 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10290 pcg 1.33 (exit $ac_status); } && {
10291     test -z "$ac_cxx_werror_flag" ||
10292     test ! -s conftest.err
10293     } && test -s conftest$ac_exeext &&
10294     $as_test_x conftest$ac_exeext; then
10295 pcg 1.1 ac_cv_func_dlopen=yes
10296     else
10297     echo "$as_me: failed program was:" >&5
10298     sed 's/^/| /' conftest.$ac_ext >&5
10299    
10300 pcg 1.33 ac_cv_func_dlopen=no
10301 pcg 1.1 fi
10302 pcg 1.33
10303     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10304 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
10305 pcg 1.1 fi
10306 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10307     echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10308 pcg 1.1 if test $ac_cv_func_dlopen = yes; then
10309     :
10310     else
10311 pcg 1.33 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10312     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10313 pcg 1.1 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10314     echo $ECHO_N "(cached) $ECHO_C" >&6
10315     else
10316     ac_check_lib_save_LIBS=$LIBS
10317     LIBS="-ldl $LIBS"
10318     cat >conftest.$ac_ext <<_ACEOF
10319     /* confdefs.h. */
10320     _ACEOF
10321     cat confdefs.h >>conftest.$ac_ext
10322     cat >>conftest.$ac_ext <<_ACEOF
10323     /* end confdefs.h. */
10324    
10325 pcg 1.33 /* Override any GCC internal prototype to avoid an error.
10326     Use char because int might match the return type of a GCC
10327     builtin and then its argument prototype would still apply. */
10328 pcg 1.1 #ifdef __cplusplus
10329     extern "C"
10330     #endif
10331     char dlopen ();
10332     int
10333     main ()
10334     {
10335 pcg 1.33 return dlopen ();
10336 pcg 1.1 ;
10337     return 0;
10338     }
10339     _ACEOF
10340     rm -f conftest.$ac_objext conftest$ac_exeext
10341 pcg 1.33 if { (ac_try="$ac_link"
10342     case "(($ac_try" in
10343     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10344     *) ac_try_echo=$ac_try;;
10345     esac
10346     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10347     (eval "$ac_link") 2>conftest.er1
10348 pcg 1.1 ac_status=$?
10349 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
10350     rm -f conftest.er1
10351     cat conftest.err >&5
10352 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10353 pcg 1.33 (exit $ac_status); } && {
10354     test -z "$ac_cxx_werror_flag" ||
10355     test ! -s conftest.err
10356     } && test -s conftest$ac_exeext &&
10357     $as_test_x conftest$ac_exeext; then
10358 pcg 1.1 ac_cv_lib_dl_dlopen=yes
10359     else
10360     echo "$as_me: failed program was:" >&5
10361     sed 's/^/| /' conftest.$ac_ext >&5
10362    
10363 pcg 1.33 ac_cv_lib_dl_dlopen=no
10364 pcg 1.1 fi
10365 pcg 1.33
10366     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10367 pcg 1.11 conftest$ac_exeext conftest.$ac_ext
10368 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
10369     fi
10370 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10371     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10372 pcg 1.1 if test $ac_cv_lib_dl_dlopen = yes; then
10373     LIBS="$LIBS -ldl"
10374     else
10375     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
10376     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
10377     { (exit 1); exit 1; }; }
10378    
10379     fi
10380    
10381    
10382     fi
10383    
10384    
10385 pcg 1.6 if test "x$openssl_include" != x; then
10386     CXXFLAGS="$CXXFLAGS -I$openssl_include"
10387     fi
10388 pcg 1.1
10389 pcg 1.33 # Check whether --enable-static-daemon was given.
10390 pcg 1.21 if test "${enable_static_daemon+set}" = set; then
10391 pcg 1.33 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static
10392    
10393     fi
10394 pcg 1.21
10395    
10396    
10397 pcg 1.1
10398 pcg 1.16
10399    
10400     if test x$rohc = xtrue; then
10401     ROHC_TRUE=
10402     ROHC_FALSE='#'
10403     else
10404     ROHC_TRUE='#'
10405     ROHC_FALSE=
10406     fi
10407    
10408    
10409 pcg 1.30
10410 pcg 1.42 ICMP=1
10411 pcg 1.33 # Check whether --enable-icmp was given.
10412 pcg 1.1 if test "${enable_icmp+set}" = set; then
10413 pcg 1.42 enableval=$enable_icmp; if test "x$enableval" = xno; then
10414     ICMP=0
10415     fi
10416    
10417     fi
10418    
10419     if test "x$ICMP" = x1; then
10420    
10421 pcg 1.1 cat >>confdefs.h <<_ACEOF
10422     #define ENABLE_ICMP 1
10423     _ACEOF
10424    
10425 pcg 1.42 fi
10426    
10427     TCP=1
10428     # Check whether --enable-tcp was given.
10429     if test "${enable_tcp+set}" = set; then
10430     enableval=$enable_tcp; if test "x$enableval" = xno; then
10431     TCP=0
10432     fi
10433 pcg 1.1
10434 pcg 1.33 fi
10435    
10436 pcg 1.42 if test "x$TCP" = x1; then
10437 pcg 1.1
10438     cat >>confdefs.h <<_ACEOF
10439     #define ENABLE_TCP 1
10440     _ACEOF
10441    
10442 pcg 1.42 fi
10443    
10444     HTTP=1
10445     # Check whether --enable-http-proxy was given.
10446     if test "${enable_http_proxy+set}" = set; then
10447     enableval=$enable_http_proxy; if test "x$enableval" = xno; then
10448     HTTP=0
10449     fi
10450 pcg 1.1
10451 pcg 1.33 fi
10452    
10453 pcg 1.42 if test "x$HTTP" = x1; then
10454    
10455     cat >>confdefs.h <<_ACEOF
10456     #define ENABLE_HTTP_PROXY 1
10457     _ACEOF
10458    
10459     fi
10460 pcg 1.1
10461 pcg 1.33 # Check whether --enable-dns was given.
10462 pcg 1.17 if test "${enable_dns+set}" = set; then
10463 pcg 1.33 enableval=$enable_dns;
10464 pcg 1.24 if test "${ac_cv_header_gmp_h+set}" = set; then
10465 pcg 1.33 { echo "$as_me:$LINENO: checking for gmp.h" >&5
10466     echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; }
10467 pcg 1.24 if test "${ac_cv_header_gmp_h+set}" = set; then
10468     echo $ECHO_N "(cached) $ECHO_C" >&6
10469     fi
10470 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
10471     echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; }
10472 pcg 1.24 else
10473     # Is the header compilable?
10474 pcg 1.33 { echo "$as_me:$LINENO: checking gmp.h usability" >&5
10475     echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6; }
10476 pcg 1.24 cat >conftest.$ac_ext <<_ACEOF
10477     /* confdefs.h. */
10478     _ACEOF
10479     cat confdefs.h >>conftest.$ac_ext
10480     cat >>conftest.$ac_ext <<_ACEOF
10481     /* end confdefs.h. */
10482     $ac_includes_default
10483     #include <gmp.h>
10484     _ACEOF
10485     rm -f conftest.$ac_objext
10486 pcg 1.33 if { (ac_try="$ac_compile"
10487     case "(($ac_try" in
10488     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10489     *) ac_try_echo=$ac_try;;
10490     esac
10491     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10492     (eval "$ac_compile") 2>conftest.er1
10493 pcg 1.24 ac_status=$?
10494     grep -v '^ *+' conftest.er1 >conftest.err
10495     rm -f conftest.er1
10496     cat conftest.err >&5
10497     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10498 pcg 1.33 (exit $ac_status); } && {
10499     test -z "$ac_cxx_werror_flag" ||
10500     test ! -s conftest.err
10501     } && test -s conftest.$ac_objext; then
10502 pcg 1.24 ac_header_compiler=yes
10503     else
10504     echo "$as_me: failed program was:" >&5
10505     sed 's/^/| /' conftest.$ac_ext >&5
10506    
10507 pcg 1.33 ac_header_compiler=no
10508 pcg 1.24 fi
10509 pcg 1.33
10510     rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10511     { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10512     echo "${ECHO_T}$ac_header_compiler" >&6; }
10513 pcg 1.24
10514     # Is the header present?
10515 pcg 1.33 { echo "$as_me:$LINENO: checking gmp.h presence" >&5
10516     echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6; }
10517 pcg 1.24 cat >conftest.$ac_ext <<_ACEOF
10518     /* confdefs.h. */
10519     _ACEOF
10520     cat confdefs.h >>conftest.$ac_ext
10521     cat >>conftest.$ac_ext <<_ACEOF
10522     /* end confdefs.h. */
10523     #include <gmp.h>
10524     _ACEOF
10525 pcg 1.33 if { (ac_try="$ac_cpp conftest.$ac_ext"
10526     case "(($ac_try" in
10527     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10528     *) ac_try_echo=$ac_try;;
10529     esac
10530     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10531     (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10532 pcg 1.24 ac_status=$?
10533     grep -v '^ *+' conftest.er1 >conftest.err
10534     rm -f conftest.er1
10535     cat conftest.err >&5
10536     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10537 pcg 1.33 (exit $ac_status); } >/dev/null && {
10538     test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10539     test ! -s conftest.err
10540     }; then
10541 pcg 1.24 ac_header_preproc=yes
10542     else
10543     echo "$as_me: failed program was:" >&5
10544     sed 's/^/| /' conftest.$ac_ext >&5
10545    
10546     ac_header_preproc=no
10547     fi
10548 pcg 1.33
10549 pcg 1.24 rm -f conftest.err conftest.$ac_ext
10550 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10551     echo "${ECHO_T}$ac_header_preproc" >&6; }
10552 pcg 1.24
10553     # So? What about this header?
10554     case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10555     yes:no: )
10556     { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10557     echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10558     { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
10559     echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
10560     ac_header_preproc=yes
10561     ;;
10562     no:yes:* )
10563     { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
10564     echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
10565     { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
10566     echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
10567     { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
10568     echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
10569     { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
10570     echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10571     { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
10572     echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
10573     { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
10574     echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
10575 pcg 1.33
10576 pcg 1.24 ;;
10577     esac
10578 pcg 1.33 { echo "$as_me:$LINENO: checking for gmp.h" >&5
10579     echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; }
10580 pcg 1.24 if test "${ac_cv_header_gmp_h+set}" = set; then
10581     echo $ECHO_N "(cached) $ECHO_C" >&6
10582     else
10583     ac_cv_header_gmp_h=$ac_header_preproc
10584     fi
10585 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
10586     echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; }
10587 pcg 1.24
10588     fi
10589     if test $ac_cv_header_gmp_h = yes; then
10590     :
10591     else
10592     { { echo "$as_me:$LINENO: error: gmp.h not found, required for --enable-dns" >&5
10593     echo "$as_me: error: gmp.h not found, required for --enable-dns" >&2;}
10594     { (exit 1); exit 1; }; }
10595     fi
10596    
10597    
10598    
10599 pcg 1.33 { echo "$as_me:$LINENO: checking for main in -lgmp" >&5
10600     echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6; }
10601 pcg 1.24 if test "${ac_cv_lib_gmp_main+set}" = set; then
10602     echo $ECHO_N "(cached) $ECHO_C" >&6
10603     else
10604     ac_check_lib_save_LIBS=$LIBS
10605     LIBS="-lgmp $LIBS"
10606     cat >conftest.$ac_ext <<_ACEOF
10607     /* confdefs.h. */
10608     _ACEOF
10609     cat confdefs.h >>conftest.$ac_ext
10610     cat >>conftest.$ac_ext <<_ACEOF
10611     /* end confdefs.h. */
10612    
10613    
10614     int
10615     main ()
10616     {
10617 pcg 1.33 return main ();
10618 pcg 1.24 ;
10619     return 0;
10620     }
10621     _ACEOF
10622     rm -f conftest.$ac_objext conftest$ac_exeext
10623 pcg 1.33 if { (ac_try="$ac_link"
10624     case "(($ac_try" in
10625     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10626     *) ac_try_echo=$ac_try;;
10627     esac
10628     eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10629     (eval "$ac_link") 2>conftest.er1
10630 pcg 1.24 ac_status=$?
10631     grep -v '^ *+' conftest.er1 >conftest.err
10632     rm -f conftest.er1
10633     cat conftest.err >&5
10634     echo "$as_me:$LINENO: \$? = $ac_status" >&5
10635 pcg 1.33 (exit $ac_status); } && {
10636     test -z "$ac_cxx_werror_flag" ||
10637     test ! -s conftest.err
10638     } && test -s conftest$ac_exeext &&
10639     $as_test_x conftest$ac_exeext; then
10640 pcg 1.24 ac_cv_lib_gmp_main=yes
10641     else
10642     echo "$as_me: failed program was:" >&5
10643     sed 's/^/| /' conftest.$ac_ext >&5
10644    
10645 pcg 1.33 ac_cv_lib_gmp_main=no
10646 pcg 1.24 fi
10647 pcg 1.33
10648     rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10649 pcg 1.24 conftest$ac_exeext conftest.$ac_ext
10650     LIBS=$ac_check_lib_save_LIBS
10651     fi
10652 pcg 1.33 { echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
10653     echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6; }
10654 pcg 1.24 if test $ac_cv_lib_gmp_main = yes; then
10655     cat >>confdefs.h <<_ACEOF
10656     #define HAVE_LIBGMP 1
10657     _ACEOF
10658    
10659     LIBS="-lgmp $LIBS"
10660    
10661     else
10662     { { echo "$as_me:$LINENO: error: libgmp not found, required for --enable-dns" >&5
10663     echo "$as_me: error: libgmp not found, required for --enable-dns" >&2;}
10664     { (exit 1); exit 1; }; }
10665     fi
10666    
10667    
10668    
10669 pcg 1.17 cat >>confdefs.h <<_ACEOF
10670     #define ENABLE_DNS 1
10671     _ACEOF
10672    
10673    
10674 pcg 1.24
10675 pcg 1.33 fi
10676    
10677 pcg 1.17
10678 pcg 1.21 HMAC=12
10679 pcg 1.33 # Check whether --enable-hmac-length was given.
10680 pcg 1.1 if test "${enable_hmac_length+set}" = set; then
10681 pcg 1.33 enableval=$enable_hmac_length; HMAC=$enableval
10682    
10683     fi
10684 pcg 1.1
10685    
10686     cat >>confdefs.h <<_ACEOF
10687     #define HMACLENGTH $HMAC
10688     _ACEOF
10689    
10690    
10691 pcg 1.21 RAND=8
10692 pcg 1.33 # Check whether --enable-rand-length was given.
10693 pcg 1.1 if test "${enable_rand_length+set}" = set; then
10694 pcg 1.33 enableval=$enable_rand_length; RAND=$enableval
10695    
10696     fi
10697 pcg 1.1
10698    
10699     cat >>confdefs.h <<_ACEOF
10700     #define RAND_SIZE $RAND
10701     _ACEOF
10702    
10703    
10704 pcg 1.21 MTU=1500
10705 pcg 1.44 # Check whether --enable-max-mtu was given.
10706     if test "${enable_max_mtu+set}" = set; then
10707     enableval=$enable_max_mtu; MTU=$enableval
10708 pcg 1.33
10709     fi
10710 pcg 1.1
10711    
10712     cat >>confdefs.h <<_ACEOF
10713     #define MAX_MTU $MTU + 14
10714     _ACEOF
10715    
10716    
10717     COMPRESS=1
10718 pcg 1.33 # Check whether --enable-compression was given.
10719 pcg 1.1 if test "${enable_compression+set}" = set; then
10720 pcg 1.33 enableval=$enable_compression; if test "x$enableval" = xno; then
10721 pcg 1.1 COMPRESS=0
10722     fi
10723    
10724 pcg 1.33 fi
10725    
10726 pcg 1.1
10727     cat >>confdefs.h <<_ACEOF
10728     #define ENABLE_COMPRESSION $COMPRESS
10729     _ACEOF
10730    
10731    
10732 pcg 1.30 CIPHER=aes_128_cbc
10733 pcg 1.33 # Check whether --enable-cipher was given.
10734 pcg 1.1 if test "${enable_cipher+set}" = set; then
10735 pcg 1.33 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
10736 pcg 1.1 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
10737     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
10738     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
10739    
10740 pcg 1.33 fi
10741    
10742 pcg 1.1
10743     cat >>confdefs.h <<_ACEOF
10744     #define ENABLE_CIPHER EVP_${CIPHER}
10745     _ACEOF
10746    
10747    
10748 pcg 1.30 DIGEST=ripemd160
10749 pcg 1.33 # Check whether --enable-digest was given.
10750 pcg 1.1 if test "${enable_digest+set}" = set; then
10751 pcg 1.33 enableval=$enable_digest; if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi
10752     if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi
10753 pcg 1.1 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
10754     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
10755     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
10756     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
10757    
10758 pcg 1.33 fi
10759    
10760 pcg 1.1
10761     cat >>confdefs.h <<_ACEOF
10762     #define ENABLE_DIGEST EVP_${DIGEST}
10763     _ACEOF
10764    
10765    
10766     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
10767     CXXFLAGS="$CXXFLAGS -fno-rtti"
10768     fi
10769    
10770 pcg 1.39 #if $CXX -v --help 2>&1 | grep -q fexceptions; then
10771     # CXXFLAGS="$CXXFLAGS -fno-exceptions"
10772     #fi
10773 pcg 1.1
10774 pcg 1.36 LIBS="$EXTRA_LIBS $LIBS"
10775    
10776 pcg 1.1
10777    
10778    
10779 pcg 1.33 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
10780 pcg 1.19
10781 pcg 1.1 cat >confcache <<\_ACEOF
10782     # This file is a shell script that caches the results of configure
10783     # tests run on this system so they can be shared between configure
10784     # scripts and configure runs, see configure's option --config-cache.
10785     # It is not useful on other systems. If it contains results you don't
10786     # want to keep, you may remove or edit it.
10787     #
10788     # config.status only pays attention to the cache file if you give it
10789     # the --recheck option to rerun configure.
10790     #
10791     # `ac_cv_env_foo' variables (set or unset) will be overridden when
10792     # loading this file, other *unset* `ac_cv_foo' will be assigned the
10793     # following values.
10794    
10795     _ACEOF
10796    
10797     # The following way of writing the cache mishandles newlines in values,
10798     # but we know of no workaround that is simple, portable, and efficient.
10799 pcg 1.33 # So, we kill variables containing newlines.
10800 pcg 1.1 # Ultrix sh set writes to stderr and can't be redirected directly,
10801     # and sets the high bit in the cache file unless we assign to the vars.
10802 pcg 1.33 (
10803     for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10804     eval ac_val=\$$ac_var
10805     case $ac_val in #(
10806     *${as_nl}*)
10807     case $ac_var in #(
10808     *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
10809     echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
10810     esac
10811     case $ac_var in #(
10812     _ | IFS | as_nl) ;; #(
10813     *) $as_unset $ac_var ;;
10814     esac ;;
10815     esac
10816     done
10817    
10818 pcg 1.1 (set) 2>&1 |
10819 pcg 1.33 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10820     *${as_nl}ac_space=\ *)
10821 pcg 1.1 # `set' does not quote correctly, so add quotes (double-quote
10822     # substitution turns \\\\ into \\, and sed turns \\ into \).
10823     sed -n \
10824 pcg 1.11 "s/'/'\\\\''/g;
10825     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10826 pcg 1.33 ;; #(
10827 pcg 1.1 *)
10828     # `set' quotes correctly as required by POSIX, so do not add quotes.
10829 pcg 1.33 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10830 pcg 1.1 ;;
10831 pcg 1.33 esac |
10832     sort
10833     ) |
10834 pcg 1.1 sed '
10835 pcg 1.33 /^ac_cv_env_/b end
10836 pcg 1.1 t clear
10837 pcg 1.33 :clear
10838 pcg 1.1 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10839     t end
10840 pcg 1.33 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10841     :end' >>confcache
10842     if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10843     if test -w "$cache_file"; then
10844     test "x$cache_file" != "x/dev/null" &&
10845     { echo "$as_me:$LINENO: updating cache $cache_file" >&5
10846     echo "$as_me: updating cache $cache_file" >&6;}
10847 pcg 1.1 cat confcache >$cache_file
10848     else
10849 pcg 1.33 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
10850     echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10851 pcg 1.1 fi
10852     fi
10853     rm -f confcache
10854    
10855     test "x$prefix" = xNONE && prefix=$ac_default_prefix
10856     # Let make expand exec_prefix.
10857     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10858    
10859     DEFS=-DHAVE_CONFIG_H
10860    
10861     ac_libobjs=
10862     ac_ltlibobjs=
10863     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10864     # 1. Remove the extension, and $U if already installed.
10865 pcg 1.33 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
10866     ac_i=`echo "$ac_i" | sed "$ac_script"`
10867     # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
10868     # will be set to the directory where LIBOBJS objects are built.
10869     ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10870     ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
10871 pcg 1.1 done
10872     LIBOBJS=$ac_libobjs
10873    
10874     LTLIBOBJS=$ac_ltlibobjs
10875    
10876    
10877     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10878     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10879     Usually this means the macro was only invoked conditionally." >&5
10880     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10881     Usually this means the macro was only invoked conditionally." >&2;}
10882     { (exit 1); exit 1; }; }
10883     fi
10884     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10885     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10886     Usually this means the macro was only invoked conditionally." >&5
10887     echo "$as_me: error: conditional \"AMDEP\" was never defined.
10888     Usually this means the macro was only invoked conditionally." >&2;}
10889     { (exit 1); exit 1; }; }
10890     fi
10891     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10892     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10893     Usually this means the macro was only invoked conditionally." >&5
10894     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10895     Usually this means the macro was only invoked conditionally." >&2;}
10896     { (exit 1); exit 1; }; }
10897     fi
10898     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10899     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10900     Usually this means the macro was only invoked conditionally." >&5
10901     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10902     Usually this means the macro was only invoked conditionally." >&2;}
10903     { (exit 1); exit 1; }; }
10904     fi
10905 pcg 1.16 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
10906     { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
10907     Usually this means the macro was only invoked conditionally." >&5
10908     echo "$as_me: error: conditional \"ROHC\" was never defined.
10909     Usually this means the macro was only invoked conditionally." >&2;}
10910     { (exit 1); exit 1; }; }
10911     fi
10912 pcg 1.1
10913     : ${CONFIG_STATUS=./config.status}
10914     ac_clean_files_save=$ac_clean_files
10915     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10916     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10917     echo "$as_me: creating $CONFIG_STATUS" >&6;}
10918     cat >$CONFIG_STATUS <<_ACEOF
10919     #! $SHELL
10920     # Generated by $as_me.
10921     # Run this file to recreate the current configuration.
10922     # Compiler output produced by configure, useful for debugging
10923     # configure, is in config.log if it exists.
10924    
10925     debug=false
10926     ac_cs_recheck=false
10927     ac_cs_silent=false
10928     SHELL=\${CONFIG_SHELL-$SHELL}
10929     _ACEOF
10930    
10931     cat >>$CONFIG_STATUS <<\_ACEOF
10932     ## --------------------- ##
10933     ## M4sh Initialization. ##
10934     ## --------------------- ##
10935    
10936 pcg 1.33 # Be more Bourne compatible
10937     DUALCASE=1; export DUALCASE # for MKS sh
10938 pcg 1.1 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10939     emulate sh
10940     NULLCMD=:
10941     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10942     # is contrary to our usage. Disable this feature.
10943     alias -g '${1+"$@"}'='"$@"'
10944 pcg 1.33 setopt NO_GLOB_SUBST
10945     else
10946     case `(set -o) 2>/dev/null` in
10947     *posix*) set -o posix ;;
10948     esac
10949    
10950     fi
10951    
10952    
10953    
10954    
10955     # PATH needs CR
10956     # Avoid depending upon Character Ranges.
10957     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10958     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10959     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10960     as_cr_digits='0123456789'
10961     as_cr_alnum=$as_cr_Letters$as_cr_digits
10962    
10963     # The user is always right.
10964     if test "${PATH_SEPARATOR+set}" != set; then
10965     echo "#! /bin/sh" >conf$$.sh
10966     echo "exit 0" >>conf$$.sh
10967     chmod +x conf$$.sh
10968     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10969     PATH_SEPARATOR=';'
10970     else
10971     PATH_SEPARATOR=:
10972     fi
10973     rm -f conf$$.sh
10974 pcg 1.1 fi
10975    
10976     # Support unset when possible.
10977 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10978 pcg 1.1 as_unset=unset
10979     else
10980     as_unset=false
10981     fi
10982    
10983    
10984 pcg 1.33 # IFS
10985     # We need space, tab and new line, in precisely that order. Quoting is
10986     # there to prevent editors from complaining about space-tab.
10987     # (If _AS_PATH_WALK were called with IFS unset, it would disable word
10988     # splitting by setting IFS to empty value.)
10989     as_nl='
10990     '
10991     IFS=" "" $as_nl"
10992    
10993     # Find who we are. Look in the path if we contain no directory separator.
10994     case $0 in
10995     *[\\/]* ) as_myself=$0 ;;
10996     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10997     for as_dir in $PATH
10998     do
10999     IFS=$as_save_IFS
11000     test -z "$as_dir" && as_dir=.
11001     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11002     done
11003     IFS=$as_save_IFS
11004    
11005     ;;
11006     esac
11007     # We did not find ourselves, most probably we were run as `sh COMMAND'
11008     # in which case we are not to be found in the path.
11009     if test "x$as_myself" = x; then
11010     as_myself=$0
11011     fi
11012     if test ! -f "$as_myself"; then
11013     echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11014     { (exit 1); exit 1; }
11015     fi
11016    
11017 pcg 1.1 # Work around bugs in pre-3.0 UWIN ksh.
11018 pcg 1.33 for as_var in ENV MAIL MAILPATH
11019     do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11020     done
11021 pcg 1.1 PS1='$ '
11022     PS2='> '
11023     PS4='+ '
11024    
11025     # NLS nuisances.
11026     for as_var in \
11027     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11028     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11029     LC_TELEPHONE LC_TIME
11030     do
11031 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11032 pcg 1.1 eval $as_var=C; export $as_var
11033     else
11034 pcg 1.33 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11035 pcg 1.1 fi
11036     done
11037    
11038     # Required to use basename.
11039 pcg 1.33 if expr a : '\(a\)' >/dev/null 2>&1 &&
11040     test "X`expr 00001 : '.*\(...\)'`" = X001; then
11041 pcg 1.1 as_expr=expr
11042     else
11043     as_expr=false
11044     fi
11045    
11046 pcg 1.33 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11047 pcg 1.1 as_basename=basename
11048     else
11049     as_basename=false
11050     fi
11051    
11052    
11053     # Name of the executable.
11054 pcg 1.33 as_me=`$as_basename -- "$0" ||
11055 pcg 1.1 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11056     X"$0" : 'X\(//\)$' \| \
11057 pcg 1.33 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11058 pcg 1.1 echo X/"$0" |
11059 pcg 1.33 sed '/^.*\/\([^/][^/]*\)\/*$/{
11060     s//\1/
11061     q
11062     }
11063     /^X\/\(\/\/\)$/{
11064     s//\1/
11065     q
11066     }
11067     /^X\/\(\/\).*/{
11068     s//\1/
11069     q
11070     }
11071     s/.*/./; q'`
11072 pcg 1.1
11073 pcg 1.33 # CDPATH.
11074     $as_unset CDPATH
11075 pcg 1.1
11076    
11077    
11078     as_lineno_1=$LINENO
11079     as_lineno_2=$LINENO
11080     test "x$as_lineno_1" != "x$as_lineno_2" &&
11081 pcg 1.33 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
11082 pcg 1.1
11083     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11084     # uniformly replaced by the line number. The first 'sed' inserts a
11085 pcg 1.33 # line-number line after each line using $LINENO; the second 'sed'
11086     # does the real work. The second script uses 'N' to pair each
11087     # line-number line with the line containing $LINENO, and appends
11088     # trailing '-' during substitution so that $LINENO is not a special
11089     # case at line end.
11090 pcg 1.1 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11091 pcg 1.33 # scripts with optimization help from Paolo Bonzini. Blame Lee
11092     # E. McMahon (1931-1989) for sed's syntax. :-)
11093     sed -n '
11094     p
11095     /[$]LINENO/=
11096     ' <$as_myself |
11097 pcg 1.1 sed '
11098 pcg 1.33 s/[$]LINENO.*/&-/
11099     t lineno
11100     b
11101     :lineno
11102 pcg 1.1 N
11103 pcg 1.33 :loop
11104     s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
11105 pcg 1.1 t loop
11106 pcg 1.33 s/-\n.*//
11107 pcg 1.1 ' >$as_me.lineno &&
11108 pcg 1.33 chmod +x "$as_me.lineno" ||
11109     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
11110 pcg 1.1 { (exit 1); exit 1; }; }
11111    
11112     # Don't try to exec as it changes $[0], causing all sort of problems
11113     # (the dirname of $[0] is not the place where we might find the
11114 pcg 1.33 # original and so on. Autoconf is especially sensitive to this).
11115     . "./$as_me.lineno"
11116 pcg 1.1 # Exit status is that of the last command.
11117     exit
11118     }
11119    
11120    
11121 pcg 1.33 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11122     as_dirname=dirname
11123     else
11124     as_dirname=false
11125     fi
11126    
11127     ECHO_C= ECHO_N= ECHO_T=
11128     case `echo -n x` in
11129     -n*)
11130     case `echo 'x\c'` in
11131     *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11132     *) ECHO_C='\c';;
11133     esac;;
11134     *)
11135     ECHO_N='-n';;
11136 pcg 1.1 esac
11137    
11138 pcg 1.33 if expr a : '\(a\)' >/dev/null 2>&1 &&
11139     test "X`expr 00001 : '.*\(...\)'`" = X001; then
11140 pcg 1.1 as_expr=expr
11141     else
11142     as_expr=false
11143     fi
11144    
11145     rm -f conf$$ conf$$.exe conf$$.file
11146 pcg 1.33 if test -d conf$$.dir; then
11147     rm -f conf$$.dir/conf$$.file
11148     else
11149     rm -f conf$$.dir
11150     mkdir conf$$.dir
11151     fi
11152 pcg 1.1 echo >conf$$.file
11153     if ln -s conf$$.file conf$$ 2>/dev/null; then
11154 pcg 1.33 as_ln_s='ln -s'
11155     # ... but there are two gotchas:
11156     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11157     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11158     # In both cases, we have to default to `cp -p'.
11159     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11160 pcg 1.1 as_ln_s='cp -p'
11161     elif ln conf$$.file conf$$ 2>/dev/null; then
11162     as_ln_s=ln
11163     else
11164     as_ln_s='cp -p'
11165     fi
11166 pcg 1.33 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11167     rmdir conf$$.dir 2>/dev/null
11168 pcg 1.1
11169     if mkdir -p . 2>/dev/null; then
11170     as_mkdir_p=:
11171     else
11172 pcg 1.11 test -d ./-p && rmdir ./-p
11173 pcg 1.1 as_mkdir_p=false
11174     fi
11175    
11176 pcg 1.33 if test -x / >/dev/null 2>&1; then
11177     as_test_x='test -x'
11178     else
11179     if ls -dL / >/dev/null 2>&1; then
11180     as_ls_L_option=L
11181     else
11182     as_ls_L_option=
11183     fi
11184     as_test_x='
11185     eval sh -c '\''
11186     if test -d "$1"; then
11187     test -d "$1/.";
11188     else
11189     case $1 in
11190     -*)set "./$1";;
11191     esac;
11192     case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
11193     ???[sx]*):;;*)false;;esac;fi
11194     '\'' sh
11195     '
11196     fi
11197     as_executable_p=$as_test_x
11198 pcg 1.1
11199     # Sed expression to map a string onto a valid CPP name.
11200 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11201 pcg 1.1
11202     # Sed expression to map a string onto a valid variable name.
11203 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11204 pcg 1.1
11205    
11206     exec 6>&1
11207    
11208 pcg 1.33 # Save the log message, to keep $[0] and so on meaningful, and to
11209 pcg 1.1 # report actual input values of CONFIG_FILES etc. instead of their
11210 pcg 1.33 # values after options handling.
11211     ac_log="
11212 pcg 1.1 This file was extended by $as_me, which was
11213 pcg 1.33 generated by GNU Autoconf 2.61. Invocation command line was
11214 pcg 1.1
11215     CONFIG_FILES = $CONFIG_FILES
11216     CONFIG_HEADERS = $CONFIG_HEADERS
11217     CONFIG_LINKS = $CONFIG_LINKS
11218     CONFIG_COMMANDS = $CONFIG_COMMANDS
11219     $ $0 $@
11220    
11221 pcg 1.33 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11222     "
11223    
11224 pcg 1.1 _ACEOF
11225    
11226 pcg 1.33 cat >>$CONFIG_STATUS <<_ACEOF
11227 pcg 1.1 # Files that config.status was made for.
11228 pcg 1.33 config_files="$ac_config_files"
11229     config_headers="$ac_config_headers"
11230     config_commands="$ac_config_commands"
11231 pcg 1.1
11232 pcg 1.33 _ACEOF
11233 pcg 1.1
11234     cat >>$CONFIG_STATUS <<\_ACEOF
11235     ac_cs_usage="\
11236     \`$as_me' instantiates files from templates according to the
11237     current configuration.
11238    
11239     Usage: $0 [OPTIONS] [FILE]...
11240    
11241     -h, --help print this help, then exit
11242 pcg 1.33 -V, --version print version number and configuration settings, then exit
11243 pcg 1.1 -q, --quiet do not print progress messages
11244     -d, --debug don't remove temporary files
11245     --recheck update $as_me by reconfiguring in the same conditions
11246     --file=FILE[:TEMPLATE]
11247 pcg 1.11 instantiate the configuration file FILE
11248 pcg 1.1 --header=FILE[:TEMPLATE]
11249 pcg 1.11 instantiate the configuration header FILE
11250 pcg 1.1
11251     Configuration files:
11252     $config_files
11253    
11254     Configuration headers:
11255     $config_headers
11256    
11257     Configuration commands:
11258     $config_commands
11259    
11260     Report bugs to <bug-autoconf@gnu.org>."
11261 pcg 1.33
11262 pcg 1.1 _ACEOF
11263     cat >>$CONFIG_STATUS <<_ACEOF
11264     ac_cs_version="\\
11265     config.status
11266 pcg 1.33 configured by $0, generated by GNU Autoconf 2.61,
11267     with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11268 pcg 1.1
11269 pcg 1.33 Copyright (C) 2006 Free Software Foundation, Inc.
11270 pcg 1.1 This config.status script is free software; the Free Software Foundation
11271     gives unlimited permission to copy, distribute and modify it."
11272 pcg 1.33
11273     ac_pwd='$ac_pwd'
11274     srcdir='$srcdir'
11275     INSTALL='$INSTALL'
11276 pcg 1.1 _ACEOF
11277    
11278     cat >>$CONFIG_STATUS <<\_ACEOF
11279     # If no file are specified by the user, then we need to provide default
11280     # value. By we need to know if files were specified by the user.
11281     ac_need_defaults=:
11282     while test $# != 0
11283     do
11284     case $1 in
11285     --*=*)
11286 pcg 1.33 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11287     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11288 pcg 1.1 ac_shift=:
11289     ;;
11290 pcg 1.33 *)
11291 pcg 1.1 ac_option=$1
11292     ac_optarg=$2
11293     ac_shift=shift
11294     ;;
11295     esac
11296    
11297     case $ac_option in
11298     # Handling of the options.
11299     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11300     ac_cs_recheck=: ;;
11301 pcg 1.33 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11302     echo "$ac_cs_version"; exit ;;
11303     --debug | --debu | --deb | --de | --d | -d )
11304 pcg 1.1 debug=: ;;
11305     --file | --fil | --fi | --f )
11306     $ac_shift
11307     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11308     ac_need_defaults=false;;
11309     --header | --heade | --head | --hea )
11310     $ac_shift
11311     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11312     ac_need_defaults=false;;
11313 pcg 1.33 --he | --h)
11314     # Conflict between --help and --header
11315     { echo "$as_me: error: ambiguous option: $1
11316     Try \`$0 --help' for more information." >&2
11317     { (exit 1); exit 1; }; };;
11318     --help | --hel | -h )
11319     echo "$ac_cs_usage"; exit ;;
11320 pcg 1.1 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11321     | -silent | --silent | --silen | --sile | --sil | --si | --s)
11322     ac_cs_silent=: ;;
11323    
11324     # This is an error.
11325 pcg 1.33 -*) { echo "$as_me: error: unrecognized option: $1
11326     Try \`$0 --help' for more information." >&2
11327 pcg 1.1 { (exit 1); exit 1; }; } ;;
11328    
11329 pcg 1.33 *) ac_config_targets="$ac_config_targets $1"
11330     ac_need_defaults=false ;;
11331 pcg 1.1
11332     esac
11333     shift
11334     done
11335    
11336     ac_configure_extra_args=
11337    
11338     if $ac_cs_silent; then
11339     exec 6>/dev/null
11340     ac_configure_extra_args="$ac_configure_extra_args --silent"
11341     fi
11342    
11343     _ACEOF
11344     cat >>$CONFIG_STATUS <<_ACEOF
11345     if \$ac_cs_recheck; then
11346 pcg 1.33 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11347     CONFIG_SHELL=$SHELL
11348     export CONFIG_SHELL
11349     exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11350 pcg 1.1 fi
11351    
11352     _ACEOF
11353 pcg 1.33 cat >>$CONFIG_STATUS <<\_ACEOF
11354     exec 5>>config.log
11355     {
11356     echo
11357     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11358     ## Running $as_me. ##
11359     _ASBOX
11360     echo "$ac_log"
11361     } >&5
11362 pcg 1.1
11363 pcg 1.33 _ACEOF
11364 pcg 1.1 cat >>$CONFIG_STATUS <<_ACEOF
11365     #
11366 pcg 1.33 # INIT-COMMANDS
11367 pcg 1.1 #
11368     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
11369     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
11370     # from automake.
11371     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
11372     # Capture the value of LINGUAS because we need it to compute CATALOGS.
11373     LINGUAS="${LINGUAS-%UNSET%}"
11374    
11375     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11376    
11377     _ACEOF
11378    
11379 pcg 1.33 cat >>$CONFIG_STATUS <<\_ACEOF
11380 pcg 1.1
11381 pcg 1.33 # Handling of arguments.
11382 pcg 1.1 for ac_config_target in $ac_config_targets
11383     do
11384 pcg 1.33 case $ac_config_target in
11385     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11386     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
11387     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11388     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11389     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
11390     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11391     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11392     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
11393     "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
11394    
11395 pcg 1.1 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11396     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11397     { (exit 1); exit 1; }; };;
11398     esac
11399     done
11400    
11401 pcg 1.33
11402 pcg 1.1 # If the user did not use the arguments to specify the items to instantiate,
11403     # then the envvar interface is used. Set only those that are not.
11404     # We use the long form for the default assignment because of an extremely
11405     # bizarre bug on SunOS 4.1.3.
11406     if $ac_need_defaults; then
11407     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11408     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11409     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11410     fi
11411    
11412     # Have a temporary directory for convenience. Make it in the build tree
11413 pcg 1.33 # simply because there is no reason against having it here, and in addition,
11414 pcg 1.1 # creating and moving files from /tmp can sometimes cause problems.
11415 pcg 1.33 # Hook for its removal unless debugging.
11416     # Note that there is a small window in which the directory will not be cleaned:
11417     # after its creation but before its name has been assigned to `$tmp'.
11418 pcg 1.1 $debug ||
11419     {
11420 pcg 1.33 tmp=
11421     trap 'exit_status=$?
11422     { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11423     ' 0
11424 pcg 1.1 trap '{ (exit 1); exit 1; }' 1 2 13 15
11425     }
11426     # Create a (secure) tmp directory for tmp files.
11427    
11428     {
11429 pcg 1.33 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11430 pcg 1.1 test -n "$tmp" && test -d "$tmp"
11431     } ||
11432     {
11433 pcg 1.33 tmp=./conf$$-$RANDOM
11434     (umask 077 && mkdir "$tmp")
11435 pcg 1.1 } ||
11436     {
11437     echo "$me: cannot create a temporary directory in ." >&2
11438     { (exit 1); exit 1; }
11439     }
11440    
11441 pcg 1.33 #
11442     # Set up the sed scripts for CONFIG_FILES section.
11443     #
11444    
11445     # No need to generate the scripts if there are no CONFIG_FILES.
11446     # This happens for instance when ./config.status config.h
11447     if test -n "$CONFIG_FILES"; then
11448    
11449 pcg 1.1 _ACEOF
11450    
11451 pcg 1.33
11452    
11453     ac_delim='%!_!# '
11454     for ac_last_try in false false false false false :; do
11455     cat >conf$$subs.sed <<_ACEOF
11456     SHELL!$SHELL$ac_delim
11457     PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
11458     PACKAGE_NAME!$PACKAGE_NAME$ac_delim
11459     PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
11460     PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
11461     PACKAGE_STRING!$PACKAGE_STRING$ac_delim
11462     PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
11463     exec_prefix!$exec_prefix$ac_delim
11464     prefix!$prefix$ac_delim
11465     program_transform_name!$program_transform_name$ac_delim
11466     bindir!$bindir$ac_delim
11467     sbindir!$sbindir$ac_delim
11468     libexecdir!$libexecdir$ac_delim
11469     datarootdir!$datarootdir$ac_delim
11470     datadir!$datadir$ac_delim
11471     sysconfdir!$sysconfdir$ac_delim
11472     sharedstatedir!$sharedstatedir$ac_delim
11473     localstatedir!$localstatedir$ac_delim
11474     includedir!$includedir$ac_delim
11475     oldincludedir!$oldincludedir$ac_delim
11476     docdir!$docdir$ac_delim
11477     infodir!$infodir$ac_delim
11478     htmldir!$htmldir$ac_delim
11479     dvidir!$dvidir$ac_delim
11480     pdfdir!$pdfdir$ac_delim
11481     psdir!$psdir$ac_delim
11482     libdir!$libdir$ac_delim
11483     localedir!$localedir$ac_delim
11484     mandir!$mandir$ac_delim
11485     DEFS!$DEFS$ac_delim
11486     ECHO_C!$ECHO_C$ac_delim
11487     ECHO_N!$ECHO_N$ac_delim
11488     ECHO_T!$ECHO_T$ac_delim
11489     LIBS!$LIBS$ac_delim
11490     build_alias!$build_alias$ac_delim
11491     host_alias!$host_alias$ac_delim
11492     target_alias!$target_alias$ac_delim
11493     build!$build$ac_delim
11494     build_cpu!$build_cpu$ac_delim
11495     build_vendor!$build_vendor$ac_delim
11496     build_os!$build_os$ac_delim
11497     host!$host$ac_delim
11498     host_cpu!$host_cpu$ac_delim
11499     host_vendor!$host_vendor$ac_delim
11500     host_os!$host_os$ac_delim
11501     target!$target$ac_delim
11502     target_cpu!$target_cpu$ac_delim
11503     target_vendor!$target_vendor$ac_delim
11504     target_os!$target_os$ac_delim
11505     INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
11506     INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
11507     INSTALL_DATA!$INSTALL_DATA$ac_delim
11508     CYGPATH_W!$CYGPATH_W$ac_delim
11509     PACKAGE!$PACKAGE$ac_delim
11510     VERSION!$VERSION$ac_delim
11511     ACLOCAL!$ACLOCAL$ac_delim
11512     AUTOCONF!$AUTOCONF$ac_delim
11513     AUTOMAKE!$AUTOMAKE$ac_delim
11514     AUTOHEADER!$AUTOHEADER$ac_delim
11515     MAKEINFO!$MAKEINFO$ac_delim
11516     AMTAR!$AMTAR$ac_delim
11517     install_sh!$install_sh$ac_delim
11518     STRIP!$STRIP$ac_delim
11519     INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
11520     AWK!$AWK$ac_delim
11521     SET_MAKE!$SET_MAKE$ac_delim
11522     am__leading_dot!$am__leading_dot$ac_delim
11523     MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
11524     MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
11525     MAINT!$MAINT$ac_delim
11526     MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
11527     MSGFMT!$MSGFMT$ac_delim
11528     GMSGFMT!$GMSGFMT$ac_delim
11529     XGETTEXT!$XGETTEXT$ac_delim
11530     MSGMERGE!$MSGMERGE$ac_delim
11531     CC!$CC$ac_delim
11532     CFLAGS!$CFLAGS$ac_delim
11533     LDFLAGS!$LDFLAGS$ac_delim
11534     CPPFLAGS!$CPPFLAGS$ac_delim
11535     ac_ct_CC!$ac_ct_CC$ac_delim
11536     EXEEXT!$EXEEXT$ac_delim
11537     OBJEXT!$OBJEXT$ac_delim
11538     DEPDIR!$DEPDIR$ac_delim
11539     am__include!$am__include$ac_delim
11540     am__quote!$am__quote$ac_delim
11541     AMDEP_TRUE!$AMDEP_TRUE$ac_delim
11542     AMDEP_FALSE!$AMDEP_FALSE$ac_delim
11543     AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
11544     CCDEPMODE!$CCDEPMODE$ac_delim
11545     am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
11546     am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
11547     USE_NLS!$USE_NLS$ac_delim
11548     LIBICONV!$LIBICONV$ac_delim
11549     LTLIBICONV!$LTLIBICONV$ac_delim
11550     INTLLIBS!$INTLLIBS$ac_delim
11551     LIBINTL!$LIBINTL$ac_delim
11552     LTLIBINTL!$LTLIBINTL$ac_delim
11553     _ACEOF
11554    
11555     if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
11556     break
11557     elif $ac_last_try; then
11558     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11559     echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11560     { (exit 1); exit 1; }; }
11561     else
11562     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11563     fi
11564     done
11565    
11566     ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
11567     if test -n "$ac_eof"; then
11568     ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
11569     ac_eof=`expr $ac_eof + 1`
11570     fi
11571    
11572 pcg 1.1 cat >>$CONFIG_STATUS <<_ACEOF
11573 pcg 1.33 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
11574     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11575     _ACEOF
11576     sed '
11577     s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
11578     s/^/s,@/; s/!/@,|#_!!_#|/
11579     :n
11580     t n
11581     s/'"$ac_delim"'$/,g/; t
11582     s/$/\\/; p
11583     N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
11584     ' >>$CONFIG_STATUS <conf$$subs.sed
11585     rm -f conf$$subs.sed
11586     cat >>$CONFIG_STATUS <<_ACEOF
11587     CEOF$ac_eof
11588     _ACEOF
11589    
11590 pcg 1.1
11591 pcg 1.33 ac_delim='%!_!# '
11592     for ac_last_try in false false false false false :; do
11593     cat >conf$$subs.sed <<_ACEOF
11594     POSUB!$POSUB$ac_delim
11595     CPP!$CPP$ac_delim
11596     CXX!$CXX$ac_delim
11597     CXXFLAGS!$CXXFLAGS$ac_delim
11598     ac_ct_CXX!$ac_ct_CXX$ac_delim
11599     CXXDEPMODE!$CXXDEPMODE$ac_delim
11600     am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
11601     am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
11602     GREP!$GREP$ac_delim
11603     EGREP!$EGREP$ac_delim
11604     LN_S!$LN_S$ac_delim
11605     RANLIB!$RANLIB$ac_delim
11606     IFTYPE!$IFTYPE$ac_delim
11607     IFSUBTYPE!$IFSUBTYPE$ac_delim
11608     CXXCPP!$CXXCPP$ac_delim
11609     ALLOCA!$ALLOCA$ac_delim
11610     LINUX_IF_TUN_H!$LINUX_IF_TUN_H$ac_delim
11611     HAVE_TUNTAP!$HAVE_TUNTAP$ac_delim
11612     LDFLAGS_DAEMON!$LDFLAGS_DAEMON$ac_delim
11613     ROHC_TRUE!$ROHC_TRUE$ac_delim
11614     ROHC_FALSE!$ROHC_FALSE$ac_delim
11615     INCLUDES!$INCLUDES$ac_delim
11616     LIBOBJS!$LIBOBJS$ac_delim
11617     LTLIBOBJS!$LTLIBOBJS$ac_delim
11618     _ACEOF
11619 pcg 1.1
11620 pcg 1.33 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 24; then
11621     break
11622     elif $ac_last_try; then
11623     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11624     echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11625     { (exit 1); exit 1; }; }
11626     else
11627     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11628 pcg 1.1 fi
11629 pcg 1.33 done
11630    
11631     ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
11632     if test -n "$ac_eof"; then
11633     ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
11634     ac_eof=`expr $ac_eof + 1`
11635     fi
11636 pcg 1.1
11637 pcg 1.33 cat >>$CONFIG_STATUS <<_ACEOF
11638     cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
11639     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
11640     _ACEOF
11641     sed '
11642     s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
11643     s/^/s,@/; s/!/@,|#_!!_#|/
11644     :n
11645     t n
11646     s/'"$ac_delim"'$/,g/; t
11647     s/$/\\/; p
11648     N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
11649     ' >>$CONFIG_STATUS <conf$$subs.sed
11650     rm -f conf$$subs.sed
11651     cat >>$CONFIG_STATUS <<_ACEOF
11652     :end
11653     s/|#_!!_#|//g
11654     CEOF$ac_eof
11655 pcg 1.1 _ACEOF
11656 pcg 1.33
11657    
11658     # VPATH may cause trouble with some makes, so we remove $(srcdir),
11659     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11660     # trailing colons and then remove the whole line if VPATH becomes empty
11661     # (actually we leave an empty line to preserve line numbers).
11662     if test "x$srcdir" = x.; then
11663     ac_vpsub='/^[ ]*VPATH[ ]*=/{
11664     s/:*\$(srcdir):*/:/
11665     s/:*\${srcdir}:*/:/
11666     s/:*@srcdir@:*/:/
11667     s/^\([^=]*=[ ]*\):*/\1/
11668     s/:*$//
11669     s/^[^=]*=[ ]*$//
11670     }'
11671     fi
11672    
11673 pcg 1.1 cat >>$CONFIG_STATUS <<\_ACEOF
11674 pcg 1.33 fi # test -n "$CONFIG_FILES"
11675    
11676    
11677     for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
11678     do
11679     case $ac_tag in
11680     :[FHLC]) ac_mode=$ac_tag; continue;;
11681     esac
11682     case $ac_mode$ac_tag in
11683     :[FHL]*:*);;
11684     :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
11685     echo "$as_me: error: Invalid tag $ac_tag." >&2;}
11686     { (exit 1); exit 1; }; };;
11687     :[FH]-) ac_tag=-:-;;
11688     :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
11689     esac
11690     ac_save_IFS=$IFS
11691     IFS=:
11692     set x $ac_tag
11693     IFS=$ac_save_IFS
11694     shift
11695     ac_file=$1
11696     shift
11697    
11698     case $ac_mode in
11699     :L) ac_source=$1;;
11700     :[FH])
11701     ac_file_inputs=
11702     for ac_f
11703     do
11704     case $ac_f in
11705     -) ac_f="$tmp/stdin";;
11706     *) # Look for the file first in the build tree, then in the source tree
11707     # (if the path is not absolute). The absolute path cannot be DOS-style,
11708     # because $ac_f cannot contain `:'.
11709     test -f "$ac_f" ||
11710     case $ac_f in
11711     [\\/$]*) false;;
11712     *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
11713     esac ||
11714     { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
11715     echo "$as_me: error: cannot find input file: $ac_f" >&2;}
11716     { (exit 1); exit 1; }; };;
11717     esac
11718     ac_file_inputs="$ac_file_inputs $ac_f"
11719     done
11720    
11721     # Let's still pretend it is `configure' which instantiates (i.e., don't
11722     # use $as_me), people would be surprised to read:
11723     # /* config.h. Generated by config.status. */
11724     configure_input="Generated from "`IFS=:
11725     echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
11726     if test x"$ac_file" != x-; then
11727     configure_input="$ac_file. $configure_input"
11728     { echo "$as_me:$LINENO: creating $ac_file" >&5
11729     echo "$as_me: creating $ac_file" >&6;}
11730     fi
11731    
11732     case $ac_tag in
11733     *:-:* | *:-) cat >"$tmp/stdin";;
11734     esac
11735     ;;
11736 pcg 1.1 esac
11737    
11738 pcg 1.33 ac_dir=`$as_dirname -- "$ac_file" ||
11739 pcg 1.1 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11740 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
11741     X"$ac_file" : 'X\(//\)$' \| \
11742 pcg 1.33 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
11743 pcg 1.1 echo X"$ac_file" |
11744 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11745     s//\1/
11746     q
11747     }
11748     /^X\(\/\/\)[^/].*/{
11749     s//\1/
11750     q
11751     }
11752     /^X\(\/\/\)$/{
11753     s//\1/
11754     q
11755     }
11756     /^X\(\/\).*/{
11757     s//\1/
11758     q
11759     }
11760     s/.*/./; q'`
11761     { as_dir="$ac_dir"
11762     case $as_dir in #(
11763     -*) as_dir=./$as_dir;;
11764     esac
11765     test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
11766 pcg 1.1 as_dirs=
11767 pcg 1.33 while :; do
11768     case $as_dir in #(
11769     *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
11770     *) as_qdir=$as_dir;;
11771     esac
11772     as_dirs="'$as_qdir' $as_dirs"
11773     as_dir=`$as_dirname -- "$as_dir" ||
11774 pcg 1.1 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11775 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11776     X"$as_dir" : 'X\(//\)$' \| \
11777 pcg 1.33 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11778 pcg 1.1 echo X"$as_dir" |
11779 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11780     s//\1/
11781     q
11782     }
11783     /^X\(\/\/\)[^/].*/{
11784     s//\1/
11785     q
11786     }
11787     /^X\(\/\/\)$/{
11788     s//\1/
11789     q
11790     }
11791     /^X\(\/\).*/{
11792     s//\1/
11793     q
11794     }
11795     s/.*/./; q'`
11796     test -d "$as_dir" && break
11797 pcg 1.1 done
11798 pcg 1.33 test -z "$as_dirs" || eval "mkdir $as_dirs"
11799     } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
11800     echo "$as_me: error: cannot create directory $as_dir" >&2;}
11801 pcg 1.1 { (exit 1); exit 1; }; }; }
11802     ac_builddir=.
11803    
11804 pcg 1.33 case "$ac_dir" in
11805     .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
11806     *)
11807 pcg 1.1 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11808 pcg 1.33 # A ".." for each directory in $ac_dir_suffix.
11809     ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
11810     case $ac_top_builddir_sub in
11811     "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
11812     *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
11813     esac ;;
11814     esac
11815     ac_abs_top_builddir=$ac_pwd
11816     ac_abs_builddir=$ac_pwd$ac_dir_suffix
11817     # for backward compatibility:
11818     ac_top_builddir=$ac_top_build_prefix
11819 pcg 1.1
11820     case $srcdir in
11821 pcg 1.33 .) # We are building in place.
11822 pcg 1.1 ac_srcdir=.
11823 pcg 1.33 ac_top_srcdir=$ac_top_builddir_sub
11824     ac_abs_top_srcdir=$ac_pwd ;;
11825     [\\/]* | ?:[\\/]* ) # Absolute name.
11826 pcg 1.1 ac_srcdir=$srcdir$ac_dir_suffix;
11827 pcg 1.33 ac_top_srcdir=$srcdir
11828     ac_abs_top_srcdir=$srcdir ;;
11829     *) # Relative name.
11830     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
11831     ac_top_srcdir=$ac_top_build_prefix$srcdir
11832     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
11833 pcg 1.1 esac
11834 pcg 1.33 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
11835 pcg 1.11
11836 pcg 1.1
11837 pcg 1.33 case $ac_mode in
11838     :F)
11839     #
11840     # CONFIG_FILE
11841     #
11842 pcg 1.1
11843     case $INSTALL in
11844     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11845 pcg 1.33 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
11846 pcg 1.1 esac
11847 pcg 1.33 _ACEOF
11848 pcg 1.1
11849 pcg 1.33 cat >>$CONFIG_STATUS <<\_ACEOF
11850     # If the template does not know about datarootdir, expand it.
11851     # FIXME: This hack should be removed a few years after 2.60.
11852     ac_datarootdir_hack=; ac_datarootdir_seen=
11853    
11854     case `sed -n '/datarootdir/ {
11855     p
11856     q
11857     }
11858     /@datadir@/p
11859     /@docdir@/p
11860     /@infodir@/p
11861     /@localedir@/p
11862     /@mandir@/p
11863     ' $ac_file_inputs` in
11864     *datarootdir*) ac_datarootdir_seen=yes;;
11865     *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
11866     { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11867     echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11868     _ACEOF
11869     cat >>$CONFIG_STATUS <<_ACEOF
11870     ac_datarootdir_hack='
11871     s&@datadir@&$datadir&g
11872     s&@docdir@&$docdir&g
11873     s&@infodir@&$infodir&g
11874     s&@localedir@&$localedir&g
11875     s&@mandir@&$mandir&g
11876     s&\\\${datarootdir}&$datarootdir&g' ;;
11877     esac
11878     _ACEOF
11879 pcg 1.1
11880 pcg 1.33 # Neutralize VPATH when `$srcdir' = `.'.
11881     # Shell code in configure.ac might set extrasub.
11882     # FIXME: do we really want to maintain this feature?
11883 pcg 1.1 cat >>$CONFIG_STATUS <<_ACEOF
11884     sed "$ac_vpsub
11885     $extrasub
11886     _ACEOF
11887     cat >>$CONFIG_STATUS <<\_ACEOF
11888     :t
11889     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11890 pcg 1.33 s&@configure_input@&$configure_input&;t t
11891     s&@top_builddir@&$ac_top_builddir_sub&;t t
11892     s&@srcdir@&$ac_srcdir&;t t
11893     s&@abs_srcdir@&$ac_abs_srcdir&;t t
11894     s&@top_srcdir@&$ac_top_srcdir&;t t
11895     s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
11896     s&@builddir@&$ac_builddir&;t t
11897     s&@abs_builddir@&$ac_abs_builddir&;t t
11898     s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
11899     s&@INSTALL@&$ac_INSTALL&;t t
11900     $ac_datarootdir_hack
11901     " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
11902    
11903     test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
11904     { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
11905     { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
11906     { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11907     which seems to be undefined. Please make sure it is defined." >&5
11908     echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11909     which seems to be undefined. Please make sure it is defined." >&2;}
11910 pcg 1.1
11911 pcg 1.33 rm -f "$tmp/stdin"
11912 pcg 1.1 case $ac_file in
11913 pcg 1.33 -) cat "$tmp/out"; rm -f "$tmp/out";;
11914     *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
11915 pcg 1.1 esac
11916 pcg 1.33 ;;
11917     :H)
11918     #
11919     # CONFIG_HEADER
11920     #
11921     _ACEOF
11922    
11923     # Transform confdefs.h into a sed script `conftest.defines', that
11924     # substitutes the proper values into config.h.in to produce config.h.
11925     rm -f conftest.defines conftest.tail
11926     # First, append a space to every undef/define line, to ease matching.
11927     echo 's/$/ /' >conftest.defines
11928     # Then, protect against being on the right side of a sed subst, or in
11929     # an unquoted here document, in config.status. If some macros were
11930     # called several times there might be several #defines for the same
11931     # symbol, which is useless. But do not sort them, since the last
11932     # AC_DEFINE must be honored.
11933     ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11934     # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
11935     # NAME is the cpp macro being defined, VALUE is the value it is being given.
11936     # PARAMS is the parameter list in the macro definition--in most cases, it's
11937     # just an empty string.
11938     ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
11939     ac_dB='\\)[ (].*,\\1define\\2'
11940     ac_dC=' '
11941     ac_dD=' ,'
11942 pcg 1.1
11943 pcg 1.33 uniq confdefs.h |
11944     sed -n '
11945     t rset
11946     :rset
11947     s/^[ ]*#[ ]*define[ ][ ]*//
11948     t ok
11949     d
11950     :ok
11951     s/[\\&,]/\\&/g
11952     s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
11953     s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
11954     ' >>conftest.defines
11955 pcg 1.1
11956 pcg 1.33 # Remove the space that was appended to ease matching.
11957     # Then replace #undef with comments. This is necessary, for
11958 pcg 1.1 # example, in the case of _POSIX_SOURCE, which is predefined and required
11959     # on some systems where configure will not decide to define it.
11960 pcg 1.33 # (The regexp can be short, since the line contains either #define or #undef.)
11961     echo 's/ $//
11962     s,^[ #]*u.*,/* & */,' >>conftest.defines
11963    
11964     # Break up conftest.defines:
11965     ac_max_sed_lines=50
11966    
11967     # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
11968     # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
11969     # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
11970     # et cetera.
11971     ac_in='$ac_file_inputs'
11972     ac_out='"$tmp/out1"'
11973     ac_nxt='"$tmp/out2"'
11974    
11975     while :
11976     do
11977     # Write a here document:
11978     cat >>$CONFIG_STATUS <<_ACEOF
11979     # First, check the format of the line:
11980     cat >"\$tmp/defines.sed" <<\\CEOF
11981     /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
11982     /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
11983     b
11984     :def
11985 pcg 1.1 _ACEOF
11986 pcg 1.33 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
11987 pcg 1.1 echo 'CEOF
11988 pcg 1.33 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
11989     ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
11990     sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
11991     grep . conftest.tail >/dev/null || break
11992 pcg 1.1 rm -f conftest.defines
11993     mv conftest.tail conftest.defines
11994     done
11995 pcg 1.33 rm -f conftest.defines conftest.tail
11996 pcg 1.1
11997 pcg 1.33 echo "ac_result=$ac_in" >>$CONFIG_STATUS
11998 pcg 1.1 cat >>$CONFIG_STATUS <<\_ACEOF
11999     if test x"$ac_file" != x-; then
12000 pcg 1.33 echo "/* $configure_input */" >"$tmp/config.h"
12001     cat "$ac_result" >>"$tmp/config.h"
12002     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
12003 pcg 1.1 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12004     echo "$as_me: $ac_file is unchanged" >&6;}
12005     else
12006     rm -f $ac_file
12007 pcg 1.33 mv "$tmp/config.h" $ac_file
12008 pcg 1.1 fi
12009     else
12010 pcg 1.33 echo "/* $configure_input */"
12011     cat "$ac_result"
12012 pcg 1.1 fi
12013 pcg 1.33 rm -f "$tmp/out12"
12014 pcg 1.1 # Compute $ac_file's index in $config_headers.
12015     _am_stamp_count=1
12016     for _am_header in $config_headers :; do
12017     case $_am_header in
12018     $ac_file | $ac_file:* )
12019     break ;;
12020     * )
12021     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12022     esac
12023     done
12024 pcg 1.33 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
12025 pcg 1.1 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12026 pcg 1.11 X$ac_file : 'X\(//\)[^/]' \| \
12027     X$ac_file : 'X\(//\)$' \| \
12028 pcg 1.33 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
12029 pcg 1.1 echo X$ac_file |
12030 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12031     s//\1/
12032     q
12033     }
12034     /^X\(\/\/\)[^/].*/{
12035     s//\1/
12036     q
12037     }
12038     /^X\(\/\/\)$/{
12039     s//\1/
12040     q
12041     }
12042     /^X\(\/\).*/{
12043     s//\1/
12044     q
12045     }
12046     s/.*/./; q'`/stamp-h$_am_stamp_count
12047     ;;
12048 pcg 1.1
12049 pcg 1.33 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
12050     echo "$as_me: executing $ac_file commands" >&6;}
12051     ;;
12052     esac
12053 pcg 1.1
12054    
12055 pcg 1.33 case $ac_file$ac_mode in
12056     "default-1":C)
12057 pcg 1.1 for ac_file in $CONFIG_FILES; do
12058     # Support "outfile[:infile[:infile...]]"
12059     case "$ac_file" in
12060     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
12061     esac
12062     # PO directories have a Makefile.in generated from Makefile.in.in.
12063     case "$ac_file" in */Makefile.in)
12064     # Adjust a relative srcdir.
12065     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
12066     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
12067     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
12068     # In autoconf-2.13 it is called $ac_given_srcdir.
12069     # In autoconf-2.50 it is called $srcdir.
12070     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
12071     case "$ac_given_srcdir" in
12072     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
12073     /*) top_srcdir="$ac_given_srcdir" ;;
12074     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
12075     esac
12076     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
12077     rm -f "$ac_dir/POTFILES"
12078     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
12079     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
12080     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
12081     # on $ac_dir but don't depend on user-specified configuration
12082     # parameters.
12083     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
12084     # The LINGUAS file contains the set of available languages.
12085     if test -n "$ALL_LINGUAS"; then
12086     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
12087     fi
12088     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
12089     # Hide the ALL_LINGUAS assigment from automake.
12090     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
12091     fi
12092     case "$ac_given_srcdir" in
12093     .) srcdirpre= ;;
12094     *) srcdirpre='$(srcdir)/' ;;
12095     esac
12096     POFILES=
12097     GMOFILES=
12098     UPDATEPOFILES=
12099     DUMMYPOFILES=
12100     for lang in $ALL_LINGUAS; do
12101     POFILES="$POFILES $srcdirpre$lang.po"
12102     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
12103     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
12104     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
12105     done
12106     # CATALOGS depends on both $ac_dir and the user's LINGUAS
12107     # environment variable.
12108     INST_LINGUAS=
12109     if test -n "$ALL_LINGUAS"; then
12110     for presentlang in $ALL_LINGUAS; do
12111     useit=no
12112     if test "%UNSET%" != "$LINGUAS"; then
12113     desiredlanguages="$LINGUAS"
12114     else
12115     desiredlanguages="$ALL_LINGUAS"
12116     fi
12117     for desiredlang in $desiredlanguages; do
12118     # Use the presentlang catalog if desiredlang is
12119     # a. equal to presentlang, or
12120     # b. a variant of presentlang (because in this case,
12121     # presentlang can be used as a fallback for messages
12122     # which are not translated in the desiredlang catalog).
12123     case "$desiredlang" in
12124     "$presentlang"*) useit=yes;;
12125     esac
12126     done
12127     if test $useit = yes; then
12128     INST_LINGUAS="$INST_LINGUAS $presentlang"
12129     fi
12130     done
12131     fi
12132     CATALOGS=
12133     if test -n "$INST_LINGUAS"; then
12134     for lang in $INST_LINGUAS; do
12135     CATALOGS="$CATALOGS $lang.gmo"
12136     done
12137     fi
12138     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
12139     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"
12140     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
12141     if test -f "$f"; then
12142     case "$f" in
12143     *.orig | *.bak | *~) ;;
12144     *) cat "$f" >> "$ac_dir/Makefile" ;;
12145     esac
12146     fi
12147     done
12148     fi
12149     ;;
12150     esac
12151     done ;;
12152 pcg 1.33 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12153 pcg 1.1 # Strip MF so we end up with the name of the file.
12154     mf=`echo "$mf" | sed -e 's/:.*$//'`
12155     # Check whether this is an Automake generated Makefile or not.
12156     # We used to match only the files named `Makefile.in', but
12157     # some people rename them; so instead we look at the file content.
12158     # Grep'ing the first line is not enough: some people post-process
12159     # each Makefile.in and add a new line on top of each file to say so.
12160     # So let's grep whole file.
12161     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12162 pcg 1.33 dirpart=`$as_dirname -- "$mf" ||
12163 pcg 1.1 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12164 pcg 1.11 X"$mf" : 'X\(//\)[^/]' \| \
12165     X"$mf" : 'X\(//\)$' \| \
12166 pcg 1.33 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12167 pcg 1.1 echo X"$mf" |
12168 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12169     s//\1/
12170     q
12171     }
12172     /^X\(\/\/\)[^/].*/{
12173     s//\1/
12174     q
12175     }
12176     /^X\(\/\/\)$/{
12177     s//\1/
12178     q
12179     }
12180     /^X\(\/\).*/{
12181     s//\1/
12182     q
12183     }
12184     s/.*/./; q'`
12185 pcg 1.1 else
12186     continue
12187     fi
12188 pcg 1.33 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
12189     # Extract the definition of DEP_FILES from the Makefile without
12190     # running `make'.
12191     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
12192 pcg 1.1 test -z "$DEPDIR" && continue
12193     # When using ansi2knr, U may be empty or an underscore; expand it
12194 pcg 1.33 U=`sed -n -e '/^U = / s///p' < "$mf"`
12195     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
12196     # We invoke sed twice because it is the simplest approach to
12197     # changing $(DEPDIR) to its actual value in the expansion.
12198     for file in `sed -n -e '
12199     /^DEP_FILES = .*\\\\$/ {
12200     s/^DEP_FILES = //
12201     :loop
12202     s/\\\\$//
12203     p
12204     n
12205     /\\\\$/ b loop
12206     p
12207     }
12208     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
12209 pcg 1.1 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12210     # Make sure the directory exists.
12211     test -f "$dirpart/$file" && continue
12212 pcg 1.33 fdir=`$as_dirname -- "$file" ||
12213 pcg 1.1 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12214 pcg 1.11 X"$file" : 'X\(//\)[^/]' \| \
12215     X"$file" : 'X\(//\)$' \| \
12216 pcg 1.33 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12217 pcg 1.1 echo X"$file" |
12218 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12219     s//\1/
12220     q
12221     }
12222     /^X\(\/\/\)[^/].*/{
12223     s//\1/
12224     q
12225     }
12226     /^X\(\/\/\)$/{
12227     s//\1/
12228     q
12229     }
12230     /^X\(\/\).*/{
12231     s//\1/
12232     q
12233     }
12234     s/.*/./; q'`
12235     { as_dir=$dirpart/$fdir
12236     case $as_dir in #(
12237     -*) as_dir=./$as_dir;;
12238     esac
12239     test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
12240 pcg 1.1 as_dirs=
12241 pcg 1.33 while :; do
12242     case $as_dir in #(
12243     *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
12244     *) as_qdir=$as_dir;;
12245     esac
12246     as_dirs="'$as_qdir' $as_dirs"
12247     as_dir=`$as_dirname -- "$as_dir" ||
12248 pcg 1.1 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12249 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
12250     X"$as_dir" : 'X\(//\)$' \| \
12251 pcg 1.33 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12252 pcg 1.1 echo X"$as_dir" |
12253 pcg 1.33 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12254     s//\1/
12255     q
12256     }
12257     /^X\(\/\/\)[^/].*/{
12258     s//\1/
12259     q
12260     }
12261     /^X\(\/\/\)$/{
12262     s//\1/
12263     q
12264     }
12265     /^X\(\/\).*/{
12266     s//\1/
12267     q
12268     }
12269     s/.*/./; q'`
12270     test -d "$as_dir" && break
12271 pcg 1.1 done
12272 pcg 1.33 test -z "$as_dirs" || eval "mkdir $as_dirs"
12273     } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12274     echo "$as_me: error: cannot create directory $as_dir" >&2;}
12275 pcg 1.1 { (exit 1); exit 1; }; }; }
12276     # echo "creating $dirpart/$file"
12277     echo '# dummy' > "$dirpart/$file"
12278     done
12279     done
12280     ;;
12281 pcg 1.33
12282 pcg 1.1 esac
12283 pcg 1.33 done # for ac_tag
12284 pcg 1.1
12285    
12286     { (exit 0); exit 0; }
12287     _ACEOF
12288     chmod +x $CONFIG_STATUS
12289     ac_clean_files=$ac_clean_files_save
12290    
12291    
12292 pcg 1.30 # configure is writing to config.log, and then calls config.status.
12293     # config.status does its own redirection, appending to config.log.
12294     # Unfortunately, on DOS this fails, as config.log is still kept open
12295     # by configure, so config.status won't be able to write to it; its
12296     # output is simply discarded. So we exec the FD to /dev/null,
12297     # effectively closing config.log, so it can be properly (re)opened and
12298     # appended to by config.status. When coming back to configure, we
12299     # need to make the FD available again.
12300     if test "$no_create" != yes; then
12301     ac_cs_success=:
12302     ac_config_status_args=
12303     test "$silent" = yes &&
12304     ac_config_status_args="$ac_config_status_args --quiet"
12305     exec 5>/dev/null
12306     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12307     exec 5>>config.log
12308     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12309     # would make configure fail if this is the last instruction.
12310     $ac_cs_success || { (exit 1); exit 1; }
12311     fi
12312    
12313 pcg 1.1
12314     echo
12315     echo "***"
12316     echo "*** Configuration Summary"
12317     echo "***"
12318     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
12319     echo "*** Cipher used: $CIPHER"
12320     echo "*** Digest used: $DIGEST"
12321     echo "*** HMAC length: $HMAC"
12322     echo "*** RAND used: $RAND"
12323     echo "*** Max. MTU: $MTU"
12324 pcg 1.30
12325     echo "***"
12326     echo "*** Enable options:"
12327     grep ENABLE_ config.h | sed -e 's/^/*** /'
12328 pcg 1.15
12329     if test "x$DIGEST" = xmd4; then
12330 pcg 1.1 echo "***"
12331 pcg 1.15 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
12332     fi
12333 pcg 1.1
12334 pcg 1.15 if test "$HMAC" -lt 12; then
12335     echo "***"
12336 pcg 1.17 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
12337 pcg 1.15 fi
12338    
12339     if test "$RAND" -lt 8; then
12340 pcg 1.1 echo "***"
12341 pcg 1.17 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
12342 pcg 1.1 fi
12343 pcg 1.15
12344     echo "***"
12345 pcg 1.1 echo
12346    
12347