ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.37
Committed: Sat Dec 1 23:35:31 2007 UTC (16 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.36: +12 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # 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 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 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 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 fi
52
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56 else
57 as_unset=false
58 fi
59
60
61 # 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 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 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 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112 fi
113 done
114
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119 else
120 as_expr=false
121 fi
122
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125 else
126 as_basename=false
127 fi
128
129
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136 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
154 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
178 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
198 if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
201 fi
202
203 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
210 test \$exitcode = 0) || { (exit 1); exit 1; }
211
212 (
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 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 case $as_dir in
227 /*)
228 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 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427
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 # 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 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # 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 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
445 b
446 :lineno
447 N
448 :loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop
451 s/-\n.*//
452 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" ||
454 { 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 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno"
461 # Exit status is that of the last command.
462 exit
463 }
464
465
466 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 esac
482
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486 else
487 as_expr=false
488 fi
489
490 rm -f conf$$ conf$$.exe conf$$.file
491 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 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 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 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 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
513
514 if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516 else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
519 fi
520
521 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
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
550
551
552 exec 7<&0 </dev/null 6>&1
553
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 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 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 ac_unique_file="src/gvpe.C"
580 # Factoring default headers for most tests.
581 ac_includes_default="\
582 #include <stdio.h>
583 #ifdef HAVE_SYS_TYPES_H
584 # include <sys/types.h>
585 #endif
586 #ifdef HAVE_SYS_STAT_H
587 # include <sys/stat.h>
588 #endif
589 #ifdef STDC_HEADERS
590 # include <stdlib.h>
591 # include <stddef.h>
592 #else
593 # ifdef HAVE_STDLIB_H
594 # include <stdlib.h>
595 # endif
596 #endif
597 #ifdef HAVE_STRING_H
598 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
599 # include <memory.h>
600 # endif
601 # include <string.h>
602 #endif
603 #ifdef HAVE_STRINGS_H
604 # include <strings.h>
605 #endif
606 #ifdef HAVE_INTTYPES_H
607 # include <inttypes.h>
608 #endif
609 #ifdef HAVE_STDINT_H
610 # include <stdint.h>
611 #endif
612 #ifdef HAVE_UNISTD_H
613 # include <unistd.h>
614 #endif"
615
616 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 ac_subst_files=''
738 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
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 # (The list follows the same order as the GNU Coding Standards.)
779 bindir='${exec_prefix}/bin'
780 sbindir='${exec_prefix}/sbin'
781 libexecdir='${exec_prefix}/libexec'
782 datarootdir='${prefix}/share'
783 datadir='${datarootdir}'
784 sysconfdir='${prefix}/etc'
785 sharedstatedir='${prefix}/com'
786 localstatedir='${prefix}/var'
787 includedir='${prefix}/include'
788 oldincludedir='/usr/include'
789 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
799 ac_prev=
800 ac_dashdash=
801 for ac_option
802 do
803 # If the previous option needs an argument, assign it.
804 if test -n "$ac_prev"; then
805 eval $ac_prev=\$ac_option
806 ac_prev=
807 continue
808 fi
809
810 case $ac_option in
811 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
812 *) ac_optarg=yes ;;
813 esac
814
815 # Accept the important Cygnus configure options, so we can diagnose typos.
816
817 case $ac_dashdash$ac_option in
818 --)
819 ac_dashdash=yes ;;
820
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 -datadir | --datadir | --datadi | --datad)
842 ac_prev=datadir ;;
843 -datadir=* | --datadir=* | --datadi=* | --datad=*)
844 datadir=$ac_optarg ;;
845
846 -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 -disable-* | --disable-*)
854 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
855 # Reject names that are not valid shell variable names.
856 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
857 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
858 { (exit 1); exit 1; }; }
859 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
872 -enable-* | --enable-*)
873 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
874 # Reject names that are not valid shell variable names.
875 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
876 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
877 { (exit 1); exit 1; }; }
878 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
879 eval enable_$ac_feature=\$ac_optarg ;;
880
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 -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 -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 -localedir | --localedir | --localedi | --localed | --locale)
937 ac_prev=localedir ;;
938 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
939 localedir=$ac_optarg ;;
940
941 -localstatedir | --localstatedir | --localstatedi | --localstated \
942 | --localstate | --localstat | --localsta | --localst | --locals)
943 ac_prev=localstatedir ;;
944 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
945 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
946 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 -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 -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 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1073 { echo "$as_me: error: invalid package name: $ac_package" >&2
1074 { (exit 1); exit 1; }; }
1075 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1076 eval with_$ac_package=\$ac_optarg ;;
1077
1078 -without-* | --without-*)
1079 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1080 # Reject names that are not valid shell variable names.
1081 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1082 { echo "$as_me: error: invalid package name: $ac_package" >&2
1083 { (exit 1); exit 1; }; }
1084 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1085 eval with_$ac_package=no ;;
1086
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 eval $ac_envvar=\$ac_optarg
1117 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 # 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 do
1142 eval ac_val=\$$ac_var
1143 case $ac_val in
1144 [\\/$]* | ?:[\\/]* ) continue;;
1145 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1146 esac
1147 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1148 { (exit 1); exit 1; }; }
1149 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 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 # Find the source files, if location was not specified.
1186 if test -z "$srcdir"; then
1187 ac_srcdir_defaulted=yes
1188 # Try the directory containing this script, then the parent directory.
1189 ac_confdir=`$as_dirname -- "$0" ||
1190 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1191 X"$0" : 'X\(//\)[^/]' \| \
1192 X"$0" : 'X\(//\)$' \| \
1193 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1194 echo X"$0" |
1195 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 srcdir=$ac_confdir
1213 if test ! -r "$srcdir/$ac_unique_file"; then
1214 srcdir=..
1215 fi
1216 else
1217 ac_srcdir_defaulted=no
1218 fi
1219 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 #
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 [$ac_default_prefix]
1276 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1277 [PREFIX]
1278
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 --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 _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 --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 --disable-rpath do not hardcode runtime library paths
1334 --disable-nls do not use Native Language Support
1335 --enable-iftype=TYPE/SUBTYPE
1336 Use kernel/net device interface TYPE/SUBTYPE.
1337 Working combinations are (see doc/gvpe.osdep.5.pod):
1338 "native/linux" "tincd/linux" "tincd/netbsd"
1339 "tincd/freebsd" "tincd/openbsd" "native/darwin"
1340 "tincd/darwin" "native/cygwin"; Untested
1341 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 --enable-static-daemon enable statically linked daemon.
1346 --enable-rohc enable robust header compression (rfc3095).
1347 --enable-icmp enable icmp protocol support (default disabled).
1348 --enable-tcp enable tcp protocol support (default disabled).
1349 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
1350 --enable-http-proxy enable http proxy connect support (default
1351 disabled).
1352 --enable-hmac-length=BYTES
1353 use a hmac of length BYTES bytes (default 12).
1354 Allowed values are 4, 8, 12, 16.
1355 --enable-rand-length=BYTES
1356 use BYTES bytes of extra randomness (default 8).
1357 Allowed values are 0, 4, 8.
1358 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
1359 Use 9100 for jumbogram support.
1360 --disable-compression Disable compression support.
1361 --enable-cipher Select the symmetric cipher (default "aes-128").
1362 Must be one of "bf" (blowfish), "aes-128"
1363 (rijndael), "aes-192" or "aes-256".
1364 --enable-digest Select the digest algorithm to use (default
1365 "ripemd160"). Must be one of "sha512", "sha256",
1366 "sha1", "ripemd160", "md5" or "md4" (insecure).
1367
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 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 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 CPP C preprocessor
1390 CXX C++ compiler command
1391 CXXFLAGS C++ compiler flags
1392 CXXCPP C++ preprocessor
1393
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 ac_status=$?
1399 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 test -d "$ac_dir" || continue
1405 ac_builddir=.
1406
1407 case "$ac_dir" in
1408 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1409 *)
1410 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1411 # 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
1423 case $srcdir in
1424 .) # We are building in place.
1425 ac_srcdir=.
1426 ac_top_srcdir=$ac_top_builddir_sub
1427 ac_abs_top_srcdir=$ac_pwd ;;
1428 [\\/]* | ?:[\\/]* ) # Absolute name.
1429 ac_srcdir=$srcdir$ac_dir_suffix;
1430 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 esac
1437 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1438
1439 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 else
1448 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1449 fi || ac_status=$?
1450 cd "$ac_pwd" || { ac_status=$?; break; }
1451 done
1452 fi
1453
1454 test -n "$ac_init_help" && exit $ac_status
1455 if $ac_init_version; then
1456 cat <<\_ACEOF
1457 configure
1458 generated by GNU Autoconf 2.61
1459
1460 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1461 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1462 This configure script is free software; the Free Software Foundation
1463 gives unlimited permission to copy, distribute and modify it.
1464 _ACEOF
1465 exit
1466 fi
1467 cat >config.log <<_ACEOF
1468 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 generated by GNU Autoconf 2.61. Invocation command line was
1473
1474 $ $0 $@
1475
1476 _ACEOF
1477 exec 5>>config.log
1478 {
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 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1497 /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 IFS=$as_save_IFS
1511
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 *\'*)
1543 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 ac_must_keep_next=false # Got value, back to normal.
1551 else
1552 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 fi
1564 ac_configure_args="$ac_configure_args '$ac_arg'"
1565 ;;
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 # 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 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 (
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 (set) 2>&1 |
1605 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1606 *${as_nl}ac_space=\ *)
1607 sed -n \
1608 "s/'\''/'\''\\\\'\'''\''/g;
1609 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1610 ;; #(
1611 *)
1612 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1613 ;;
1614 esac |
1615 sort
1616 )
1617 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 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 done | sort
1633 echo
1634
1635 if test -n "$ac_subst_files"; then
1636 cat <<\_ASBOX
1637 ## ------------------- ##
1638 ## File substitutions. ##
1639 ## ------------------- ##
1640 _ASBOX
1641 echo
1642 for ac_var in $ac_subst_files
1643 do
1644 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 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 cat confdefs.h
1661 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 rm -f core *.core core.conftest.* &&
1668 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1669 exit $exit_status
1670 ' 0
1671 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 rm -f -r conftest* confdefs.h
1678
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 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 fi
1716 shift
1717 for ac_site_file
1718 do
1719 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 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1735 *) . "./$cache_file";;
1736 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 for ac_var in $ac_precious_vars; do
1748 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1749 eval ac_new_set=\$ac_env_${ac_var}_set
1750 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1751 eval ac_new_val=\$ac_env_${ac_var}_value
1752 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 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1765 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1766 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1767 echo "$as_me: former value: $ac_old_val" >&2;}
1768 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1769 echo "$as_me: current value: $ac_new_val" >&2;}
1770 ac_cache_corrupted=:
1771 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 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1777 *) 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 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
1815
1816
1817 ac_aux_dir=
1818 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1819 if test -f "$ac_dir/install-sh"; then
1820 ac_aux_dir=$ac_dir
1821 ac_install_sh="$ac_aux_dir/install-sh -c"
1822 break
1823 elif test -f "$ac_dir/install.sh"; then
1824 ac_aux_dir=$ac_dir
1825 ac_install_sh="$ac_aux_dir/install.sh -c"
1826 break
1827 elif test -f "$ac_dir/shtool"; then
1828 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 { { 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 { (exit 1); exit 1; }; }
1837 fi
1838
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
1848 # Make sure we can run config.sub.
1849 $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 { (exit 1); exit 1; }; }
1853
1854 { echo "$as_me:$LINENO: checking build system type" >&5
1855 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1856 if test "${ac_cv_build+set}" = set; then
1857 echo $ECHO_N "(cached) $ECHO_C" >&6
1858 else
1859 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 { { 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 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 { (exit 1); exit 1; }; }
1870
1871 fi
1872 { 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 build=$ac_cv_build
1881 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
1893
1894 { echo "$as_me:$LINENO: checking host system type" >&5
1895 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1896 if test "${ac_cv_host+set}" = set; then
1897 echo $ECHO_N "(cached) $ECHO_C" >&6
1898 else
1899 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 { (exit 1); exit 1; }; }
1906 fi
1907
1908 fi
1909 { 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 host=$ac_cv_host
1918 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
1930
1931 { echo "$as_me:$LINENO: checking target system type" >&5
1932 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
1933 if test "${ac_cv_target+set}" = set; then
1934 echo $ECHO_N "(cached) $ECHO_C" >&6
1935 else
1936 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 { (exit 1); exit 1; }; }
1943 fi
1944
1945 fi
1946 { 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 target=$ac_cv_target
1955 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
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 am__api_version="1.7"
1975 # 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 # OS/2's system install, which has a completely different semantic
1987 # ./install, which can be erroneously created by make from ./install.sh.
1988 { 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 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 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2004 /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 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2012 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 done
2026 done
2027 ;;
2028 esac
2029 done
2030 IFS=$as_save_IFS
2031
2032
2033 fi
2034 if test "${ac_cv_path_install+set}" = set; then
2035 INSTALL=$ac_cv_path_install
2036 else
2037 # 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 # break other packages using the cache if that directory is
2040 # removed, or if the value is a relative name.
2041 INSTALL=$ac_install_sh
2042 fi
2043 fi
2044 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2045 echo "${ECHO_T}$INSTALL" >&6; }
2046
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 { 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 # 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 { echo "$as_me:$LINENO: result: yes" >&5
2099 echo "${ECHO_T}yes" >&6; }
2100 test "$program_prefix" != NONE &&
2101 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2102 # Use a double $ so make ignores it.
2103 test "$program_suffix" != NONE &&
2104 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2105 # 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 rm -f conftest.sed
2112
2113
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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2132 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2133 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2146 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 IFS=$as_save_IFS
2153
2154 fi
2155 fi
2156 AWK=$ac_cv_prog_AWK
2157 if test -n "$AWK"; then
2158 { echo "$as_me:$LINENO: result: $AWK" >&5
2159 echo "${ECHO_T}$AWK" >&6; }
2160 else
2161 { echo "$as_me:$LINENO: result: no" >&5
2162 echo "${ECHO_T}no" >&6; }
2163 fi
2164
2165
2166 test -n "$AWK" && break
2167 done
2168
2169 { 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 echo $ECHO_N "(cached) $ECHO_C" >&6
2174 else
2175 cat >conftest.make <<\_ACEOF
2176 SHELL = /bin/sh
2177 all:
2178 @echo '@@@%%%=$(MAKE)=@@@%%%'
2179 _ACEOF
2180 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2181 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 rm -f conftest.make
2188 fi
2189 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 SET_MAKE=
2193 else
2194 { echo "$as_me:$LINENO: result: no" >&5
2195 echo "${ECHO_T}no" >&6; }
2196 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 # test to see if srcdir already configured
2209 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 PACKAGE=gvpe
2228 VERSION=2.01
2229
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
2257 AMTAR=${AMTAR-"${am_missing_run}tar"}
2258
2259 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2270 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2271 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2284 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 IFS=$as_save_IFS
2291
2292 fi
2293 fi
2294 STRIP=$ac_cv_prog_STRIP
2295 if test -n "$STRIP"; then
2296 { echo "$as_me:$LINENO: result: $STRIP" >&5
2297 echo "${ECHO_T}$STRIP" >&6; }
2298 else
2299 { echo "$as_me:$LINENO: result: no" >&5
2300 echo "${ECHO_T}no" >&6; }
2301 fi
2302
2303
2304 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2311 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2324 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 IFS=$as_save_IFS
2331
2332 fi
2333 fi
2334 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2335 if test -n "$ac_ct_STRIP"; then
2336 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2337 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2338 else
2339 { echo "$as_me:$LINENO: result: no" >&5
2340 echo "${ECHO_T}no" >&6; }
2341 fi
2342
2343 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 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
2368
2369
2370 ac_config_headers="$ac_config_headers config.h"
2371
2372 { 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 if test "${enable_maintainer_mode+set}" = set; then
2376 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2377 else
2378 USE_MAINTAINER_MODE=no
2379 fi
2380
2381 { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2382 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2383
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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2425 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2426 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 { echo "$as_me:$LINENO: result: $MSGFMT" >&5
2453 echo "${ECHO_T}$MSGFMT" >&6; }
2454 else
2455 { echo "$as_me:$LINENO: result: no" >&5
2456 echo "${ECHO_T}no" >&6; }
2457 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2463 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 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 IFS=$as_save_IFS
2485
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 { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
2493 echo "${ECHO_T}$GMSGFMT" >&6; }
2494 else
2495 { echo "$as_me:$LINENO: result: no" >&5
2496 echo "${ECHO_T}no" >&6; }
2497 fi
2498
2499
2500
2501 # Extract the first word of "xgettext", so it can be a program name with args.
2502 set dummy xgettext; ac_word=$2
2503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2505 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 { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2532 echo "${ECHO_T}$XGETTEXT" >&6; }
2533 else
2534 { echo "$as_me:$LINENO: result: no" >&5
2535 echo "${ECHO_T}no" >&6; }
2536 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2544 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 { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2570 echo "${ECHO_T}$MSGMERGE" >&6; }
2571 else
2572 { echo "$as_me:$LINENO: result: no" >&5
2573 echo "${ECHO_T}no" >&6; }
2574 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 { 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 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 { 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 XGETTEXT=":"
2597 fi
2598 rm -f messages.po
2599 fi
2600
2601 ac_config_commands="$ac_config_commands default-1"
2602
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 ac_config_commands="$ac_config_commands depfiles"
2623
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 { 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 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 { echo "$as_me:$LINENO: result: $_am_result" >&5
2661 echo "${ECHO_T}$_am_result" >&6; }
2662 rm -f confinc confmf
2663
2664 # Check whether --enable-dependency-tracking was given.
2665 if test "${enable_dependency_tracking+set}" = set; then
2666 enableval=$enable_dependency_tracking;
2667 fi
2668
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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2695 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 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 IFS=$as_save_IFS
2715
2716 fi
2717 fi
2718 CC=$ac_cv_prog_CC
2719 if test -n "$CC"; then
2720 { echo "$as_me:$LINENO: result: $CC" >&5
2721 echo "${ECHO_T}$CC" >&6; }
2722 else
2723 { echo "$as_me:$LINENO: result: no" >&5
2724 echo "${ECHO_T}no" >&6; }
2725 fi
2726
2727
2728 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2734 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2735 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 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 IFS=$as_save_IFS
2755
2756 fi
2757 fi
2758 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2759 if test -n "$ac_ct_CC"; then
2760 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2761 echo "${ECHO_T}$ac_ct_CC" >&6; }
2762 else
2763 { echo "$as_me:$LINENO: result: no" >&5
2764 echo "${ECHO_T}no" >&6; }
2765 fi
2766
2767 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 else
2783 CC="$ac_cv_prog_CC"
2784 fi
2785
2786 if test -z "$CC"; then
2787 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 set dummy ${ac_tool_prefix}cc; ac_word=$2
2790 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2792 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2805 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 IFS=$as_save_IFS
2812
2813 fi
2814 fi
2815 CC=$ac_cv_prog_CC
2816 if test -n "$CC"; then
2817 { echo "$as_me:$LINENO: result: $CC" >&5
2818 echo "${ECHO_T}$CC" >&6; }
2819 else
2820 { echo "$as_me:$LINENO: result: no" >&5
2821 echo "${ECHO_T}no" >&6; }
2822 fi
2823
2824
2825 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2832 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 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 IFS=$as_save_IFS
2857
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 { echo "$as_me:$LINENO: result: $CC" >&5
2875 echo "${ECHO_T}$CC" >&6; }
2876 else
2877 { echo "$as_me:$LINENO: result: no" >&5
2878 echo "${ECHO_T}no" >&6; }
2879 fi
2880
2881
2882 fi
2883 if test -z "$CC"; then
2884 if test -n "$ac_tool_prefix"; then
2885 for ac_prog in cl.exe
2886 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2891 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2904 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 IFS=$as_save_IFS
2911
2912 fi
2913 fi
2914 CC=$ac_cv_prog_CC
2915 if test -n "$CC"; then
2916 { echo "$as_me:$LINENO: result: $CC" >&5
2917 echo "${ECHO_T}$CC" >&6; }
2918 else
2919 { echo "$as_me:$LINENO: result: no" >&5
2920 echo "${ECHO_T}no" >&6; }
2921 fi
2922
2923
2924 test -n "$CC" && break
2925 done
2926 fi
2927 if test -z "$CC"; then
2928 ac_ct_CC=$CC
2929 for ac_prog in cl.exe
2930 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2934 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2935 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 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2948 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 IFS=$as_save_IFS
2955
2956 fi
2957 fi
2958 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2959 if test -n "$ac_ct_CC"; then
2960 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2961 echo "${ECHO_T}$ac_ct_CC" >&6; }
2962 else
2963 { echo "$as_me:$LINENO: result: no" >&5
2964 echo "${ECHO_T}no" >&6; }
2965 fi
2966
2967
2968 test -n "$ac_ct_CC" && break
2969 done
2970
2971 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 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 echo "$as_me:$LINENO: checking for C compiler version" >&5
2999 ac_compiler=`set X $ac_compile; echo $2`
3000 { (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 ac_status=$?
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); }
3010 { (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 ac_status=$?
3018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019 (exit $ac_status); }
3020 { (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 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 { 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 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3054 #
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 ac_status=$?
3081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); }; then
3083 # 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 do
3090 test -f "$ac_file" || continue
3091 case $ac_file in
3092 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3093 ;;
3094 [ab].out )
3095 # We found the default executable, but exeext='' is most
3096 # certainly right.
3097 break;;
3098 *.* )
3099 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 break;;
3109 * )
3110 break;;
3111 esac
3112 done
3113 test "$ac_cv_exeext" = no && ac_cv_exeext=
3114
3115 else
3116 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 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 # Check that the compiler produces executables we can run. If not, either
3135 # the compiler is broken, or we cross compile.
3136 { 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 # 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 { (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 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 { echo "$as_me:$LINENO: result: yes" >&5
3167 echo "${ECHO_T}yes" >&6; }
3168
3169 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3170 ac_clean_files=$ac_clean_files_save
3171 # Check that the compiler produces executables we can run. If not, either
3172 # the compiler is broken, or we cross compile.
3173 { 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 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 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3198 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3199 break;;
3200 * ) 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 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3213 echo "${ECHO_T}$ac_cv_exeext" >&6; }
3214
3215 rm -f conftest.$ac_ext
3216 EXEEXT=$ac_cv_exeext
3217 ac_exeext=$EXEEXT
3218 { 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 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 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 ac_status=$?
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); }; then
3249 for ac_file in conftest.o conftest.obj conftest.*; do
3250 test -f "$ac_file" || continue;
3251 case $ac_file in
3252 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3253 *) 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 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3271 echo "${ECHO_T}$ac_cv_objext" >&6; }
3272 OBJEXT=$ac_cv_objext
3273 ac_objext=$OBJEXT
3274 { 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 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 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 ac_status=$?
3306 grep -v '^ *+' conftest.er1 >conftest.err
3307 rm -f conftest.er1
3308 cat conftest.err >&5
3309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310 (exit $ac_status); } && {
3311 test -z "$ac_c_werror_flag" ||
3312 test ! -s conftest.err
3313 } && test -s conftest.$ac_objext; then
3314 ac_compiler_gnu=yes
3315 else
3316 echo "$as_me: failed program was:" >&5
3317 sed 's/^/| /' conftest.$ac_ext >&5
3318
3319 ac_compiler_gnu=no
3320 fi
3321
3322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3323 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3324
3325 fi
3326 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3327 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3328 GCC=`test $ac_compiler_gnu = yes && echo yes`
3329 ac_test_CFLAGS=${CFLAGS+set}
3330 ac_save_CFLAGS=$CFLAGS
3331 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3332 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3333 if test "${ac_cv_prog_cc_g+set}" = set; then
3334 echo $ECHO_N "(cached) $ECHO_C" >&6
3335 else
3336 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 /* 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 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 ac_status=$?
3364 grep -v '^ *+' conftest.er1 >conftest.err
3365 rm -f conftest.er1
3366 cat conftest.err >&5
3367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 (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 ac_status=$?
3402 grep -v '^ *+' conftest.er1 >conftest.err
3403 rm -f conftest.er1
3404 cat conftest.err >&5
3405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 (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 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } && {
3446 test -z "$ac_c_werror_flag" ||
3447 test ! -s conftest.err
3448 } && test -s conftest.$ac_objext; then
3449 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
3455 fi
3456
3457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3458 fi
3459
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 fi
3466 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3467 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3468 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 { 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 echo $ECHO_N "(cached) $ECHO_C" >&6
3487 else
3488 ac_cv_prog_cc_c89=no
3489 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
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 as 'x'. The following induces an error, until -std is added to get
3523 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 that's true only with -std. */
3526 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3527
3528 /* 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 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 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3548 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3549 do
3550 CC="$ac_save_CC $ac_arg"
3551 rm -f conftest.$ac_objext
3552 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 ac_status=$?
3560 grep -v '^ *+' conftest.er1 >conftest.err
3561 rm -f conftest.er1
3562 cat conftest.err >&5
3563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564 (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 else
3570 echo "$as_me: failed program was:" >&5
3571 sed 's/^/| /' conftest.$ac_ext >&5
3572
3573
3574 fi
3575
3576 rm -f core conftest.err conftest.$ac_objext
3577 test "x$ac_cv_prog_cc_c89" != "xno" && break
3578 done
3579 rm -f conftest.$ac_ext
3580 CC=$ac_save_CC
3581
3582 fi
3583 # 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 *)
3592 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 esac
3596
3597
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 # 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 : > sub/conftst$i.h
3646 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 # (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 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 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3690 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3691 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 # Check whether --with-gnu-ld was given.
3708 if test "${with_gnu_ld+set}" = set; then
3709 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3710 else
3711 with_gnu_ld=no
3712 fi
3713
3714 ac_prog=ld
3715 if test "$GCC" = yes; then
3716 # Check if gcc -print-prog-name=ld gives a path.
3717 { 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 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 { echo "$as_me:$LINENO: checking for GNU ld" >&5
3748 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
3749 else
3750 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3751 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
3752 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 { echo "$as_me:$LINENO: result: $LD" >&5
3781 echo "${ECHO_T}$LD" >&6; }
3782 else
3783 { echo "$as_me:$LINENO: result: no" >&5
3784 echo "${ECHO_T}no" >&6; }
3785 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 { 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 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 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3802 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }
3803 with_gnu_ld=$acl_cv_prog_gnu_ld
3804
3805
3806
3807 { 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 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 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3821 echo "${ECHO_T}$acl_cv_rpath" >&6; }
3822 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 # Check whether --enable-rpath was given.
3832 if test "${enable_rpath+set}" = set; then
3833 enableval=$enable_rpath; :
3834 else
3835 enable_rpath=yes
3836 fi
3837
3838
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 # Check whether --with-libiconv-prefix was given.
3860 if test "${with_libiconv_prefix+set}" = set; then
3861 withval=$with_libiconv_prefix;
3862 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 fi
3885
3886 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 { 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 if test "${enable_nls+set}" = set; then
4242 enableval=$enable_nls; USE_NLS=$enableval
4243 else
4244 USE_NLS=yes
4245 fi
4246
4247 { echo "$as_me:$LINENO: result: $USE_NLS" >&5
4248 echo "${ECHO_T}$USE_NLS" >&6; }
4249
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 { 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 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 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 ac_status=$?
4296 grep -v '^ *+' conftest.er1 >conftest.err
4297 rm -f conftest.er1
4298 cat conftest.err >&5
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (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 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 gt_cv_func_gnugettext1_libc=no
4311 fi
4312
4313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4314 conftest$ac_exeext conftest.$ac_ext
4315 fi
4316 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
4317 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
4318
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 { echo "$as_me:$LINENO: checking for iconv" >&5
4351 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
4352 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 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 ac_status=$?
4385 grep -v '^ *+' conftest.er1 >conftest.err
4386 rm -f conftest.er1
4387 cat conftest.err >&5
4388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4389 (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 am_cv_func_iconv=yes
4395 else
4396 echo "$as_me: failed program was:" >&5
4397 sed 's/^/| /' conftest.$ac_ext >&5
4398
4399
4400 fi
4401
4402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4403 conftest$ac_exeext conftest.$ac_ext
4404 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 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 ac_status=$?
4434 grep -v '^ *+' conftest.er1 >conftest.err
4435 rm -f conftest.er1
4436 cat conftest.err >&5
4437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4438 (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 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
4450 fi
4451
4452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4453 conftest$ac_exeext conftest.$ac_ext
4454 LIBS="$am_save_LIBS"
4455 fi
4456
4457 fi
4458 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
4459 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
4460 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 { 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 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 # Check whether --with-libintl-prefix was given.
4498 if test "${with_libintl_prefix+set}" = set; then
4499 withval=$with_libintl_prefix;
4500 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 fi
4523
4524 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 { 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 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 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 ac_status=$?
4899 grep -v '^ *+' conftest.er1 >conftest.err
4900 rm -f conftest.er1
4901 cat conftest.err >&5
4902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 (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 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 gt_cv_func_gnugettext1_libintl=no
4914 fi
4915
4916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4917 conftest$ac_exeext conftest.$ac_ext
4918 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 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 ac_status=$?
4951 grep -v '^ *+' conftest.er1 >conftest.err
4952 rm -f conftest.er1
4953 cat conftest.err >&5
4954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4955 (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 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
4969 fi
4970
4971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4972 conftest$ac_exeext conftest.$ac_ext
4973 fi
4974 CPPFLAGS="$gt_save_CPPFLAGS"
4975 LIBS="$gt_save_LIBS"
4976 fi
4977 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4978 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
4979 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 { 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
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 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
5074
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 if test -n "$ac_tool_prefix"; then
5083 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5084 set dummy ${ac_tool_prefix}gcc; ac_word=$2
5085 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5087 if test "${ac_cv_prog_CC+set}" = set; then
5088 echo $ECHO_N "(cached) $ECHO_C" >&6
5089 else
5090 if test -n "$CC"; then
5091 ac_cv_prog_CC="$CC" # Let the user override the test.
5092 else
5093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5094 for as_dir in $PATH
5095 do
5096 IFS=$as_save_IFS
5097 test -z "$as_dir" && as_dir=.
5098 for ac_exec_ext in '' $ac_executable_extensions; do
5099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5100 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5102 break 2
5103 fi
5104 done
5105 done
5106 IFS=$as_save_IFS
5107
5108 fi
5109 fi
5110 CC=$ac_cv_prog_CC
5111 if test -n "$CC"; then
5112 { echo "$as_me:$LINENO: result: $CC" >&5
5113 echo "${ECHO_T}$CC" >&6; }
5114 else
5115 { echo "$as_me:$LINENO: result: no" >&5
5116 echo "${ECHO_T}no" >&6; }
5117 fi
5118
5119
5120 fi
5121 if test -z "$ac_cv_prog_CC"; then
5122 ac_ct_CC=$CC
5123 # Extract the first word of "gcc", so it can be a program name with args.
5124 set dummy gcc; ac_word=$2
5125 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5126 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5127 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5128 echo $ECHO_N "(cached) $ECHO_C" >&6
5129 else
5130 if test -n "$ac_ct_CC"; then
5131 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5132 else
5133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134 for as_dir in $PATH
5135 do
5136 IFS=$as_save_IFS
5137 test -z "$as_dir" && as_dir=.
5138 for ac_exec_ext in '' $ac_executable_extensions; do
5139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5140 ac_cv_prog_ac_ct_CC="gcc"
5141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 break 2
5143 fi
5144 done
5145 done
5146 IFS=$as_save_IFS
5147
5148 fi
5149 fi
5150 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5151 if test -n "$ac_ct_CC"; then
5152 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5153 echo "${ECHO_T}$ac_ct_CC" >&6; }
5154 else
5155 { echo "$as_me:$LINENO: result: no" >&5
5156 echo "${ECHO_T}no" >&6; }
5157 fi
5158
5159 if test "x$ac_ct_CC" = x; then
5160 CC=""
5161 else
5162 case $cross_compiling:$ac_tool_warned in
5163 yes:)
5164 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5165 whose name does not start with the host triplet. If you think this
5166 configuration is useful to you, please write to autoconf@gnu.org." >&5
5167 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5168 whose name does not start with the host triplet. If you think this
5169 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5170 ac_tool_warned=yes ;;
5171 esac
5172 CC=$ac_ct_CC
5173 fi
5174 else
5175 CC="$ac_cv_prog_CC"
5176 fi
5177
5178 if test -z "$CC"; then
5179 if test -n "$ac_tool_prefix"; then
5180 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5181 set dummy ${ac_tool_prefix}cc; ac_word=$2
5182 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5183 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5184 if test "${ac_cv_prog_CC+set}" = set; then
5185 echo $ECHO_N "(cached) $ECHO_C" >&6
5186 else
5187 if test -n "$CC"; then
5188 ac_cv_prog_CC="$CC" # Let the user override the test.
5189 else
5190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5191 for as_dir in $PATH
5192 do
5193 IFS=$as_save_IFS
5194 test -z "$as_dir" && as_dir=.
5195 for ac_exec_ext in '' $ac_executable_extensions; do
5196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5197 ac_cv_prog_CC="${ac_tool_prefix}cc"
5198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5199 break 2
5200 fi
5201 done
5202 done
5203 IFS=$as_save_IFS
5204
5205 fi
5206 fi
5207 CC=$ac_cv_prog_CC
5208 if test -n "$CC"; then
5209 { echo "$as_me:$LINENO: result: $CC" >&5
5210 echo "${ECHO_T}$CC" >&6; }
5211 else
5212 { echo "$as_me:$LINENO: result: no" >&5
5213 echo "${ECHO_T}no" >&6; }
5214 fi
5215
5216
5217 fi
5218 fi
5219 if test -z "$CC"; then
5220 # Extract the first word of "cc", so it can be a program name with args.
5221 set dummy cc; ac_word=$2
5222 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5224 if test "${ac_cv_prog_CC+set}" = set; then
5225 echo $ECHO_N "(cached) $ECHO_C" >&6
5226 else
5227 if test -n "$CC"; then
5228 ac_cv_prog_CC="$CC" # Let the user override the test.
5229 else
5230 ac_prog_rejected=no
5231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5232 for as_dir in $PATH
5233 do
5234 IFS=$as_save_IFS
5235 test -z "$as_dir" && as_dir=.
5236 for ac_exec_ext in '' $ac_executable_extensions; do
5237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5238 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5239 ac_prog_rejected=yes
5240 continue
5241 fi
5242 ac_cv_prog_CC="cc"
5243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 break 2
5245 fi
5246 done
5247 done
5248 IFS=$as_save_IFS
5249
5250 if test $ac_prog_rejected = yes; then
5251 # We found a bogon in the path, so make sure we never use it.
5252 set dummy $ac_cv_prog_CC
5253 shift
5254 if test $# != 0; then
5255 # We chose a different compiler from the bogus one.
5256 # However, it has the same basename, so the bogon will be chosen
5257 # first if we set CC to just the basename; use the full file name.
5258 shift
5259 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
5260 fi
5261 fi
5262 fi
5263 fi
5264 CC=$ac_cv_prog_CC
5265 if test -n "$CC"; then
5266 { echo "$as_me:$LINENO: result: $CC" >&5
5267 echo "${ECHO_T}$CC" >&6; }
5268 else
5269 { echo "$as_me:$LINENO: result: no" >&5
5270 echo "${ECHO_T}no" >&6; }
5271 fi
5272
5273
5274 fi
5275 if test -z "$CC"; then
5276 if test -n "$ac_tool_prefix"; then
5277 for ac_prog in cl.exe
5278 do
5279 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5280 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5281 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5283 if test "${ac_cv_prog_CC+set}" = set; then
5284 echo $ECHO_N "(cached) $ECHO_C" >&6
5285 else
5286 if test -n "$CC"; then
5287 ac_cv_prog_CC="$CC" # Let the user override the test.
5288 else
5289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5290 for as_dir in $PATH
5291 do
5292 IFS=$as_save_IFS
5293 test -z "$as_dir" && as_dir=.
5294 for ac_exec_ext in '' $ac_executable_extensions; do
5295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5296 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5298 break 2
5299 fi
5300 done
5301 done
5302 IFS=$as_save_IFS
5303
5304 fi
5305 fi
5306 CC=$ac_cv_prog_CC
5307 if test -n "$CC"; then
5308 { echo "$as_me:$LINENO: result: $CC" >&5
5309 echo "${ECHO_T}$CC" >&6; }
5310 else
5311 { echo "$as_me:$LINENO: result: no" >&5
5312 echo "${ECHO_T}no" >&6; }
5313 fi
5314
5315
5316 test -n "$CC" && break
5317 done
5318 fi
5319 if test -z "$CC"; then
5320 ac_ct_CC=$CC
5321 for ac_prog in cl.exe
5322 do
5323 # Extract the first word of "$ac_prog", so it can be a program name with args.
5324 set dummy $ac_prog; ac_word=$2
5325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5327 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5328 echo $ECHO_N "(cached) $ECHO_C" >&6
5329 else
5330 if test -n "$ac_ct_CC"; then
5331 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5332 else
5333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5334 for as_dir in $PATH
5335 do
5336 IFS=$as_save_IFS
5337 test -z "$as_dir" && as_dir=.
5338 for ac_exec_ext in '' $ac_executable_extensions; do
5339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5340 ac_cv_prog_ac_ct_CC="$ac_prog"
5341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5342 break 2
5343 fi
5344 done
5345 done
5346 IFS=$as_save_IFS
5347
5348 fi
5349 fi
5350 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5351 if test -n "$ac_ct_CC"; then
5352 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5353 echo "${ECHO_T}$ac_ct_CC" >&6; }
5354 else
5355 { echo "$as_me:$LINENO: result: no" >&5
5356 echo "${ECHO_T}no" >&6; }
5357 fi
5358
5359
5360 test -n "$ac_ct_CC" && break
5361 done
5362
5363 if test "x$ac_ct_CC" = x; then
5364 CC=""
5365 else
5366 case $cross_compiling:$ac_tool_warned in
5367 yes:)
5368 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5369 whose name does not start with the host triplet. If you think this
5370 configuration is useful to you, please write to autoconf@gnu.org." >&5
5371 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5372 whose name does not start with the host triplet. If you think this
5373 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5374 ac_tool_warned=yes ;;
5375 esac
5376 CC=$ac_ct_CC
5377 fi
5378 fi
5379
5380 fi
5381
5382
5383 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5384 See \`config.log' for more details." >&5
5385 echo "$as_me: error: no acceptable C compiler found in \$PATH
5386 See \`config.log' for more details." >&2;}
5387 { (exit 1); exit 1; }; }
5388
5389 # Provide some information about the compiler.
5390 echo "$as_me:$LINENO: checking for C compiler version" >&5
5391 ac_compiler=`set X $ac_compile; echo $2`
5392 { (ac_try="$ac_compiler --version >&5"
5393 case "(($ac_try" in
5394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5395 *) ac_try_echo=$ac_try;;
5396 esac
5397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5398 (eval "$ac_compiler --version >&5") 2>&5
5399 ac_status=$?
5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 (exit $ac_status); }
5402 { (ac_try="$ac_compiler -v >&5"
5403 case "(($ac_try" in
5404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5405 *) ac_try_echo=$ac_try;;
5406 esac
5407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5408 (eval "$ac_compiler -v >&5") 2>&5
5409 ac_status=$?
5410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5411 (exit $ac_status); }
5412 { (ac_try="$ac_compiler -V >&5"
5413 case "(($ac_try" in
5414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5415 *) ac_try_echo=$ac_try;;
5416 esac
5417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5418 (eval "$ac_compiler -V >&5") 2>&5
5419 ac_status=$?
5420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5421 (exit $ac_status); }
5422
5423 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5424 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
5425 if test "${ac_cv_c_compiler_gnu+set}" = set; then
5426 echo $ECHO_N "(cached) $ECHO_C" >&6
5427 else
5428 cat >conftest.$ac_ext <<_ACEOF
5429 /* confdefs.h. */
5430 _ACEOF
5431 cat confdefs.h >>conftest.$ac_ext
5432 cat >>conftest.$ac_ext <<_ACEOF
5433 /* end confdefs.h. */
5434
5435 int
5436 main ()
5437 {
5438 #ifndef __GNUC__
5439 choke me
5440 #endif
5441
5442 ;
5443 return 0;
5444 }
5445 _ACEOF
5446 rm -f conftest.$ac_objext
5447 if { (ac_try="$ac_compile"
5448 case "(($ac_try" in
5449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5450 *) ac_try_echo=$ac_try;;
5451 esac
5452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5453 (eval "$ac_compile") 2>conftest.er1
5454 ac_status=$?
5455 grep -v '^ *+' conftest.er1 >conftest.err
5456 rm -f conftest.er1
5457 cat conftest.err >&5
5458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5459 (exit $ac_status); } && {
5460 test -z "$ac_c_werror_flag" ||
5461 test ! -s conftest.err
5462 } && test -s conftest.$ac_objext; then
5463 ac_compiler_gnu=yes
5464 else
5465 echo "$as_me: failed program was:" >&5
5466 sed 's/^/| /' conftest.$ac_ext >&5
5467
5468 ac_compiler_gnu=no
5469 fi
5470
5471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5473
5474 fi
5475 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5476 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
5477 GCC=`test $ac_compiler_gnu = yes && echo yes`
5478 ac_test_CFLAGS=${CFLAGS+set}
5479 ac_save_CFLAGS=$CFLAGS
5480 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5481 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
5482 if test "${ac_cv_prog_cc_g+set}" = set; then
5483 echo $ECHO_N "(cached) $ECHO_C" >&6
5484 else
5485 ac_save_c_werror_flag=$ac_c_werror_flag
5486 ac_c_werror_flag=yes
5487 ac_cv_prog_cc_g=no
5488 CFLAGS="-g"
5489 cat >conftest.$ac_ext <<_ACEOF
5490 /* confdefs.h. */
5491 _ACEOF
5492 cat confdefs.h >>conftest.$ac_ext
5493 cat >>conftest.$ac_ext <<_ACEOF
5494 /* end confdefs.h. */
5495
5496 int
5497 main ()
5498 {
5499
5500 ;
5501 return 0;
5502 }
5503 _ACEOF
5504 rm -f conftest.$ac_objext
5505 if { (ac_try="$ac_compile"
5506 case "(($ac_try" in
5507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5508 *) ac_try_echo=$ac_try;;
5509 esac
5510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5511 (eval "$ac_compile") 2>conftest.er1
5512 ac_status=$?
5513 grep -v '^ *+' conftest.er1 >conftest.err
5514 rm -f conftest.er1
5515 cat conftest.err >&5
5516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5517 (exit $ac_status); } && {
5518 test -z "$ac_c_werror_flag" ||
5519 test ! -s conftest.err
5520 } && test -s conftest.$ac_objext; then
5521 ac_cv_prog_cc_g=yes
5522 else
5523 echo "$as_me: failed program was:" >&5
5524 sed 's/^/| /' conftest.$ac_ext >&5
5525
5526 CFLAGS=""
5527 cat >conftest.$ac_ext <<_ACEOF
5528 /* confdefs.h. */
5529 _ACEOF
5530 cat confdefs.h >>conftest.$ac_ext
5531 cat >>conftest.$ac_ext <<_ACEOF
5532 /* end confdefs.h. */
5533
5534 int
5535 main ()
5536 {
5537
5538 ;
5539 return 0;
5540 }
5541 _ACEOF
5542 rm -f conftest.$ac_objext
5543 if { (ac_try="$ac_compile"
5544 case "(($ac_try" in
5545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5546 *) ac_try_echo=$ac_try;;
5547 esac
5548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5549 (eval "$ac_compile") 2>conftest.er1
5550 ac_status=$?
5551 grep -v '^ *+' conftest.er1 >conftest.err
5552 rm -f conftest.er1
5553 cat conftest.err >&5
5554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5555 (exit $ac_status); } && {
5556 test -z "$ac_c_werror_flag" ||
5557 test ! -s conftest.err
5558 } && test -s conftest.$ac_objext; then
5559 :
5560 else
5561 echo "$as_me: failed program was:" >&5
5562 sed 's/^/| /' conftest.$ac_ext >&5
5563
5564 ac_c_werror_flag=$ac_save_c_werror_flag
5565 CFLAGS="-g"
5566 cat >conftest.$ac_ext <<_ACEOF
5567 /* confdefs.h. */
5568 _ACEOF
5569 cat confdefs.h >>conftest.$ac_ext
5570 cat >>conftest.$ac_ext <<_ACEOF
5571 /* end confdefs.h. */
5572
5573 int
5574 main ()
5575 {
5576
5577 ;
5578 return 0;
5579 }
5580 _ACEOF
5581 rm -f conftest.$ac_objext
5582 if { (ac_try="$ac_compile"
5583 case "(($ac_try" in
5584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5585 *) ac_try_echo=$ac_try;;
5586 esac
5587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5588 (eval "$ac_compile") 2>conftest.er1
5589 ac_status=$?
5590 grep -v '^ *+' conftest.er1 >conftest.err
5591 rm -f conftest.er1
5592 cat conftest.err >&5
5593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5594 (exit $ac_status); } && {
5595 test -z "$ac_c_werror_flag" ||
5596 test ! -s conftest.err
5597 } && test -s conftest.$ac_objext; then
5598 ac_cv_prog_cc_g=yes
5599 else
5600 echo "$as_me: failed program was:" >&5
5601 sed 's/^/| /' conftest.$ac_ext >&5
5602
5603
5604 fi
5605
5606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5607 fi
5608
5609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5610 fi
5611
5612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5613 ac_c_werror_flag=$ac_save_c_werror_flag
5614 fi
5615 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5616 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
5617 if test "$ac_test_CFLAGS" = set; then
5618 CFLAGS=$ac_save_CFLAGS
5619 elif test $ac_cv_prog_cc_g = yes; then
5620 if test "$GCC" = yes; then
5621 CFLAGS="-g -O2"
5622 else
5623 CFLAGS="-g"
5624 fi
5625 else
5626 if test "$GCC" = yes; then
5627 CFLAGS="-O2"
5628 else
5629 CFLAGS=
5630 fi
5631 fi
5632 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
5633 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
5634 if test "${ac_cv_prog_cc_c89+set}" = set; then
5635 echo $ECHO_N "(cached) $ECHO_C" >&6
5636 else
5637 ac_cv_prog_cc_c89=no
5638 ac_save_CC=$CC
5639 cat >conftest.$ac_ext <<_ACEOF
5640 /* confdefs.h. */
5641 _ACEOF
5642 cat confdefs.h >>conftest.$ac_ext
5643 cat >>conftest.$ac_ext <<_ACEOF
5644 /* end confdefs.h. */
5645 #include <stdarg.h>
5646 #include <stdio.h>
5647 #include <sys/types.h>
5648 #include <sys/stat.h>
5649 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5650 struct buf { int x; };
5651 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5652 static char *e (p, i)
5653 char **p;
5654 int i;
5655 {
5656 return p[i];
5657 }
5658 static char *f (char * (*g) (char **, int), char **p, ...)
5659 {
5660 char *s;
5661 va_list v;
5662 va_start (v,p);
5663 s = g (p, va_arg (v,int));
5664 va_end (v);
5665 return s;
5666 }
5667
5668 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5669 function prototypes and stuff, but not '\xHH' hex character constants.
5670 These don't provoke an error unfortunately, instead are silently treated
5671 as 'x'. The following induces an error, until -std is added to get
5672 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5673 array size at least. It's necessary to write '\x00'==0 to get something
5674 that's true only with -std. */
5675 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5676
5677 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5678 inside strings and character constants. */
5679 #define FOO(x) 'x'
5680 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5681
5682 int test (int i, double x);
5683 struct s1 {int (*f) (int a);};
5684 struct s2 {int (*f) (double a);};
5685 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5686 int argc;
5687 char **argv;
5688 int
5689 main ()
5690 {
5691 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5692 ;
5693 return 0;
5694 }
5695 _ACEOF
5696 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5697 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5698 do
5699 CC="$ac_save_CC $ac_arg"
5700 rm -f conftest.$ac_objext
5701 if { (ac_try="$ac_compile"
5702 case "(($ac_try" in
5703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5704 *) ac_try_echo=$ac_try;;
5705 esac
5706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5707 (eval "$ac_compile") 2>conftest.er1
5708 ac_status=$?
5709 grep -v '^ *+' conftest.er1 >conftest.err
5710 rm -f conftest.er1
5711 cat conftest.err >&5
5712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5713 (exit $ac_status); } && {
5714 test -z "$ac_c_werror_flag" ||
5715 test ! -s conftest.err
5716 } && test -s conftest.$ac_objext; then
5717 ac_cv_prog_cc_c89=$ac_arg
5718 else
5719 echo "$as_me: failed program was:" >&5
5720 sed 's/^/| /' conftest.$ac_ext >&5
5721
5722
5723 fi
5724
5725 rm -f core conftest.err conftest.$ac_objext
5726 test "x$ac_cv_prog_cc_c89" != "xno" && break
5727 done
5728 rm -f conftest.$ac_ext
5729 CC=$ac_save_CC
5730
5731 fi
5732 # AC_CACHE_VAL
5733 case "x$ac_cv_prog_cc_c89" in
5734 x)
5735 { echo "$as_me:$LINENO: result: none needed" >&5
5736 echo "${ECHO_T}none needed" >&6; } ;;
5737 xno)
5738 { echo "$as_me:$LINENO: result: unsupported" >&5
5739 echo "${ECHO_T}unsupported" >&6; } ;;
5740 *)
5741 CC="$CC $ac_cv_prog_cc_c89"
5742 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
5743 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
5744 esac
5745
5746
5747 ac_ext=c
5748 ac_cpp='$CPP $CPPFLAGS'
5749 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5751 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5752
5753 depcc="$CC" am_compiler_list=
5754
5755 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5756 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5757 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5758 echo $ECHO_N "(cached) $ECHO_C" >&6
5759 else
5760 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5761 # We make a subdir and do the tests there. Otherwise we can end up
5762 # making bogus files that we don't know about and never remove. For
5763 # instance it was reported that on HP-UX the gcc test will end up
5764 # making a dummy file named `D' -- because `-MD' means `put the output
5765 # in D'.
5766 mkdir conftest.dir
5767 # Copy depcomp to subdir because otherwise we won't find it if we're
5768 # using a relative directory.
5769 cp "$am_depcomp" conftest.dir
5770 cd conftest.dir
5771 # We will build objects and dependencies in a subdirectory because
5772 # it helps to detect inapplicable dependency modes. For instance
5773 # both Tru64's cc and ICC support -MD to output dependencies as a
5774 # side effect of compilation, but ICC will put the dependencies in
5775 # the current directory while Tru64 will put them in the object
5776 # directory.
5777 mkdir sub
5778
5779 am_cv_CC_dependencies_compiler_type=none
5780 if test "$am_compiler_list" = ""; then
5781 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5782 fi
5783 for depmode in $am_compiler_list; do
5784 # Setup a source with many dependencies, because some compilers
5785 # like to wrap large dependency lists on column 80 (with \), and
5786 # we should not choose a depcomp mode which is confused by this.
5787 #
5788 # We need to recreate these files for each test, as the compiler may
5789 # overwrite some of them when testing with obscure command lines.
5790 # This happens at least with the AIX C compiler.
5791 : > sub/conftest.c
5792 for i in 1 2 3 4 5 6; do
5793 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5794 : > sub/conftst$i.h
5795 done
5796 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5797
5798 case $depmode in
5799 nosideeffect)
5800 # after this tag, mechanisms are not by side-effect, so they'll
5801 # only be used when explicitly requested
5802 if test "x$enable_dependency_tracking" = xyes; then
5803 continue
5804 else
5805 break
5806 fi
5807 ;;
5808 none) break ;;
5809 esac
5810 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5811 # mode. It turns out that the SunPro C++ compiler does not properly
5812 # handle `-M -o', and we need to detect this.
5813 if depmode=$depmode \
5814 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5815 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5816 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5817 >/dev/null 2>conftest.err &&
5818 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5819 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5820 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5821 # icc doesn't choke on unknown options, it will just issue warnings
5822 # (even with -Werror). So we grep stderr for any message
5823 # that says an option was ignored.
5824 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5825 am_cv_CC_dependencies_compiler_type=$depmode
5826 break
5827 fi
5828 fi
5829 done
5830
5831 cd ..
5832 rm -rf conftest.dir
5833 else
5834 am_cv_CC_dependencies_compiler_type=none
5835 fi
5836
5837 fi
5838 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5839 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
5840 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5841
5842
5843
5844 if
5845 test "x$enable_dependency_tracking" != xno \
5846 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5847 am__fastdepCC_TRUE=
5848 am__fastdepCC_FALSE='#'
5849 else
5850 am__fastdepCC_TRUE='#'
5851 am__fastdepCC_FALSE=
5852 fi
5853
5854
5855 ac_ext=c
5856 ac_cpp='$CPP $CPPFLAGS'
5857 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5858 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5859 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5860 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5861 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5862 # On Suns, sometimes $CPP names a directory.
5863 if test -n "$CPP" && test -d "$CPP"; then
5864 CPP=
5865 fi
5866 if test -z "$CPP"; then
5867 if test "${ac_cv_prog_CPP+set}" = set; then
5868 echo $ECHO_N "(cached) $ECHO_C" >&6
5869 else
5870 # Double quotes because CPP needs to be expanded
5871 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5872 do
5873 ac_preproc_ok=false
5874 for ac_c_preproc_warn_flag in '' yes
5875 do
5876 # Use a header file that comes with gcc, so configuring glibc
5877 # with a fresh cross-compiler works.
5878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5879 # <limits.h> exists even on freestanding compilers.
5880 # On the NeXT, cc -E runs the code through the compiler's parser,
5881 # not just through cpp. "Syntax error" is here to catch this case.
5882 cat >conftest.$ac_ext <<_ACEOF
5883 /* confdefs.h. */
5884 _ACEOF
5885 cat confdefs.h >>conftest.$ac_ext
5886 cat >>conftest.$ac_ext <<_ACEOF
5887 /* end confdefs.h. */
5888 #ifdef __STDC__
5889 # include <limits.h>
5890 #else
5891 # include <assert.h>
5892 #endif
5893 Syntax error
5894 _ACEOF
5895 if { (ac_try="$ac_cpp conftest.$ac_ext"
5896 case "(($ac_try" in
5897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5898 *) ac_try_echo=$ac_try;;
5899 esac
5900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5901 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5902 ac_status=$?
5903 grep -v '^ *+' conftest.er1 >conftest.err
5904 rm -f conftest.er1
5905 cat conftest.err >&5
5906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); } >/dev/null && {
5908 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5909 test ! -s conftest.err
5910 }; then
5911 :
5912 else
5913 echo "$as_me: failed program was:" >&5
5914 sed 's/^/| /' conftest.$ac_ext >&5
5915
5916 # Broken: fails on valid input.
5917 continue
5918 fi
5919
5920 rm -f conftest.err conftest.$ac_ext
5921
5922 # OK, works on sane cases. Now check whether nonexistent headers
5923 # can be detected and how.
5924 cat >conftest.$ac_ext <<_ACEOF
5925 /* confdefs.h. */
5926 _ACEOF
5927 cat confdefs.h >>conftest.$ac_ext
5928 cat >>conftest.$ac_ext <<_ACEOF
5929 /* end confdefs.h. */
5930 #include <ac_nonexistent.h>
5931 _ACEOF
5932 if { (ac_try="$ac_cpp conftest.$ac_ext"
5933 case "(($ac_try" in
5934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5935 *) ac_try_echo=$ac_try;;
5936 esac
5937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5938 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5939 ac_status=$?
5940 grep -v '^ *+' conftest.er1 >conftest.err
5941 rm -f conftest.er1
5942 cat conftest.err >&5
5943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5944 (exit $ac_status); } >/dev/null && {
5945 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5946 test ! -s conftest.err
5947 }; then
5948 # Broken: success on invalid input.
5949 continue
5950 else
5951 echo "$as_me: failed program was:" >&5
5952 sed 's/^/| /' conftest.$ac_ext >&5
5953
5954 # Passes both tests.
5955 ac_preproc_ok=:
5956 break
5957 fi
5958
5959 rm -f conftest.err conftest.$ac_ext
5960
5961 done
5962 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5963 rm -f conftest.err conftest.$ac_ext
5964 if $ac_preproc_ok; then
5965 break
5966 fi
5967
5968 done
5969 ac_cv_prog_CPP=$CPP
5970
5971 fi
5972 CPP=$ac_cv_prog_CPP
5973 else
5974 ac_cv_prog_CPP=$CPP
5975 fi
5976 { echo "$as_me:$LINENO: result: $CPP" >&5
5977 echo "${ECHO_T}$CPP" >&6; }
5978 ac_preproc_ok=false
5979 for ac_c_preproc_warn_flag in '' yes
5980 do
5981 # Use a header file that comes with gcc, so configuring glibc
5982 # with a fresh cross-compiler works.
5983 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5984 # <limits.h> exists even on freestanding compilers.
5985 # On the NeXT, cc -E runs the code through the compiler's parser,
5986 # not just through cpp. "Syntax error" is here to catch this case.
5987 cat >conftest.$ac_ext <<_ACEOF
5988 /* confdefs.h. */
5989 _ACEOF
5990 cat confdefs.h >>conftest.$ac_ext
5991 cat >>conftest.$ac_ext <<_ACEOF
5992 /* end confdefs.h. */
5993 #ifdef __STDC__
5994 # include <limits.h>
5995 #else
5996 # include <assert.h>
5997 #endif
5998 Syntax error
5999 _ACEOF
6000 if { (ac_try="$ac_cpp conftest.$ac_ext"
6001 case "(($ac_try" in
6002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6003 *) ac_try_echo=$ac_try;;
6004 esac
6005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6006 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6007 ac_status=$?
6008 grep -v '^ *+' conftest.er1 >conftest.err
6009 rm -f conftest.er1
6010 cat conftest.err >&5
6011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6012 (exit $ac_status); } >/dev/null && {
6013 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6014 test ! -s conftest.err
6015 }; then
6016 :
6017 else
6018 echo "$as_me: failed program was:" >&5
6019 sed 's/^/| /' conftest.$ac_ext >&5
6020
6021 # Broken: fails on valid input.
6022 continue
6023 fi
6024
6025 rm -f conftest.err conftest.$ac_ext
6026
6027 # OK, works on sane cases. Now check whether nonexistent headers
6028 # can be detected and how.
6029 cat >conftest.$ac_ext <<_ACEOF
6030 /* confdefs.h. */
6031 _ACEOF
6032 cat confdefs.h >>conftest.$ac_ext
6033 cat >>conftest.$ac_ext <<_ACEOF
6034 /* end confdefs.h. */
6035 #include <ac_nonexistent.h>
6036 _ACEOF
6037 if { (ac_try="$ac_cpp conftest.$ac_ext"
6038 case "(($ac_try" in
6039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6040 *) ac_try_echo=$ac_try;;
6041 esac
6042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6043 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6044 ac_status=$?
6045 grep -v '^ *+' conftest.er1 >conftest.err
6046 rm -f conftest.er1
6047 cat conftest.err >&5
6048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6049 (exit $ac_status); } >/dev/null && {
6050 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6051 test ! -s conftest.err
6052 }; then
6053 # Broken: success on invalid input.
6054 continue
6055 else
6056 echo "$as_me: failed program was:" >&5
6057 sed 's/^/| /' conftest.$ac_ext >&5
6058
6059 # Passes both tests.
6060 ac_preproc_ok=:
6061 break
6062 fi
6063
6064 rm -f conftest.err conftest.$ac_ext
6065
6066 done
6067 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6068 rm -f conftest.err conftest.$ac_ext
6069 if $ac_preproc_ok; then
6070 :
6071 else
6072 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6073 See \`config.log' for more details." >&5
6074 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6075 See \`config.log' for more details." >&2;}
6076 { (exit 1); exit 1; }; }
6077 fi
6078
6079 ac_ext=c
6080 ac_cpp='$CPP $CPPFLAGS'
6081 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6082 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6083 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6084
6085 ac_ext=cpp
6086 ac_cpp='$CXXCPP $CPPFLAGS'
6087 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6088 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6089 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6090 if test -z "$CXX"; then
6091 if test -n "$CCC"; then
6092 CXX=$CCC
6093 else
6094 if test -n "$ac_tool_prefix"; then
6095 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
6096 do
6097 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6098 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6099 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6100 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6101 if test "${ac_cv_prog_CXX+set}" = set; then
6102 echo $ECHO_N "(cached) $ECHO_C" >&6
6103 else
6104 if test -n "$CXX"; then
6105 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6106 else
6107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6108 for as_dir in $PATH
6109 do
6110 IFS=$as_save_IFS
6111 test -z "$as_dir" && as_dir=.
6112 for ac_exec_ext in '' $ac_executable_extensions; do
6113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6114 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
6115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6116 break 2
6117 fi
6118 done
6119 done
6120 IFS=$as_save_IFS
6121
6122 fi
6123 fi
6124 CXX=$ac_cv_prog_CXX
6125 if test -n "$CXX"; then
6126 { echo "$as_me:$LINENO: result: $CXX" >&5
6127 echo "${ECHO_T}$CXX" >&6; }
6128 else
6129 { echo "$as_me:$LINENO: result: no" >&5
6130 echo "${ECHO_T}no" >&6; }
6131 fi
6132
6133
6134 test -n "$CXX" && break
6135 done
6136 fi
6137 if test -z "$CXX"; then
6138 ac_ct_CXX=$CXX
6139 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
6140 do
6141 # Extract the first word of "$ac_prog", so it can be a program name with args.
6142 set dummy $ac_prog; ac_word=$2
6143 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6145 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
6146 echo $ECHO_N "(cached) $ECHO_C" >&6
6147 else
6148 if test -n "$ac_ct_CXX"; then
6149 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
6150 else
6151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152 for as_dir in $PATH
6153 do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
6157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6158 ac_cv_prog_ac_ct_CXX="$ac_prog"
6159 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162 done
6163 done
6164 IFS=$as_save_IFS
6165
6166 fi
6167 fi
6168 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
6169 if test -n "$ac_ct_CXX"; then
6170 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
6171 echo "${ECHO_T}$ac_ct_CXX" >&6; }
6172 else
6173 { echo "$as_me:$LINENO: result: no" >&5
6174 echo "${ECHO_T}no" >&6; }
6175 fi
6176
6177
6178 test -n "$ac_ct_CXX" && break
6179 done
6180
6181 if test "x$ac_ct_CXX" = x; then
6182 CXX="g++"
6183 else
6184 case $cross_compiling:$ac_tool_warned in
6185 yes:)
6186 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6187 whose name does not start with the host triplet. If you think this
6188 configuration is useful to you, please write to autoconf@gnu.org." >&5
6189 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6190 whose name does not start with the host triplet. If you think this
6191 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6192 ac_tool_warned=yes ;;
6193 esac
6194 CXX=$ac_ct_CXX
6195 fi
6196 fi
6197
6198 fi
6199 fi
6200 # Provide some information about the compiler.
6201 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
6202 ac_compiler=`set X $ac_compile; echo $2`
6203 { (ac_try="$ac_compiler --version >&5"
6204 case "(($ac_try" in
6205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6206 *) ac_try_echo=$ac_try;;
6207 esac
6208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6209 (eval "$ac_compiler --version >&5") 2>&5
6210 ac_status=$?
6211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6212 (exit $ac_status); }
6213 { (ac_try="$ac_compiler -v >&5"
6214 case "(($ac_try" in
6215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6216 *) ac_try_echo=$ac_try;;
6217 esac
6218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6219 (eval "$ac_compiler -v >&5") 2>&5
6220 ac_status=$?
6221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6222 (exit $ac_status); }
6223 { (ac_try="$ac_compiler -V >&5"
6224 case "(($ac_try" in
6225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6226 *) ac_try_echo=$ac_try;;
6227 esac
6228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6229 (eval "$ac_compiler -V >&5") 2>&5
6230 ac_status=$?
6231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6232 (exit $ac_status); }
6233
6234 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
6235 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
6236 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
6237 echo $ECHO_N "(cached) $ECHO_C" >&6
6238 else
6239 cat >conftest.$ac_ext <<_ACEOF
6240 /* confdefs.h. */
6241 _ACEOF
6242 cat confdefs.h >>conftest.$ac_ext
6243 cat >>conftest.$ac_ext <<_ACEOF
6244 /* end confdefs.h. */
6245
6246 int
6247 main ()
6248 {
6249 #ifndef __GNUC__
6250 choke me
6251 #endif
6252
6253 ;
6254 return 0;
6255 }
6256 _ACEOF
6257 rm -f conftest.$ac_objext
6258 if { (ac_try="$ac_compile"
6259 case "(($ac_try" in
6260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6261 *) ac_try_echo=$ac_try;;
6262 esac
6263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6264 (eval "$ac_compile") 2>conftest.er1
6265 ac_status=$?
6266 grep -v '^ *+' conftest.er1 >conftest.err
6267 rm -f conftest.er1
6268 cat conftest.err >&5
6269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6270 (exit $ac_status); } && {
6271 test -z "$ac_cxx_werror_flag" ||
6272 test ! -s conftest.err
6273 } && test -s conftest.$ac_objext; then
6274 ac_compiler_gnu=yes
6275 else
6276 echo "$as_me: failed program was:" >&5
6277 sed 's/^/| /' conftest.$ac_ext >&5
6278
6279 ac_compiler_gnu=no
6280 fi
6281
6282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6283 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
6284
6285 fi
6286 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
6287 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
6288 GXX=`test $ac_compiler_gnu = yes && echo yes`
6289 ac_test_CXXFLAGS=${CXXFLAGS+set}
6290 ac_save_CXXFLAGS=$CXXFLAGS
6291 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
6292 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
6293 if test "${ac_cv_prog_cxx_g+set}" = set; then
6294 echo $ECHO_N "(cached) $ECHO_C" >&6
6295 else
6296 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
6297 ac_cxx_werror_flag=yes
6298 ac_cv_prog_cxx_g=no
6299 CXXFLAGS="-g"
6300 cat >conftest.$ac_ext <<_ACEOF
6301 /* confdefs.h. */
6302 _ACEOF
6303 cat confdefs.h >>conftest.$ac_ext
6304 cat >>conftest.$ac_ext <<_ACEOF
6305 /* end confdefs.h. */
6306
6307 int
6308 main ()
6309 {
6310
6311 ;
6312 return 0;
6313 }
6314 _ACEOF
6315 rm -f conftest.$ac_objext
6316 if { (ac_try="$ac_compile"
6317 case "(($ac_try" in
6318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6319 *) ac_try_echo=$ac_try;;
6320 esac
6321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6322 (eval "$ac_compile") 2>conftest.er1
6323 ac_status=$?
6324 grep -v '^ *+' conftest.er1 >conftest.err
6325 rm -f conftest.er1
6326 cat conftest.err >&5
6327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6328 (exit $ac_status); } && {
6329 test -z "$ac_cxx_werror_flag" ||
6330 test ! -s conftest.err
6331 } && test -s conftest.$ac_objext; then
6332 ac_cv_prog_cxx_g=yes
6333 else
6334 echo "$as_me: failed program was:" >&5
6335 sed 's/^/| /' conftest.$ac_ext >&5
6336
6337 CXXFLAGS=""
6338 cat >conftest.$ac_ext <<_ACEOF
6339 /* confdefs.h. */
6340 _ACEOF
6341 cat confdefs.h >>conftest.$ac_ext
6342 cat >>conftest.$ac_ext <<_ACEOF
6343 /* end confdefs.h. */
6344
6345 int
6346 main ()
6347 {
6348
6349 ;
6350 return 0;
6351 }
6352 _ACEOF
6353 rm -f conftest.$ac_objext
6354 if { (ac_try="$ac_compile"
6355 case "(($ac_try" in
6356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6357 *) ac_try_echo=$ac_try;;
6358 esac
6359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6360 (eval "$ac_compile") 2>conftest.er1
6361 ac_status=$?
6362 grep -v '^ *+' conftest.er1 >conftest.err
6363 rm -f conftest.er1
6364 cat conftest.err >&5
6365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6366 (exit $ac_status); } && {
6367 test -z "$ac_cxx_werror_flag" ||
6368 test ! -s conftest.err
6369 } && test -s conftest.$ac_objext; then
6370 :
6371 else
6372 echo "$as_me: failed program was:" >&5
6373 sed 's/^/| /' conftest.$ac_ext >&5
6374
6375 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6376 CXXFLAGS="-g"
6377 cat >conftest.$ac_ext <<_ACEOF
6378 /* confdefs.h. */
6379 _ACEOF
6380 cat confdefs.h >>conftest.$ac_ext
6381 cat >>conftest.$ac_ext <<_ACEOF
6382 /* end confdefs.h. */
6383
6384 int
6385 main ()
6386 {
6387
6388 ;
6389 return 0;
6390 }
6391 _ACEOF
6392 rm -f conftest.$ac_objext
6393 if { (ac_try="$ac_compile"
6394 case "(($ac_try" in
6395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6396 *) ac_try_echo=$ac_try;;
6397 esac
6398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6399 (eval "$ac_compile") 2>conftest.er1
6400 ac_status=$?
6401 grep -v '^ *+' conftest.er1 >conftest.err
6402 rm -f conftest.er1
6403 cat conftest.err >&5
6404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6405 (exit $ac_status); } && {
6406 test -z "$ac_cxx_werror_flag" ||
6407 test ! -s conftest.err
6408 } && test -s conftest.$ac_objext; then
6409 ac_cv_prog_cxx_g=yes
6410 else
6411 echo "$as_me: failed program was:" >&5
6412 sed 's/^/| /' conftest.$ac_ext >&5
6413
6414
6415 fi
6416
6417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6418 fi
6419
6420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6421 fi
6422
6423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6424 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6425 fi
6426 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
6427 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
6428 if test "$ac_test_CXXFLAGS" = set; then
6429 CXXFLAGS=$ac_save_CXXFLAGS
6430 elif test $ac_cv_prog_cxx_g = yes; then
6431 if test "$GXX" = yes; then
6432 CXXFLAGS="-g -O2"
6433 else
6434 CXXFLAGS="-g"
6435 fi
6436 else
6437 if test "$GXX" = yes; then
6438 CXXFLAGS="-O2"
6439 else
6440 CXXFLAGS=
6441 fi
6442 fi
6443 ac_ext=c
6444 ac_cpp='$CPP $CPPFLAGS'
6445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6448
6449 depcc="$CXX" am_compiler_list=
6450
6451 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6452 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
6453 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
6454 echo $ECHO_N "(cached) $ECHO_C" >&6
6455 else
6456 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6457 # We make a subdir and do the tests there. Otherwise we can end up
6458 # making bogus files that we don't know about and never remove. For
6459 # instance it was reported that on HP-UX the gcc test will end up
6460 # making a dummy file named `D' -- because `-MD' means `put the output
6461 # in D'.
6462 mkdir conftest.dir
6463 # Copy depcomp to subdir because otherwise we won't find it if we're
6464 # using a relative directory.
6465 cp "$am_depcomp" conftest.dir
6466 cd conftest.dir
6467 # We will build objects and dependencies in a subdirectory because
6468 # it helps to detect inapplicable dependency modes. For instance
6469 # both Tru64's cc and ICC support -MD to output dependencies as a
6470 # side effect of compilation, but ICC will put the dependencies in
6471 # the current directory while Tru64 will put them in the object
6472 # directory.
6473 mkdir sub
6474
6475 am_cv_CXX_dependencies_compiler_type=none
6476 if test "$am_compiler_list" = ""; then
6477 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6478 fi
6479 for depmode in $am_compiler_list; do
6480 # Setup a source with many dependencies, because some compilers
6481 # like to wrap large dependency lists on column 80 (with \), and
6482 # we should not choose a depcomp mode which is confused by this.
6483 #
6484 # We need to recreate these files for each test, as the compiler may
6485 # overwrite some of them when testing with obscure command lines.
6486 # This happens at least with the AIX C compiler.
6487 : > sub/conftest.c
6488 for i in 1 2 3 4 5 6; do
6489 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6490 : > sub/conftst$i.h
6491 done
6492 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6493
6494 case $depmode in
6495 nosideeffect)
6496 # after this tag, mechanisms are not by side-effect, so they'll
6497 # only be used when explicitly requested
6498 if test "x$enable_dependency_tracking" = xyes; then
6499 continue
6500 else
6501 break
6502 fi
6503 ;;
6504 none) break ;;
6505 esac
6506 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6507 # mode. It turns out that the SunPro C++ compiler does not properly
6508 # handle `-M -o', and we need to detect this.
6509 if depmode=$depmode \
6510 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6511 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6512 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6513 >/dev/null 2>conftest.err &&
6514 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6515 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6516 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6517 # icc doesn't choke on unknown options, it will just issue warnings
6518 # (even with -Werror). So we grep stderr for any message
6519 # that says an option was ignored.
6520 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6521 am_cv_CXX_dependencies_compiler_type=$depmode
6522 break
6523 fi
6524 fi
6525 done
6526
6527 cd ..
6528 rm -rf conftest.dir
6529 else
6530 am_cv_CXX_dependencies_compiler_type=none
6531 fi
6532
6533 fi
6534 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6535 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
6536 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6537
6538
6539
6540 if
6541 test "x$enable_dependency_tracking" != xno \
6542 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6543 am__fastdepCXX_TRUE=
6544 am__fastdepCXX_FALSE='#'
6545 else
6546 am__fastdepCXX_TRUE='#'
6547 am__fastdepCXX_FALSE=
6548 fi
6549
6550
6551
6552 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6553 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6554 if test "${ac_cv_path_GREP+set}" = set; then
6555 echo $ECHO_N "(cached) $ECHO_C" >&6
6556 else
6557 # Extract the first word of "grep ggrep" to use in msg output
6558 if test -z "$GREP"; then
6559 set dummy grep ggrep; ac_prog_name=$2
6560 if test "${ac_cv_path_GREP+set}" = set; then
6561 echo $ECHO_N "(cached) $ECHO_C" >&6
6562 else
6563 ac_path_GREP_found=false
6564 # Loop through the user's path and test for each of PROGNAME-LIST
6565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6567 do
6568 IFS=$as_save_IFS
6569 test -z "$as_dir" && as_dir=.
6570 for ac_prog in grep ggrep; do
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6573 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6574 # Check for GNU ac_path_GREP and select it if it is found.
6575 # Check for GNU $ac_path_GREP
6576 case `"$ac_path_GREP" --version 2>&1` in
6577 *GNU*)
6578 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6579 *)
6580 ac_count=0
6581 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6582 while :
6583 do
6584 cat "conftest.in" "conftest.in" >"conftest.tmp"
6585 mv "conftest.tmp" "conftest.in"
6586 cp "conftest.in" "conftest.nl"
6587 echo 'GREP' >> "conftest.nl"
6588 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6589 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6590 ac_count=`expr $ac_count + 1`
6591 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6592 # Best one so far, save it but keep looking for a better one
6593 ac_cv_path_GREP="$ac_path_GREP"
6594 ac_path_GREP_max=$ac_count
6595 fi
6596 # 10*(2^10) chars as input seems more than enough
6597 test $ac_count -gt 10 && break
6598 done
6599 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6600 esac
6601
6602
6603 $ac_path_GREP_found && break 3
6604 done
6605 done
6606
6607 done
6608 IFS=$as_save_IFS
6609
6610
6611 fi
6612
6613 GREP="$ac_cv_path_GREP"
6614 if test -z "$GREP"; then
6615 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6616 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6617 { (exit 1); exit 1; }; }
6618 fi
6619
6620 else
6621 ac_cv_path_GREP=$GREP
6622 fi
6623
6624
6625 fi
6626 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6627 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6628 GREP="$ac_cv_path_GREP"
6629
6630
6631 { echo "$as_me:$LINENO: checking for egrep" >&5
6632 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6633 if test "${ac_cv_path_EGREP+set}" = set; then
6634 echo $ECHO_N "(cached) $ECHO_C" >&6
6635 else
6636 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6637 then ac_cv_path_EGREP="$GREP -E"
6638 else
6639 # Extract the first word of "egrep" to use in msg output
6640 if test -z "$EGREP"; then
6641 set dummy egrep; ac_prog_name=$2
6642 if test "${ac_cv_path_EGREP+set}" = set; then
6643 echo $ECHO_N "(cached) $ECHO_C" >&6
6644 else
6645 ac_path_EGREP_found=false
6646 # Loop through the user's path and test for each of PROGNAME-LIST
6647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6648 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6649 do
6650 IFS=$as_save_IFS
6651 test -z "$as_dir" && as_dir=.
6652 for ac_prog in egrep; do
6653 for ac_exec_ext in '' $ac_executable_extensions; do
6654 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6655 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6656 # Check for GNU ac_path_EGREP and select it if it is found.
6657 # Check for GNU $ac_path_EGREP
6658 case `"$ac_path_EGREP" --version 2>&1` in
6659 *GNU*)
6660 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6661 *)
6662 ac_count=0
6663 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6664 while :
6665 do
6666 cat "conftest.in" "conftest.in" >"conftest.tmp"
6667 mv "conftest.tmp" "conftest.in"
6668 cp "conftest.in" "conftest.nl"
6669 echo 'EGREP' >> "conftest.nl"
6670 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6671 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6672 ac_count=`expr $ac_count + 1`
6673 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6674 # Best one so far, save it but keep looking for a better one
6675 ac_cv_path_EGREP="$ac_path_EGREP"
6676 ac_path_EGREP_max=$ac_count
6677 fi
6678 # 10*(2^10) chars as input seems more than enough
6679 test $ac_count -gt 10 && break
6680 done
6681 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6682 esac
6683
6684
6685 $ac_path_EGREP_found && break 3
6686 done
6687 done
6688
6689 done
6690 IFS=$as_save_IFS
6691
6692
6693 fi
6694
6695 EGREP="$ac_cv_path_EGREP"
6696 if test -z "$EGREP"; then
6697 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6698 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6699 { (exit 1); exit 1; }; }
6700 fi
6701
6702 else
6703 ac_cv_path_EGREP=$EGREP
6704 fi
6705
6706
6707 fi
6708 fi
6709 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6710 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6711 EGREP="$ac_cv_path_EGREP"
6712
6713
6714 if test $ac_cv_c_compiler_gnu = yes; then
6715 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6716 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
6717 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6718 echo $ECHO_N "(cached) $ECHO_C" >&6
6719 else
6720 ac_pattern="Autoconf.*'x'"
6721 cat >conftest.$ac_ext <<_ACEOF
6722 /* confdefs.h. */
6723 _ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6727 #include <sgtty.h>
6728 Autoconf TIOCGETP
6729 _ACEOF
6730 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6731 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6732 ac_cv_prog_gcc_traditional=yes
6733 else
6734 ac_cv_prog_gcc_traditional=no
6735 fi
6736 rm -f conftest*
6737
6738
6739 if test $ac_cv_prog_gcc_traditional = no; then
6740 cat >conftest.$ac_ext <<_ACEOF
6741 /* confdefs.h. */
6742 _ACEOF
6743 cat confdefs.h >>conftest.$ac_ext
6744 cat >>conftest.$ac_ext <<_ACEOF
6745 /* end confdefs.h. */
6746 #include <termio.h>
6747 Autoconf TCGETA
6748 _ACEOF
6749 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6750 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6751 ac_cv_prog_gcc_traditional=yes
6752 fi
6753 rm -f conftest*
6754
6755 fi
6756 fi
6757 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6758 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
6759 if test $ac_cv_prog_gcc_traditional = yes; then
6760 CC="$CC -traditional"
6761 fi
6762 fi
6763
6764 for ac_prog in gawk mawk nawk awk
6765 do
6766 # Extract the first word of "$ac_prog", so it can be a program name with args.
6767 set dummy $ac_prog; ac_word=$2
6768 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6769 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6770 if test "${ac_cv_prog_AWK+set}" = set; then
6771 echo $ECHO_N "(cached) $ECHO_C" >&6
6772 else
6773 if test -n "$AWK"; then
6774 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6775 else
6776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6777 for as_dir in $PATH
6778 do
6779 IFS=$as_save_IFS
6780 test -z "$as_dir" && as_dir=.
6781 for ac_exec_ext in '' $ac_executable_extensions; do
6782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6783 ac_cv_prog_AWK="$ac_prog"
6784 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6785 break 2
6786 fi
6787 done
6788 done
6789 IFS=$as_save_IFS
6790
6791 fi
6792 fi
6793 AWK=$ac_cv_prog_AWK
6794 if test -n "$AWK"; then
6795 { echo "$as_me:$LINENO: result: $AWK" >&5
6796 echo "${ECHO_T}$AWK" >&6; }
6797 else
6798 { echo "$as_me:$LINENO: result: no" >&5
6799 echo "${ECHO_T}no" >&6; }
6800 fi
6801
6802
6803 test -n "$AWK" && break
6804 done
6805
6806 # Find a good install program. We prefer a C program (faster),
6807 # so one script is as good as another. But avoid the broken or
6808 # incompatible versions:
6809 # SysV /etc/install, /usr/sbin/install
6810 # SunOS /usr/etc/install
6811 # IRIX /sbin/install
6812 # AIX /bin/install
6813 # AmigaOS /C/install, which installs bootblocks on floppy discs
6814 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6815 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6816 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6817 # OS/2's system install, which has a completely different semantic
6818 # ./install, which can be erroneously created by make from ./install.sh.
6819 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6820 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6821 if test -z "$INSTALL"; then
6822 if test "${ac_cv_path_install+set}" = set; then
6823 echo $ECHO_N "(cached) $ECHO_C" >&6
6824 else
6825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6826 for as_dir in $PATH
6827 do
6828 IFS=$as_save_IFS
6829 test -z "$as_dir" && as_dir=.
6830 # Account for people who put trailing slashes in PATH elements.
6831 case $as_dir/ in
6832 ./ | .// | /cC/* | \
6833 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6834 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6835 /usr/ucb/* ) ;;
6836 *)
6837 # OSF1 and SCO ODT 3.0 have their own names for install.
6838 # Don't use installbsd from OSF since it installs stuff as root
6839 # by default.
6840 for ac_prog in ginstall scoinst install; do
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6843 if test $ac_prog = install &&
6844 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6845 # AIX install. It has an incompatible calling convention.
6846 :
6847 elif test $ac_prog = install &&
6848 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6849 # program-specific install script used by HP pwplus--don't use.
6850 :
6851 else
6852 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6853 break 3
6854 fi
6855 fi
6856 done
6857 done
6858 ;;
6859 esac
6860 done
6861 IFS=$as_save_IFS
6862
6863
6864 fi
6865 if test "${ac_cv_path_install+set}" = set; then
6866 INSTALL=$ac_cv_path_install
6867 else
6868 # As a last resort, use the slow shell script. Don't cache a
6869 # value for INSTALL within a source directory, because that will
6870 # break other packages using the cache if that directory is
6871 # removed, or if the value is a relative name.
6872 INSTALL=$ac_install_sh
6873 fi
6874 fi
6875 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6876 echo "${ECHO_T}$INSTALL" >&6; }
6877
6878 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6879 # It thinks the first close brace ends the variable substitution.
6880 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6881
6882 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6883
6884 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6885
6886 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6887 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6888 LN_S=$as_ln_s
6889 if test "$LN_S" = "ln -s"; then
6890 { echo "$as_me:$LINENO: result: yes" >&5
6891 echo "${ECHO_T}yes" >&6; }
6892 else
6893 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6894 echo "${ECHO_T}no, using $LN_S" >&6; }
6895 fi
6896
6897 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6898 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
6899 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6900 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
6901 echo $ECHO_N "(cached) $ECHO_C" >&6
6902 else
6903 cat >conftest.make <<\_ACEOF
6904 SHELL = /bin/sh
6905 all:
6906 @echo '@@@%%%=$(MAKE)=@@@%%%'
6907 _ACEOF
6908 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6909 case `${MAKE-make} -f conftest.make 2>/dev/null` in
6910 *@@@%%%=?*=@@@%%%*)
6911 eval ac_cv_prog_make_${ac_make}_set=yes;;
6912 *)
6913 eval ac_cv_prog_make_${ac_make}_set=no;;
6914 esac
6915 rm -f conftest.make
6916 fi
6917 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
6918 { echo "$as_me:$LINENO: result: yes" >&5
6919 echo "${ECHO_T}yes" >&6; }
6920 SET_MAKE=
6921 else
6922 { echo "$as_me:$LINENO: result: no" >&5
6923 echo "${ECHO_T}no" >&6; }
6924 SET_MAKE="MAKE=${MAKE-make}"
6925 fi
6926
6927 if test -n "$ac_tool_prefix"; then
6928 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6929 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6930 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6932 if test "${ac_cv_prog_RANLIB+set}" = set; then
6933 echo $ECHO_N "(cached) $ECHO_C" >&6
6934 else
6935 if test -n "$RANLIB"; then
6936 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6937 else
6938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6939 for as_dir in $PATH
6940 do
6941 IFS=$as_save_IFS
6942 test -z "$as_dir" && as_dir=.
6943 for ac_exec_ext in '' $ac_executable_extensions; do
6944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6945 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6947 break 2
6948 fi
6949 done
6950 done
6951 IFS=$as_save_IFS
6952
6953 fi
6954 fi
6955 RANLIB=$ac_cv_prog_RANLIB
6956 if test -n "$RANLIB"; then
6957 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6958 echo "${ECHO_T}$RANLIB" >&6; }
6959 else
6960 { echo "$as_me:$LINENO: result: no" >&5
6961 echo "${ECHO_T}no" >&6; }
6962 fi
6963
6964
6965 fi
6966 if test -z "$ac_cv_prog_RANLIB"; then
6967 ac_ct_RANLIB=$RANLIB
6968 # Extract the first word of "ranlib", so it can be a program name with args.
6969 set dummy ranlib; ac_word=$2
6970 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6972 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6973 echo $ECHO_N "(cached) $ECHO_C" >&6
6974 else
6975 if test -n "$ac_ct_RANLIB"; then
6976 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6977 else
6978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6979 for as_dir in $PATH
6980 do
6981 IFS=$as_save_IFS
6982 test -z "$as_dir" && as_dir=.
6983 for ac_exec_ext in '' $ac_executable_extensions; do
6984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6985 ac_cv_prog_ac_ct_RANLIB="ranlib"
6986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6987 break 2
6988 fi
6989 done
6990 done
6991 IFS=$as_save_IFS
6992
6993 fi
6994 fi
6995 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6996 if test -n "$ac_ct_RANLIB"; then
6997 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6998 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6999 else
7000 { echo "$as_me:$LINENO: result: no" >&5
7001 echo "${ECHO_T}no" >&6; }
7002 fi
7003
7004 if test "x$ac_ct_RANLIB" = x; then
7005 RANLIB=":"
7006 else
7007 case $cross_compiling:$ac_tool_warned in
7008 yes:)
7009 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7010 whose name does not start with the host triplet. If you think this
7011 configuration is useful to you, please write to autoconf@gnu.org." >&5
7012 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7013 whose name does not start with the host triplet. If you think this
7014 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7015 ac_tool_warned=yes ;;
7016 esac
7017 RANLIB=$ac_ct_RANLIB
7018 fi
7019 else
7020 RANLIB="$ac_cv_prog_RANLIB"
7021 fi
7022
7023
7024 # Check whether --enable-iftype was given.
7025 if test "${enable_iftype+set}" = set; then
7026 enableval=$enable_iftype;
7027 IFTYPE=`echo $enableval | sed s%/.*%%`
7028 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
7029
7030
7031 fi
7032
7033
7034 { echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
7035 echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6; }
7036
7037 if test "x$IFTYPE" = "x"; then
7038 case $target_os in
7039 *linux*)
7040 IFTYPE=native
7041 IFSUBTYPE=linux
7042
7043 cat >>confdefs.h <<\_ACEOF
7044 #define HAVE_LINUX 1
7045 _ACEOF
7046
7047 ;;
7048 *freebsd*)
7049 IFTYPE=tincd
7050 IFSUBTYPE=freebsd
7051
7052 cat >>confdefs.h <<\_ACEOF
7053 #define HAVE_FREEBSD 1
7054 _ACEOF
7055
7056 ;;
7057 *darwin*)
7058 IFTYPE=native
7059 IFSUBTYPE=darwin
7060
7061 cat >>confdefs.h <<\_ACEOF
7062 #define HAVE_DARWIN 1
7063 _ACEOF
7064
7065 ;;
7066 *solaris*)
7067 IFTYPE=tincd
7068 IFSUBTYPE=solaris
7069
7070 cat >>confdefs.h <<\_ACEOF
7071 #define HAVE_SOLARIS 1
7072 _ACEOF
7073
7074 ;;
7075 *openbsd*)
7076 IFTYPE=tincd
7077 IFSUBTYPE=openbsd
7078
7079 cat >>confdefs.h <<\_ACEOF
7080 #define HAVE_OPENBSD 1
7081 _ACEOF
7082
7083 ;;
7084 *netbsd*)
7085 IFTYPE=tincd
7086 IFSUBTYPE=netbsd
7087
7088 cat >>confdefs.h <<\_ACEOF
7089 #define HAVE_NETBSD 1
7090 _ACEOF
7091
7092 ;;
7093 *cygwin*)
7094 IFTYPE=native
7095 IFSUBTYPE=cygwin
7096
7097 cat >>confdefs.h <<\_ACEOF
7098 #define HAVE_CYGWIN 1
7099 _ACEOF
7100
7101 ;;
7102 *)
7103 { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
7104 echo "$as_me: error: \"Unknown operating system.\"" >&2;}
7105 { (exit 1); exit 1; }; }
7106 ;;
7107 esac
7108 fi
7109 { echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
7110 echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6; }
7111 IFTYPE=$IFTYPE
7112
7113 IFSUBTYPE=$IFSUBTYPE
7114
7115
7116 cat >>confdefs.h <<_ACEOF
7117 #define IFTYPE "$IFTYPE"
7118 _ACEOF
7119
7120
7121 cat >>confdefs.h <<_ACEOF
7122 #define IFSUBTYPE "$IFSUBTYPE"
7123 _ACEOF
7124
7125
7126 cat >confcache <<\_ACEOF
7127 # This file is a shell script that caches the results of configure
7128 # tests run on this system so they can be shared between configure
7129 # scripts and configure runs, see configure's option --config-cache.
7130 # It is not useful on other systems. If it contains results you don't
7131 # want to keep, you may remove or edit it.
7132 #
7133 # config.status only pays attention to the cache file if you give it
7134 # the --recheck option to rerun configure.
7135 #
7136 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7137 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7138 # following values.
7139
7140 _ACEOF
7141
7142 # The following way of writing the cache mishandles newlines in values,
7143 # but we know of no workaround that is simple, portable, and efficient.
7144 # So, we kill variables containing newlines.
7145 # Ultrix sh set writes to stderr and can't be redirected directly,
7146 # and sets the high bit in the cache file unless we assign to the vars.
7147 (
7148 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7149 eval ac_val=\$$ac_var
7150 case $ac_val in #(
7151 *${as_nl}*)
7152 case $ac_var in #(
7153 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
7154 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
7155 esac
7156 case $ac_var in #(
7157 _ | IFS | as_nl) ;; #(
7158 *) $as_unset $ac_var ;;
7159 esac ;;
7160 esac
7161 done
7162
7163 (set) 2>&1 |
7164 case $as_nl`(ac_space=' '; set) 2>&1` in #(
7165 *${as_nl}ac_space=\ *)
7166 # `set' does not quote correctly, so add quotes (double-quote
7167 # substitution turns \\\\ into \\, and sed turns \\ into \).
7168 sed -n \
7169 "s/'/'\\\\''/g;
7170 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7171 ;; #(
7172 *)
7173 # `set' quotes correctly as required by POSIX, so do not add quotes.
7174 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7175 ;;
7176 esac |
7177 sort
7178 ) |
7179 sed '
7180 /^ac_cv_env_/b end
7181 t clear
7182 :clear
7183 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7184 t end
7185 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7186 :end' >>confcache
7187 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7188 if test -w "$cache_file"; then
7189 test "x$cache_file" != "x/dev/null" &&
7190 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
7191 echo "$as_me: updating cache $cache_file" >&6;}
7192 cat confcache >$cache_file
7193 else
7194 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
7195 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7196 fi
7197 fi
7198 rm -f confcache
7199
7200
7201 ac_ext=cpp
7202 ac_cpp='$CXXCPP $CPPFLAGS'
7203 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7204 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7205 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7206
7207
7208 ac_ext=cpp
7209 ac_cpp='$CXXCPP $CPPFLAGS'
7210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7213 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
7214 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
7215 if test -z "$CXXCPP"; then
7216 if test "${ac_cv_prog_CXXCPP+set}" = set; then
7217 echo $ECHO_N "(cached) $ECHO_C" >&6
7218 else
7219 # Double quotes because CXXCPP needs to be expanded
7220 for CXXCPP in "$CXX -E" "/lib/cpp"
7221 do
7222 ac_preproc_ok=false
7223 for ac_cxx_preproc_warn_flag in '' yes
7224 do
7225 # Use a header file that comes with gcc, so configuring glibc
7226 # with a fresh cross-compiler works.
7227 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7228 # <limits.h> exists even on freestanding compilers.
7229 # On the NeXT, cc -E runs the code through the compiler's parser,
7230 # not just through cpp. "Syntax error" is here to catch this case.
7231 cat >conftest.$ac_ext <<_ACEOF
7232 /* confdefs.h. */
7233 _ACEOF
7234 cat confdefs.h >>conftest.$ac_ext
7235 cat >>conftest.$ac_ext <<_ACEOF
7236 /* end confdefs.h. */
7237 #ifdef __STDC__
7238 # include <limits.h>
7239 #else
7240 # include <assert.h>
7241 #endif
7242 Syntax error
7243 _ACEOF
7244 if { (ac_try="$ac_cpp conftest.$ac_ext"
7245 case "(($ac_try" in
7246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7247 *) ac_try_echo=$ac_try;;
7248 esac
7249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7250 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7251 ac_status=$?
7252 grep -v '^ *+' conftest.er1 >conftest.err
7253 rm -f conftest.er1
7254 cat conftest.err >&5
7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256 (exit $ac_status); } >/dev/null && {
7257 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7258 test ! -s conftest.err
7259 }; then
7260 :
7261 else
7262 echo "$as_me: failed program was:" >&5
7263 sed 's/^/| /' conftest.$ac_ext >&5
7264
7265 # Broken: fails on valid input.
7266 continue
7267 fi
7268
7269 rm -f conftest.err conftest.$ac_ext
7270
7271 # OK, works on sane cases. Now check whether nonexistent headers
7272 # can be detected and how.
7273 cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h. */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h. */
7279 #include <ac_nonexistent.h>
7280 _ACEOF
7281 if { (ac_try="$ac_cpp conftest.$ac_ext"
7282 case "(($ac_try" in
7283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7284 *) ac_try_echo=$ac_try;;
7285 esac
7286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7287 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7288 ac_status=$?
7289 grep -v '^ *+' conftest.er1 >conftest.err
7290 rm -f conftest.er1
7291 cat conftest.err >&5
7292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); } >/dev/null && {
7294 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7295 test ! -s conftest.err
7296 }; then
7297 # Broken: success on invalid input.
7298 continue
7299 else
7300 echo "$as_me: failed program was:" >&5
7301 sed 's/^/| /' conftest.$ac_ext >&5
7302
7303 # Passes both tests.
7304 ac_preproc_ok=:
7305 break
7306 fi
7307
7308 rm -f conftest.err conftest.$ac_ext
7309
7310 done
7311 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7312 rm -f conftest.err conftest.$ac_ext
7313 if $ac_preproc_ok; then
7314 break
7315 fi
7316
7317 done
7318 ac_cv_prog_CXXCPP=$CXXCPP
7319
7320 fi
7321 CXXCPP=$ac_cv_prog_CXXCPP
7322 else
7323 ac_cv_prog_CXXCPP=$CXXCPP
7324 fi
7325 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
7326 echo "${ECHO_T}$CXXCPP" >&6; }
7327 ac_preproc_ok=false
7328 for ac_cxx_preproc_warn_flag in '' yes
7329 do
7330 # Use a header file that comes with gcc, so configuring glibc
7331 # with a fresh cross-compiler works.
7332 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7333 # <limits.h> exists even on freestanding compilers.
7334 # On the NeXT, cc -E runs the code through the compiler's parser,
7335 # not just through cpp. "Syntax error" is here to catch this case.
7336 cat >conftest.$ac_ext <<_ACEOF
7337 /* confdefs.h. */
7338 _ACEOF
7339 cat confdefs.h >>conftest.$ac_ext
7340 cat >>conftest.$ac_ext <<_ACEOF
7341 /* end confdefs.h. */
7342 #ifdef __STDC__
7343 # include <limits.h>
7344 #else
7345 # include <assert.h>
7346 #endif
7347 Syntax error
7348 _ACEOF
7349 if { (ac_try="$ac_cpp conftest.$ac_ext"
7350 case "(($ac_try" in
7351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7352 *) ac_try_echo=$ac_try;;
7353 esac
7354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7356 ac_status=$?
7357 grep -v '^ *+' conftest.er1 >conftest.err
7358 rm -f conftest.er1
7359 cat conftest.err >&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } >/dev/null && {
7362 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7363 test ! -s conftest.err
7364 }; then
7365 :
7366 else
7367 echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.$ac_ext >&5
7369
7370 # Broken: fails on valid input.
7371 continue
7372 fi
7373
7374 rm -f conftest.err conftest.$ac_ext
7375
7376 # OK, works on sane cases. Now check whether nonexistent headers
7377 # can be detected and how.
7378 cat >conftest.$ac_ext <<_ACEOF
7379 /* confdefs.h. */
7380 _ACEOF
7381 cat confdefs.h >>conftest.$ac_ext
7382 cat >>conftest.$ac_ext <<_ACEOF
7383 /* end confdefs.h. */
7384 #include <ac_nonexistent.h>
7385 _ACEOF
7386 if { (ac_try="$ac_cpp conftest.$ac_ext"
7387 case "(($ac_try" in
7388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7389 *) ac_try_echo=$ac_try;;
7390 esac
7391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7392 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7393 ac_status=$?
7394 grep -v '^ *+' conftest.er1 >conftest.err
7395 rm -f conftest.er1
7396 cat conftest.err >&5
7397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7398 (exit $ac_status); } >/dev/null && {
7399 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7400 test ! -s conftest.err
7401 }; then
7402 # Broken: success on invalid input.
7403 continue
7404 else
7405 echo "$as_me: failed program was:" >&5
7406 sed 's/^/| /' conftest.$ac_ext >&5
7407
7408 # Passes both tests.
7409 ac_preproc_ok=:
7410 break
7411 fi
7412
7413 rm -f conftest.err conftest.$ac_ext
7414
7415 done
7416 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7417 rm -f conftest.err conftest.$ac_ext
7418 if $ac_preproc_ok; then
7419 :
7420 else
7421 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7422 See \`config.log' for more details." >&5
7423 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
7424 See \`config.log' for more details." >&2;}
7425 { (exit 1); exit 1; }; }
7426 fi
7427
7428 ac_ext=cpp
7429 ac_cpp='$CXXCPP $CPPFLAGS'
7430 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7431 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7432 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7433
7434
7435 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7436 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7437 if test "${ac_cv_header_stdc+set}" = set; then
7438 echo $ECHO_N "(cached) $ECHO_C" >&6
7439 else
7440 cat >conftest.$ac_ext <<_ACEOF
7441 /* confdefs.h. */
7442 _ACEOF
7443 cat confdefs.h >>conftest.$ac_ext
7444 cat >>conftest.$ac_ext <<_ACEOF
7445 /* end confdefs.h. */
7446 #include <stdlib.h>
7447 #include <stdarg.h>
7448 #include <string.h>
7449 #include <float.h>
7450
7451 int
7452 main ()
7453 {
7454
7455 ;
7456 return 0;
7457 }
7458 _ACEOF
7459 rm -f conftest.$ac_objext
7460 if { (ac_try="$ac_compile"
7461 case "(($ac_try" in
7462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7463 *) ac_try_echo=$ac_try;;
7464 esac
7465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7466 (eval "$ac_compile") 2>conftest.er1
7467 ac_status=$?
7468 grep -v '^ *+' conftest.er1 >conftest.err
7469 rm -f conftest.er1
7470 cat conftest.err >&5
7471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7472 (exit $ac_status); } && {
7473 test -z "$ac_cxx_werror_flag" ||
7474 test ! -s conftest.err
7475 } && test -s conftest.$ac_objext; then
7476 ac_cv_header_stdc=yes
7477 else
7478 echo "$as_me: failed program was:" >&5
7479 sed 's/^/| /' conftest.$ac_ext >&5
7480
7481 ac_cv_header_stdc=no
7482 fi
7483
7484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7485
7486 if test $ac_cv_header_stdc = yes; then
7487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7488 cat >conftest.$ac_ext <<_ACEOF
7489 /* confdefs.h. */
7490 _ACEOF
7491 cat confdefs.h >>conftest.$ac_ext
7492 cat >>conftest.$ac_ext <<_ACEOF
7493 /* end confdefs.h. */
7494 #include <string.h>
7495
7496 _ACEOF
7497 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7498 $EGREP "memchr" >/dev/null 2>&1; then
7499 :
7500 else
7501 ac_cv_header_stdc=no
7502 fi
7503 rm -f conftest*
7504
7505 fi
7506
7507 if test $ac_cv_header_stdc = yes; then
7508 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7509 cat >conftest.$ac_ext <<_ACEOF
7510 /* confdefs.h. */
7511 _ACEOF
7512 cat confdefs.h >>conftest.$ac_ext
7513 cat >>conftest.$ac_ext <<_ACEOF
7514 /* end confdefs.h. */
7515 #include <stdlib.h>
7516
7517 _ACEOF
7518 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7519 $EGREP "free" >/dev/null 2>&1; then
7520 :
7521 else
7522 ac_cv_header_stdc=no
7523 fi
7524 rm -f conftest*
7525
7526 fi
7527
7528 if test $ac_cv_header_stdc = yes; then
7529 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7530 if test "$cross_compiling" = yes; then
7531 :
7532 else
7533 cat >conftest.$ac_ext <<_ACEOF
7534 /* confdefs.h. */
7535 _ACEOF
7536 cat confdefs.h >>conftest.$ac_ext
7537 cat >>conftest.$ac_ext <<_ACEOF
7538 /* end confdefs.h. */
7539 #include <ctype.h>
7540 #include <stdlib.h>
7541 #if ((' ' & 0x0FF) == 0x020)
7542 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7543 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7544 #else
7545 # define ISLOWER(c) \
7546 (('a' <= (c) && (c) <= 'i') \
7547 || ('j' <= (c) && (c) <= 'r') \
7548 || ('s' <= (c) && (c) <= 'z'))
7549 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7550 #endif
7551
7552 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7553 int
7554 main ()
7555 {
7556 int i;
7557 for (i = 0; i < 256; i++)
7558 if (XOR (islower (i), ISLOWER (i))
7559 || toupper (i) != TOUPPER (i))
7560 return 2;
7561 return 0;
7562 }
7563 _ACEOF
7564 rm -f conftest$ac_exeext
7565 if { (ac_try="$ac_link"
7566 case "(($ac_try" in
7567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568 *) ac_try_echo=$ac_try;;
7569 esac
7570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571 (eval "$ac_link") 2>&5
7572 ac_status=$?
7573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7574 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7575 { (case "(($ac_try" in
7576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7577 *) ac_try_echo=$ac_try;;
7578 esac
7579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7580 (eval "$ac_try") 2>&5
7581 ac_status=$?
7582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7583 (exit $ac_status); }; }; then
7584 :
7585 else
7586 echo "$as_me: program exited with status $ac_status" >&5
7587 echo "$as_me: failed program was:" >&5
7588 sed 's/^/| /' conftest.$ac_ext >&5
7589
7590 ( exit $ac_status )
7591 ac_cv_header_stdc=no
7592 fi
7593 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7594 fi
7595
7596
7597 fi
7598 fi
7599 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7600 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7601 if test $ac_cv_header_stdc = yes; then
7602
7603 cat >>confdefs.h <<\_ACEOF
7604 #define STDC_HEADERS 1
7605 _ACEOF
7606
7607 fi
7608
7609 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7620 inttypes.h stdint.h unistd.h
7621 do
7622 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7623 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7624 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7625 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7626 echo $ECHO_N "(cached) $ECHO_C" >&6
7627 else
7628 cat >conftest.$ac_ext <<_ACEOF
7629 /* confdefs.h. */
7630 _ACEOF
7631 cat confdefs.h >>conftest.$ac_ext
7632 cat >>conftest.$ac_ext <<_ACEOF
7633 /* end confdefs.h. */
7634 $ac_includes_default
7635
7636 #include <$ac_header>
7637 _ACEOF
7638 rm -f conftest.$ac_objext
7639 if { (ac_try="$ac_compile"
7640 case "(($ac_try" in
7641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7642 *) ac_try_echo=$ac_try;;
7643 esac
7644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7645 (eval "$ac_compile") 2>conftest.er1
7646 ac_status=$?
7647 grep -v '^ *+' conftest.er1 >conftest.err
7648 rm -f conftest.er1
7649 cat conftest.err >&5
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); } && {
7652 test -z "$ac_cxx_werror_flag" ||
7653 test ! -s conftest.err
7654 } && test -s conftest.$ac_objext; then
7655 eval "$as_ac_Header=yes"
7656 else
7657 echo "$as_me: failed program was:" >&5
7658 sed 's/^/| /' conftest.$ac_ext >&5
7659
7660 eval "$as_ac_Header=no"
7661 fi
7662
7663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7664 fi
7665 ac_res=`eval echo '${'$as_ac_Header'}'`
7666 { echo "$as_me:$LINENO: result: $ac_res" >&5
7667 echo "${ECHO_T}$ac_res" >&6; }
7668 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7669 cat >>confdefs.h <<_ACEOF
7670 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7671 _ACEOF
7672
7673 fi
7674
7675 done
7676
7677
7678
7679
7680 for ac_header in ext/hash_map clocale
7681 do
7682 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7683 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7684 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7685 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7686 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7687 echo $ECHO_N "(cached) $ECHO_C" >&6
7688 fi
7689 ac_res=`eval echo '${'$as_ac_Header'}'`
7690 { echo "$as_me:$LINENO: result: $ac_res" >&5
7691 echo "${ECHO_T}$ac_res" >&6; }
7692 else
7693 # Is the header compilable?
7694 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7695 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7696 cat >conftest.$ac_ext <<_ACEOF
7697 /* confdefs.h. */
7698 _ACEOF
7699 cat confdefs.h >>conftest.$ac_ext
7700 cat >>conftest.$ac_ext <<_ACEOF
7701 /* end confdefs.h. */
7702 $ac_includes_default
7703 #include <$ac_header>
7704 _ACEOF
7705 rm -f conftest.$ac_objext
7706 if { (ac_try="$ac_compile"
7707 case "(($ac_try" in
7708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7709 *) ac_try_echo=$ac_try;;
7710 esac
7711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7712 (eval "$ac_compile") 2>conftest.er1
7713 ac_status=$?
7714 grep -v '^ *+' conftest.er1 >conftest.err
7715 rm -f conftest.er1
7716 cat conftest.err >&5
7717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7718 (exit $ac_status); } && {
7719 test -z "$ac_cxx_werror_flag" ||
7720 test ! -s conftest.err
7721 } && test -s conftest.$ac_objext; then
7722 ac_header_compiler=yes
7723 else
7724 echo "$as_me: failed program was:" >&5
7725 sed 's/^/| /' conftest.$ac_ext >&5
7726
7727 ac_header_compiler=no
7728 fi
7729
7730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7731 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7732 echo "${ECHO_T}$ac_header_compiler" >&6; }
7733
7734 # Is the header present?
7735 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7736 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7737 cat >conftest.$ac_ext <<_ACEOF
7738 /* confdefs.h. */
7739 _ACEOF
7740 cat confdefs.h >>conftest.$ac_ext
7741 cat >>conftest.$ac_ext <<_ACEOF
7742 /* end confdefs.h. */
7743 #include <$ac_header>
7744 _ACEOF
7745 if { (ac_try="$ac_cpp conftest.$ac_ext"
7746 case "(($ac_try" in
7747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7748 *) ac_try_echo=$ac_try;;
7749 esac
7750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7751 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7752 ac_status=$?
7753 grep -v '^ *+' conftest.er1 >conftest.err
7754 rm -f conftest.er1
7755 cat conftest.err >&5
7756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 (exit $ac_status); } >/dev/null && {
7758 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7759 test ! -s conftest.err
7760 }; then
7761 ac_header_preproc=yes
7762 else
7763 echo "$as_me: failed program was:" >&5
7764 sed 's/^/| /' conftest.$ac_ext >&5
7765
7766 ac_header_preproc=no
7767 fi
7768
7769 rm -f conftest.err conftest.$ac_ext
7770 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7771 echo "${ECHO_T}$ac_header_preproc" >&6; }
7772
7773 # So? What about this header?
7774 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7775 yes:no: )
7776 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7777 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7778 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7779 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7780 ac_header_preproc=yes
7781 ;;
7782 no:yes:* )
7783 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7784 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7785 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7786 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7787 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7788 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7789 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7790 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7791 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7792 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7793 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7794 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7795
7796 ;;
7797 esac
7798 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7799 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7800 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7801 echo $ECHO_N "(cached) $ECHO_C" >&6
7802 else
7803 eval "$as_ac_Header=\$ac_header_preproc"
7804 fi
7805 ac_res=`eval echo '${'$as_ac_Header'}'`
7806 { echo "$as_me:$LINENO: result: $ac_res" >&5
7807 echo "${ECHO_T}$ac_res" >&6; }
7808
7809 fi
7810 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7811 cat >>confdefs.h <<_ACEOF
7812 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7813 _ACEOF
7814
7815 fi
7816
7817 done
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836 for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7837 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7838 sys/mman.h netinet/in.h
7839 do
7840 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7841 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7842 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7843 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7844 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7845 echo $ECHO_N "(cached) $ECHO_C" >&6
7846 fi
7847 ac_res=`eval echo '${'$as_ac_Header'}'`
7848 { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850 else
7851 # Is the header compilable?
7852 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7853 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7854 cat >conftest.$ac_ext <<_ACEOF
7855 /* confdefs.h. */
7856 _ACEOF
7857 cat confdefs.h >>conftest.$ac_ext
7858 cat >>conftest.$ac_ext <<_ACEOF
7859 /* end confdefs.h. */
7860 $ac_includes_default
7861 #include <$ac_header>
7862 _ACEOF
7863 rm -f conftest.$ac_objext
7864 if { (ac_try="$ac_compile"
7865 case "(($ac_try" in
7866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7867 *) ac_try_echo=$ac_try;;
7868 esac
7869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7870 (eval "$ac_compile") 2>conftest.er1
7871 ac_status=$?
7872 grep -v '^ *+' conftest.er1 >conftest.err
7873 rm -f conftest.er1
7874 cat conftest.err >&5
7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 (exit $ac_status); } && {
7877 test -z "$ac_cxx_werror_flag" ||
7878 test ! -s conftest.err
7879 } && test -s conftest.$ac_objext; then
7880 ac_header_compiler=yes
7881 else
7882 echo "$as_me: failed program was:" >&5
7883 sed 's/^/| /' conftest.$ac_ext >&5
7884
7885 ac_header_compiler=no
7886 fi
7887
7888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7889 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7890 echo "${ECHO_T}$ac_header_compiler" >&6; }
7891
7892 # Is the header present?
7893 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7894 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7895 cat >conftest.$ac_ext <<_ACEOF
7896 /* confdefs.h. */
7897 _ACEOF
7898 cat confdefs.h >>conftest.$ac_ext
7899 cat >>conftest.$ac_ext <<_ACEOF
7900 /* end confdefs.h. */
7901 #include <$ac_header>
7902 _ACEOF
7903 if { (ac_try="$ac_cpp conftest.$ac_ext"
7904 case "(($ac_try" in
7905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7906 *) ac_try_echo=$ac_try;;
7907 esac
7908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7909 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7910 ac_status=$?
7911 grep -v '^ *+' conftest.er1 >conftest.err
7912 rm -f conftest.er1
7913 cat conftest.err >&5
7914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915 (exit $ac_status); } >/dev/null && {
7916 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
7917 test ! -s conftest.err
7918 }; then
7919 ac_header_preproc=yes
7920 else
7921 echo "$as_me: failed program was:" >&5
7922 sed 's/^/| /' conftest.$ac_ext >&5
7923
7924 ac_header_preproc=no
7925 fi
7926
7927 rm -f conftest.err conftest.$ac_ext
7928 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7929 echo "${ECHO_T}$ac_header_preproc" >&6; }
7930
7931 # So? What about this header?
7932 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7933 yes:no: )
7934 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7935 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7936 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7937 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7938 ac_header_preproc=yes
7939 ;;
7940 no:yes:* )
7941 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7942 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7943 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7944 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7945 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7946 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7947 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7948 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7949 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7950 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7951 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7952 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7953
7954 ;;
7955 esac
7956 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7959 echo $ECHO_N "(cached) $ECHO_C" >&6
7960 else
7961 eval "$as_ac_Header=\$ac_header_preproc"
7962 fi
7963 ac_res=`eval echo '${'$as_ac_Header'}'`
7964 { echo "$as_me:$LINENO: result: $ac_res" >&5
7965 echo "${ECHO_T}$ac_res" >&6; }
7966
7967 fi
7968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7969 cat >>confdefs.h <<_ACEOF
7970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7971 _ACEOF
7972
7973 fi
7974
7975 done
7976
7977
7978
7979
7980
7981
7982
7983 for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7984 do
7985 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7986 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7987 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7988 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7989 echo $ECHO_N "(cached) $ECHO_C" >&6
7990 else
7991 cat >conftest.$ac_ext <<_ACEOF
7992 /* confdefs.h. */
7993 _ACEOF
7994 cat confdefs.h >>conftest.$ac_ext
7995 cat >>conftest.$ac_ext <<_ACEOF
7996 /* end confdefs.h. */
7997
7998 #include <sys/types.h>
7999 #include <sys/socket.h>
8000 #ifdef HAVE_NETINET_IN_H
8001 # include <netinet/in.h>
8002 #endif
8003 #ifdef HAVE_ARPA_INET_H
8004 # include <arpa/inet.h>
8005 #endif
8006 #ifdef HAVE_NETINET_IN_SYSTM_H
8007 # include <netinet/in_systm.h>
8008 #endif
8009
8010
8011 #include <$ac_header>
8012 _ACEOF
8013 rm -f conftest.$ac_objext
8014 if { (ac_try="$ac_compile"
8015 case "(($ac_try" in
8016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8017 *) ac_try_echo=$ac_try;;
8018 esac
8019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8020 (eval "$ac_compile") 2>conftest.er1
8021 ac_status=$?
8022 grep -v '^ *+' conftest.er1 >conftest.err
8023 rm -f conftest.er1
8024 cat conftest.err >&5
8025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8026 (exit $ac_status); } && {
8027 test -z "$ac_cxx_werror_flag" ||
8028 test ! -s conftest.err
8029 } && test -s conftest.$ac_objext; then
8030 eval "$as_ac_Header=yes"
8031 else
8032 echo "$as_me: failed program was:" >&5
8033 sed 's/^/| /' conftest.$ac_ext >&5
8034
8035 eval "$as_ac_Header=no"
8036 fi
8037
8038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8039 fi
8040 ac_res=`eval echo '${'$as_ac_Header'}'`
8041 { echo "$as_me:$LINENO: result: $ac_res" >&5
8042 echo "${ECHO_T}$ac_res" >&6; }
8043 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8044 cat >>confdefs.h <<_ACEOF
8045 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8046 _ACEOF
8047
8048 fi
8049
8050 done
8051
8052
8053 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8054 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
8055 if test "${ac_cv_c_const+set}" = set; then
8056 echo $ECHO_N "(cached) $ECHO_C" >&6
8057 else
8058 cat >conftest.$ac_ext <<_ACEOF
8059 /* confdefs.h. */
8060 _ACEOF
8061 cat confdefs.h >>conftest.$ac_ext
8062 cat >>conftest.$ac_ext <<_ACEOF
8063 /* end confdefs.h. */
8064
8065 int
8066 main ()
8067 {
8068 /* FIXME: Include the comments suggested by Paul. */
8069 #ifndef __cplusplus
8070 /* Ultrix mips cc rejects this. */
8071 typedef int charset[2];
8072 const charset cs;
8073 /* SunOS 4.1.1 cc rejects this. */
8074 char const *const *pcpcc;
8075 char **ppc;
8076 /* NEC SVR4.0.2 mips cc rejects this. */
8077 struct point {int x, y;};
8078 static struct point const zero = {0,0};
8079 /* AIX XL C 1.02.0.0 rejects this.
8080 It does not let you subtract one const X* pointer from another in
8081 an arm of an if-expression whose if-part is not a constant
8082 expression */
8083 const char *g = "string";
8084 pcpcc = &g + (g ? g-g : 0);
8085 /* HPUX 7.0 cc rejects these. */
8086 ++pcpcc;
8087 ppc = (char**) pcpcc;
8088 pcpcc = (char const *const *) ppc;
8089 { /* SCO 3.2v4 cc rejects this. */
8090 char *t;
8091 char const *s = 0 ? (char *) 0 : (char const *) 0;
8092
8093 *t++ = 0;
8094 if (s) return 0;
8095 }
8096 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
8097 int x[] = {25, 17};
8098 const int *foo = &x[0];
8099 ++foo;
8100 }
8101 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
8102 typedef const int *iptr;
8103 iptr p = 0;
8104 ++p;
8105 }
8106 { /* AIX XL C 1.02.0.0 rejects this saying
8107 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
8108 struct s { int j; const int *ap[3]; };
8109 struct s *b; b->j = 5;
8110 }
8111 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8112 const int foo = 10;
8113 if (!foo) return 0;
8114 }
8115 return !cs[0] && !zero.x;
8116 #endif
8117
8118 ;
8119 return 0;
8120 }
8121 _ACEOF
8122 rm -f conftest.$ac_objext
8123 if { (ac_try="$ac_compile"
8124 case "(($ac_try" in
8125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8126 *) ac_try_echo=$ac_try;;
8127 esac
8128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8129 (eval "$ac_compile") 2>conftest.er1
8130 ac_status=$?
8131 grep -v '^ *+' conftest.er1 >conftest.err
8132 rm -f conftest.er1
8133 cat conftest.err >&5
8134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8135 (exit $ac_status); } && {
8136 test -z "$ac_cxx_werror_flag" ||
8137 test ! -s conftest.err
8138 } && test -s conftest.$ac_objext; then
8139 ac_cv_c_const=yes
8140 else
8141 echo "$as_me: failed program was:" >&5
8142 sed 's/^/| /' conftest.$ac_ext >&5
8143
8144 ac_cv_c_const=no
8145 fi
8146
8147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8148 fi
8149 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8150 echo "${ECHO_T}$ac_cv_c_const" >&6; }
8151 if test $ac_cv_c_const = no; then
8152
8153 cat >>confdefs.h <<\_ACEOF
8154 #define const
8155 _ACEOF
8156
8157 fi
8158
8159 { echo "$as_me:$LINENO: checking for pid_t" >&5
8160 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
8161 if test "${ac_cv_type_pid_t+set}" = set; then
8162 echo $ECHO_N "(cached) $ECHO_C" >&6
8163 else
8164 cat >conftest.$ac_ext <<_ACEOF
8165 /* confdefs.h. */
8166 _ACEOF
8167 cat confdefs.h >>conftest.$ac_ext
8168 cat >>conftest.$ac_ext <<_ACEOF
8169 /* end confdefs.h. */
8170 $ac_includes_default
8171 typedef pid_t ac__type_new_;
8172 int
8173 main ()
8174 {
8175 if ((ac__type_new_ *) 0)
8176 return 0;
8177 if (sizeof (ac__type_new_))
8178 return 0;
8179 ;
8180 return 0;
8181 }
8182 _ACEOF
8183 rm -f conftest.$ac_objext
8184 if { (ac_try="$ac_compile"
8185 case "(($ac_try" in
8186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8187 *) ac_try_echo=$ac_try;;
8188 esac
8189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8190 (eval "$ac_compile") 2>conftest.er1
8191 ac_status=$?
8192 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -f conftest.er1
8194 cat conftest.err >&5
8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 (exit $ac_status); } && {
8197 test -z "$ac_cxx_werror_flag" ||
8198 test ! -s conftest.err
8199 } && test -s conftest.$ac_objext; then
8200 ac_cv_type_pid_t=yes
8201 else
8202 echo "$as_me: failed program was:" >&5
8203 sed 's/^/| /' conftest.$ac_ext >&5
8204
8205 ac_cv_type_pid_t=no
8206 fi
8207
8208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8209 fi
8210 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
8211 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
8212 if test $ac_cv_type_pid_t = yes; then
8213 :
8214 else
8215
8216 cat >>confdefs.h <<_ACEOF
8217 #define pid_t int
8218 _ACEOF
8219
8220 fi
8221
8222 { echo "$as_me:$LINENO: checking for size_t" >&5
8223 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
8224 if test "${ac_cv_type_size_t+set}" = set; then
8225 echo $ECHO_N "(cached) $ECHO_C" >&6
8226 else
8227 cat >conftest.$ac_ext <<_ACEOF
8228 /* confdefs.h. */
8229 _ACEOF
8230 cat confdefs.h >>conftest.$ac_ext
8231 cat >>conftest.$ac_ext <<_ACEOF
8232 /* end confdefs.h. */
8233 $ac_includes_default
8234 typedef size_t ac__type_new_;
8235 int
8236 main ()
8237 {
8238 if ((ac__type_new_ *) 0)
8239 return 0;
8240 if (sizeof (ac__type_new_))
8241 return 0;
8242 ;
8243 return 0;
8244 }
8245 _ACEOF
8246 rm -f conftest.$ac_objext
8247 if { (ac_try="$ac_compile"
8248 case "(($ac_try" in
8249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8250 *) ac_try_echo=$ac_try;;
8251 esac
8252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8253 (eval "$ac_compile") 2>conftest.er1
8254 ac_status=$?
8255 grep -v '^ *+' conftest.er1 >conftest.err
8256 rm -f conftest.er1
8257 cat conftest.err >&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 (exit $ac_status); } && {
8260 test -z "$ac_cxx_werror_flag" ||
8261 test ! -s conftest.err
8262 } && test -s conftest.$ac_objext; then
8263 ac_cv_type_size_t=yes
8264 else
8265 echo "$as_me: failed program was:" >&5
8266 sed 's/^/| /' conftest.$ac_ext >&5
8267
8268 ac_cv_type_size_t=no
8269 fi
8270
8271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8272 fi
8273 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
8274 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
8275 if test $ac_cv_type_size_t = yes; then
8276 :
8277 else
8278
8279 cat >>confdefs.h <<_ACEOF
8280 #define size_t unsigned int
8281 _ACEOF
8282
8283 fi
8284
8285 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
8286 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
8287 if test "${ac_cv_header_time+set}" = set; then
8288 echo $ECHO_N "(cached) $ECHO_C" >&6
8289 else
8290 cat >conftest.$ac_ext <<_ACEOF
8291 /* confdefs.h. */
8292 _ACEOF
8293 cat confdefs.h >>conftest.$ac_ext
8294 cat >>conftest.$ac_ext <<_ACEOF
8295 /* end confdefs.h. */
8296 #include <sys/types.h>
8297 #include <sys/time.h>
8298 #include <time.h>
8299
8300 int
8301 main ()
8302 {
8303 if ((struct tm *) 0)
8304 return 0;
8305 ;
8306 return 0;
8307 }
8308 _ACEOF
8309 rm -f conftest.$ac_objext
8310 if { (ac_try="$ac_compile"
8311 case "(($ac_try" in
8312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8313 *) ac_try_echo=$ac_try;;
8314 esac
8315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8316 (eval "$ac_compile") 2>conftest.er1
8317 ac_status=$?
8318 grep -v '^ *+' conftest.er1 >conftest.err
8319 rm -f conftest.er1
8320 cat conftest.err >&5
8321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8322 (exit $ac_status); } && {
8323 test -z "$ac_cxx_werror_flag" ||
8324 test ! -s conftest.err
8325 } && test -s conftest.$ac_objext; then
8326 ac_cv_header_time=yes
8327 else
8328 echo "$as_me: failed program was:" >&5
8329 sed 's/^/| /' conftest.$ac_ext >&5
8330
8331 ac_cv_header_time=no
8332 fi
8333
8334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8335 fi
8336 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
8337 echo "${ECHO_T}$ac_cv_header_time" >&6; }
8338 if test $ac_cv_header_time = yes; then
8339
8340 cat >>confdefs.h <<\_ACEOF
8341 #define TIME_WITH_SYS_TIME 1
8342 _ACEOF
8343
8344 fi
8345
8346 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
8347 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
8348 if test "${ac_cv_struct_tm+set}" = set; then
8349 echo $ECHO_N "(cached) $ECHO_C" >&6
8350 else
8351 cat >conftest.$ac_ext <<_ACEOF
8352 /* confdefs.h. */
8353 _ACEOF
8354 cat confdefs.h >>conftest.$ac_ext
8355 cat >>conftest.$ac_ext <<_ACEOF
8356 /* end confdefs.h. */
8357 #include <sys/types.h>
8358 #include <time.h>
8359
8360 int
8361 main ()
8362 {
8363 struct tm tm;
8364 int *p = &tm.tm_sec;
8365 return !p;
8366 ;
8367 return 0;
8368 }
8369 _ACEOF
8370 rm -f conftest.$ac_objext
8371 if { (ac_try="$ac_compile"
8372 case "(($ac_try" in
8373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8374 *) ac_try_echo=$ac_try;;
8375 esac
8376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8377 (eval "$ac_compile") 2>conftest.er1
8378 ac_status=$?
8379 grep -v '^ *+' conftest.er1 >conftest.err
8380 rm -f conftest.er1
8381 cat conftest.err >&5
8382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8383 (exit $ac_status); } && {
8384 test -z "$ac_cxx_werror_flag" ||
8385 test ! -s conftest.err
8386 } && test -s conftest.$ac_objext; then
8387 ac_cv_struct_tm=time.h
8388 else
8389 echo "$as_me: failed program was:" >&5
8390 sed 's/^/| /' conftest.$ac_ext >&5
8391
8392 ac_cv_struct_tm=sys/time.h
8393 fi
8394
8395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8396 fi
8397 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
8398 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
8399 if test $ac_cv_struct_tm = sys/time.h; then
8400
8401 cat >>confdefs.h <<\_ACEOF
8402 #define TM_IN_SYS_TIME 1
8403 _ACEOF
8404
8405 fi
8406
8407
8408 { echo "$as_me:$LINENO: checking for socklen_t" >&5
8409 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
8410 if test "${ac_cv_type_socklen_t+set}" = set; then
8411 echo $ECHO_N "(cached) $ECHO_C" >&6
8412 else
8413
8414 cat >conftest.$ac_ext <<_ACEOF
8415 /* confdefs.h. */
8416 _ACEOF
8417 cat confdefs.h >>conftest.$ac_ext
8418 cat >>conftest.$ac_ext <<_ACEOF
8419 /* end confdefs.h. */
8420 #include <sys/types.h>
8421 #include <sys/socket.h>
8422 int
8423 main ()
8424 {
8425 socklen_t len = 42; return len;
8426 ;
8427 return 0;
8428 }
8429 _ACEOF
8430 rm -f conftest.$ac_objext
8431 if { (ac_try="$ac_compile"
8432 case "(($ac_try" in
8433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8434 *) ac_try_echo=$ac_try;;
8435 esac
8436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8437 (eval "$ac_compile") 2>conftest.er1
8438 ac_status=$?
8439 grep -v '^ *+' conftest.er1 >conftest.err
8440 rm -f conftest.er1
8441 cat conftest.err >&5
8442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8443 (exit $ac_status); } && {
8444 test -z "$ac_cxx_werror_flag" ||
8445 test ! -s conftest.err
8446 } && test -s conftest.$ac_objext; then
8447 ac_cv_type_socklen_t=yes
8448 else
8449 echo "$as_me: failed program was:" >&5
8450 sed 's/^/| /' conftest.$ac_ext >&5
8451
8452 ac_cv_type_socklen_t=no
8453 fi
8454
8455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8456
8457 fi
8458 { echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
8459 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; }
8460 if test $ac_cv_type_socklen_t = yes; then
8461
8462 cat >>confdefs.h <<\_ACEOF
8463 #define HAVE_SOCKLEN_T 1
8464 _ACEOF
8465
8466 fi
8467
8468 { echo "$as_me:$LINENO: checking for struct addrinfo" >&5
8469 echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6; }
8470 if test "${ac_cv_struct_addrinfo+set}" = set; then
8471 echo $ECHO_N "(cached) $ECHO_C" >&6
8472 else
8473
8474 cat >conftest.$ac_ext <<_ACEOF
8475 /* confdefs.h. */
8476 _ACEOF
8477 cat confdefs.h >>conftest.$ac_ext
8478 cat >>conftest.$ac_ext <<_ACEOF
8479 /* end confdefs.h. */
8480 #include <sys/types.h>
8481 #include <sys/socket.h>
8482 #include <netdb.h>
8483 int
8484 main ()
8485 {
8486 struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
8487 ;
8488 return 0;
8489 }
8490 _ACEOF
8491 rm -f conftest.$ac_objext
8492 if { (ac_try="$ac_compile"
8493 case "(($ac_try" in
8494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8495 *) ac_try_echo=$ac_try;;
8496 esac
8497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8498 (eval "$ac_compile") 2>conftest.er1
8499 ac_status=$?
8500 grep -v '^ *+' conftest.er1 >conftest.err
8501 rm -f conftest.er1
8502 cat conftest.err >&5
8503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8504 (exit $ac_status); } && {
8505 test -z "$ac_cxx_werror_flag" ||
8506 test ! -s conftest.err
8507 } && test -s conftest.$ac_objext; then
8508 ac_cv_struct_addrinfo=yes
8509 else
8510 echo "$as_me: failed program was:" >&5
8511 sed 's/^/| /' conftest.$ac_ext >&5
8512
8513 ac_cv_struct_addrinfo=no
8514 fi
8515
8516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8517
8518 fi
8519 { echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
8520 echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6; }
8521 if test $ac_cv_struct_addrinfo = yes; then
8522
8523 cat >>confdefs.h <<\_ACEOF
8524 #define HAVE_STRUCT_ADDRINFO 1
8525 _ACEOF
8526
8527 fi
8528
8529 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
8530 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
8531 if test "${ac_cv_type_signal+set}" = set; then
8532 echo $ECHO_N "(cached) $ECHO_C" >&6
8533 else
8534 cat >conftest.$ac_ext <<_ACEOF
8535 /* confdefs.h. */
8536 _ACEOF
8537 cat confdefs.h >>conftest.$ac_ext
8538 cat >>conftest.$ac_ext <<_ACEOF
8539 /* end confdefs.h. */
8540 #include <sys/types.h>
8541 #include <signal.h>
8542
8543 int
8544 main ()
8545 {
8546 return *(signal (0, 0)) (0) == 1;
8547 ;
8548 return 0;
8549 }
8550 _ACEOF
8551 rm -f conftest.$ac_objext
8552 if { (ac_try="$ac_compile"
8553 case "(($ac_try" in
8554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8555 *) ac_try_echo=$ac_try;;
8556 esac
8557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8558 (eval "$ac_compile") 2>conftest.er1
8559 ac_status=$?
8560 grep -v '^ *+' conftest.er1 >conftest.err
8561 rm -f conftest.er1
8562 cat conftest.err >&5
8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 (exit $ac_status); } && {
8565 test -z "$ac_cxx_werror_flag" ||
8566 test ! -s conftest.err
8567 } && test -s conftest.$ac_objext; then
8568 ac_cv_type_signal=int
8569 else
8570 echo "$as_me: failed program was:" >&5
8571 sed 's/^/| /' conftest.$ac_ext >&5
8572
8573 ac_cv_type_signal=void
8574 fi
8575
8576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8577 fi
8578 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8579 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
8580
8581 cat >>confdefs.h <<_ACEOF
8582 #define RETSIGTYPE $ac_cv_type_signal
8583 _ACEOF
8584
8585
8586
8587 ac_ext=c
8588 ac_cpp='$CPP $CPPFLAGS'
8589 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8590 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8591 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8592
8593
8594 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8595 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
8596 if test "${ac_cv_header_stdc+set}" = set; then
8597 echo $ECHO_N "(cached) $ECHO_C" >&6
8598 else
8599 cat >conftest.$ac_ext <<_ACEOF
8600 /* confdefs.h. */
8601 _ACEOF
8602 cat confdefs.h >>conftest.$ac_ext
8603 cat >>conftest.$ac_ext <<_ACEOF
8604 /* end confdefs.h. */
8605 #include <stdlib.h>
8606 #include <stdarg.h>
8607 #include <string.h>
8608 #include <float.h>
8609
8610 int
8611 main ()
8612 {
8613
8614 ;
8615 return 0;
8616 }
8617 _ACEOF
8618 rm -f conftest.$ac_objext
8619 if { (ac_try="$ac_compile"
8620 case "(($ac_try" in
8621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8622 *) ac_try_echo=$ac_try;;
8623 esac
8624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8625 (eval "$ac_compile") 2>conftest.er1
8626 ac_status=$?
8627 grep -v '^ *+' conftest.er1 >conftest.err
8628 rm -f conftest.er1
8629 cat conftest.err >&5
8630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8631 (exit $ac_status); } && {
8632 test -z "$ac_c_werror_flag" ||
8633 test ! -s conftest.err
8634 } && test -s conftest.$ac_objext; then
8635 ac_cv_header_stdc=yes
8636 else
8637 echo "$as_me: failed program was:" >&5
8638 sed 's/^/| /' conftest.$ac_ext >&5
8639
8640 ac_cv_header_stdc=no
8641 fi
8642
8643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8644
8645 if test $ac_cv_header_stdc = yes; then
8646 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8647 cat >conftest.$ac_ext <<_ACEOF
8648 /* confdefs.h. */
8649 _ACEOF
8650 cat confdefs.h >>conftest.$ac_ext
8651 cat >>conftest.$ac_ext <<_ACEOF
8652 /* end confdefs.h. */
8653 #include <string.h>
8654
8655 _ACEOF
8656 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8657 $EGREP "memchr" >/dev/null 2>&1; then
8658 :
8659 else
8660 ac_cv_header_stdc=no
8661 fi
8662 rm -f conftest*
8663
8664 fi
8665
8666 if test $ac_cv_header_stdc = yes; then
8667 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8668 cat >conftest.$ac_ext <<_ACEOF
8669 /* confdefs.h. */
8670 _ACEOF
8671 cat confdefs.h >>conftest.$ac_ext
8672 cat >>conftest.$ac_ext <<_ACEOF
8673 /* end confdefs.h. */
8674 #include <stdlib.h>
8675
8676 _ACEOF
8677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8678 $EGREP "free" >/dev/null 2>&1; then
8679 :
8680 else
8681 ac_cv_header_stdc=no
8682 fi
8683 rm -f conftest*
8684
8685 fi
8686
8687 if test $ac_cv_header_stdc = yes; then
8688 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8689 if test "$cross_compiling" = yes; then
8690 :
8691 else
8692 cat >conftest.$ac_ext <<_ACEOF
8693 /* confdefs.h. */
8694 _ACEOF
8695 cat confdefs.h >>conftest.$ac_ext
8696 cat >>conftest.$ac_ext <<_ACEOF
8697 /* end confdefs.h. */
8698 #include <ctype.h>
8699 #include <stdlib.h>
8700 #if ((' ' & 0x0FF) == 0x020)
8701 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8702 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8703 #else
8704 # define ISLOWER(c) \
8705 (('a' <= (c) && (c) <= 'i') \
8706 || ('j' <= (c) && (c) <= 'r') \
8707 || ('s' <= (c) && (c) <= 'z'))
8708 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8709 #endif
8710
8711 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8712 int
8713 main ()
8714 {
8715 int i;
8716 for (i = 0; i < 256; i++)
8717 if (XOR (islower (i), ISLOWER (i))
8718 || toupper (i) != TOUPPER (i))
8719 return 2;
8720 return 0;
8721 }
8722 _ACEOF
8723 rm -f conftest$ac_exeext
8724 if { (ac_try="$ac_link"
8725 case "(($ac_try" in
8726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8727 *) ac_try_echo=$ac_try;;
8728 esac
8729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8730 (eval "$ac_link") 2>&5
8731 ac_status=$?
8732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8733 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8734 { (case "(($ac_try" in
8735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8736 *) ac_try_echo=$ac_try;;
8737 esac
8738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8739 (eval "$ac_try") 2>&5
8740 ac_status=$?
8741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742 (exit $ac_status); }; }; then
8743 :
8744 else
8745 echo "$as_me: program exited with status $ac_status" >&5
8746 echo "$as_me: failed program was:" >&5
8747 sed 's/^/| /' conftest.$ac_ext >&5
8748
8749 ( exit $ac_status )
8750 ac_cv_header_stdc=no
8751 fi
8752 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8753 fi
8754
8755
8756 fi
8757 fi
8758 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8759 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
8760 if test $ac_cv_header_stdc = yes; then
8761
8762 cat >>confdefs.h <<\_ACEOF
8763 #define STDC_HEADERS 1
8764 _ACEOF
8765
8766 fi
8767
8768
8769
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8780 do
8781 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8782 { echo "$as_me:$LINENO: checking for $ac_func" >&5
8783 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8784 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8785 echo $ECHO_N "(cached) $ECHO_C" >&6
8786 else
8787 cat >conftest.$ac_ext <<_ACEOF
8788 /* confdefs.h. */
8789 _ACEOF
8790 cat confdefs.h >>conftest.$ac_ext
8791 cat >>conftest.$ac_ext <<_ACEOF
8792 /* end confdefs.h. */
8793 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8794 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8795 #define $ac_func innocuous_$ac_func
8796
8797 /* System header to define __stub macros and hopefully few prototypes,
8798 which can conflict with char $ac_func (); below.
8799 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8800 <limits.h> exists even on freestanding compilers. */
8801
8802 #ifdef __STDC__
8803 # include <limits.h>
8804 #else
8805 # include <assert.h>
8806 #endif
8807
8808 #undef $ac_func
8809
8810 /* Override any GCC internal prototype to avoid an error.
8811 Use char because int might match the return type of a GCC
8812 builtin and then its argument prototype would still apply. */
8813 #ifdef __cplusplus
8814 extern "C"
8815 #endif
8816 char $ac_func ();
8817 /* The GNU C library defines this for functions which it implements
8818 to always fail with ENOSYS. Some functions are actually named
8819 something starting with __ and the normal name is an alias. */
8820 #if defined __stub_$ac_func || defined __stub___$ac_func
8821 choke me
8822 #endif
8823
8824 int
8825 main ()
8826 {
8827 return $ac_func ();
8828 ;
8829 return 0;
8830 }
8831 _ACEOF
8832 rm -f conftest.$ac_objext conftest$ac_exeext
8833 if { (ac_try="$ac_link"
8834 case "(($ac_try" in
8835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8836 *) ac_try_echo=$ac_try;;
8837 esac
8838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8839 (eval "$ac_link") 2>conftest.er1
8840 ac_status=$?
8841 grep -v '^ *+' conftest.er1 >conftest.err
8842 rm -f conftest.er1
8843 cat conftest.err >&5
8844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8845 (exit $ac_status); } && {
8846 test -z "$ac_c_werror_flag" ||
8847 test ! -s conftest.err
8848 } && test -s conftest$ac_exeext &&
8849 $as_test_x conftest$ac_exeext; then
8850 eval "$as_ac_var=yes"
8851 else
8852 echo "$as_me: failed program was:" >&5
8853 sed 's/^/| /' conftest.$ac_ext >&5
8854
8855 eval "$as_ac_var=no"
8856 fi
8857
8858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8859 conftest$ac_exeext conftest.$ac_ext
8860 fi
8861 ac_res=`eval echo '${'$as_ac_var'}'`
8862 { echo "$as_me:$LINENO: result: $ac_res" >&5
8863 echo "${ECHO_T}$ac_res" >&6; }
8864 if test `eval echo '${'$as_ac_var'}'` = yes; then
8865 cat >>confdefs.h <<_ACEOF
8866 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8867 _ACEOF
8868
8869 fi
8870 done
8871
8872
8873 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8874 # for constant arguments. Useless!
8875 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
8876 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
8877 if test "${ac_cv_working_alloca_h+set}" = set; then
8878 echo $ECHO_N "(cached) $ECHO_C" >&6
8879 else
8880 cat >conftest.$ac_ext <<_ACEOF
8881 /* confdefs.h. */
8882 _ACEOF
8883 cat confdefs.h >>conftest.$ac_ext
8884 cat >>conftest.$ac_ext <<_ACEOF
8885 /* end confdefs.h. */
8886 #include <alloca.h>
8887 int
8888 main ()
8889 {
8890 char *p = (char *) alloca (2 * sizeof (int));
8891 if (p) return 0;
8892 ;
8893 return 0;
8894 }
8895 _ACEOF
8896 rm -f conftest.$ac_objext conftest$ac_exeext
8897 if { (ac_try="$ac_link"
8898 case "(($ac_try" in
8899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8900 *) ac_try_echo=$ac_try;;
8901 esac
8902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8903 (eval "$ac_link") 2>conftest.er1
8904 ac_status=$?
8905 grep -v '^ *+' conftest.er1 >conftest.err
8906 rm -f conftest.er1
8907 cat conftest.err >&5
8908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8909 (exit $ac_status); } && {
8910 test -z "$ac_c_werror_flag" ||
8911 test ! -s conftest.err
8912 } && test -s conftest$ac_exeext &&
8913 $as_test_x conftest$ac_exeext; then
8914 ac_cv_working_alloca_h=yes
8915 else
8916 echo "$as_me: failed program was:" >&5
8917 sed 's/^/| /' conftest.$ac_ext >&5
8918
8919 ac_cv_working_alloca_h=no
8920 fi
8921
8922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8923 conftest$ac_exeext conftest.$ac_ext
8924 fi
8925 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8926 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
8927 if test $ac_cv_working_alloca_h = yes; then
8928
8929 cat >>confdefs.h <<\_ACEOF
8930 #define HAVE_ALLOCA_H 1
8931 _ACEOF
8932
8933 fi
8934
8935 { echo "$as_me:$LINENO: checking for alloca" >&5
8936 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
8937 if test "${ac_cv_func_alloca_works+set}" = set; then
8938 echo $ECHO_N "(cached) $ECHO_C" >&6
8939 else
8940 cat >conftest.$ac_ext <<_ACEOF
8941 /* confdefs.h. */
8942 _ACEOF
8943 cat confdefs.h >>conftest.$ac_ext
8944 cat >>conftest.$ac_ext <<_ACEOF
8945 /* end confdefs.h. */
8946 #ifdef __GNUC__
8947 # define alloca __builtin_alloca
8948 #else
8949 # ifdef _MSC_VER
8950 # include <malloc.h>
8951 # define alloca _alloca
8952 # else
8953 # ifdef HAVE_ALLOCA_H
8954 # include <alloca.h>
8955 # else
8956 # ifdef _AIX
8957 #pragma alloca
8958 # else
8959 # ifndef alloca /* predefined by HP cc +Olibcalls */
8960 char *alloca ();
8961 # endif
8962 # endif
8963 # endif
8964 # endif
8965 #endif
8966
8967 int
8968 main ()
8969 {
8970 char *p = (char *) alloca (1);
8971 if (p) return 0;
8972 ;
8973 return 0;
8974 }
8975 _ACEOF
8976 rm -f conftest.$ac_objext conftest$ac_exeext
8977 if { (ac_try="$ac_link"
8978 case "(($ac_try" in
8979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8980 *) ac_try_echo=$ac_try;;
8981 esac
8982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8983 (eval "$ac_link") 2>conftest.er1
8984 ac_status=$?
8985 grep -v '^ *+' conftest.er1 >conftest.err
8986 rm -f conftest.er1
8987 cat conftest.err >&5
8988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); } && {
8990 test -z "$ac_c_werror_flag" ||
8991 test ! -s conftest.err
8992 } && test -s conftest$ac_exeext &&
8993 $as_test_x conftest$ac_exeext; then
8994 ac_cv_func_alloca_works=yes
8995 else
8996 echo "$as_me: failed program was:" >&5
8997 sed 's/^/| /' conftest.$ac_ext >&5
8998
8999 ac_cv_func_alloca_works=no
9000 fi
9001
9002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9003 conftest$ac_exeext conftest.$ac_ext
9004 fi
9005 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9006 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
9007
9008 if test $ac_cv_func_alloca_works = yes; then
9009
9010 cat >>confdefs.h <<\_ACEOF
9011 #define HAVE_ALLOCA 1
9012 _ACEOF
9013
9014 else
9015 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
9016 # that cause trouble. Some versions do not even contain alloca or
9017 # contain a buggy version. If you still want to use their alloca,
9018 # use ar to extract alloca.o from them instead of compiling alloca.c.
9019
9020 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
9021
9022 cat >>confdefs.h <<\_ACEOF
9023 #define C_ALLOCA 1
9024 _ACEOF
9025
9026
9027 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9028 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
9029 if test "${ac_cv_os_cray+set}" = set; then
9030 echo $ECHO_N "(cached) $ECHO_C" >&6
9031 else
9032 cat >conftest.$ac_ext <<_ACEOF
9033 /* confdefs.h. */
9034 _ACEOF
9035 cat confdefs.h >>conftest.$ac_ext
9036 cat >>conftest.$ac_ext <<_ACEOF
9037 /* end confdefs.h. */
9038 #if defined CRAY && ! defined CRAY2
9039 webecray
9040 #else
9041 wenotbecray
9042 #endif
9043
9044 _ACEOF
9045 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9046 $EGREP "webecray" >/dev/null 2>&1; then
9047 ac_cv_os_cray=yes
9048 else
9049 ac_cv_os_cray=no
9050 fi
9051 rm -f conftest*
9052
9053 fi
9054 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9055 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
9056 if test $ac_cv_os_cray = yes; then
9057 for ac_func in _getb67 GETB67 getb67; do
9058 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9059 { echo "$as_me:$LINENO: checking for $ac_func" >&5
9060 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9061 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9062 echo $ECHO_N "(cached) $ECHO_C" >&6
9063 else
9064 cat >conftest.$ac_ext <<_ACEOF
9065 /* confdefs.h. */
9066 _ACEOF
9067 cat confdefs.h >>conftest.$ac_ext
9068 cat >>conftest.$ac_ext <<_ACEOF
9069 /* end confdefs.h. */
9070 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9071 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9072 #define $ac_func innocuous_$ac_func
9073
9074 /* System header to define __stub macros and hopefully few prototypes,
9075 which can conflict with char $ac_func (); below.
9076 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9077 <limits.h> exists even on freestanding compilers. */
9078
9079 #ifdef __STDC__
9080 # include <limits.h>
9081 #else
9082 # include <assert.h>
9083 #endif
9084
9085 #undef $ac_func
9086
9087 /* Override any GCC internal prototype to avoid an error.
9088 Use char because int might match the return type of a GCC
9089 builtin and then its argument prototype would still apply. */
9090 #ifdef __cplusplus
9091 extern "C"
9092 #endif
9093 char $ac_func ();
9094 /* The GNU C library defines this for functions which it implements
9095 to always fail with ENOSYS. Some functions are actually named
9096 something starting with __ and the normal name is an alias. */
9097 #if defined __stub_$ac_func || defined __stub___$ac_func
9098 choke me
9099 #endif
9100
9101 int
9102 main ()
9103 {
9104 return $ac_func ();
9105 ;
9106 return 0;
9107 }
9108 _ACEOF
9109 rm -f conftest.$ac_objext conftest$ac_exeext
9110 if { (ac_try="$ac_link"
9111 case "(($ac_try" in
9112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113 *) ac_try_echo=$ac_try;;
9114 esac
9115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9116 (eval "$ac_link") 2>conftest.er1
9117 ac_status=$?
9118 grep -v '^ *+' conftest.er1 >conftest.err
9119 rm -f conftest.er1
9120 cat conftest.err >&5
9121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122 (exit $ac_status); } && {
9123 test -z "$ac_c_werror_flag" ||
9124 test ! -s conftest.err
9125 } && test -s conftest$ac_exeext &&
9126 $as_test_x conftest$ac_exeext; then
9127 eval "$as_ac_var=yes"
9128 else
9129 echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9131
9132 eval "$as_ac_var=no"
9133 fi
9134
9135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9136 conftest$ac_exeext conftest.$ac_ext
9137 fi
9138 ac_res=`eval echo '${'$as_ac_var'}'`
9139 { echo "$as_me:$LINENO: result: $ac_res" >&5
9140 echo "${ECHO_T}$ac_res" >&6; }
9141 if test `eval echo '${'$as_ac_var'}'` = yes; then
9142
9143 cat >>confdefs.h <<_ACEOF
9144 #define CRAY_STACKSEG_END $ac_func
9145 _ACEOF
9146
9147 break
9148 fi
9149
9150 done
9151 fi
9152
9153 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9154 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
9155 if test "${ac_cv_c_stack_direction+set}" = set; then
9156 echo $ECHO_N "(cached) $ECHO_C" >&6
9157 else
9158 if test "$cross_compiling" = yes; then
9159 ac_cv_c_stack_direction=0
9160 else
9161 cat >conftest.$ac_ext <<_ACEOF
9162 /* confdefs.h. */
9163 _ACEOF
9164 cat confdefs.h >>conftest.$ac_ext
9165 cat >>conftest.$ac_ext <<_ACEOF
9166 /* end confdefs.h. */
9167 $ac_includes_default
9168 int
9169 find_stack_direction ()
9170 {
9171 static char *addr = 0;
9172 auto char dummy;
9173 if (addr == 0)
9174 {
9175 addr = &dummy;
9176 return find_stack_direction ();
9177 }
9178 else
9179 return (&dummy > addr) ? 1 : -1;
9180 }
9181
9182 int
9183 main ()
9184 {
9185 return find_stack_direction () < 0;
9186 }
9187 _ACEOF
9188 rm -f conftest$ac_exeext
9189 if { (ac_try="$ac_link"
9190 case "(($ac_try" in
9191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9192 *) ac_try_echo=$ac_try;;
9193 esac
9194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9195 (eval "$ac_link") 2>&5
9196 ac_status=$?
9197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9198 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9199 { (case "(($ac_try" in
9200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9201 *) ac_try_echo=$ac_try;;
9202 esac
9203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9204 (eval "$ac_try") 2>&5
9205 ac_status=$?
9206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9207 (exit $ac_status); }; }; then
9208 ac_cv_c_stack_direction=1
9209 else
9210 echo "$as_me: program exited with status $ac_status" >&5
9211 echo "$as_me: failed program was:" >&5
9212 sed 's/^/| /' conftest.$ac_ext >&5
9213
9214 ( exit $ac_status )
9215 ac_cv_c_stack_direction=-1
9216 fi
9217 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9218 fi
9219
9220
9221 fi
9222 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9223 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
9224
9225 cat >>confdefs.h <<_ACEOF
9226 #define STACK_DIRECTION $ac_cv_c_stack_direction
9227 _ACEOF
9228
9229
9230 fi
9231
9232
9233
9234 { echo "$as_me:$LINENO: checking for socket" >&5
9235 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
9236 if test "${ac_cv_func_socket+set}" = set; then
9237 echo $ECHO_N "(cached) $ECHO_C" >&6
9238 else
9239 cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h. */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h. */
9245 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
9246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9247 #define socket innocuous_socket
9248
9249 /* System header to define __stub macros and hopefully few prototypes,
9250 which can conflict with char socket (); below.
9251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9252 <limits.h> exists even on freestanding compilers. */
9253
9254 #ifdef __STDC__
9255 # include <limits.h>
9256 #else
9257 # include <assert.h>
9258 #endif
9259
9260 #undef socket
9261
9262 /* Override any GCC internal prototype to avoid an error.
9263 Use char because int might match the return type of a GCC
9264 builtin and then its argument prototype would still apply. */
9265 #ifdef __cplusplus
9266 extern "C"
9267 #endif
9268 char socket ();
9269 /* The GNU C library defines this for functions which it implements
9270 to always fail with ENOSYS. Some functions are actually named
9271 something starting with __ and the normal name is an alias. */
9272 #if defined __stub_socket || defined __stub___socket
9273 choke me
9274 #endif
9275
9276 int
9277 main ()
9278 {
9279 return socket ();
9280 ;
9281 return 0;
9282 }
9283 _ACEOF
9284 rm -f conftest.$ac_objext conftest$ac_exeext
9285 if { (ac_try="$ac_link"
9286 case "(($ac_try" in
9287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9288 *) ac_try_echo=$ac_try;;
9289 esac
9290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9291 (eval "$ac_link") 2>conftest.er1
9292 ac_status=$?
9293 grep -v '^ *+' conftest.er1 >conftest.err
9294 rm -f conftest.er1
9295 cat conftest.err >&5
9296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297 (exit $ac_status); } && {
9298 test -z "$ac_c_werror_flag" ||
9299 test ! -s conftest.err
9300 } && test -s conftest$ac_exeext &&
9301 $as_test_x conftest$ac_exeext; then
9302 ac_cv_func_socket=yes
9303 else
9304 echo "$as_me: failed program was:" >&5
9305 sed 's/^/| /' conftest.$ac_ext >&5
9306
9307 ac_cv_func_socket=no
9308 fi
9309
9310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9311 conftest$ac_exeext conftest.$ac_ext
9312 fi
9313 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
9314 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
9315 if test $ac_cv_func_socket = yes; then
9316 :
9317 else
9318
9319
9320 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9321 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9322 if test "${ac_cv_lib_socket_connect+set}" = set; then
9323 echo $ECHO_N "(cached) $ECHO_C" >&6
9324 else
9325 ac_check_lib_save_LIBS=$LIBS
9326 LIBS="-lsocket $LIBS"
9327 cat >conftest.$ac_ext <<_ACEOF
9328 /* confdefs.h. */
9329 _ACEOF
9330 cat confdefs.h >>conftest.$ac_ext
9331 cat >>conftest.$ac_ext <<_ACEOF
9332 /* end confdefs.h. */
9333
9334 /* Override any GCC internal prototype to avoid an error.
9335 Use char because int might match the return type of a GCC
9336 builtin and then its argument prototype would still apply. */
9337 #ifdef __cplusplus
9338 extern "C"
9339 #endif
9340 char connect ();
9341 int
9342 main ()
9343 {
9344 return connect ();
9345 ;
9346 return 0;
9347 }
9348 _ACEOF
9349 rm -f conftest.$ac_objext conftest$ac_exeext
9350 if { (ac_try="$ac_link"
9351 case "(($ac_try" in
9352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9353 *) ac_try_echo=$ac_try;;
9354 esac
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356 (eval "$ac_link") 2>conftest.er1
9357 ac_status=$?
9358 grep -v '^ *+' conftest.er1 >conftest.err
9359 rm -f conftest.er1
9360 cat conftest.err >&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext &&
9366 $as_test_x conftest$ac_exeext; then
9367 ac_cv_lib_socket_connect=yes
9368 else
9369 echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9371
9372 ac_cv_lib_socket_connect=no
9373 fi
9374
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 LIBS=$ac_check_lib_save_LIBS
9378 fi
9379 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9380 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9381 if test $ac_cv_lib_socket_connect = yes; then
9382 cat >>confdefs.h <<_ACEOF
9383 #define HAVE_LIBSOCKET 1
9384 _ACEOF
9385
9386 LIBS="-lsocket $LIBS"
9387
9388 fi
9389
9390
9391 fi
9392
9393 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9394 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9395 if test "${ac_cv_func_gethostbyname+set}" = set; then
9396 echo $ECHO_N "(cached) $ECHO_C" >&6
9397 else
9398 cat >conftest.$ac_ext <<_ACEOF
9399 /* confdefs.h. */
9400 _ACEOF
9401 cat confdefs.h >>conftest.$ac_ext
9402 cat >>conftest.$ac_ext <<_ACEOF
9403 /* end confdefs.h. */
9404 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9405 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9406 #define gethostbyname innocuous_gethostbyname
9407
9408 /* System header to define __stub macros and hopefully few prototypes,
9409 which can conflict with char gethostbyname (); below.
9410 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9411 <limits.h> exists even on freestanding compilers. */
9412
9413 #ifdef __STDC__
9414 # include <limits.h>
9415 #else
9416 # include <assert.h>
9417 #endif
9418
9419 #undef gethostbyname
9420
9421 /* Override any GCC internal prototype to avoid an error.
9422 Use char because int might match the return type of a GCC
9423 builtin and then its argument prototype would still apply. */
9424 #ifdef __cplusplus
9425 extern "C"
9426 #endif
9427 char gethostbyname ();
9428 /* The GNU C library defines this for functions which it implements
9429 to always fail with ENOSYS. Some functions are actually named
9430 something starting with __ and the normal name is an alias. */
9431 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9432 choke me
9433 #endif
9434
9435 int
9436 main ()
9437 {
9438 return gethostbyname ();
9439 ;
9440 return 0;
9441 }
9442 _ACEOF
9443 rm -f conftest.$ac_objext conftest$ac_exeext
9444 if { (ac_try="$ac_link"
9445 case "(($ac_try" in
9446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9447 *) ac_try_echo=$ac_try;;
9448 esac
9449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9450 (eval "$ac_link") 2>conftest.er1
9451 ac_status=$?
9452 grep -v '^ *+' conftest.er1 >conftest.err
9453 rm -f conftest.er1
9454 cat conftest.err >&5
9455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9456 (exit $ac_status); } && {
9457 test -z "$ac_c_werror_flag" ||
9458 test ! -s conftest.err
9459 } && test -s conftest$ac_exeext &&
9460 $as_test_x conftest$ac_exeext; then
9461 ac_cv_func_gethostbyname=yes
9462 else
9463 echo "$as_me: failed program was:" >&5
9464 sed 's/^/| /' conftest.$ac_ext >&5
9465
9466 ac_cv_func_gethostbyname=no
9467 fi
9468
9469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9470 conftest$ac_exeext conftest.$ac_ext
9471 fi
9472 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9473 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9474 if test $ac_cv_func_gethostbyname = yes; then
9475 :
9476 else
9477
9478
9479 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9480 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9481 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9482 echo $ECHO_N "(cached) $ECHO_C" >&6
9483 else
9484 ac_check_lib_save_LIBS=$LIBS
9485 LIBS="-lnsl $LIBS"
9486 cat >conftest.$ac_ext <<_ACEOF
9487 /* confdefs.h. */
9488 _ACEOF
9489 cat confdefs.h >>conftest.$ac_ext
9490 cat >>conftest.$ac_ext <<_ACEOF
9491 /* end confdefs.h. */
9492
9493 /* Override any GCC internal prototype to avoid an error.
9494 Use char because int might match the return type of a GCC
9495 builtin and then its argument prototype would still apply. */
9496 #ifdef __cplusplus
9497 extern "C"
9498 #endif
9499 char gethostbyname ();
9500 int
9501 main ()
9502 {
9503 return gethostbyname ();
9504 ;
9505 return 0;
9506 }
9507 _ACEOF
9508 rm -f conftest.$ac_objext conftest$ac_exeext
9509 if { (ac_try="$ac_link"
9510 case "(($ac_try" in
9511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9512 *) ac_try_echo=$ac_try;;
9513 esac
9514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9515 (eval "$ac_link") 2>conftest.er1
9516 ac_status=$?
9517 grep -v '^ *+' conftest.er1 >conftest.err
9518 rm -f conftest.er1
9519 cat conftest.err >&5
9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521 (exit $ac_status); } && {
9522 test -z "$ac_c_werror_flag" ||
9523 test ! -s conftest.err
9524 } && test -s conftest$ac_exeext &&
9525 $as_test_x conftest$ac_exeext; then
9526 ac_cv_lib_nsl_gethostbyname=yes
9527 else
9528 echo "$as_me: failed program was:" >&5
9529 sed 's/^/| /' conftest.$ac_ext >&5
9530
9531 ac_cv_lib_nsl_gethostbyname=no
9532 fi
9533
9534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9535 conftest$ac_exeext conftest.$ac_ext
9536 LIBS=$ac_check_lib_save_LIBS
9537 fi
9538 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9539 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9540 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9541 cat >>confdefs.h <<_ACEOF
9542 #define HAVE_LIBNSL 1
9543 _ACEOF
9544
9545 LIBS="-lnsl $LIBS"
9546
9547 fi
9548
9549
9550 fi
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561 for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h
9562 do
9563 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9564 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9565 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9568 echo $ECHO_N "(cached) $ECHO_C" >&6
9569 fi
9570 ac_res=`eval echo '${'$as_ac_Header'}'`
9571 { echo "$as_me:$LINENO: result: $ac_res" >&5
9572 echo "${ECHO_T}$ac_res" >&6; }
9573 else
9574 # Is the header compilable?
9575 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9576 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9577 cat >conftest.$ac_ext <<_ACEOF
9578 /* confdefs.h. */
9579 _ACEOF
9580 cat confdefs.h >>conftest.$ac_ext
9581 cat >>conftest.$ac_ext <<_ACEOF
9582 /* end confdefs.h. */
9583 $ac_includes_default
9584 #include <$ac_header>
9585 _ACEOF
9586 rm -f conftest.$ac_objext
9587 if { (ac_try="$ac_compile"
9588 case "(($ac_try" in
9589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9590 *) ac_try_echo=$ac_try;;
9591 esac
9592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9593 (eval "$ac_compile") 2>conftest.er1
9594 ac_status=$?
9595 grep -v '^ *+' conftest.er1 >conftest.err
9596 rm -f conftest.er1
9597 cat conftest.err >&5
9598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599 (exit $ac_status); } && {
9600 test -z "$ac_c_werror_flag" ||
9601 test ! -s conftest.err
9602 } && test -s conftest.$ac_objext; then
9603 ac_header_compiler=yes
9604 else
9605 echo "$as_me: failed program was:" >&5
9606 sed 's/^/| /' conftest.$ac_ext >&5
9607
9608 ac_header_compiler=no
9609 fi
9610
9611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9612 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9613 echo "${ECHO_T}$ac_header_compiler" >&6; }
9614
9615 # Is the header present?
9616 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9617 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9618 cat >conftest.$ac_ext <<_ACEOF
9619 /* confdefs.h. */
9620 _ACEOF
9621 cat confdefs.h >>conftest.$ac_ext
9622 cat >>conftest.$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9624 #include <$ac_header>
9625 _ACEOF
9626 if { (ac_try="$ac_cpp conftest.$ac_ext"
9627 case "(($ac_try" in
9628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9629 *) ac_try_echo=$ac_try;;
9630 esac
9631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9633 ac_status=$?
9634 grep -v '^ *+' conftest.er1 >conftest.err
9635 rm -f conftest.er1
9636 cat conftest.err >&5
9637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638 (exit $ac_status); } >/dev/null && {
9639 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9640 test ! -s conftest.err
9641 }; then
9642 ac_header_preproc=yes
9643 else
9644 echo "$as_me: failed program was:" >&5
9645 sed 's/^/| /' conftest.$ac_ext >&5
9646
9647 ac_header_preproc=no
9648 fi
9649
9650 rm -f conftest.err conftest.$ac_ext
9651 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9652 echo "${ECHO_T}$ac_header_preproc" >&6; }
9653
9654 # So? What about this header?
9655 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9656 yes:no: )
9657 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9658 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9659 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9660 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9661 ac_header_preproc=yes
9662 ;;
9663 no:yes:* )
9664 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9665 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9666 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9667 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9668 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9669 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9670 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9671 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9672 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9673 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9674 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9675 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9676
9677 ;;
9678 esac
9679 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9680 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9681 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9682 echo $ECHO_N "(cached) $ECHO_C" >&6
9683 else
9684 eval "$as_ac_Header=\$ac_header_preproc"
9685 fi
9686 ac_res=`eval echo '${'$as_ac_Header'}'`
9687 { echo "$as_me:$LINENO: result: $ac_res" >&5
9688 echo "${ECHO_T}$ac_res" >&6; }
9689
9690 fi
9691 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9692 cat >>confdefs.h <<_ACEOF
9693 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9694 _ACEOF
9695
9696 fi
9697
9698 done
9699
9700
9701
9702
9703
9704
9705
9706
9707 for ac_func in inotify_init epoll_ctl kqueue port_create poll select
9708 do
9709 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9710 { echo "$as_me:$LINENO: checking for $ac_func" >&5
9711 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9712 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9713 echo $ECHO_N "(cached) $ECHO_C" >&6
9714 else
9715 cat >conftest.$ac_ext <<_ACEOF
9716 /* confdefs.h. */
9717 _ACEOF
9718 cat confdefs.h >>conftest.$ac_ext
9719 cat >>conftest.$ac_ext <<_ACEOF
9720 /* end confdefs.h. */
9721 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9723 #define $ac_func innocuous_$ac_func
9724
9725 /* System header to define __stub macros and hopefully few prototypes,
9726 which can conflict with char $ac_func (); below.
9727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9728 <limits.h> exists even on freestanding compilers. */
9729
9730 #ifdef __STDC__
9731 # include <limits.h>
9732 #else
9733 # include <assert.h>
9734 #endif
9735
9736 #undef $ac_func
9737
9738 /* Override any GCC internal prototype to avoid an error.
9739 Use char because int might match the return type of a GCC
9740 builtin and then its argument prototype would still apply. */
9741 #ifdef __cplusplus
9742 extern "C"
9743 #endif
9744 char $ac_func ();
9745 /* The GNU C library defines this for functions which it implements
9746 to always fail with ENOSYS. Some functions are actually named
9747 something starting with __ and the normal name is an alias. */
9748 #if defined __stub_$ac_func || defined __stub___$ac_func
9749 choke me
9750 #endif
9751
9752 int
9753 main ()
9754 {
9755 return $ac_func ();
9756 ;
9757 return 0;
9758 }
9759 _ACEOF
9760 rm -f conftest.$ac_objext conftest$ac_exeext
9761 if { (ac_try="$ac_link"
9762 case "(($ac_try" in
9763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9764 *) ac_try_echo=$ac_try;;
9765 esac
9766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9767 (eval "$ac_link") 2>conftest.er1
9768 ac_status=$?
9769 grep -v '^ *+' conftest.er1 >conftest.err
9770 rm -f conftest.er1
9771 cat conftest.err >&5
9772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9773 (exit $ac_status); } && {
9774 test -z "$ac_c_werror_flag" ||
9775 test ! -s conftest.err
9776 } && test -s conftest$ac_exeext &&
9777 $as_test_x conftest$ac_exeext; then
9778 eval "$as_ac_var=yes"
9779 else
9780 echo "$as_me: failed program was:" >&5
9781 sed 's/^/| /' conftest.$ac_ext >&5
9782
9783 eval "$as_ac_var=no"
9784 fi
9785
9786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9787 conftest$ac_exeext conftest.$ac_ext
9788 fi
9789 ac_res=`eval echo '${'$as_ac_var'}'`
9790 { echo "$as_me:$LINENO: result: $ac_res" >&5
9791 echo "${ECHO_T}$ac_res" >&6; }
9792 if test `eval echo '${'$as_ac_var'}'` = yes; then
9793 cat >>confdefs.h <<_ACEOF
9794 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9795 _ACEOF
9796
9797 fi
9798 done
9799
9800
9801 { echo "$as_me:$LINENO: checking for clock_gettime" >&5
9802 echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6; }
9803 if test "${ac_cv_func_clock_gettime+set}" = set; then
9804 echo $ECHO_N "(cached) $ECHO_C" >&6
9805 else
9806 cat >conftest.$ac_ext <<_ACEOF
9807 /* confdefs.h. */
9808 _ACEOF
9809 cat confdefs.h >>conftest.$ac_ext
9810 cat >>conftest.$ac_ext <<_ACEOF
9811 /* end confdefs.h. */
9812 /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
9813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9814 #define clock_gettime innocuous_clock_gettime
9815
9816 /* System header to define __stub macros and hopefully few prototypes,
9817 which can conflict with char clock_gettime (); below.
9818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9819 <limits.h> exists even on freestanding compilers. */
9820
9821 #ifdef __STDC__
9822 # include <limits.h>
9823 #else
9824 # include <assert.h>
9825 #endif
9826
9827 #undef clock_gettime
9828
9829 /* Override any GCC internal prototype to avoid an error.
9830 Use char because int might match the return type of a GCC
9831 builtin and then its argument prototype would still apply. */
9832 #ifdef __cplusplus
9833 extern "C"
9834 #endif
9835 char clock_gettime ();
9836 /* The GNU C library defines this for functions which it implements
9837 to always fail with ENOSYS. Some functions are actually named
9838 something starting with __ and the normal name is an alias. */
9839 #if defined __stub_clock_gettime || defined __stub___clock_gettime
9840 choke me
9841 #endif
9842
9843 int
9844 main ()
9845 {
9846 return clock_gettime ();
9847 ;
9848 return 0;
9849 }
9850 _ACEOF
9851 rm -f conftest.$ac_objext conftest$ac_exeext
9852 if { (ac_try="$ac_link"
9853 case "(($ac_try" in
9854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9855 *) ac_try_echo=$ac_try;;
9856 esac
9857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9858 (eval "$ac_link") 2>conftest.er1
9859 ac_status=$?
9860 grep -v '^ *+' conftest.er1 >conftest.err
9861 rm -f conftest.er1
9862 cat conftest.err >&5
9863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9864 (exit $ac_status); } && {
9865 test -z "$ac_c_werror_flag" ||
9866 test ! -s conftest.err
9867 } && test -s conftest$ac_exeext &&
9868 $as_test_x conftest$ac_exeext; then
9869 ac_cv_func_clock_gettime=yes
9870 else
9871 echo "$as_me: failed program was:" >&5
9872 sed 's/^/| /' conftest.$ac_ext >&5
9873
9874 ac_cv_func_clock_gettime=no
9875 fi
9876
9877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9878 conftest$ac_exeext conftest.$ac_ext
9879 fi
9880 { echo "$as_me:$LINENO: result: $ac_cv_func_clock_gettime" >&5
9881 echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6; }
9882 if test $ac_cv_func_clock_gettime = yes; then
9883 :
9884 else
9885
9886 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
9887
9888 { echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
9889 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6; }
9890 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
9891 echo $ECHO_N "(cached) $ECHO_C" >&6
9892 else
9893 ac_check_lib_save_LIBS=$LIBS
9894 LIBS="-lrt $LIBS"
9895 cat >conftest.$ac_ext <<_ACEOF
9896 /* confdefs.h. */
9897 _ACEOF
9898 cat confdefs.h >>conftest.$ac_ext
9899 cat >>conftest.$ac_ext <<_ACEOF
9900 /* end confdefs.h. */
9901
9902 /* Override any GCC internal prototype to avoid an error.
9903 Use char because int might match the return type of a GCC
9904 builtin and then its argument prototype would still apply. */
9905 #ifdef __cplusplus
9906 extern "C"
9907 #endif
9908 char clock_gettime ();
9909 int
9910 main ()
9911 {
9912 return clock_gettime ();
9913 ;
9914 return 0;
9915 }
9916 _ACEOF
9917 rm -f conftest.$ac_objext conftest$ac_exeext
9918 if { (ac_try="$ac_link"
9919 case "(($ac_try" in
9920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9921 *) ac_try_echo=$ac_try;;
9922 esac
9923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9924 (eval "$ac_link") 2>conftest.er1
9925 ac_status=$?
9926 grep -v '^ *+' conftest.er1 >conftest.err
9927 rm -f conftest.er1
9928 cat conftest.err >&5
9929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9930 (exit $ac_status); } && {
9931 test -z "$ac_c_werror_flag" ||
9932 test ! -s conftest.err
9933 } && test -s conftest$ac_exeext &&
9934 $as_test_x conftest$ac_exeext; then
9935 ac_cv_lib_rt_clock_gettime=yes
9936 else
9937 echo "$as_me: failed program was:" >&5
9938 sed 's/^/| /' conftest.$ac_ext >&5
9939
9940 ac_cv_lib_rt_clock_gettime=no
9941 fi
9942
9943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9944 conftest$ac_exeext conftest.$ac_ext
9945 LIBS=$ac_check_lib_save_LIBS
9946 fi
9947 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
9948 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6; }
9949 if test $ac_cv_lib_rt_clock_gettime = yes; then
9950 cat >>confdefs.h <<_ACEOF
9951 #define HAVE_LIBRT 1
9952 _ACEOF
9953
9954 LIBS="-lrt $LIBS"
9955
9956 fi
9957
9958
9959 for ac_func in clock_gettime
9960 do
9961 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9962 { echo "$as_me:$LINENO: checking for $ac_func" >&5
9963 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9964 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9965 echo $ECHO_N "(cached) $ECHO_C" >&6
9966 else
9967 cat >conftest.$ac_ext <<_ACEOF
9968 /* confdefs.h. */
9969 _ACEOF
9970 cat confdefs.h >>conftest.$ac_ext
9971 cat >>conftest.$ac_ext <<_ACEOF
9972 /* end confdefs.h. */
9973 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9974 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9975 #define $ac_func innocuous_$ac_func
9976
9977 /* System header to define __stub macros and hopefully few prototypes,
9978 which can conflict with char $ac_func (); below.
9979 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9980 <limits.h> exists even on freestanding compilers. */
9981
9982 #ifdef __STDC__
9983 # include <limits.h>
9984 #else
9985 # include <assert.h>
9986 #endif
9987
9988 #undef $ac_func
9989
9990 /* Override any GCC internal prototype to avoid an error.
9991 Use char because int might match the return type of a GCC
9992 builtin and then its argument prototype would still apply. */
9993 #ifdef __cplusplus
9994 extern "C"
9995 #endif
9996 char $ac_func ();
9997 /* The GNU C library defines this for functions which it implements
9998 to always fail with ENOSYS. Some functions are actually named
9999 something starting with __ and the normal name is an alias. */
10000 #if defined __stub_$ac_func || defined __stub___$ac_func
10001 choke me
10002 #endif
10003
10004 int
10005 main ()
10006 {
10007 return $ac_func ();
10008 ;
10009 return 0;
10010 }
10011 _ACEOF
10012 rm -f conftest.$ac_objext conftest$ac_exeext
10013 if { (ac_try="$ac_link"
10014 case "(($ac_try" in
10015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10016 *) ac_try_echo=$ac_try;;
10017 esac
10018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10019 (eval "$ac_link") 2>conftest.er1
10020 ac_status=$?
10021 grep -v '^ *+' conftest.er1 >conftest.err
10022 rm -f conftest.er1
10023 cat conftest.err >&5
10024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10025 (exit $ac_status); } && {
10026 test -z "$ac_c_werror_flag" ||
10027 test ! -s conftest.err
10028 } && test -s conftest$ac_exeext &&
10029 $as_test_x conftest$ac_exeext; then
10030 eval "$as_ac_var=yes"
10031 else
10032 echo "$as_me: failed program was:" >&5
10033 sed 's/^/| /' conftest.$ac_ext >&5
10034
10035 eval "$as_ac_var=no"
10036 fi
10037
10038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10039 conftest$ac_exeext conftest.$ac_ext
10040 fi
10041 ac_res=`eval echo '${'$as_ac_var'}'`
10042 { echo "$as_me:$LINENO: result: $ac_res" >&5
10043 echo "${ECHO_T}$ac_res" >&6; }
10044 if test `eval echo '${'$as_ac_var'}'` = yes; then
10045 cat >>confdefs.h <<_ACEOF
10046 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10047 _ACEOF
10048
10049 fi
10050 done
10051
10052 fi
10053
10054 fi
10055
10056
10057
10058 { echo "$as_me:$LINENO: checking for ceil in -lm" >&5
10059 echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6; }
10060 if test "${ac_cv_lib_m_ceil+set}" = set; then
10061 echo $ECHO_N "(cached) $ECHO_C" >&6
10062 else
10063 ac_check_lib_save_LIBS=$LIBS
10064 LIBS="-lm $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 /* 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 #ifdef __cplusplus
10076 extern "C"
10077 #endif
10078 char ceil ();
10079 int
10080 main ()
10081 {
10082 return ceil ();
10083 ;
10084 return 0;
10085 }
10086 _ACEOF
10087 rm -f conftest.$ac_objext conftest$ac_exeext
10088 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 ac_status=$?
10096 grep -v '^ *+' conftest.er1 >conftest.err
10097 rm -f conftest.er1
10098 cat conftest.err >&5
10099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10100 (exit $ac_status); } && {
10101 test -z "$ac_c_werror_flag" ||
10102 test ! -s conftest.err
10103 } && test -s conftest$ac_exeext &&
10104 $as_test_x conftest$ac_exeext; then
10105 ac_cv_lib_m_ceil=yes
10106 else
10107 echo "$as_me: failed program was:" >&5
10108 sed 's/^/| /' conftest.$ac_ext >&5
10109
10110 ac_cv_lib_m_ceil=no
10111 fi
10112
10113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10114 conftest$ac_exeext conftest.$ac_ext
10115 LIBS=$ac_check_lib_save_LIBS
10116 fi
10117 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
10118 echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6; }
10119 if test $ac_cv_lib_m_ceil = yes; then
10120 cat >>confdefs.h <<_ACEOF
10121 #define HAVE_LIBM 1
10122 _ACEOF
10123
10124 LIBS="-lm $LIBS"
10125
10126 fi
10127
10128
10129
10130
10131
10132
10133 ac_ext=cpp
10134 ac_cpp='$CXXCPP $CPPFLAGS'
10135 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10136 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10137 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10138
10139
10140
10141 cat >confcache <<\_ACEOF
10142 # This file is a shell script that caches the results of configure
10143 # tests run on this system so they can be shared between configure
10144 # scripts and configure runs, see configure's option --config-cache.
10145 # It is not useful on other systems. If it contains results you don't
10146 # want to keep, you may remove or edit it.
10147 #
10148 # config.status only pays attention to the cache file if you give it
10149 # the --recheck option to rerun configure.
10150 #
10151 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10152 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10153 # following values.
10154
10155 _ACEOF
10156
10157 # The following way of writing the cache mishandles newlines in values,
10158 # but we know of no workaround that is simple, portable, and efficient.
10159 # So, we kill variables containing newlines.
10160 # Ultrix sh set writes to stderr and can't be redirected directly,
10161 # and sets the high bit in the cache file unless we assign to the vars.
10162 (
10163 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10164 eval ac_val=\$$ac_var
10165 case $ac_val in #(
10166 *${as_nl}*)
10167 case $ac_var in #(
10168 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
10169 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
10170 esac
10171 case $ac_var in #(
10172 _ | IFS | as_nl) ;; #(
10173 *) $as_unset $ac_var ;;
10174 esac ;;
10175 esac
10176 done
10177
10178 (set) 2>&1 |
10179 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10180 *${as_nl}ac_space=\ *)
10181 # `set' does not quote correctly, so add quotes (double-quote
10182 # substitution turns \\\\ into \\, and sed turns \\ into \).
10183 sed -n \
10184 "s/'/'\\\\''/g;
10185 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10186 ;; #(
10187 *)
10188 # `set' quotes correctly as required by POSIX, so do not add quotes.
10189 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10190 ;;
10191 esac |
10192 sort
10193 ) |
10194 sed '
10195 /^ac_cv_env_/b end
10196 t clear
10197 :clear
10198 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10199 t end
10200 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10201 :end' >>confcache
10202 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10203 if test -w "$cache_file"; then
10204 test "x$cache_file" != "x/dev/null" &&
10205 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
10206 echo "$as_me: updating cache $cache_file" >&6;}
10207 cat confcache >$cache_file
10208 else
10209 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
10210 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10211 fi
10212 fi
10213 rm -f confcache
10214
10215
10216
10217 # Check whether --with-kernel was given.
10218 if test "${with_kernel+set}" = set; then
10219 withval=$with_kernel; kerneldir="$withval"
10220 else
10221 kerneldir="/usr/src/linux"
10222
10223 fi
10224
10225
10226 { echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
10227 echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6; }
10228 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
10229 echo $ECHO_N "(cached) $ECHO_C" >&6
10230 else
10231
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 #include "$kerneldir/include/linux/if_tun.h"
10239 int
10240 main ()
10241 {
10242 int a = IFF_TAP;
10243 ;
10244 return 0;
10245 }
10246 _ACEOF
10247 rm -f conftest.$ac_objext
10248 if { (ac_try="$ac_compile"
10249 case "(($ac_try" in
10250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10251 *) ac_try_echo=$ac_try;;
10252 esac
10253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10254 (eval "$ac_compile") 2>conftest.er1
10255 ac_status=$?
10256 grep -v '^ *+' conftest.er1 >conftest.err
10257 rm -f conftest.er1
10258 cat conftest.err >&5
10259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10260 (exit $ac_status); } && {
10261 test -z "$ac_cxx_werror_flag" ||
10262 test ! -s conftest.err
10263 } && test -s conftest.$ac_objext; then
10264 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
10265 else
10266 echo "$as_me: failed program was:" >&5
10267 sed 's/^/| /' conftest.$ac_ext >&5
10268
10269 cat >conftest.$ac_ext <<_ACEOF
10270 /* confdefs.h. */
10271 _ACEOF
10272 cat confdefs.h >>conftest.$ac_ext
10273 cat >>conftest.$ac_ext <<_ACEOF
10274 /* end confdefs.h. */
10275 #include <linux/if_tun.h>
10276 int
10277 main ()
10278 {
10279 int a = IFF_TAP;
10280 ;
10281 return 0;
10282 }
10283 _ACEOF
10284 rm -f conftest.$ac_objext
10285 if { (ac_try="$ac_compile"
10286 case "(($ac_try" in
10287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10288 *) ac_try_echo=$ac_try;;
10289 esac
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291 (eval "$ac_compile") 2>conftest.er1
10292 ac_status=$?
10293 grep -v '^ *+' conftest.er1 >conftest.err
10294 rm -f conftest.er1
10295 cat conftest.err >&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); } && {
10298 test -z "$ac_cxx_werror_flag" ||
10299 test ! -s conftest.err
10300 } && test -s conftest.$ac_objext; then
10301 if_tun_h="default"
10302 else
10303 echo "$as_me: failed program was:" >&5
10304 sed 's/^/| /' conftest.$ac_ext >&5
10305
10306 if_tun_h="no"
10307
10308 fi
10309
10310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10311
10312 fi
10313
10314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10315
10316 if test $if_tun_h = no; then
10317 tinc_cv_linux_if_tun_h=none
10318 else
10319 tinc_cv_linux_if_tun_h="$if_tun_h"
10320 fi
10321
10322 fi
10323 { echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
10324 echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6; }
10325
10326 if test $tinc_cv_linux_if_tun_h != none; then
10327
10328 cat >>confdefs.h <<\_ACEOF
10329 #define HAVE_TUNTAP 1
10330 _ACEOF
10331
10332 if test $tinc_cv_linux_if_tun_h != default; then
10333
10334 cat >>confdefs.h <<_ACEOF
10335 #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
10336 _ACEOF
10337
10338 fi
10339 fi
10340
10341
10342
10343
10344
10345 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
10346
10347
10348 # Check whether --with-openssl-include was given.
10349 if test "${with_openssl_include+set}" = set; then
10350 withval=$with_openssl_include; openssl_include="$withval"
10351 CFLAGS="$CFLAGS -I$withval"
10352 CPPFLAGS="$CPPFLAGS -I$withval"
10353
10354 fi
10355
10356
10357
10358 # Check whether --with-openssl-lib was given.
10359 if test "${with_openssl_lib+set}" = set; then
10360 withval=$with_openssl_lib; openssl_lib="$withval"
10361 LIBS="$LIBS -L$withval"
10362
10363 fi
10364
10365
10366
10367
10368
10369
10370
10371
10372 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
10373 do
10374 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10376 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10377 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10378 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10379 echo $ECHO_N "(cached) $ECHO_C" >&6
10380 fi
10381 ac_res=`eval echo '${'$as_ac_Header'}'`
10382 { echo "$as_me:$LINENO: result: $ac_res" >&5
10383 echo "${ECHO_T}$ac_res" >&6; }
10384 else
10385 # Is the header compilable?
10386 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10387 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10388 cat >conftest.$ac_ext <<_ACEOF
10389 /* confdefs.h. */
10390 _ACEOF
10391 cat confdefs.h >>conftest.$ac_ext
10392 cat >>conftest.$ac_ext <<_ACEOF
10393 /* end confdefs.h. */
10394 $ac_includes_default
10395 #include <$ac_header>
10396 _ACEOF
10397 rm -f conftest.$ac_objext
10398 if { (ac_try="$ac_compile"
10399 case "(($ac_try" in
10400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10401 *) ac_try_echo=$ac_try;;
10402 esac
10403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10404 (eval "$ac_compile") 2>conftest.er1
10405 ac_status=$?
10406 grep -v '^ *+' conftest.er1 >conftest.err
10407 rm -f conftest.er1
10408 cat conftest.err >&5
10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); } && {
10411 test -z "$ac_cxx_werror_flag" ||
10412 test ! -s conftest.err
10413 } && test -s conftest.$ac_objext; then
10414 ac_header_compiler=yes
10415 else
10416 echo "$as_me: failed program was:" >&5
10417 sed 's/^/| /' conftest.$ac_ext >&5
10418
10419 ac_header_compiler=no
10420 fi
10421
10422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10423 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10424 echo "${ECHO_T}$ac_header_compiler" >&6; }
10425
10426 # Is the header present?
10427 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10428 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10429 cat >conftest.$ac_ext <<_ACEOF
10430 /* confdefs.h. */
10431 _ACEOF
10432 cat confdefs.h >>conftest.$ac_ext
10433 cat >>conftest.$ac_ext <<_ACEOF
10434 /* end confdefs.h. */
10435 #include <$ac_header>
10436 _ACEOF
10437 if { (ac_try="$ac_cpp conftest.$ac_ext"
10438 case "(($ac_try" in
10439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10440 *) ac_try_echo=$ac_try;;
10441 esac
10442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10443 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10444 ac_status=$?
10445 grep -v '^ *+' conftest.er1 >conftest.err
10446 rm -f conftest.er1
10447 cat conftest.err >&5
10448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10449 (exit $ac_status); } >/dev/null && {
10450 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10451 test ! -s conftest.err
10452 }; then
10453 ac_header_preproc=yes
10454 else
10455 echo "$as_me: failed program was:" >&5
10456 sed 's/^/| /' conftest.$ac_ext >&5
10457
10458 ac_header_preproc=no
10459 fi
10460
10461 rm -f conftest.err conftest.$ac_ext
10462 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10463 echo "${ECHO_T}$ac_header_preproc" >&6; }
10464
10465 # So? What about this header?
10466 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10467 yes:no: )
10468 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10469 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10470 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10471 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10472 ac_header_preproc=yes
10473 ;;
10474 no:yes:* )
10475 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10476 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10477 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10478 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10479 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10480 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10481 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10482 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10484 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10485 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10486 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10487
10488 ;;
10489 esac
10490 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10491 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10492 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10493 echo $ECHO_N "(cached) $ECHO_C" >&6
10494 else
10495 eval "$as_ac_Header=\$ac_header_preproc"
10496 fi
10497 ac_res=`eval echo '${'$as_ac_Header'}'`
10498 { echo "$as_me:$LINENO: result: $ac_res" >&5
10499 echo "${ECHO_T}$ac_res" >&6; }
10500
10501 fi
10502 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10503 cat >>confdefs.h <<_ACEOF
10504 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10505 _ACEOF
10506
10507 else
10508 { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
10509 echo "$as_me: error: OpenSSL header files not found." >&2;}
10510 { (exit 1); exit 1; }; }; break
10511
10512 fi
10513
10514 done
10515
10516
10517 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
10518
10519 { echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
10520 echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6; }
10521 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
10522 echo $ECHO_N "(cached) $ECHO_C" >&6
10523 else
10524 ac_check_lib_save_LIBS=$LIBS
10525 LIBS="-lcrypto $LIBS"
10526 cat >conftest.$ac_ext <<_ACEOF
10527 /* confdefs.h. */
10528 _ACEOF
10529 cat confdefs.h >>conftest.$ac_ext
10530 cat >>conftest.$ac_ext <<_ACEOF
10531 /* end confdefs.h. */
10532
10533 /* Override any GCC internal prototype to avoid an error.
10534 Use char because int might match the return type of a GCC
10535 builtin and then its argument prototype would still apply. */
10536 #ifdef __cplusplus
10537 extern "C"
10538 #endif
10539 char SHA1_version ();
10540 int
10541 main ()
10542 {
10543 return SHA1_version ();
10544 ;
10545 return 0;
10546 }
10547 _ACEOF
10548 rm -f conftest.$ac_objext conftest$ac_exeext
10549 if { (ac_try="$ac_link"
10550 case "(($ac_try" in
10551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10552 *) ac_try_echo=$ac_try;;
10553 esac
10554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10555 (eval "$ac_link") 2>conftest.er1
10556 ac_status=$?
10557 grep -v '^ *+' conftest.er1 >conftest.err
10558 rm -f conftest.er1
10559 cat conftest.err >&5
10560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); } && {
10562 test -z "$ac_cxx_werror_flag" ||
10563 test ! -s conftest.err
10564 } && test -s conftest$ac_exeext &&
10565 $as_test_x conftest$ac_exeext; then
10566 ac_cv_lib_crypto_SHA1_version=yes
10567 else
10568 echo "$as_me: failed program was:" >&5
10569 sed 's/^/| /' conftest.$ac_ext >&5
10570
10571 ac_cv_lib_crypto_SHA1_version=no
10572 fi
10573
10574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10575 conftest$ac_exeext conftest.$ac_ext
10576 LIBS=$ac_check_lib_save_LIBS
10577 fi
10578 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
10579 echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6; }
10580 if test $ac_cv_lib_crypto_SHA1_version = yes; then
10581 LIBS="$LIBS -lcrypto"
10582 else
10583 { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
10584 echo "$as_me: error: OpenSSL libraries not found." >&2;}
10585 { (exit 1); exit 1; }; }
10586
10587 fi
10588
10589
10590
10591
10592
10593
10594 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
10595 do
10596 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10597 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10598 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10599 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10600 echo $ECHO_N "(cached) $ECHO_C" >&6
10601 else
10602 cat >conftest.$ac_ext <<_ACEOF
10603 /* confdefs.h. */
10604 _ACEOF
10605 cat confdefs.h >>conftest.$ac_ext
10606 cat >>conftest.$ac_ext <<_ACEOF
10607 /* end confdefs.h. */
10608 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10609 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10610 #define $ac_func innocuous_$ac_func
10611
10612 /* System header to define __stub macros and hopefully few prototypes,
10613 which can conflict with char $ac_func (); below.
10614 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10615 <limits.h> exists even on freestanding compilers. */
10616
10617 #ifdef __STDC__
10618 # include <limits.h>
10619 #else
10620 # include <assert.h>
10621 #endif
10622
10623 #undef $ac_func
10624
10625 /* Override any GCC internal prototype to avoid an error.
10626 Use char because int might match the return type of a GCC
10627 builtin and then its argument prototype would still apply. */
10628 #ifdef __cplusplus
10629 extern "C"
10630 #endif
10631 char $ac_func ();
10632 /* The GNU C library defines this for functions which it implements
10633 to always fail with ENOSYS. Some functions are actually named
10634 something starting with __ and the normal name is an alias. */
10635 #if defined __stub_$ac_func || defined __stub___$ac_func
10636 choke me
10637 #endif
10638
10639 int
10640 main ()
10641 {
10642 return $ac_func ();
10643 ;
10644 return 0;
10645 }
10646 _ACEOF
10647 rm -f conftest.$ac_objext conftest$ac_exeext
10648 if { (ac_try="$ac_link"
10649 case "(($ac_try" in
10650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10651 *) ac_try_echo=$ac_try;;
10652 esac
10653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10654 (eval "$ac_link") 2>conftest.er1
10655 ac_status=$?
10656 grep -v '^ *+' conftest.er1 >conftest.err
10657 rm -f conftest.er1
10658 cat conftest.err >&5
10659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10660 (exit $ac_status); } && {
10661 test -z "$ac_cxx_werror_flag" ||
10662 test ! -s conftest.err
10663 } && test -s conftest$ac_exeext &&
10664 $as_test_x conftest$ac_exeext; then
10665 eval "$as_ac_var=yes"
10666 else
10667 echo "$as_me: failed program was:" >&5
10668 sed 's/^/| /' conftest.$ac_ext >&5
10669
10670 eval "$as_ac_var=no"
10671 fi
10672
10673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10674 conftest$ac_exeext conftest.$ac_ext
10675 fi
10676 ac_res=`eval echo '${'$as_ac_var'}'`
10677 { echo "$as_me:$LINENO: result: $ac_res" >&5
10678 echo "${ECHO_T}$ac_res" >&6; }
10679 if test `eval echo '${'$as_ac_var'}'` = yes; then
10680 cat >>confdefs.h <<_ACEOF
10681 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10682 _ACEOF
10683
10684 fi
10685 done
10686
10687
10688 { echo "$as_me:$LINENO: checking for dlopen" >&5
10689 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10690 if test "${ac_cv_func_dlopen+set}" = set; then
10691 echo $ECHO_N "(cached) $ECHO_C" >&6
10692 else
10693 cat >conftest.$ac_ext <<_ACEOF
10694 /* confdefs.h. */
10695 _ACEOF
10696 cat confdefs.h >>conftest.$ac_ext
10697 cat >>conftest.$ac_ext <<_ACEOF
10698 /* end confdefs.h. */
10699 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10700 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10701 #define dlopen innocuous_dlopen
10702
10703 /* System header to define __stub macros and hopefully few prototypes,
10704 which can conflict with char dlopen (); below.
10705 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10706 <limits.h> exists even on freestanding compilers. */
10707
10708 #ifdef __STDC__
10709 # include <limits.h>
10710 #else
10711 # include <assert.h>
10712 #endif
10713
10714 #undef dlopen
10715
10716 /* Override any GCC internal prototype to avoid an error.
10717 Use char because int might match the return type of a GCC
10718 builtin and then its argument prototype would still apply. */
10719 #ifdef __cplusplus
10720 extern "C"
10721 #endif
10722 char dlopen ();
10723 /* The GNU C library defines this for functions which it implements
10724 to always fail with ENOSYS. Some functions are actually named
10725 something starting with __ and the normal name is an alias. */
10726 #if defined __stub_dlopen || defined __stub___dlopen
10727 choke me
10728 #endif
10729
10730 int
10731 main ()
10732 {
10733 return dlopen ();
10734 ;
10735 return 0;
10736 }
10737 _ACEOF
10738 rm -f conftest.$ac_objext conftest$ac_exeext
10739 if { (ac_try="$ac_link"
10740 case "(($ac_try" in
10741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10742 *) ac_try_echo=$ac_try;;
10743 esac
10744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10745 (eval "$ac_link") 2>conftest.er1
10746 ac_status=$?
10747 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1
10749 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && {
10752 test -z "$ac_cxx_werror_flag" ||
10753 test ! -s conftest.err
10754 } && test -s conftest$ac_exeext &&
10755 $as_test_x conftest$ac_exeext; then
10756 ac_cv_func_dlopen=yes
10757 else
10758 echo "$as_me: failed program was:" >&5
10759 sed 's/^/| /' conftest.$ac_ext >&5
10760
10761 ac_cv_func_dlopen=no
10762 fi
10763
10764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10765 conftest$ac_exeext conftest.$ac_ext
10766 fi
10767 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10768 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10769 if test $ac_cv_func_dlopen = yes; then
10770 :
10771 else
10772 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10773 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10774 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10775 echo $ECHO_N "(cached) $ECHO_C" >&6
10776 else
10777 ac_check_lib_save_LIBS=$LIBS
10778 LIBS="-ldl $LIBS"
10779 cat >conftest.$ac_ext <<_ACEOF
10780 /* confdefs.h. */
10781 _ACEOF
10782 cat confdefs.h >>conftest.$ac_ext
10783 cat >>conftest.$ac_ext <<_ACEOF
10784 /* end confdefs.h. */
10785
10786 /* Override any GCC internal prototype to avoid an error.
10787 Use char because int might match the return type of a GCC
10788 builtin and then its argument prototype would still apply. */
10789 #ifdef __cplusplus
10790 extern "C"
10791 #endif
10792 char dlopen ();
10793 int
10794 main ()
10795 {
10796 return dlopen ();
10797 ;
10798 return 0;
10799 }
10800 _ACEOF
10801 rm -f conftest.$ac_objext conftest$ac_exeext
10802 if { (ac_try="$ac_link"
10803 case "(($ac_try" in
10804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10805 *) ac_try_echo=$ac_try;;
10806 esac
10807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10808 (eval "$ac_link") 2>conftest.er1
10809 ac_status=$?
10810 grep -v '^ *+' conftest.er1 >conftest.err
10811 rm -f conftest.er1
10812 cat conftest.err >&5
10813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10814 (exit $ac_status); } && {
10815 test -z "$ac_cxx_werror_flag" ||
10816 test ! -s conftest.err
10817 } && test -s conftest$ac_exeext &&
10818 $as_test_x conftest$ac_exeext; then
10819 ac_cv_lib_dl_dlopen=yes
10820 else
10821 echo "$as_me: failed program was:" >&5
10822 sed 's/^/| /' conftest.$ac_ext >&5
10823
10824 ac_cv_lib_dl_dlopen=no
10825 fi
10826
10827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10828 conftest$ac_exeext conftest.$ac_ext
10829 LIBS=$ac_check_lib_save_LIBS
10830 fi
10831 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10832 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10833 if test $ac_cv_lib_dl_dlopen = yes; then
10834 LIBS="$LIBS -ldl"
10835 else
10836 { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
10837 echo "$as_me: error: OpenSSL depends on libdl." >&2;}
10838 { (exit 1); exit 1; }; }
10839
10840 fi
10841
10842
10843 fi
10844
10845
10846 if test "x$openssl_include" != x; then
10847 CXXFLAGS="$CXXFLAGS -I$openssl_include"
10848 fi
10849
10850 # Check whether --enable-static-daemon was given.
10851 if test "${enable_static_daemon+set}" = set; then
10852 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static
10853
10854 fi
10855
10856
10857
10858 # Check whether --enable-rohc was given.
10859 if test "${enable_rohc+set}" = set; then
10860 enableval=$enable_rohc;
10861 echo
10862 echo "**********************************************************************"
10863 echo "**********************************************************************"
10864 echo "**** --enable-rohc is highly experimental, do not use ****************"
10865 echo "**********************************************************************"
10866 echo "**********************************************************************"
10867 echo
10868 rohc=true
10869
10870 cat >>confdefs.h <<_ACEOF
10871 #define ENABLE_ROHC 1
10872 _ACEOF
10873
10874
10875
10876 fi
10877
10878
10879
10880
10881 if test x$rohc = xtrue; then
10882 ROHC_TRUE=
10883 ROHC_FALSE='#'
10884 else
10885 ROHC_TRUE='#'
10886 ROHC_FALSE=
10887 fi
10888
10889
10890
10891 # Check whether --enable-icmp was given.
10892 if test "${enable_icmp+set}" = set; then
10893 enableval=$enable_icmp;
10894 cat >>confdefs.h <<_ACEOF
10895 #define ENABLE_ICMP 1
10896 _ACEOF
10897
10898
10899 fi
10900
10901
10902 # Check whether --enable-tcp was given.
10903 if test "${enable_tcp+set}" = set; then
10904 enableval=$enable_tcp;
10905 cat >>confdefs.h <<_ACEOF
10906 #define ENABLE_TCP 1
10907 _ACEOF
10908
10909
10910 fi
10911
10912
10913 # Check whether --enable-dns was given.
10914 if test "${enable_dns+set}" = set; then
10915 enableval=$enable_dns;
10916 if test "${ac_cv_header_gmp_h+set}" = set; then
10917 { echo "$as_me:$LINENO: checking for gmp.h" >&5
10918 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; }
10919 if test "${ac_cv_header_gmp_h+set}" = set; then
10920 echo $ECHO_N "(cached) $ECHO_C" >&6
10921 fi
10922 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
10923 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; }
10924 else
10925 # Is the header compilable?
10926 { echo "$as_me:$LINENO: checking gmp.h usability" >&5
10927 echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6; }
10928 cat >conftest.$ac_ext <<_ACEOF
10929 /* confdefs.h. */
10930 _ACEOF
10931 cat confdefs.h >>conftest.$ac_ext
10932 cat >>conftest.$ac_ext <<_ACEOF
10933 /* end confdefs.h. */
10934 $ac_includes_default
10935 #include <gmp.h>
10936 _ACEOF
10937 rm -f conftest.$ac_objext
10938 if { (ac_try="$ac_compile"
10939 case "(($ac_try" in
10940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10941 *) ac_try_echo=$ac_try;;
10942 esac
10943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10944 (eval "$ac_compile") 2>conftest.er1
10945 ac_status=$?
10946 grep -v '^ *+' conftest.er1 >conftest.err
10947 rm -f conftest.er1
10948 cat conftest.err >&5
10949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10950 (exit $ac_status); } && {
10951 test -z "$ac_cxx_werror_flag" ||
10952 test ! -s conftest.err
10953 } && test -s conftest.$ac_objext; then
10954 ac_header_compiler=yes
10955 else
10956 echo "$as_me: failed program was:" >&5
10957 sed 's/^/| /' conftest.$ac_ext >&5
10958
10959 ac_header_compiler=no
10960 fi
10961
10962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10963 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10964 echo "${ECHO_T}$ac_header_compiler" >&6; }
10965
10966 # Is the header present?
10967 { echo "$as_me:$LINENO: checking gmp.h presence" >&5
10968 echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6; }
10969 cat >conftest.$ac_ext <<_ACEOF
10970 /* confdefs.h. */
10971 _ACEOF
10972 cat confdefs.h >>conftest.$ac_ext
10973 cat >>conftest.$ac_ext <<_ACEOF
10974 /* end confdefs.h. */
10975 #include <gmp.h>
10976 _ACEOF
10977 if { (ac_try="$ac_cpp conftest.$ac_ext"
10978 case "(($ac_try" in
10979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10980 *) ac_try_echo=$ac_try;;
10981 esac
10982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10983 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10984 ac_status=$?
10985 grep -v '^ *+' conftest.er1 >conftest.err
10986 rm -f conftest.er1
10987 cat conftest.err >&5
10988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10989 (exit $ac_status); } >/dev/null && {
10990 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10991 test ! -s conftest.err
10992 }; then
10993 ac_header_preproc=yes
10994 else
10995 echo "$as_me: failed program was:" >&5
10996 sed 's/^/| /' conftest.$ac_ext >&5
10997
10998 ac_header_preproc=no
10999 fi
11000
11001 rm -f conftest.err conftest.$ac_ext
11002 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11003 echo "${ECHO_T}$ac_header_preproc" >&6; }
11004
11005 # So? What about this header?
11006 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11007 yes:no: )
11008 { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
11009 echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11010 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
11011 echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
11012 ac_header_preproc=yes
11013 ;;
11014 no:yes:* )
11015 { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
11016 echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
11017 { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
11018 echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
11019 { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
11020 echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
11021 { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
11022 echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
11023 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
11024 echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
11025 { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
11026 echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
11027
11028 ;;
11029 esac
11030 { echo "$as_me:$LINENO: checking for gmp.h" >&5
11031 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; }
11032 if test "${ac_cv_header_gmp_h+set}" = set; then
11033 echo $ECHO_N "(cached) $ECHO_C" >&6
11034 else
11035 ac_cv_header_gmp_h=$ac_header_preproc
11036 fi
11037 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
11038 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; }
11039
11040 fi
11041 if test $ac_cv_header_gmp_h = yes; then
11042 :
11043 else
11044 { { echo "$as_me:$LINENO: error: gmp.h not found, required for --enable-dns" >&5
11045 echo "$as_me: error: gmp.h not found, required for --enable-dns" >&2;}
11046 { (exit 1); exit 1; }; }
11047 fi
11048
11049
11050
11051 { echo "$as_me:$LINENO: checking for main in -lgmp" >&5
11052 echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6; }
11053 if test "${ac_cv_lib_gmp_main+set}" = set; then
11054 echo $ECHO_N "(cached) $ECHO_C" >&6
11055 else
11056 ac_check_lib_save_LIBS=$LIBS
11057 LIBS="-lgmp $LIBS"
11058 cat >conftest.$ac_ext <<_ACEOF
11059 /* confdefs.h. */
11060 _ACEOF
11061 cat confdefs.h >>conftest.$ac_ext
11062 cat >>conftest.$ac_ext <<_ACEOF
11063 /* end confdefs.h. */
11064
11065
11066 int
11067 main ()
11068 {
11069 return main ();
11070 ;
11071 return 0;
11072 }
11073 _ACEOF
11074 rm -f conftest.$ac_objext conftest$ac_exeext
11075 if { (ac_try="$ac_link"
11076 case "(($ac_try" in
11077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11078 *) ac_try_echo=$ac_try;;
11079 esac
11080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11081 (eval "$ac_link") 2>conftest.er1
11082 ac_status=$?
11083 grep -v '^ *+' conftest.er1 >conftest.err
11084 rm -f conftest.er1
11085 cat conftest.err >&5
11086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11087 (exit $ac_status); } && {
11088 test -z "$ac_cxx_werror_flag" ||
11089 test ! -s conftest.err
11090 } && test -s conftest$ac_exeext &&
11091 $as_test_x conftest$ac_exeext; then
11092 ac_cv_lib_gmp_main=yes
11093 else
11094 echo "$as_me: failed program was:" >&5
11095 sed 's/^/| /' conftest.$ac_ext >&5
11096
11097 ac_cv_lib_gmp_main=no
11098 fi
11099
11100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11101 conftest$ac_exeext conftest.$ac_ext
11102 LIBS=$ac_check_lib_save_LIBS
11103 fi
11104 { echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
11105 echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6; }
11106 if test $ac_cv_lib_gmp_main = yes; then
11107 cat >>confdefs.h <<_ACEOF
11108 #define HAVE_LIBGMP 1
11109 _ACEOF
11110
11111 LIBS="-lgmp $LIBS"
11112
11113 else
11114 { { echo "$as_me:$LINENO: error: libgmp not found, required for --enable-dns" >&5
11115 echo "$as_me: error: libgmp not found, required for --enable-dns" >&2;}
11116 { (exit 1); exit 1; }; }
11117 fi
11118
11119
11120
11121 cat >>confdefs.h <<_ACEOF
11122 #define ENABLE_DNS 1
11123 _ACEOF
11124
11125
11126
11127 fi
11128
11129
11130 # Check whether --enable-http-proxy was given.
11131 if test "${enable_http_proxy+set}" = set; then
11132 enableval=$enable_http_proxy;
11133 cat >>confdefs.h <<_ACEOF
11134 #define ENABLE_HTTP_PROXY 1
11135 _ACEOF
11136
11137
11138 fi
11139
11140
11141 HMAC=12
11142 # Check whether --enable-hmac-length was given.
11143 if test "${enable_hmac_length+set}" = set; then
11144 enableval=$enable_hmac_length; HMAC=$enableval
11145
11146 fi
11147
11148
11149 cat >>confdefs.h <<_ACEOF
11150 #define HMACLENGTH $HMAC
11151 _ACEOF
11152
11153
11154 RAND=8
11155 # Check whether --enable-rand-length was given.
11156 if test "${enable_rand_length+set}" = set; then
11157 enableval=$enable_rand_length; RAND=$enableval
11158
11159 fi
11160
11161
11162 cat >>confdefs.h <<_ACEOF
11163 #define RAND_SIZE $RAND
11164 _ACEOF
11165
11166
11167 MTU=1500
11168 # Check whether --enable-mtu was given.
11169 if test "${enable_mtu+set}" = set; then
11170 enableval=$enable_mtu; MTU=$enableval
11171
11172 fi
11173
11174
11175 cat >>confdefs.h <<_ACEOF
11176 #define MAX_MTU $MTU + 14
11177 _ACEOF
11178
11179
11180 COMPRESS=1
11181 # Check whether --enable-compression was given.
11182 if test "${enable_compression+set}" = set; then
11183 enableval=$enable_compression; if test "x$enableval" = xno; then
11184 COMPRESS=0
11185 fi
11186
11187 fi
11188
11189
11190 cat >>confdefs.h <<_ACEOF
11191 #define ENABLE_COMPRESSION $COMPRESS
11192 _ACEOF
11193
11194
11195 CIPHER=aes_128_cbc
11196 # Check whether --enable-cipher was given.
11197 if test "${enable_cipher+set}" = set; then
11198 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
11199 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
11200 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
11201 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
11202
11203 fi
11204
11205
11206 cat >>confdefs.h <<_ACEOF
11207 #define ENABLE_CIPHER EVP_${CIPHER}
11208 _ACEOF
11209
11210
11211 DIGEST=ripemd160
11212 # Check whether --enable-digest was given.
11213 if test "${enable_digest+set}" = set; then
11214 enableval=$enable_digest; if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi
11215 if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi
11216 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
11217 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
11218 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
11219 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
11220
11221 fi
11222
11223
11224 cat >>confdefs.h <<_ACEOF
11225 #define ENABLE_DIGEST EVP_${DIGEST}
11226 _ACEOF
11227
11228
11229 if $CXX -v --help 2>&1 | grep -q fno-rtti; then
11230 CXXFLAGS="$CXXFLAGS -fno-rtti"
11231 fi
11232
11233 if $CXX -v --help 2>&1 | grep -q fexceptions; then
11234 CXXFLAGS="$CXXFLAGS -fno-exceptions"
11235 fi
11236
11237 LIBS="$EXTRA_LIBS $LIBS"
11238
11239
11240
11241
11242 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
11243
11244 cat >confcache <<\_ACEOF
11245 # This file is a shell script that caches the results of configure
11246 # tests run on this system so they can be shared between configure
11247 # scripts and configure runs, see configure's option --config-cache.
11248 # It is not useful on other systems. If it contains results you don't
11249 # want to keep, you may remove or edit it.
11250 #
11251 # config.status only pays attention to the cache file if you give it
11252 # the --recheck option to rerun configure.
11253 #
11254 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11255 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11256 # following values.
11257
11258 _ACEOF
11259
11260 # The following way of writing the cache mishandles newlines in values,
11261 # but we know of no workaround that is simple, portable, and efficient.
11262 # So, we kill variables containing newlines.
11263 # Ultrix sh set writes to stderr and can't be redirected directly,
11264 # and sets the high bit in the cache file unless we assign to the vars.
11265 (
11266 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11267 eval ac_val=\$$ac_var
11268 case $ac_val in #(
11269 *${as_nl}*)
11270 case $ac_var in #(
11271 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
11272 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
11273 esac
11274 case $ac_var in #(
11275 _ | IFS | as_nl) ;; #(
11276 *) $as_unset $ac_var ;;
11277 esac ;;
11278 esac
11279 done
11280
11281 (set) 2>&1 |
11282 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11283 *${as_nl}ac_space=\ *)
11284 # `set' does not quote correctly, so add quotes (double-quote
11285 # substitution turns \\\\ into \\, and sed turns \\ into \).
11286 sed -n \
11287 "s/'/'\\\\''/g;
11288 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11289 ;; #(
11290 *)
11291 # `set' quotes correctly as required by POSIX, so do not add quotes.
11292 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11293 ;;
11294 esac |
11295 sort
11296 ) |
11297 sed '
11298 /^ac_cv_env_/b end
11299 t clear
11300 :clear
11301 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11302 t end
11303 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11304 :end' >>confcache
11305 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11306 if test -w "$cache_file"; then
11307 test "x$cache_file" != "x/dev/null" &&
11308 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
11309 echo "$as_me: updating cache $cache_file" >&6;}
11310 cat confcache >$cache_file
11311 else
11312 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
11313 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11314 fi
11315 fi
11316 rm -f confcache
11317
11318 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11319 # Let make expand exec_prefix.
11320 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11321
11322 DEFS=-DHAVE_CONFIG_H
11323
11324 ac_libobjs=
11325 ac_ltlibobjs=
11326 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11327 # 1. Remove the extension, and $U if already installed.
11328 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11329 ac_i=`echo "$ac_i" | sed "$ac_script"`
11330 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11331 # will be set to the directory where LIBOBJS objects are built.
11332 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11333 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
11334 done
11335 LIBOBJS=$ac_libobjs
11336
11337 LTLIBOBJS=$ac_ltlibobjs
11338
11339
11340 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11341 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11342 Usually this means the macro was only invoked conditionally." >&5
11343 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11344 Usually this means the macro was only invoked conditionally." >&2;}
11345 { (exit 1); exit 1; }; }
11346 fi
11347 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11348 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11349 Usually this means the macro was only invoked conditionally." >&5
11350 echo "$as_me: error: conditional \"AMDEP\" was never defined.
11351 Usually this means the macro was only invoked conditionally." >&2;}
11352 { (exit 1); exit 1; }; }
11353 fi
11354 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11355 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11356 Usually this means the macro was only invoked conditionally." >&5
11357 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11358 Usually this means the macro was only invoked conditionally." >&2;}
11359 { (exit 1); exit 1; }; }
11360 fi
11361 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11362 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11363 Usually this means the macro was only invoked conditionally." >&5
11364 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11365 Usually this means the macro was only invoked conditionally." >&2;}
11366 { (exit 1); exit 1; }; }
11367 fi
11368 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
11369 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
11370 Usually this means the macro was only invoked conditionally." >&5
11371 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
11372 Usually this means the macro was only invoked conditionally." >&2;}
11373 { (exit 1); exit 1; }; }
11374 fi
11375 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
11376 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
11377 Usually this means the macro was only invoked conditionally." >&5
11378 echo "$as_me: error: conditional \"ROHC\" was never defined.
11379 Usually this means the macro was only invoked conditionally." >&2;}
11380 { (exit 1); exit 1; }; }
11381 fi
11382
11383 : ${CONFIG_STATUS=./config.status}
11384 ac_clean_files_save=$ac_clean_files
11385 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11386 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11387 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11388 cat >$CONFIG_STATUS <<_ACEOF
11389 #! $SHELL
11390 # Generated by $as_me.
11391 # Run this file to recreate the current configuration.
11392 # Compiler output produced by configure, useful for debugging
11393 # configure, is in config.log if it exists.
11394
11395 debug=false
11396 ac_cs_recheck=false
11397 ac_cs_silent=false
11398 SHELL=\${CONFIG_SHELL-$SHELL}
11399 _ACEOF
11400
11401 cat >>$CONFIG_STATUS <<\_ACEOF
11402 ## --------------------- ##
11403 ## M4sh Initialization. ##
11404 ## --------------------- ##
11405
11406 # Be more Bourne compatible
11407 DUALCASE=1; export DUALCASE # for MKS sh
11408 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11409 emulate sh
11410 NULLCMD=:
11411 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11412 # is contrary to our usage. Disable this feature.
11413 alias -g '${1+"$@"}'='"$@"'
11414 setopt NO_GLOB_SUBST
11415 else
11416 case `(set -o) 2>/dev/null` in
11417 *posix*) set -o posix ;;
11418 esac
11419
11420 fi
11421
11422
11423
11424
11425 # PATH needs CR
11426 # Avoid depending upon Character Ranges.
11427 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11428 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11429 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11430 as_cr_digits='0123456789'
11431 as_cr_alnum=$as_cr_Letters$as_cr_digits
11432
11433 # The user is always right.
11434 if test "${PATH_SEPARATOR+set}" != set; then
11435 echo "#! /bin/sh" >conf$$.sh
11436 echo "exit 0" >>conf$$.sh
11437 chmod +x conf$$.sh
11438 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11439 PATH_SEPARATOR=';'
11440 else
11441 PATH_SEPARATOR=:
11442 fi
11443 rm -f conf$$.sh
11444 fi
11445
11446 # Support unset when possible.
11447 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11448 as_unset=unset
11449 else
11450 as_unset=false
11451 fi
11452
11453
11454 # IFS
11455 # We need space, tab and new line, in precisely that order. Quoting is
11456 # there to prevent editors from complaining about space-tab.
11457 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11458 # splitting by setting IFS to empty value.)
11459 as_nl='
11460 '
11461 IFS=" "" $as_nl"
11462
11463 # Find who we are. Look in the path if we contain no directory separator.
11464 case $0 in
11465 *[\\/]* ) as_myself=$0 ;;
11466 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11467 for as_dir in $PATH
11468 do
11469 IFS=$as_save_IFS
11470 test -z "$as_dir" && as_dir=.
11471 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11472 done
11473 IFS=$as_save_IFS
11474
11475 ;;
11476 esac
11477 # We did not find ourselves, most probably we were run as `sh COMMAND'
11478 # in which case we are not to be found in the path.
11479 if test "x$as_myself" = x; then
11480 as_myself=$0
11481 fi
11482 if test ! -f "$as_myself"; then
11483 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11484 { (exit 1); exit 1; }
11485 fi
11486
11487 # Work around bugs in pre-3.0 UWIN ksh.
11488 for as_var in ENV MAIL MAILPATH
11489 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11490 done
11491 PS1='$ '
11492 PS2='> '
11493 PS4='+ '
11494
11495 # NLS nuisances.
11496 for as_var in \
11497 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11498 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11499 LC_TELEPHONE LC_TIME
11500 do
11501 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11502 eval $as_var=C; export $as_var
11503 else
11504 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
11505 fi
11506 done
11507
11508 # Required to use basename.
11509 if expr a : '\(a\)' >/dev/null 2>&1 &&
11510 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11511 as_expr=expr
11512 else
11513 as_expr=false
11514 fi
11515
11516 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11517 as_basename=basename
11518 else
11519 as_basename=false
11520 fi
11521
11522
11523 # Name of the executable.
11524 as_me=`$as_basename -- "$0" ||
11525 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11526 X"$0" : 'X\(//\)$' \| \
11527 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11528 echo X/"$0" |
11529 sed '/^.*\/\([^/][^/]*\)\/*$/{
11530 s//\1/
11531 q
11532 }
11533 /^X\/\(\/\/\)$/{
11534 s//\1/
11535 q
11536 }
11537 /^X\/\(\/\).*/{
11538 s//\1/
11539 q
11540 }
11541 s/.*/./; q'`
11542
11543 # CDPATH.
11544 $as_unset CDPATH
11545
11546
11547
11548 as_lineno_1=$LINENO
11549 as_lineno_2=$LINENO
11550 test "x$as_lineno_1" != "x$as_lineno_2" &&
11551 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
11552
11553 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11554 # uniformly replaced by the line number. The first 'sed' inserts a
11555 # line-number line after each line using $LINENO; the second 'sed'
11556 # does the real work. The second script uses 'N' to pair each
11557 # line-number line with the line containing $LINENO, and appends
11558 # trailing '-' during substitution so that $LINENO is not a special
11559 # case at line end.
11560 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11561 # scripts with optimization help from Paolo Bonzini. Blame Lee
11562 # E. McMahon (1931-1989) for sed's syntax. :-)
11563 sed -n '
11564 p
11565 /[$]LINENO/=
11566 ' <$as_myself |
11567 sed '
11568 s/[$]LINENO.*/&-/
11569 t lineno
11570 b
11571 :lineno
11572 N
11573 :loop
11574 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
11575 t loop
11576 s/-\n.*//
11577 ' >$as_me.lineno &&
11578 chmod +x "$as_me.lineno" ||
11579 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
11580 { (exit 1); exit 1; }; }
11581
11582 # Don't try to exec as it changes $[0], causing all sort of problems
11583 # (the dirname of $[0] is not the place where we might find the
11584 # original and so on. Autoconf is especially sensitive to this).
11585 . "./$as_me.lineno"
11586 # Exit status is that of the last command.
11587 exit
11588 }
11589
11590
11591 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11592 as_dirname=dirname
11593 else
11594 as_dirname=false
11595 fi
11596
11597 ECHO_C= ECHO_N= ECHO_T=
11598 case `echo -n x` in
11599 -n*)
11600 case `echo 'x\c'` in
11601 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11602 *) ECHO_C='\c';;
11603 esac;;
11604 *)
11605 ECHO_N='-n';;
11606 esac
11607
11608 if expr a : '\(a\)' >/dev/null 2>&1 &&
11609 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11610 as_expr=expr
11611 else
11612 as_expr=false
11613 fi
11614
11615 rm -f conf$$ conf$$.exe conf$$.file
11616 if test -d conf$$.dir; then
11617 rm -f conf$$.dir/conf$$.file
11618 else
11619 rm -f conf$$.dir
11620 mkdir conf$$.dir
11621 fi
11622 echo >conf$$.file
11623 if ln -s conf$$.file conf$$ 2>/dev/null; then
11624 as_ln_s='ln -s'
11625 # ... but there are two gotchas:
11626 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11627 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11628 # In both cases, we have to default to `cp -p'.
11629 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11630 as_ln_s='cp -p'
11631 elif ln conf$$.file conf$$ 2>/dev/null; then
11632 as_ln_s=ln
11633 else
11634 as_ln_s='cp -p'
11635 fi
11636 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11637 rmdir conf$$.dir 2>/dev/null
11638
11639 if mkdir -p . 2>/dev/null; then
11640 as_mkdir_p=:
11641 else
11642 test -d ./-p && rmdir ./-p
11643 as_mkdir_p=false
11644 fi
11645
11646 if test -x / >/dev/null 2>&1; then
11647 as_test_x='test -x'
11648 else
11649 if ls -dL / >/dev/null 2>&1; then
11650 as_ls_L_option=L
11651 else
11652 as_ls_L_option=
11653 fi
11654 as_test_x='
11655 eval sh -c '\''
11656 if test -d "$1"; then
11657 test -d "$1/.";
11658 else
11659 case $1 in
11660 -*)set "./$1";;
11661 esac;
11662 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
11663 ???[sx]*):;;*)false;;esac;fi
11664 '\'' sh
11665 '
11666 fi
11667 as_executable_p=$as_test_x
11668
11669 # Sed expression to map a string onto a valid CPP name.
11670 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11671
11672 # Sed expression to map a string onto a valid variable name.
11673 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11674
11675
11676 exec 6>&1
11677
11678 # Save the log message, to keep $[0] and so on meaningful, and to
11679 # report actual input values of CONFIG_FILES etc. instead of their
11680 # values after options handling.
11681 ac_log="
11682 This file was extended by $as_me, which was
11683 generated by GNU Autoconf 2.61. Invocation command line was
11684
11685 CONFIG_FILES = $CONFIG_FILES
11686 CONFIG_HEADERS = $CONFIG_HEADERS
11687 CONFIG_LINKS = $CONFIG_LINKS
11688 CONFIG_COMMANDS = $CONFIG_COMMANDS
11689 $ $0 $@
11690
11691 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11692 "
11693
11694 _ACEOF
11695
11696 cat >>$CONFIG_STATUS <<_ACEOF
11697 # Files that config.status was made for.
11698 config_files="$ac_config_files"
11699 config_headers="$ac_config_headers"
11700 config_commands="$ac_config_commands"
11701
11702 _ACEOF
11703
11704 cat >>$CONFIG_STATUS <<\_ACEOF
11705 ac_cs_usage="\
11706 \`$as_me' instantiates files from templates according to the
11707 current configuration.
11708
11709 Usage: $0 [OPTIONS] [FILE]...
11710
11711 -h, --help print this help, then exit
11712 -V, --version print version number and configuration settings, then exit
11713 -q, --quiet do not print progress messages
11714 -d, --debug don't remove temporary files
11715 --recheck update $as_me by reconfiguring in the same conditions
11716 --file=FILE[:TEMPLATE]
11717 instantiate the configuration file FILE
11718 --header=FILE[:TEMPLATE]
11719 instantiate the configuration header FILE
11720
11721 Configuration files:
11722 $config_files
11723
11724 Configuration headers:
11725 $config_headers
11726
11727 Configuration commands:
11728 $config_commands
11729
11730 Report bugs to <bug-autoconf@gnu.org>."
11731
11732 _ACEOF
11733 cat >>$CONFIG_STATUS <<_ACEOF
11734 ac_cs_version="\\
11735 config.status
11736 configured by $0, generated by GNU Autoconf 2.61,
11737 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11738
11739 Copyright (C) 2006 Free Software Foundation, Inc.
11740 This config.status script is free software; the Free Software Foundation
11741 gives unlimited permission to copy, distribute and modify it."
11742
11743 ac_pwd='$ac_pwd'
11744 srcdir='$srcdir'
11745 INSTALL='$INSTALL'
11746 _ACEOF
11747
11748 cat >>$CONFIG_STATUS <<\_ACEOF
11749 # If no file are specified by the user, then we need to provide default
11750 # value. By we need to know if files were specified by the user.
11751 ac_need_defaults=:
11752 while test $# != 0
11753 do
11754 case $1 in
11755 --*=*)
11756 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11757 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11758 ac_shift=:
11759 ;;
11760 *)
11761 ac_option=$1
11762 ac_optarg=$2
11763 ac_shift=shift
11764 ;;
11765 esac
11766
11767 case $ac_option in
11768 # Handling of the options.
11769 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11770 ac_cs_recheck=: ;;
11771 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11772 echo "$ac_cs_version"; exit ;;
11773 --debug | --debu | --deb | --de | --d | -d )
11774 debug=: ;;
11775 --file | --fil | --fi | --f )
11776 $ac_shift
11777 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11778 ac_need_defaults=false;;
11779 --header | --heade | --head | --hea )
11780 $ac_shift
11781 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11782 ac_need_defaults=false;;
11783 --he | --h)
11784 # Conflict between --help and --header
11785 { echo "$as_me: error: ambiguous option: $1
11786 Try \`$0 --help' for more information." >&2
11787 { (exit 1); exit 1; }; };;
11788 --help | --hel | -h )
11789 echo "$ac_cs_usage"; exit ;;
11790 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11791 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11792 ac_cs_silent=: ;;
11793
11794 # This is an error.
11795 -*) { echo "$as_me: error: unrecognized option: $1
11796 Try \`$0 --help' for more information." >&2
11797 { (exit 1); exit 1; }; } ;;
11798
11799 *) ac_config_targets="$ac_config_targets $1"
11800 ac_need_defaults=false ;;
11801
11802 esac
11803 shift
11804 done
11805
11806 ac_configure_extra_args=
11807
11808 if $ac_cs_silent; then
11809 exec 6>/dev/null
11810 ac_configure_extra_args="$ac_configure_extra_args --silent"
11811 fi
11812
11813 _ACEOF
11814 cat >>$CONFIG_STATUS <<_ACEOF
11815 if \$ac_cs_recheck; then
11816 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11817 CONFIG_SHELL=$SHELL
11818 export CONFIG_SHELL
11819 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11820 fi
11821
11822 _ACEOF
11823 cat >>$CONFIG_STATUS <<\_ACEOF
11824 exec 5>>config.log
11825 {
11826 echo
11827 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11828 ## Running $as_me. ##
11829 _ASBOX
11830 echo "$ac_log"
11831 } >&5
11832
11833 _ACEOF
11834 cat >>$CONFIG_STATUS <<_ACEOF
11835 #
11836 # INIT-COMMANDS
11837 #
11838 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
11839 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
11840 # from automake.
11841 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
11842 # Capture the value of LINGUAS because we need it to compute CATALOGS.
11843 LINGUAS="${LINGUAS-%UNSET%}"
11844
11845 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11846
11847 _ACEOF
11848
11849 cat >>$CONFIG_STATUS <<\_ACEOF
11850
11851 # Handling of arguments.
11852 for ac_config_target in $ac_config_targets
11853 do
11854 case $ac_config_target in
11855 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11856 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
11857 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11858 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11859 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
11860 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11861 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11862 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
11863 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
11864
11865 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11866 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11867 { (exit 1); exit 1; }; };;
11868 esac
11869 done
11870
11871
11872 # If the user did not use the arguments to specify the items to instantiate,
11873 # then the envvar interface is used. Set only those that are not.
11874 # We use the long form for the default assignment because of an extremely
11875 # bizarre bug on SunOS 4.1.3.
11876 if $ac_need_defaults; then
11877 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11878 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11879 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11880 fi
11881
11882 # Have a temporary directory for convenience. Make it in the build tree
11883 # simply because there is no reason against having it here, and in addition,
11884 # creating and moving files from /tmp can sometimes cause problems.
11885 # Hook for its removal unless debugging.
11886 # Note that there is a small window in which the directory will not be cleaned:
11887 # after its creation but before its name has been assigned to `$tmp'.
11888 $debug ||
11889 {
11890 tmp=
11891 trap 'exit_status=$?
11892 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11893 ' 0
11894 trap '{ (exit 1); exit 1; }' 1 2 13 15
11895 }
11896 # Create a (secure) tmp directory for tmp files.
11897
11898 {
11899 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11900 test -n "$tmp" && test -d "$tmp"
11901 } ||
11902 {
11903 tmp=./conf$$-$RANDOM
11904 (umask 077 && mkdir "$tmp")
11905 } ||
11906 {
11907 echo "$me: cannot create a temporary directory in ." >&2
11908 { (exit 1); exit 1; }
11909 }
11910
11911 #
11912 # Set up the sed scripts for CONFIG_FILES section.
11913 #
11914
11915 # No need to generate the scripts if there are no CONFIG_FILES.
11916 # This happens for instance when ./config.status config.h
11917 if test -n "$CONFIG_FILES"; then
11918
11919 _ACEOF
11920
11921
11922
11923 ac_delim='%!_!# '
11924 for ac_last_try in false false false false false :; do
11925 cat >conf$$subs.sed <<_ACEOF
11926 SHELL!$SHELL$ac_delim
11927 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
11928 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
11929 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
11930 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
11931 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
11932 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
11933 exec_prefix!$exec_prefix$ac_delim
11934 prefix!$prefix$ac_delim
11935 program_transform_name!$program_transform_name$ac_delim
11936 bindir!$bindir$ac_delim
11937 sbindir!$sbindir$ac_delim
11938 libexecdir!$libexecdir$ac_delim
11939 datarootdir!$datarootdir$ac_delim
11940 datadir!$datadir$ac_delim
11941 sysconfdir!$sysconfdir$ac_delim
11942 sharedstatedir!$sharedstatedir$ac_delim
11943 localstatedir!$localstatedir$ac_delim
11944 includedir!$includedir$ac_delim
11945 oldincludedir!$oldincludedir$ac_delim
11946 docdir!$docdir$ac_delim
11947 infodir!$infodir$ac_delim
11948 htmldir!$htmldir$ac_delim
11949 dvidir!$dvidir$ac_delim
11950 pdfdir!$pdfdir$ac_delim
11951 psdir!$psdir$ac_delim
11952 libdir!$libdir$ac_delim
11953 localedir!$localedir$ac_delim
11954 mandir!$mandir$ac_delim
11955 DEFS!$DEFS$ac_delim
11956 ECHO_C!$ECHO_C$ac_delim
11957 ECHO_N!$ECHO_N$ac_delim
11958 ECHO_T!$ECHO_T$ac_delim
11959 LIBS!$LIBS$ac_delim
11960 build_alias!$build_alias$ac_delim
11961 host_alias!$host_alias$ac_delim
11962 target_alias!$target_alias$ac_delim
11963 build!$build$ac_delim
11964 build_cpu!$build_cpu$ac_delim
11965 build_vendor!$build_vendor$ac_delim
11966 build_os!$build_os$ac_delim
11967 host!$host$ac_delim
11968 host_cpu!$host_cpu$ac_delim
11969 host_vendor!$host_vendor$ac_delim
11970 host_os!$host_os$ac_delim
11971 target!$target$ac_delim
11972 target_cpu!$target_cpu$ac_delim
11973 target_vendor!$target_vendor$ac_delim
11974 target_os!$target_os$ac_delim
11975 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
11976 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
11977 INSTALL_DATA!$INSTALL_DATA$ac_delim
11978 CYGPATH_W!$CYGPATH_W$ac_delim
11979 PACKAGE!$PACKAGE$ac_delim
11980 VERSION!$VERSION$ac_delim
11981 ACLOCAL!$ACLOCAL$ac_delim
11982 AUTOCONF!$AUTOCONF$ac_delim
11983 AUTOMAKE!$AUTOMAKE$ac_delim
11984 AUTOHEADER!$AUTOHEADER$ac_delim
11985 MAKEINFO!$MAKEINFO$ac_delim
11986 AMTAR!$AMTAR$ac_delim
11987 install_sh!$install_sh$ac_delim
11988 STRIP!$STRIP$ac_delim
11989 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
11990 AWK!$AWK$ac_delim
11991 SET_MAKE!$SET_MAKE$ac_delim
11992 am__leading_dot!$am__leading_dot$ac_delim
11993 MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
11994 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
11995 MAINT!$MAINT$ac_delim
11996 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
11997 MSGFMT!$MSGFMT$ac_delim
11998 GMSGFMT!$GMSGFMT$ac_delim
11999 XGETTEXT!$XGETTEXT$ac_delim
12000 MSGMERGE!$MSGMERGE$ac_delim
12001 CC!$CC$ac_delim
12002 CFLAGS!$CFLAGS$ac_delim
12003 LDFLAGS!$LDFLAGS$ac_delim
12004 CPPFLAGS!$CPPFLAGS$ac_delim
12005 ac_ct_CC!$ac_ct_CC$ac_delim
12006 EXEEXT!$EXEEXT$ac_delim
12007 OBJEXT!$OBJEXT$ac_delim
12008 DEPDIR!$DEPDIR$ac_delim
12009 am__include!$am__include$ac_delim
12010 am__quote!$am__quote$ac_delim
12011 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
12012 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
12013 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
12014 CCDEPMODE!$CCDEPMODE$ac_delim
12015 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
12016 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
12017 USE_NLS!$USE_NLS$ac_delim
12018 LIBICONV!$LIBICONV$ac_delim
12019 LTLIBICONV!$LTLIBICONV$ac_delim
12020 INTLLIBS!$INTLLIBS$ac_delim
12021 LIBINTL!$LIBINTL$ac_delim
12022 LTLIBINTL!$LTLIBINTL$ac_delim
12023 _ACEOF
12024
12025 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
12026 break
12027 elif $ac_last_try; then
12028 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12029 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12030 { (exit 1); exit 1; }; }
12031 else
12032 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12033 fi
12034 done
12035
12036 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12037 if test -n "$ac_eof"; then
12038 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
12039 ac_eof=`expr $ac_eof + 1`
12040 fi
12041
12042 cat >>$CONFIG_STATUS <<_ACEOF
12043 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
12044 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12045 _ACEOF
12046 sed '
12047 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12048 s/^/s,@/; s/!/@,|#_!!_#|/
12049 :n
12050 t n
12051 s/'"$ac_delim"'$/,g/; t
12052 s/$/\\/; p
12053 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12054 ' >>$CONFIG_STATUS <conf$$subs.sed
12055 rm -f conf$$subs.sed
12056 cat >>$CONFIG_STATUS <<_ACEOF
12057 CEOF$ac_eof
12058 _ACEOF
12059
12060
12061 ac_delim='%!_!# '
12062 for ac_last_try in false false false false false :; do
12063 cat >conf$$subs.sed <<_ACEOF
12064 POSUB!$POSUB$ac_delim
12065 CPP!$CPP$ac_delim
12066 CXX!$CXX$ac_delim
12067 CXXFLAGS!$CXXFLAGS$ac_delim
12068 ac_ct_CXX!$ac_ct_CXX$ac_delim
12069 CXXDEPMODE!$CXXDEPMODE$ac_delim
12070 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
12071 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
12072 GREP!$GREP$ac_delim
12073 EGREP!$EGREP$ac_delim
12074 LN_S!$LN_S$ac_delim
12075 RANLIB!$RANLIB$ac_delim
12076 IFTYPE!$IFTYPE$ac_delim
12077 IFSUBTYPE!$IFSUBTYPE$ac_delim
12078 CXXCPP!$CXXCPP$ac_delim
12079 ALLOCA!$ALLOCA$ac_delim
12080 LINUX_IF_TUN_H!$LINUX_IF_TUN_H$ac_delim
12081 HAVE_TUNTAP!$HAVE_TUNTAP$ac_delim
12082 LDFLAGS_DAEMON!$LDFLAGS_DAEMON$ac_delim
12083 ROHC_TRUE!$ROHC_TRUE$ac_delim
12084 ROHC_FALSE!$ROHC_FALSE$ac_delim
12085 INCLUDES!$INCLUDES$ac_delim
12086 LIBOBJS!$LIBOBJS$ac_delim
12087 LTLIBOBJS!$LTLIBOBJS$ac_delim
12088 _ACEOF
12089
12090 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 24; then
12091 break
12092 elif $ac_last_try; then
12093 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12094 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12095 { (exit 1); exit 1; }; }
12096 else
12097 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12098 fi
12099 done
12100
12101 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12102 if test -n "$ac_eof"; then
12103 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
12104 ac_eof=`expr $ac_eof + 1`
12105 fi
12106
12107 cat >>$CONFIG_STATUS <<_ACEOF
12108 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
12109 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
12110 _ACEOF
12111 sed '
12112 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12113 s/^/s,@/; s/!/@,|#_!!_#|/
12114 :n
12115 t n
12116 s/'"$ac_delim"'$/,g/; t
12117 s/$/\\/; p
12118 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12119 ' >>$CONFIG_STATUS <conf$$subs.sed
12120 rm -f conf$$subs.sed
12121 cat >>$CONFIG_STATUS <<_ACEOF
12122 :end
12123 s/|#_!!_#|//g
12124 CEOF$ac_eof
12125 _ACEOF
12126
12127
12128 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12129 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12130 # trailing colons and then remove the whole line if VPATH becomes empty
12131 # (actually we leave an empty line to preserve line numbers).
12132 if test "x$srcdir" = x.; then
12133 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12134 s/:*\$(srcdir):*/:/
12135 s/:*\${srcdir}:*/:/
12136 s/:*@srcdir@:*/:/
12137 s/^\([^=]*=[ ]*\):*/\1/
12138 s/:*$//
12139 s/^[^=]*=[ ]*$//
12140 }'
12141 fi
12142
12143 cat >>$CONFIG_STATUS <<\_ACEOF
12144 fi # test -n "$CONFIG_FILES"
12145
12146
12147 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
12148 do
12149 case $ac_tag in
12150 :[FHLC]) ac_mode=$ac_tag; continue;;
12151 esac
12152 case $ac_mode$ac_tag in
12153 :[FHL]*:*);;
12154 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
12155 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
12156 { (exit 1); exit 1; }; };;
12157 :[FH]-) ac_tag=-:-;;
12158 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12159 esac
12160 ac_save_IFS=$IFS
12161 IFS=:
12162 set x $ac_tag
12163 IFS=$ac_save_IFS
12164 shift
12165 ac_file=$1
12166 shift
12167
12168 case $ac_mode in
12169 :L) ac_source=$1;;
12170 :[FH])
12171 ac_file_inputs=
12172 for ac_f
12173 do
12174 case $ac_f in
12175 -) ac_f="$tmp/stdin";;
12176 *) # Look for the file first in the build tree, then in the source tree
12177 # (if the path is not absolute). The absolute path cannot be DOS-style,
12178 # because $ac_f cannot contain `:'.
12179 test -f "$ac_f" ||
12180 case $ac_f in
12181 [\\/$]*) false;;
12182 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12183 esac ||
12184 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
12185 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
12186 { (exit 1); exit 1; }; };;
12187 esac
12188 ac_file_inputs="$ac_file_inputs $ac_f"
12189 done
12190
12191 # Let's still pretend it is `configure' which instantiates (i.e., don't
12192 # use $as_me), people would be surprised to read:
12193 # /* config.h. Generated by config.status. */
12194 configure_input="Generated from "`IFS=:
12195 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
12196 if test x"$ac_file" != x-; then
12197 configure_input="$ac_file. $configure_input"
12198 { echo "$as_me:$LINENO: creating $ac_file" >&5
12199 echo "$as_me: creating $ac_file" >&6;}
12200 fi
12201
12202 case $ac_tag in
12203 *:-:* | *:-) cat >"$tmp/stdin";;
12204 esac
12205 ;;
12206 esac
12207
12208 ac_dir=`$as_dirname -- "$ac_file" ||
12209 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12210 X"$ac_file" : 'X\(//\)[^/]' \| \
12211 X"$ac_file" : 'X\(//\)$' \| \
12212 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12213 echo X"$ac_file" |
12214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12215 s//\1/
12216 q
12217 }
12218 /^X\(\/\/\)[^/].*/{
12219 s//\1/
12220 q
12221 }
12222 /^X\(\/\/\)$/{
12223 s//\1/
12224 q
12225 }
12226 /^X\(\/\).*/{
12227 s//\1/
12228 q
12229 }
12230 s/.*/./; q'`
12231 { as_dir="$ac_dir"
12232 case $as_dir in #(
12233 -*) as_dir=./$as_dir;;
12234 esac
12235 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
12236 as_dirs=
12237 while :; do
12238 case $as_dir in #(
12239 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
12240 *) as_qdir=$as_dir;;
12241 esac
12242 as_dirs="'$as_qdir' $as_dirs"
12243 as_dir=`$as_dirname -- "$as_dir" ||
12244 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12245 X"$as_dir" : 'X\(//\)[^/]' \| \
12246 X"$as_dir" : 'X\(//\)$' \| \
12247 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12248 echo X"$as_dir" |
12249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12250 s//\1/
12251 q
12252 }
12253 /^X\(\/\/\)[^/].*/{
12254 s//\1/
12255 q
12256 }
12257 /^X\(\/\/\)$/{
12258 s//\1/
12259 q
12260 }
12261 /^X\(\/\).*/{
12262 s//\1/
12263 q
12264 }
12265 s/.*/./; q'`
12266 test -d "$as_dir" && break
12267 done
12268 test -z "$as_dirs" || eval "mkdir $as_dirs"
12269 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12270 echo "$as_me: error: cannot create directory $as_dir" >&2;}
12271 { (exit 1); exit 1; }; }; }
12272 ac_builddir=.
12273
12274 case "$ac_dir" in
12275 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12276 *)
12277 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12278 # A ".." for each directory in $ac_dir_suffix.
12279 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
12280 case $ac_top_builddir_sub in
12281 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12282 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12283 esac ;;
12284 esac
12285 ac_abs_top_builddir=$ac_pwd
12286 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12287 # for backward compatibility:
12288 ac_top_builddir=$ac_top_build_prefix
12289
12290 case $srcdir in
12291 .) # We are building in place.
12292 ac_srcdir=.
12293 ac_top_srcdir=$ac_top_builddir_sub
12294 ac_abs_top_srcdir=$ac_pwd ;;
12295 [\\/]* | ?:[\\/]* ) # Absolute name.
12296 ac_srcdir=$srcdir$ac_dir_suffix;
12297 ac_top_srcdir=$srcdir
12298 ac_abs_top_srcdir=$srcdir ;;
12299 *) # Relative name.
12300 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12301 ac_top_srcdir=$ac_top_build_prefix$srcdir
12302 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12303 esac
12304 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12305
12306
12307 case $ac_mode in
12308 :F)
12309 #
12310 # CONFIG_FILE
12311 #
12312
12313 case $INSTALL in
12314 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12315 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12316 esac
12317 _ACEOF
12318
12319 cat >>$CONFIG_STATUS <<\_ACEOF
12320 # If the template does not know about datarootdir, expand it.
12321 # FIXME: This hack should be removed a few years after 2.60.
12322 ac_datarootdir_hack=; ac_datarootdir_seen=
12323
12324 case `sed -n '/datarootdir/ {
12325 p
12326 q
12327 }
12328 /@datadir@/p
12329 /@docdir@/p
12330 /@infodir@/p
12331 /@localedir@/p
12332 /@mandir@/p
12333 ' $ac_file_inputs` in
12334 *datarootdir*) ac_datarootdir_seen=yes;;
12335 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12336 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12337 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12338 _ACEOF
12339 cat >>$CONFIG_STATUS <<_ACEOF
12340 ac_datarootdir_hack='
12341 s&@datadir@&$datadir&g
12342 s&@docdir@&$docdir&g
12343 s&@infodir@&$infodir&g
12344 s&@localedir@&$localedir&g
12345 s&@mandir@&$mandir&g
12346 s&\\\${datarootdir}&$datarootdir&g' ;;
12347 esac
12348 _ACEOF
12349
12350 # Neutralize VPATH when `$srcdir' = `.'.
12351 # Shell code in configure.ac might set extrasub.
12352 # FIXME: do we really want to maintain this feature?
12353 cat >>$CONFIG_STATUS <<_ACEOF
12354 sed "$ac_vpsub
12355 $extrasub
12356 _ACEOF
12357 cat >>$CONFIG_STATUS <<\_ACEOF
12358 :t
12359 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12360 s&@configure_input@&$configure_input&;t t
12361 s&@top_builddir@&$ac_top_builddir_sub&;t t
12362 s&@srcdir@&$ac_srcdir&;t t
12363 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12364 s&@top_srcdir@&$ac_top_srcdir&;t t
12365 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12366 s&@builddir@&$ac_builddir&;t t
12367 s&@abs_builddir@&$ac_abs_builddir&;t t
12368 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12369 s&@INSTALL@&$ac_INSTALL&;t t
12370 $ac_datarootdir_hack
12371 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
12372
12373 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12374 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12375 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12376 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12377 which seems to be undefined. Please make sure it is defined." >&5
12378 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12379 which seems to be undefined. Please make sure it is defined." >&2;}
12380
12381 rm -f "$tmp/stdin"
12382 case $ac_file in
12383 -) cat "$tmp/out"; rm -f "$tmp/out";;
12384 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
12385 esac
12386 ;;
12387 :H)
12388 #
12389 # CONFIG_HEADER
12390 #
12391 _ACEOF
12392
12393 # Transform confdefs.h into a sed script `conftest.defines', that
12394 # substitutes the proper values into config.h.in to produce config.h.
12395 rm -f conftest.defines conftest.tail
12396 # First, append a space to every undef/define line, to ease matching.
12397 echo 's/$/ /' >conftest.defines
12398 # Then, protect against being on the right side of a sed subst, or in
12399 # an unquoted here document, in config.status. If some macros were
12400 # called several times there might be several #defines for the same
12401 # symbol, which is useless. But do not sort them, since the last
12402 # AC_DEFINE must be honored.
12403 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12404 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
12405 # NAME is the cpp macro being defined, VALUE is the value it is being given.
12406 # PARAMS is the parameter list in the macro definition--in most cases, it's
12407 # just an empty string.
12408 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
12409 ac_dB='\\)[ (].*,\\1define\\2'
12410 ac_dC=' '
12411 ac_dD=' ,'
12412
12413 uniq confdefs.h |
12414 sed -n '
12415 t rset
12416 :rset
12417 s/^[ ]*#[ ]*define[ ][ ]*//
12418 t ok
12419 d
12420 :ok
12421 s/[\\&,]/\\&/g
12422 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
12423 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
12424 ' >>conftest.defines
12425
12426 # Remove the space that was appended to ease matching.
12427 # Then replace #undef with comments. This is necessary, for
12428 # example, in the case of _POSIX_SOURCE, which is predefined and required
12429 # on some systems where configure will not decide to define it.
12430 # (The regexp can be short, since the line contains either #define or #undef.)
12431 echo 's/ $//
12432 s,^[ #]*u.*,/* & */,' >>conftest.defines
12433
12434 # Break up conftest.defines:
12435 ac_max_sed_lines=50
12436
12437 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
12438 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
12439 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
12440 # et cetera.
12441 ac_in='$ac_file_inputs'
12442 ac_out='"$tmp/out1"'
12443 ac_nxt='"$tmp/out2"'
12444
12445 while :
12446 do
12447 # Write a here document:
12448 cat >>$CONFIG_STATUS <<_ACEOF
12449 # First, check the format of the line:
12450 cat >"\$tmp/defines.sed" <<\\CEOF
12451 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
12452 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
12453 b
12454 :def
12455 _ACEOF
12456 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
12457 echo 'CEOF
12458 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
12459 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
12460 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
12461 grep . conftest.tail >/dev/null || break
12462 rm -f conftest.defines
12463 mv conftest.tail conftest.defines
12464 done
12465 rm -f conftest.defines conftest.tail
12466
12467 echo "ac_result=$ac_in" >>$CONFIG_STATUS
12468 cat >>$CONFIG_STATUS <<\_ACEOF
12469 if test x"$ac_file" != x-; then
12470 echo "/* $configure_input */" >"$tmp/config.h"
12471 cat "$ac_result" >>"$tmp/config.h"
12472 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
12473 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12474 echo "$as_me: $ac_file is unchanged" >&6;}
12475 else
12476 rm -f $ac_file
12477 mv "$tmp/config.h" $ac_file
12478 fi
12479 else
12480 echo "/* $configure_input */"
12481 cat "$ac_result"
12482 fi
12483 rm -f "$tmp/out12"
12484 # Compute $ac_file's index in $config_headers.
12485 _am_stamp_count=1
12486 for _am_header in $config_headers :; do
12487 case $_am_header in
12488 $ac_file | $ac_file:* )
12489 break ;;
12490 * )
12491 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12492 esac
12493 done
12494 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
12495 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12496 X$ac_file : 'X\(//\)[^/]' \| \
12497 X$ac_file : 'X\(//\)$' \| \
12498 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
12499 echo X$ac_file |
12500 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12501 s//\1/
12502 q
12503 }
12504 /^X\(\/\/\)[^/].*/{
12505 s//\1/
12506 q
12507 }
12508 /^X\(\/\/\)$/{
12509 s//\1/
12510 q
12511 }
12512 /^X\(\/\).*/{
12513 s//\1/
12514 q
12515 }
12516 s/.*/./; q'`/stamp-h$_am_stamp_count
12517 ;;
12518
12519 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
12520 echo "$as_me: executing $ac_file commands" >&6;}
12521 ;;
12522 esac
12523
12524
12525 case $ac_file$ac_mode in
12526 "default-1":C)
12527 for ac_file in $CONFIG_FILES; do
12528 # Support "outfile[:infile[:infile...]]"
12529 case "$ac_file" in
12530 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
12531 esac
12532 # PO directories have a Makefile.in generated from Makefile.in.in.
12533 case "$ac_file" in */Makefile.in)
12534 # Adjust a relative srcdir.
12535 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
12536 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
12537 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
12538 # In autoconf-2.13 it is called $ac_given_srcdir.
12539 # In autoconf-2.50 it is called $srcdir.
12540 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
12541 case "$ac_given_srcdir" in
12542 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
12543 /*) top_srcdir="$ac_given_srcdir" ;;
12544 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
12545 esac
12546 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
12547 rm -f "$ac_dir/POTFILES"
12548 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
12549 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
12550 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
12551 # on $ac_dir but don't depend on user-specified configuration
12552 # parameters.
12553 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
12554 # The LINGUAS file contains the set of available languages.
12555 if test -n "$ALL_LINGUAS"; then
12556 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
12557 fi
12558 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
12559 # Hide the ALL_LINGUAS assigment from automake.
12560 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
12561 fi
12562 case "$ac_given_srcdir" in
12563 .) srcdirpre= ;;
12564 *) srcdirpre='$(srcdir)/' ;;
12565 esac
12566 POFILES=
12567 GMOFILES=
12568 UPDATEPOFILES=
12569 DUMMYPOFILES=
12570 for lang in $ALL_LINGUAS; do
12571 POFILES="$POFILES $srcdirpre$lang.po"
12572 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
12573 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
12574 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
12575 done
12576 # CATALOGS depends on both $ac_dir and the user's LINGUAS
12577 # environment variable.
12578 INST_LINGUAS=
12579 if test -n "$ALL_LINGUAS"; then
12580 for presentlang in $ALL_LINGUAS; do
12581 useit=no
12582 if test "%UNSET%" != "$LINGUAS"; then
12583 desiredlanguages="$LINGUAS"
12584 else
12585 desiredlanguages="$ALL_LINGUAS"
12586 fi
12587 for desiredlang in $desiredlanguages; do
12588 # Use the presentlang catalog if desiredlang is
12589 # a. equal to presentlang, or
12590 # b. a variant of presentlang (because in this case,
12591 # presentlang can be used as a fallback for messages
12592 # which are not translated in the desiredlang catalog).
12593 case "$desiredlang" in
12594 "$presentlang"*) useit=yes;;
12595 esac
12596 done
12597 if test $useit = yes; then
12598 INST_LINGUAS="$INST_LINGUAS $presentlang"
12599 fi
12600 done
12601 fi
12602 CATALOGS=
12603 if test -n "$INST_LINGUAS"; then
12604 for lang in $INST_LINGUAS; do
12605 CATALOGS="$CATALOGS $lang.gmo"
12606 done
12607 fi
12608 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
12609 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"
12610 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
12611 if test -f "$f"; then
12612 case "$f" in
12613 *.orig | *.bak | *~) ;;
12614 *) cat "$f" >> "$ac_dir/Makefile" ;;
12615 esac
12616 fi
12617 done
12618 fi
12619 ;;
12620 esac
12621 done ;;
12622 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12623 # Strip MF so we end up with the name of the file.
12624 mf=`echo "$mf" | sed -e 's/:.*$//'`
12625 # Check whether this is an Automake generated Makefile or not.
12626 # We used to match only the files named `Makefile.in', but
12627 # some people rename them; so instead we look at the file content.
12628 # Grep'ing the first line is not enough: some people post-process
12629 # each Makefile.in and add a new line on top of each file to say so.
12630 # So let's grep whole file.
12631 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12632 dirpart=`$as_dirname -- "$mf" ||
12633 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12634 X"$mf" : 'X\(//\)[^/]' \| \
12635 X"$mf" : 'X\(//\)$' \| \
12636 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12637 echo X"$mf" |
12638 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12639 s//\1/
12640 q
12641 }
12642 /^X\(\/\/\)[^/].*/{
12643 s//\1/
12644 q
12645 }
12646 /^X\(\/\/\)$/{
12647 s//\1/
12648 q
12649 }
12650 /^X\(\/\).*/{
12651 s//\1/
12652 q
12653 }
12654 s/.*/./; q'`
12655 else
12656 continue
12657 fi
12658 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
12659 # Extract the definition of DEP_FILES from the Makefile without
12660 # running `make'.
12661 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
12662 test -z "$DEPDIR" && continue
12663 # When using ansi2knr, U may be empty or an underscore; expand it
12664 U=`sed -n -e '/^U = / s///p' < "$mf"`
12665 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
12666 # We invoke sed twice because it is the simplest approach to
12667 # changing $(DEPDIR) to its actual value in the expansion.
12668 for file in `sed -n -e '
12669 /^DEP_FILES = .*\\\\$/ {
12670 s/^DEP_FILES = //
12671 :loop
12672 s/\\\\$//
12673 p
12674 n
12675 /\\\\$/ b loop
12676 p
12677 }
12678 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
12679 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12680 # Make sure the directory exists.
12681 test -f "$dirpart/$file" && continue
12682 fdir=`$as_dirname -- "$file" ||
12683 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12684 X"$file" : 'X\(//\)[^/]' \| \
12685 X"$file" : 'X\(//\)$' \| \
12686 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12687 echo X"$file" |
12688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12689 s//\1/
12690 q
12691 }
12692 /^X\(\/\/\)[^/].*/{
12693 s//\1/
12694 q
12695 }
12696 /^X\(\/\/\)$/{
12697 s//\1/
12698 q
12699 }
12700 /^X\(\/\).*/{
12701 s//\1/
12702 q
12703 }
12704 s/.*/./; q'`
12705 { as_dir=$dirpart/$fdir
12706 case $as_dir in #(
12707 -*) as_dir=./$as_dir;;
12708 esac
12709 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
12710 as_dirs=
12711 while :; do
12712 case $as_dir in #(
12713 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
12714 *) as_qdir=$as_dir;;
12715 esac
12716 as_dirs="'$as_qdir' $as_dirs"
12717 as_dir=`$as_dirname -- "$as_dir" ||
12718 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12719 X"$as_dir" : 'X\(//\)[^/]' \| \
12720 X"$as_dir" : 'X\(//\)$' \| \
12721 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12722 echo X"$as_dir" |
12723 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12724 s//\1/
12725 q
12726 }
12727 /^X\(\/\/\)[^/].*/{
12728 s//\1/
12729 q
12730 }
12731 /^X\(\/\/\)$/{
12732 s//\1/
12733 q
12734 }
12735 /^X\(\/\).*/{
12736 s//\1/
12737 q
12738 }
12739 s/.*/./; q'`
12740 test -d "$as_dir" && break
12741 done
12742 test -z "$as_dirs" || eval "mkdir $as_dirs"
12743 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12744 echo "$as_me: error: cannot create directory $as_dir" >&2;}
12745 { (exit 1); exit 1; }; }; }
12746 # echo "creating $dirpart/$file"
12747 echo '# dummy' > "$dirpart/$file"
12748 done
12749 done
12750 ;;
12751
12752 esac
12753 done # for ac_tag
12754
12755
12756 { (exit 0); exit 0; }
12757 _ACEOF
12758 chmod +x $CONFIG_STATUS
12759 ac_clean_files=$ac_clean_files_save
12760
12761
12762 # configure is writing to config.log, and then calls config.status.
12763 # config.status does its own redirection, appending to config.log.
12764 # Unfortunately, on DOS this fails, as config.log is still kept open
12765 # by configure, so config.status won't be able to write to it; its
12766 # output is simply discarded. So we exec the FD to /dev/null,
12767 # effectively closing config.log, so it can be properly (re)opened and
12768 # appended to by config.status. When coming back to configure, we
12769 # need to make the FD available again.
12770 if test "$no_create" != yes; then
12771 ac_cs_success=:
12772 ac_config_status_args=
12773 test "$silent" = yes &&
12774 ac_config_status_args="$ac_config_status_args --quiet"
12775 exec 5>/dev/null
12776 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12777 exec 5>>config.log
12778 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12779 # would make configure fail if this is the last instruction.
12780 $ac_cs_success || { (exit 1); exit 1; }
12781 fi
12782
12783
12784 echo
12785 echo "***"
12786 echo "*** Configuration Summary"
12787 echo "***"
12788 echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
12789 echo "*** Cipher used: $CIPHER"
12790 echo "*** Digest used: $DIGEST"
12791 echo "*** HMAC length: $HMAC"
12792 echo "*** RAND used: $RAND"
12793 echo "*** Max. MTU: $MTU"
12794
12795 echo "***"
12796 echo "*** Enable options:"
12797 grep ENABLE_ config.h | sed -e 's/^/*** /'
12798
12799 if test "x$DIGEST" = xmd4; then
12800 echo "***"
12801 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
12802 fi
12803
12804 if test "$HMAC" -lt 12; then
12805 echo "***"
12806 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
12807 fi
12808
12809 if test "$RAND" -lt 8; then
12810 echo "***"
12811 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
12812 fi
12813
12814 echo "***"
12815 echo
12816
12817