ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.33
Committed: Thu Mar 29 17:35:20 2007 UTC (17 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_01
Changes since 1.32: +4318 -3841 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 ac_ext=cpp
9554 ac_cpp='$CXXCPP $CPPFLAGS'
9555 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9556 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9557 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9558
9559
9560
9561 cat >confcache <<\_ACEOF
9562 # This file is a shell script that caches the results of configure
9563 # tests run on this system so they can be shared between configure
9564 # scripts and configure runs, see configure's option --config-cache.
9565 # It is not useful on other systems. If it contains results you don't
9566 # want to keep, you may remove or edit it.
9567 #
9568 # config.status only pays attention to the cache file if you give it
9569 # the --recheck option to rerun configure.
9570 #
9571 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9572 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9573 # following values.
9574
9575 _ACEOF
9576
9577 # The following way of writing the cache mishandles newlines in values,
9578 # but we know of no workaround that is simple, portable, and efficient.
9579 # So, we kill variables containing newlines.
9580 # Ultrix sh set writes to stderr and can't be redirected directly,
9581 # and sets the high bit in the cache file unless we assign to the vars.
9582 (
9583 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
9584 eval ac_val=\$$ac_var
9585 case $ac_val in #(
9586 *${as_nl}*)
9587 case $ac_var in #(
9588 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
9589 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
9590 esac
9591 case $ac_var in #(
9592 _ | IFS | as_nl) ;; #(
9593 *) $as_unset $ac_var ;;
9594 esac ;;
9595 esac
9596 done
9597
9598 (set) 2>&1 |
9599 case $as_nl`(ac_space=' '; set) 2>&1` in #(
9600 *${as_nl}ac_space=\ *)
9601 # `set' does not quote correctly, so add quotes (double-quote
9602 # substitution turns \\\\ into \\, and sed turns \\ into \).
9603 sed -n \
9604 "s/'/'\\\\''/g;
9605 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9606 ;; #(
9607 *)
9608 # `set' quotes correctly as required by POSIX, so do not add quotes.
9609 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
9610 ;;
9611 esac |
9612 sort
9613 ) |
9614 sed '
9615 /^ac_cv_env_/b end
9616 t clear
9617 :clear
9618 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9619 t end
9620 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9621 :end' >>confcache
9622 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9623 if test -w "$cache_file"; then
9624 test "x$cache_file" != "x/dev/null" &&
9625 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
9626 echo "$as_me: updating cache $cache_file" >&6;}
9627 cat confcache >$cache_file
9628 else
9629 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
9630 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
9631 fi
9632 fi
9633 rm -f confcache
9634
9635
9636
9637 # Check whether --with-kernel was given.
9638 if test "${with_kernel+set}" = set; then
9639 withval=$with_kernel; kerneldir="$withval"
9640 else
9641 kerneldir="/usr/src/linux"
9642
9643 fi
9644
9645
9646 { echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9647 echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6; }
9648 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9649 echo $ECHO_N "(cached) $ECHO_C" >&6
9650 else
9651
9652 cat >conftest.$ac_ext <<_ACEOF
9653 /* confdefs.h. */
9654 _ACEOF
9655 cat confdefs.h >>conftest.$ac_ext
9656 cat >>conftest.$ac_ext <<_ACEOF
9657 /* end confdefs.h. */
9658 #include "$kerneldir/include/linux/if_tun.h"
9659 int
9660 main ()
9661 {
9662 int a = IFF_TAP;
9663 ;
9664 return 0;
9665 }
9666 _ACEOF
9667 rm -f conftest.$ac_objext
9668 if { (ac_try="$ac_compile"
9669 case "(($ac_try" in
9670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9671 *) ac_try_echo=$ac_try;;
9672 esac
9673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9674 (eval "$ac_compile") 2>conftest.er1
9675 ac_status=$?
9676 grep -v '^ *+' conftest.er1 >conftest.err
9677 rm -f conftest.er1
9678 cat conftest.err >&5
9679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9680 (exit $ac_status); } && {
9681 test -z "$ac_cxx_werror_flag" ||
9682 test ! -s conftest.err
9683 } && test -s conftest.$ac_objext; then
9684 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9685 else
9686 echo "$as_me: failed program was:" >&5
9687 sed 's/^/| /' conftest.$ac_ext >&5
9688
9689 cat >conftest.$ac_ext <<_ACEOF
9690 /* confdefs.h. */
9691 _ACEOF
9692 cat confdefs.h >>conftest.$ac_ext
9693 cat >>conftest.$ac_ext <<_ACEOF
9694 /* end confdefs.h. */
9695 #include <linux/if_tun.h>
9696 int
9697 main ()
9698 {
9699 int a = IFF_TAP;
9700 ;
9701 return 0;
9702 }
9703 _ACEOF
9704 rm -f conftest.$ac_objext
9705 if { (ac_try="$ac_compile"
9706 case "(($ac_try" in
9707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9708 *) ac_try_echo=$ac_try;;
9709 esac
9710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9711 (eval "$ac_compile") 2>conftest.er1
9712 ac_status=$?
9713 grep -v '^ *+' conftest.er1 >conftest.err
9714 rm -f conftest.er1
9715 cat conftest.err >&5
9716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9717 (exit $ac_status); } && {
9718 test -z "$ac_cxx_werror_flag" ||
9719 test ! -s conftest.err
9720 } && test -s conftest.$ac_objext; then
9721 if_tun_h="default"
9722 else
9723 echo "$as_me: failed program was:" >&5
9724 sed 's/^/| /' conftest.$ac_ext >&5
9725
9726 if_tun_h="no"
9727
9728 fi
9729
9730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9731
9732 fi
9733
9734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9735
9736 if test $if_tun_h = no; then
9737 tinc_cv_linux_if_tun_h=none
9738 else
9739 tinc_cv_linux_if_tun_h="$if_tun_h"
9740 fi
9741
9742 fi
9743 { echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9744 echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6; }
9745
9746 if test $tinc_cv_linux_if_tun_h != none; then
9747
9748 cat >>confdefs.h <<\_ACEOF
9749 #define HAVE_TUNTAP 1
9750 _ACEOF
9751
9752 if test $tinc_cv_linux_if_tun_h != default; then
9753
9754 cat >>confdefs.h <<_ACEOF
9755 #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9756 _ACEOF
9757
9758 fi
9759 fi
9760
9761
9762
9763
9764
9765 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9766
9767
9768 # Check whether --with-openssl-include was given.
9769 if test "${with_openssl_include+set}" = set; then
9770 withval=$with_openssl_include; openssl_include="$withval"
9771 CFLAGS="$CFLAGS -I$withval"
9772 CPPFLAGS="$CPPFLAGS -I$withval"
9773
9774 fi
9775
9776
9777
9778 # Check whether --with-openssl-lib was given.
9779 if test "${with_openssl_lib+set}" = set; then
9780 withval=$with_openssl_lib; openssl_lib="$withval"
9781 LIBS="$LIBS -L$withval"
9782
9783 fi
9784
9785
9786
9787
9788
9789
9790
9791
9792 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9793 do
9794 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9795 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9796 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9797 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9798 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9799 echo $ECHO_N "(cached) $ECHO_C" >&6
9800 fi
9801 ac_res=`eval echo '${'$as_ac_Header'}'`
9802 { echo "$as_me:$LINENO: result: $ac_res" >&5
9803 echo "${ECHO_T}$ac_res" >&6; }
9804 else
9805 # Is the header compilable?
9806 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9807 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9808 cat >conftest.$ac_ext <<_ACEOF
9809 /* confdefs.h. */
9810 _ACEOF
9811 cat confdefs.h >>conftest.$ac_ext
9812 cat >>conftest.$ac_ext <<_ACEOF
9813 /* end confdefs.h. */
9814 $ac_includes_default
9815 #include <$ac_header>
9816 _ACEOF
9817 rm -f conftest.$ac_objext
9818 if { (ac_try="$ac_compile"
9819 case "(($ac_try" in
9820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9821 *) ac_try_echo=$ac_try;;
9822 esac
9823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9824 (eval "$ac_compile") 2>conftest.er1
9825 ac_status=$?
9826 grep -v '^ *+' conftest.er1 >conftest.err
9827 rm -f conftest.er1
9828 cat conftest.err >&5
9829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9830 (exit $ac_status); } && {
9831 test -z "$ac_cxx_werror_flag" ||
9832 test ! -s conftest.err
9833 } && test -s conftest.$ac_objext; then
9834 ac_header_compiler=yes
9835 else
9836 echo "$as_me: failed program was:" >&5
9837 sed 's/^/| /' conftest.$ac_ext >&5
9838
9839 ac_header_compiler=no
9840 fi
9841
9842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9843 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9844 echo "${ECHO_T}$ac_header_compiler" >&6; }
9845
9846 # Is the header present?
9847 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9848 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9849 cat >conftest.$ac_ext <<_ACEOF
9850 /* confdefs.h. */
9851 _ACEOF
9852 cat confdefs.h >>conftest.$ac_ext
9853 cat >>conftest.$ac_ext <<_ACEOF
9854 /* end confdefs.h. */
9855 #include <$ac_header>
9856 _ACEOF
9857 if { (ac_try="$ac_cpp conftest.$ac_ext"
9858 case "(($ac_try" in
9859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9860 *) ac_try_echo=$ac_try;;
9861 esac
9862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9863 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9864 ac_status=$?
9865 grep -v '^ *+' conftest.er1 >conftest.err
9866 rm -f conftest.er1
9867 cat conftest.err >&5
9868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); } >/dev/null && {
9870 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9871 test ! -s conftest.err
9872 }; then
9873 ac_header_preproc=yes
9874 else
9875 echo "$as_me: failed program was:" >&5
9876 sed 's/^/| /' conftest.$ac_ext >&5
9877
9878 ac_header_preproc=no
9879 fi
9880
9881 rm -f conftest.err conftest.$ac_ext
9882 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9883 echo "${ECHO_T}$ac_header_preproc" >&6; }
9884
9885 # So? What about this header?
9886 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9887 yes:no: )
9888 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9889 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9890 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9891 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9892 ac_header_preproc=yes
9893 ;;
9894 no:yes:* )
9895 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9896 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9897 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9898 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9899 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9900 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9901 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9902 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9904 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9905 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9906 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9907
9908 ;;
9909 esac
9910 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9911 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9913 echo $ECHO_N "(cached) $ECHO_C" >&6
9914 else
9915 eval "$as_ac_Header=\$ac_header_preproc"
9916 fi
9917 ac_res=`eval echo '${'$as_ac_Header'}'`
9918 { echo "$as_me:$LINENO: result: $ac_res" >&5
9919 echo "${ECHO_T}$ac_res" >&6; }
9920
9921 fi
9922 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9923 cat >>confdefs.h <<_ACEOF
9924 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9925 _ACEOF
9926
9927 else
9928 { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9929 echo "$as_me: error: OpenSSL header files not found." >&2;}
9930 { (exit 1); exit 1; }; }; break
9931
9932 fi
9933
9934 done
9935
9936
9937 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9938
9939 { echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9940 echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6; }
9941 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9942 echo $ECHO_N "(cached) $ECHO_C" >&6
9943 else
9944 ac_check_lib_save_LIBS=$LIBS
9945 LIBS="-lcrypto $LIBS"
9946 cat >conftest.$ac_ext <<_ACEOF
9947 /* confdefs.h. */
9948 _ACEOF
9949 cat confdefs.h >>conftest.$ac_ext
9950 cat >>conftest.$ac_ext <<_ACEOF
9951 /* end confdefs.h. */
9952
9953 /* Override any GCC internal prototype to avoid an error.
9954 Use char because int might match the return type of a GCC
9955 builtin and then its argument prototype would still apply. */
9956 #ifdef __cplusplus
9957 extern "C"
9958 #endif
9959 char SHA1_version ();
9960 int
9961 main ()
9962 {
9963 return SHA1_version ();
9964 ;
9965 return 0;
9966 }
9967 _ACEOF
9968 rm -f conftest.$ac_objext conftest$ac_exeext
9969 if { (ac_try="$ac_link"
9970 case "(($ac_try" in
9971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9972 *) ac_try_echo=$ac_try;;
9973 esac
9974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9975 (eval "$ac_link") 2>conftest.er1
9976 ac_status=$?
9977 grep -v '^ *+' conftest.er1 >conftest.err
9978 rm -f conftest.er1
9979 cat conftest.err >&5
9980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9981 (exit $ac_status); } && {
9982 test -z "$ac_cxx_werror_flag" ||
9983 test ! -s conftest.err
9984 } && test -s conftest$ac_exeext &&
9985 $as_test_x conftest$ac_exeext; then
9986 ac_cv_lib_crypto_SHA1_version=yes
9987 else
9988 echo "$as_me: failed program was:" >&5
9989 sed 's/^/| /' conftest.$ac_ext >&5
9990
9991 ac_cv_lib_crypto_SHA1_version=no
9992 fi
9993
9994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9995 conftest$ac_exeext conftest.$ac_ext
9996 LIBS=$ac_check_lib_save_LIBS
9997 fi
9998 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9999 echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6; }
10000 if test $ac_cv_lib_crypto_SHA1_version = yes; then
10001 LIBS="$LIBS -lcrypto"
10002 else
10003 { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
10004 echo "$as_me: error: OpenSSL libraries not found." >&2;}
10005 { (exit 1); exit 1; }; }
10006
10007 fi
10008
10009
10010
10011
10012
10013
10014 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
10015 do
10016 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10017 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10018 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10019 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10020 echo $ECHO_N "(cached) $ECHO_C" >&6
10021 else
10022 cat >conftest.$ac_ext <<_ACEOF
10023 /* confdefs.h. */
10024 _ACEOF
10025 cat confdefs.h >>conftest.$ac_ext
10026 cat >>conftest.$ac_ext <<_ACEOF
10027 /* end confdefs.h. */
10028 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10029 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10030 #define $ac_func innocuous_$ac_func
10031
10032 /* System header to define __stub macros and hopefully few prototypes,
10033 which can conflict with char $ac_func (); below.
10034 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10035 <limits.h> exists even on freestanding compilers. */
10036
10037 #ifdef __STDC__
10038 # include <limits.h>
10039 #else
10040 # include <assert.h>
10041 #endif
10042
10043 #undef $ac_func
10044
10045 /* Override any GCC internal prototype to avoid an error.
10046 Use char because int might match the return type of a GCC
10047 builtin and then its argument prototype would still apply. */
10048 #ifdef __cplusplus
10049 extern "C"
10050 #endif
10051 char $ac_func ();
10052 /* The GNU C library defines this for functions which it implements
10053 to always fail with ENOSYS. Some functions are actually named
10054 something starting with __ and the normal name is an alias. */
10055 #if defined __stub_$ac_func || defined __stub___$ac_func
10056 choke me
10057 #endif
10058
10059 int
10060 main ()
10061 {
10062 return $ac_func ();
10063 ;
10064 return 0;
10065 }
10066 _ACEOF
10067 rm -f conftest.$ac_objext conftest$ac_exeext
10068 if { (ac_try="$ac_link"
10069 case "(($ac_try" in
10070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10071 *) ac_try_echo=$ac_try;;
10072 esac
10073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10074 (eval "$ac_link") 2>conftest.er1
10075 ac_status=$?
10076 grep -v '^ *+' conftest.er1 >conftest.err
10077 rm -f conftest.er1
10078 cat conftest.err >&5
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); } && {
10081 test -z "$ac_cxx_werror_flag" ||
10082 test ! -s conftest.err
10083 } && test -s conftest$ac_exeext &&
10084 $as_test_x conftest$ac_exeext; then
10085 eval "$as_ac_var=yes"
10086 else
10087 echo "$as_me: failed program was:" >&5
10088 sed 's/^/| /' conftest.$ac_ext >&5
10089
10090 eval "$as_ac_var=no"
10091 fi
10092
10093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10094 conftest$ac_exeext conftest.$ac_ext
10095 fi
10096 ac_res=`eval echo '${'$as_ac_var'}'`
10097 { echo "$as_me:$LINENO: result: $ac_res" >&5
10098 echo "${ECHO_T}$ac_res" >&6; }
10099 if test `eval echo '${'$as_ac_var'}'` = yes; then
10100 cat >>confdefs.h <<_ACEOF
10101 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10102 _ACEOF
10103
10104 fi
10105 done
10106
10107
10108 { echo "$as_me:$LINENO: checking for dlopen" >&5
10109 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10110 if test "${ac_cv_func_dlopen+set}" = set; then
10111 echo $ECHO_N "(cached) $ECHO_C" >&6
10112 else
10113 cat >conftest.$ac_ext <<_ACEOF
10114 /* confdefs.h. */
10115 _ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h. */
10119 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10120 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10121 #define dlopen innocuous_dlopen
10122
10123 /* System header to define __stub macros and hopefully few prototypes,
10124 which can conflict with char dlopen (); below.
10125 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10126 <limits.h> exists even on freestanding compilers. */
10127
10128 #ifdef __STDC__
10129 # include <limits.h>
10130 #else
10131 # include <assert.h>
10132 #endif
10133
10134 #undef dlopen
10135
10136 /* Override any GCC internal prototype to avoid an error.
10137 Use char because int might match the return type of a GCC
10138 builtin and then its argument prototype would still apply. */
10139 #ifdef __cplusplus
10140 extern "C"
10141 #endif
10142 char dlopen ();
10143 /* The GNU C library defines this for functions which it implements
10144 to always fail with ENOSYS. Some functions are actually named
10145 something starting with __ and the normal name is an alias. */
10146 #if defined __stub_dlopen || defined __stub___dlopen
10147 choke me
10148 #endif
10149
10150 int
10151 main ()
10152 {
10153 return dlopen ();
10154 ;
10155 return 0;
10156 }
10157 _ACEOF
10158 rm -f conftest.$ac_objext conftest$ac_exeext
10159 if { (ac_try="$ac_link"
10160 case "(($ac_try" in
10161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10162 *) ac_try_echo=$ac_try;;
10163 esac
10164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10165 (eval "$ac_link") 2>conftest.er1
10166 ac_status=$?
10167 grep -v '^ *+' conftest.er1 >conftest.err
10168 rm -f conftest.er1
10169 cat conftest.err >&5
10170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10171 (exit $ac_status); } && {
10172 test -z "$ac_cxx_werror_flag" ||
10173 test ! -s conftest.err
10174 } && test -s conftest$ac_exeext &&
10175 $as_test_x conftest$ac_exeext; then
10176 ac_cv_func_dlopen=yes
10177 else
10178 echo "$as_me: failed program was:" >&5
10179 sed 's/^/| /' conftest.$ac_ext >&5
10180
10181 ac_cv_func_dlopen=no
10182 fi
10183
10184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10185 conftest$ac_exeext conftest.$ac_ext
10186 fi
10187 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10188 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10189 if test $ac_cv_func_dlopen = yes; then
10190 :
10191 else
10192 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10193 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10194 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10195 echo $ECHO_N "(cached) $ECHO_C" >&6
10196 else
10197 ac_check_lib_save_LIBS=$LIBS
10198 LIBS="-ldl $LIBS"
10199 cat >conftest.$ac_ext <<_ACEOF
10200 /* confdefs.h. */
10201 _ACEOF
10202 cat confdefs.h >>conftest.$ac_ext
10203 cat >>conftest.$ac_ext <<_ACEOF
10204 /* end confdefs.h. */
10205
10206 /* Override any GCC internal prototype to avoid an error.
10207 Use char because int might match the return type of a GCC
10208 builtin and then its argument prototype would still apply. */
10209 #ifdef __cplusplus
10210 extern "C"
10211 #endif
10212 char dlopen ();
10213 int
10214 main ()
10215 {
10216 return dlopen ();
10217 ;
10218 return 0;
10219 }
10220 _ACEOF
10221 rm -f conftest.$ac_objext conftest$ac_exeext
10222 if { (ac_try="$ac_link"
10223 case "(($ac_try" in
10224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10225 *) ac_try_echo=$ac_try;;
10226 esac
10227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10228 (eval "$ac_link") 2>conftest.er1
10229 ac_status=$?
10230 grep -v '^ *+' conftest.er1 >conftest.err
10231 rm -f conftest.er1
10232 cat conftest.err >&5
10233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10234 (exit $ac_status); } && {
10235 test -z "$ac_cxx_werror_flag" ||
10236 test ! -s conftest.err
10237 } && test -s conftest$ac_exeext &&
10238 $as_test_x conftest$ac_exeext; then
10239 ac_cv_lib_dl_dlopen=yes
10240 else
10241 echo "$as_me: failed program was:" >&5
10242 sed 's/^/| /' conftest.$ac_ext >&5
10243
10244 ac_cv_lib_dl_dlopen=no
10245 fi
10246
10247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10248 conftest$ac_exeext conftest.$ac_ext
10249 LIBS=$ac_check_lib_save_LIBS
10250 fi
10251 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10252 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10253 if test $ac_cv_lib_dl_dlopen = yes; then
10254 LIBS="$LIBS -ldl"
10255 else
10256 { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
10257 echo "$as_me: error: OpenSSL depends on libdl." >&2;}
10258 { (exit 1); exit 1; }; }
10259
10260 fi
10261
10262
10263 fi
10264
10265
10266 if test "x$openssl_include" != x; then
10267 CXXFLAGS="$CXXFLAGS -I$openssl_include"
10268 fi
10269
10270 # Check whether --enable-static-daemon was given.
10271 if test "${enable_static_daemon+set}" = set; then
10272 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static
10273
10274 fi
10275
10276
10277
10278 # Check whether --enable-rohc was given.
10279 if test "${enable_rohc+set}" = set; then
10280 enableval=$enable_rohc;
10281 echo
10282 echo "**********************************************************************"
10283 echo "**********************************************************************"
10284 echo "**** --enable-rohc is highly experimental, do not use ****************"
10285 echo "**********************************************************************"
10286 echo "**********************************************************************"
10287 echo
10288 rohc=true
10289
10290 cat >>confdefs.h <<_ACEOF
10291 #define ENABLE_ROHC 1
10292 _ACEOF
10293
10294
10295
10296 fi
10297
10298
10299
10300
10301 if test x$rohc = xtrue; then
10302 ROHC_TRUE=
10303 ROHC_FALSE='#'
10304 else
10305 ROHC_TRUE='#'
10306 ROHC_FALSE=
10307 fi
10308
10309
10310
10311 # Check whether --enable-icmp was given.
10312 if test "${enable_icmp+set}" = set; then
10313 enableval=$enable_icmp;
10314 cat >>confdefs.h <<_ACEOF
10315 #define ENABLE_ICMP 1
10316 _ACEOF
10317
10318
10319 fi
10320
10321
10322 # Check whether --enable-tcp was given.
10323 if test "${enable_tcp+set}" = set; then
10324 enableval=$enable_tcp;
10325 cat >>confdefs.h <<_ACEOF
10326 #define ENABLE_TCP 1
10327 _ACEOF
10328
10329
10330 fi
10331
10332
10333 # Check whether --enable-dns was given.
10334 if test "${enable_dns+set}" = set; then
10335 enableval=$enable_dns;
10336 if test "${ac_cv_header_gmp_h+set}" = set; then
10337 { echo "$as_me:$LINENO: checking for gmp.h" >&5
10338 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; }
10339 if test "${ac_cv_header_gmp_h+set}" = set; then
10340 echo $ECHO_N "(cached) $ECHO_C" >&6
10341 fi
10342 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
10343 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; }
10344 else
10345 # Is the header compilable?
10346 { echo "$as_me:$LINENO: checking gmp.h usability" >&5
10347 echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6; }
10348 cat >conftest.$ac_ext <<_ACEOF
10349 /* confdefs.h. */
10350 _ACEOF
10351 cat confdefs.h >>conftest.$ac_ext
10352 cat >>conftest.$ac_ext <<_ACEOF
10353 /* end confdefs.h. */
10354 $ac_includes_default
10355 #include <gmp.h>
10356 _ACEOF
10357 rm -f conftest.$ac_objext
10358 if { (ac_try="$ac_compile"
10359 case "(($ac_try" in
10360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10361 *) ac_try_echo=$ac_try;;
10362 esac
10363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10364 (eval "$ac_compile") 2>conftest.er1
10365 ac_status=$?
10366 grep -v '^ *+' conftest.er1 >conftest.err
10367 rm -f conftest.er1
10368 cat conftest.err >&5
10369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10370 (exit $ac_status); } && {
10371 test -z "$ac_cxx_werror_flag" ||
10372 test ! -s conftest.err
10373 } && test -s conftest.$ac_objext; then
10374 ac_header_compiler=yes
10375 else
10376 echo "$as_me: failed program was:" >&5
10377 sed 's/^/| /' conftest.$ac_ext >&5
10378
10379 ac_header_compiler=no
10380 fi
10381
10382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10383 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10384 echo "${ECHO_T}$ac_header_compiler" >&6; }
10385
10386 # Is the header present?
10387 { echo "$as_me:$LINENO: checking gmp.h presence" >&5
10388 echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6; }
10389 cat >conftest.$ac_ext <<_ACEOF
10390 /* confdefs.h. */
10391 _ACEOF
10392 cat confdefs.h >>conftest.$ac_ext
10393 cat >>conftest.$ac_ext <<_ACEOF
10394 /* end confdefs.h. */
10395 #include <gmp.h>
10396 _ACEOF
10397 if { (ac_try="$ac_cpp conftest.$ac_ext"
10398 case "(($ac_try" in
10399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10400 *) ac_try_echo=$ac_try;;
10401 esac
10402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10403 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10404 ac_status=$?
10405 grep -v '^ *+' conftest.er1 >conftest.err
10406 rm -f conftest.er1
10407 cat conftest.err >&5
10408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10409 (exit $ac_status); } >/dev/null && {
10410 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
10411 test ! -s conftest.err
10412 }; then
10413 ac_header_preproc=yes
10414 else
10415 echo "$as_me: failed program was:" >&5
10416 sed 's/^/| /' conftest.$ac_ext >&5
10417
10418 ac_header_preproc=no
10419 fi
10420
10421 rm -f conftest.err conftest.$ac_ext
10422 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10423 echo "${ECHO_T}$ac_header_preproc" >&6; }
10424
10425 # So? What about this header?
10426 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10427 yes:no: )
10428 { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
10429 echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10430 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
10431 echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
10432 ac_header_preproc=yes
10433 ;;
10434 no:yes:* )
10435 { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
10436 echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
10437 { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
10438 echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
10439 { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
10440 echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
10441 { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
10442 echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
10443 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
10444 echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
10445 { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
10446 echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
10447
10448 ;;
10449 esac
10450 { echo "$as_me:$LINENO: checking for gmp.h" >&5
10451 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; }
10452 if test "${ac_cv_header_gmp_h+set}" = set; then
10453 echo $ECHO_N "(cached) $ECHO_C" >&6
10454 else
10455 ac_cv_header_gmp_h=$ac_header_preproc
10456 fi
10457 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
10458 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; }
10459
10460 fi
10461 if test $ac_cv_header_gmp_h = yes; then
10462 :
10463 else
10464 { { echo "$as_me:$LINENO: error: gmp.h not found, required for --enable-dns" >&5
10465 echo "$as_me: error: gmp.h not found, required for --enable-dns" >&2;}
10466 { (exit 1); exit 1; }; }
10467 fi
10468
10469
10470
10471 { echo "$as_me:$LINENO: checking for main in -lgmp" >&5
10472 echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6; }
10473 if test "${ac_cv_lib_gmp_main+set}" = set; then
10474 echo $ECHO_N "(cached) $ECHO_C" >&6
10475 else
10476 ac_check_lib_save_LIBS=$LIBS
10477 LIBS="-lgmp $LIBS"
10478 cat >conftest.$ac_ext <<_ACEOF
10479 /* confdefs.h. */
10480 _ACEOF
10481 cat confdefs.h >>conftest.$ac_ext
10482 cat >>conftest.$ac_ext <<_ACEOF
10483 /* end confdefs.h. */
10484
10485
10486 int
10487 main ()
10488 {
10489 return main ();
10490 ;
10491 return 0;
10492 }
10493 _ACEOF
10494 rm -f conftest.$ac_objext conftest$ac_exeext
10495 if { (ac_try="$ac_link"
10496 case "(($ac_try" in
10497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10498 *) ac_try_echo=$ac_try;;
10499 esac
10500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10501 (eval "$ac_link") 2>conftest.er1
10502 ac_status=$?
10503 grep -v '^ *+' conftest.er1 >conftest.err
10504 rm -f conftest.er1
10505 cat conftest.err >&5
10506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10507 (exit $ac_status); } && {
10508 test -z "$ac_cxx_werror_flag" ||
10509 test ! -s conftest.err
10510 } && test -s conftest$ac_exeext &&
10511 $as_test_x conftest$ac_exeext; then
10512 ac_cv_lib_gmp_main=yes
10513 else
10514 echo "$as_me: failed program was:" >&5
10515 sed 's/^/| /' conftest.$ac_ext >&5
10516
10517 ac_cv_lib_gmp_main=no
10518 fi
10519
10520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10521 conftest$ac_exeext conftest.$ac_ext
10522 LIBS=$ac_check_lib_save_LIBS
10523 fi
10524 { echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
10525 echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6; }
10526 if test $ac_cv_lib_gmp_main = yes; then
10527 cat >>confdefs.h <<_ACEOF
10528 #define HAVE_LIBGMP 1
10529 _ACEOF
10530
10531 LIBS="-lgmp $LIBS"
10532
10533 else
10534 { { echo "$as_me:$LINENO: error: libgmp not found, required for --enable-dns" >&5
10535 echo "$as_me: error: libgmp not found, required for --enable-dns" >&2;}
10536 { (exit 1); exit 1; }; }
10537 fi
10538
10539
10540
10541 cat >>confdefs.h <<_ACEOF
10542 #define ENABLE_DNS 1
10543 _ACEOF
10544
10545
10546
10547 fi
10548
10549
10550 # Check whether --enable-http-proxy was given.
10551 if test "${enable_http_proxy+set}" = set; then
10552 enableval=$enable_http_proxy;
10553 cat >>confdefs.h <<_ACEOF
10554 #define ENABLE_HTTP_PROXY 1
10555 _ACEOF
10556
10557
10558 fi
10559
10560
10561 HMAC=12
10562 # Check whether --enable-hmac-length was given.
10563 if test "${enable_hmac_length+set}" = set; then
10564 enableval=$enable_hmac_length; HMAC=$enableval
10565
10566 fi
10567
10568
10569 cat >>confdefs.h <<_ACEOF
10570 #define HMACLENGTH $HMAC
10571 _ACEOF
10572
10573
10574 RAND=8
10575 # Check whether --enable-rand-length was given.
10576 if test "${enable_rand_length+set}" = set; then
10577 enableval=$enable_rand_length; RAND=$enableval
10578
10579 fi
10580
10581
10582 cat >>confdefs.h <<_ACEOF
10583 #define RAND_SIZE $RAND
10584 _ACEOF
10585
10586
10587 MTU=1500
10588 # Check whether --enable-mtu was given.
10589 if test "${enable_mtu+set}" = set; then
10590 enableval=$enable_mtu; MTU=$enableval
10591
10592 fi
10593
10594
10595 cat >>confdefs.h <<_ACEOF
10596 #define MAX_MTU $MTU + 14
10597 _ACEOF
10598
10599
10600 COMPRESS=1
10601 # Check whether --enable-compression was given.
10602 if test "${enable_compression+set}" = set; then
10603 enableval=$enable_compression; if test "x$enableval" = xno; then
10604 COMPRESS=0
10605 fi
10606
10607 fi
10608
10609
10610 cat >>confdefs.h <<_ACEOF
10611 #define ENABLE_COMPRESSION $COMPRESS
10612 _ACEOF
10613
10614
10615 CIPHER=aes_128_cbc
10616 # Check whether --enable-cipher was given.
10617 if test "${enable_cipher+set}" = set; then
10618 enableval=$enable_cipher; if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
10619 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
10620 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
10621 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
10622
10623 fi
10624
10625
10626 cat >>confdefs.h <<_ACEOF
10627 #define ENABLE_CIPHER EVP_${CIPHER}
10628 _ACEOF
10629
10630
10631 DIGEST=ripemd160
10632 # Check whether --enable-digest was given.
10633 if test "${enable_digest+set}" = set; then
10634 enableval=$enable_digest; if test "x$enableval" = xsha512 ; then DIGEST=sha512 ; fi
10635 if test "x$enableval" = xsha256 ; then DIGEST=sha256 ; fi
10636 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
10637 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
10638 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
10639 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
10640
10641 fi
10642
10643
10644 cat >>confdefs.h <<_ACEOF
10645 #define ENABLE_DIGEST EVP_${DIGEST}
10646 _ACEOF
10647
10648
10649 if $CXX -v --help 2>&1 | grep -q fno-rtti; then
10650 CXXFLAGS="$CXXFLAGS -fno-rtti"
10651 fi
10652
10653 if $CXX -v --help 2>&1 | grep -q fexceptions; then
10654 CXXFLAGS="$CXXFLAGS -fno-exceptions"
10655 fi
10656
10657
10658
10659
10660 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
10661
10662 cat >confcache <<\_ACEOF
10663 # This file is a shell script that caches the results of configure
10664 # tests run on this system so they can be shared between configure
10665 # scripts and configure runs, see configure's option --config-cache.
10666 # It is not useful on other systems. If it contains results you don't
10667 # want to keep, you may remove or edit it.
10668 #
10669 # config.status only pays attention to the cache file if you give it
10670 # the --recheck option to rerun configure.
10671 #
10672 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10673 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10674 # following values.
10675
10676 _ACEOF
10677
10678 # The following way of writing the cache mishandles newlines in values,
10679 # but we know of no workaround that is simple, portable, and efficient.
10680 # So, we kill variables containing newlines.
10681 # Ultrix sh set writes to stderr and can't be redirected directly,
10682 # and sets the high bit in the cache file unless we assign to the vars.
10683 (
10684 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10685 eval ac_val=\$$ac_var
10686 case $ac_val in #(
10687 *${as_nl}*)
10688 case $ac_var in #(
10689 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
10690 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
10691 esac
10692 case $ac_var in #(
10693 _ | IFS | as_nl) ;; #(
10694 *) $as_unset $ac_var ;;
10695 esac ;;
10696 esac
10697 done
10698
10699 (set) 2>&1 |
10700 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10701 *${as_nl}ac_space=\ *)
10702 # `set' does not quote correctly, so add quotes (double-quote
10703 # substitution turns \\\\ into \\, and sed turns \\ into \).
10704 sed -n \
10705 "s/'/'\\\\''/g;
10706 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10707 ;; #(
10708 *)
10709 # `set' quotes correctly as required by POSIX, so do not add quotes.
10710 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10711 ;;
10712 esac |
10713 sort
10714 ) |
10715 sed '
10716 /^ac_cv_env_/b end
10717 t clear
10718 :clear
10719 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10720 t end
10721 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10722 :end' >>confcache
10723 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10724 if test -w "$cache_file"; then
10725 test "x$cache_file" != "x/dev/null" &&
10726 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
10727 echo "$as_me: updating cache $cache_file" >&6;}
10728 cat confcache >$cache_file
10729 else
10730 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
10731 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10732 fi
10733 fi
10734 rm -f confcache
10735
10736 test "x$prefix" = xNONE && prefix=$ac_default_prefix
10737 # Let make expand exec_prefix.
10738 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10739
10740 DEFS=-DHAVE_CONFIG_H
10741
10742 ac_libobjs=
10743 ac_ltlibobjs=
10744 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10745 # 1. Remove the extension, and $U if already installed.
10746 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
10747 ac_i=`echo "$ac_i" | sed "$ac_script"`
10748 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
10749 # will be set to the directory where LIBOBJS objects are built.
10750 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10751 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
10752 done
10753 LIBOBJS=$ac_libobjs
10754
10755 LTLIBOBJS=$ac_ltlibobjs
10756
10757
10758 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10759 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10760 Usually this means the macro was only invoked conditionally." >&5
10761 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10762 Usually this means the macro was only invoked conditionally." >&2;}
10763 { (exit 1); exit 1; }; }
10764 fi
10765 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10766 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10767 Usually this means the macro was only invoked conditionally." >&5
10768 echo "$as_me: error: conditional \"AMDEP\" was never defined.
10769 Usually this means the macro was only invoked conditionally." >&2;}
10770 { (exit 1); exit 1; }; }
10771 fi
10772 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10773 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10774 Usually this means the macro was only invoked conditionally." >&5
10775 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10776 Usually this means the macro was only invoked conditionally." >&2;}
10777 { (exit 1); exit 1; }; }
10778 fi
10779 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10780 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10781 Usually this means the macro was only invoked conditionally." >&5
10782 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10783 Usually this means the macro was only invoked conditionally." >&2;}
10784 { (exit 1); exit 1; }; }
10785 fi
10786 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10787 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10788 Usually this means the macro was only invoked conditionally." >&5
10789 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10790 Usually this means the macro was only invoked conditionally." >&2;}
10791 { (exit 1); exit 1; }; }
10792 fi
10793 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
10794 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
10795 Usually this means the macro was only invoked conditionally." >&5
10796 echo "$as_me: error: conditional \"ROHC\" was never defined.
10797 Usually this means the macro was only invoked conditionally." >&2;}
10798 { (exit 1); exit 1; }; }
10799 fi
10800
10801 : ${CONFIG_STATUS=./config.status}
10802 ac_clean_files_save=$ac_clean_files
10803 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10804 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10805 echo "$as_me: creating $CONFIG_STATUS" >&6;}
10806 cat >$CONFIG_STATUS <<_ACEOF
10807 #! $SHELL
10808 # Generated by $as_me.
10809 # Run this file to recreate the current configuration.
10810 # Compiler output produced by configure, useful for debugging
10811 # configure, is in config.log if it exists.
10812
10813 debug=false
10814 ac_cs_recheck=false
10815 ac_cs_silent=false
10816 SHELL=\${CONFIG_SHELL-$SHELL}
10817 _ACEOF
10818
10819 cat >>$CONFIG_STATUS <<\_ACEOF
10820 ## --------------------- ##
10821 ## M4sh Initialization. ##
10822 ## --------------------- ##
10823
10824 # Be more Bourne compatible
10825 DUALCASE=1; export DUALCASE # for MKS sh
10826 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10827 emulate sh
10828 NULLCMD=:
10829 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10830 # is contrary to our usage. Disable this feature.
10831 alias -g '${1+"$@"}'='"$@"'
10832 setopt NO_GLOB_SUBST
10833 else
10834 case `(set -o) 2>/dev/null` in
10835 *posix*) set -o posix ;;
10836 esac
10837
10838 fi
10839
10840
10841
10842
10843 # PATH needs CR
10844 # Avoid depending upon Character Ranges.
10845 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10846 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10847 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10848 as_cr_digits='0123456789'
10849 as_cr_alnum=$as_cr_Letters$as_cr_digits
10850
10851 # The user is always right.
10852 if test "${PATH_SEPARATOR+set}" != set; then
10853 echo "#! /bin/sh" >conf$$.sh
10854 echo "exit 0" >>conf$$.sh
10855 chmod +x conf$$.sh
10856 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10857 PATH_SEPARATOR=';'
10858 else
10859 PATH_SEPARATOR=:
10860 fi
10861 rm -f conf$$.sh
10862 fi
10863
10864 # Support unset when possible.
10865 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10866 as_unset=unset
10867 else
10868 as_unset=false
10869 fi
10870
10871
10872 # IFS
10873 # We need space, tab and new line, in precisely that order. Quoting is
10874 # there to prevent editors from complaining about space-tab.
10875 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
10876 # splitting by setting IFS to empty value.)
10877 as_nl='
10878 '
10879 IFS=" "" $as_nl"
10880
10881 # Find who we are. Look in the path if we contain no directory separator.
10882 case $0 in
10883 *[\\/]* ) as_myself=$0 ;;
10884 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10885 for as_dir in $PATH
10886 do
10887 IFS=$as_save_IFS
10888 test -z "$as_dir" && as_dir=.
10889 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10890 done
10891 IFS=$as_save_IFS
10892
10893 ;;
10894 esac
10895 # We did not find ourselves, most probably we were run as `sh COMMAND'
10896 # in which case we are not to be found in the path.
10897 if test "x$as_myself" = x; then
10898 as_myself=$0
10899 fi
10900 if test ! -f "$as_myself"; then
10901 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10902 { (exit 1); exit 1; }
10903 fi
10904
10905 # Work around bugs in pre-3.0 UWIN ksh.
10906 for as_var in ENV MAIL MAILPATH
10907 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
10908 done
10909 PS1='$ '
10910 PS2='> '
10911 PS4='+ '
10912
10913 # NLS nuisances.
10914 for as_var in \
10915 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10916 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10917 LC_TELEPHONE LC_TIME
10918 do
10919 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10920 eval $as_var=C; export $as_var
10921 else
10922 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
10923 fi
10924 done
10925
10926 # Required to use basename.
10927 if expr a : '\(a\)' >/dev/null 2>&1 &&
10928 test "X`expr 00001 : '.*\(...\)'`" = X001; then
10929 as_expr=expr
10930 else
10931 as_expr=false
10932 fi
10933
10934 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
10935 as_basename=basename
10936 else
10937 as_basename=false
10938 fi
10939
10940
10941 # Name of the executable.
10942 as_me=`$as_basename -- "$0" ||
10943 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10944 X"$0" : 'X\(//\)$' \| \
10945 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
10946 echo X/"$0" |
10947 sed '/^.*\/\([^/][^/]*\)\/*$/{
10948 s//\1/
10949 q
10950 }
10951 /^X\/\(\/\/\)$/{
10952 s//\1/
10953 q
10954 }
10955 /^X\/\(\/\).*/{
10956 s//\1/
10957 q
10958 }
10959 s/.*/./; q'`
10960
10961 # CDPATH.
10962 $as_unset CDPATH
10963
10964
10965
10966 as_lineno_1=$LINENO
10967 as_lineno_2=$LINENO
10968 test "x$as_lineno_1" != "x$as_lineno_2" &&
10969 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
10970
10971 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10972 # uniformly replaced by the line number. The first 'sed' inserts a
10973 # line-number line after each line using $LINENO; the second 'sed'
10974 # does the real work. The second script uses 'N' to pair each
10975 # line-number line with the line containing $LINENO, and appends
10976 # trailing '-' during substitution so that $LINENO is not a special
10977 # case at line end.
10978 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10979 # scripts with optimization help from Paolo Bonzini. Blame Lee
10980 # E. McMahon (1931-1989) for sed's syntax. :-)
10981 sed -n '
10982 p
10983 /[$]LINENO/=
10984 ' <$as_myself |
10985 sed '
10986 s/[$]LINENO.*/&-/
10987 t lineno
10988 b
10989 :lineno
10990 N
10991 :loop
10992 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
10993 t loop
10994 s/-\n.*//
10995 ' >$as_me.lineno &&
10996 chmod +x "$as_me.lineno" ||
10997 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
10998 { (exit 1); exit 1; }; }
10999
11000 # Don't try to exec as it changes $[0], causing all sort of problems
11001 # (the dirname of $[0] is not the place where we might find the
11002 # original and so on. Autoconf is especially sensitive to this).
11003 . "./$as_me.lineno"
11004 # Exit status is that of the last command.
11005 exit
11006 }
11007
11008
11009 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11010 as_dirname=dirname
11011 else
11012 as_dirname=false
11013 fi
11014
11015 ECHO_C= ECHO_N= ECHO_T=
11016 case `echo -n x` in
11017 -n*)
11018 case `echo 'x\c'` in
11019 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11020 *) ECHO_C='\c';;
11021 esac;;
11022 *)
11023 ECHO_N='-n';;
11024 esac
11025
11026 if expr a : '\(a\)' >/dev/null 2>&1 &&
11027 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11028 as_expr=expr
11029 else
11030 as_expr=false
11031 fi
11032
11033 rm -f conf$$ conf$$.exe conf$$.file
11034 if test -d conf$$.dir; then
11035 rm -f conf$$.dir/conf$$.file
11036 else
11037 rm -f conf$$.dir
11038 mkdir conf$$.dir
11039 fi
11040 echo >conf$$.file
11041 if ln -s conf$$.file conf$$ 2>/dev/null; then
11042 as_ln_s='ln -s'
11043 # ... but there are two gotchas:
11044 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11045 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11046 # In both cases, we have to default to `cp -p'.
11047 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11048 as_ln_s='cp -p'
11049 elif ln conf$$.file conf$$ 2>/dev/null; then
11050 as_ln_s=ln
11051 else
11052 as_ln_s='cp -p'
11053 fi
11054 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11055 rmdir conf$$.dir 2>/dev/null
11056
11057 if mkdir -p . 2>/dev/null; then
11058 as_mkdir_p=:
11059 else
11060 test -d ./-p && rmdir ./-p
11061 as_mkdir_p=false
11062 fi
11063
11064 if test -x / >/dev/null 2>&1; then
11065 as_test_x='test -x'
11066 else
11067 if ls -dL / >/dev/null 2>&1; then
11068 as_ls_L_option=L
11069 else
11070 as_ls_L_option=
11071 fi
11072 as_test_x='
11073 eval sh -c '\''
11074 if test -d "$1"; then
11075 test -d "$1/.";
11076 else
11077 case $1 in
11078 -*)set "./$1";;
11079 esac;
11080 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
11081 ???[sx]*):;;*)false;;esac;fi
11082 '\'' sh
11083 '
11084 fi
11085 as_executable_p=$as_test_x
11086
11087 # Sed expression to map a string onto a valid CPP name.
11088 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11089
11090 # Sed expression to map a string onto a valid variable name.
11091 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11092
11093
11094 exec 6>&1
11095
11096 # Save the log message, to keep $[0] and so on meaningful, and to
11097 # report actual input values of CONFIG_FILES etc. instead of their
11098 # values after options handling.
11099 ac_log="
11100 This file was extended by $as_me, which was
11101 generated by GNU Autoconf 2.61. Invocation command line was
11102
11103 CONFIG_FILES = $CONFIG_FILES
11104 CONFIG_HEADERS = $CONFIG_HEADERS
11105 CONFIG_LINKS = $CONFIG_LINKS
11106 CONFIG_COMMANDS = $CONFIG_COMMANDS
11107 $ $0 $@
11108
11109 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11110 "
11111
11112 _ACEOF
11113
11114 cat >>$CONFIG_STATUS <<_ACEOF
11115 # Files that config.status was made for.
11116 config_files="$ac_config_files"
11117 config_headers="$ac_config_headers"
11118 config_commands="$ac_config_commands"
11119
11120 _ACEOF
11121
11122 cat >>$CONFIG_STATUS <<\_ACEOF
11123 ac_cs_usage="\
11124 \`$as_me' instantiates files from templates according to the
11125 current configuration.
11126
11127 Usage: $0 [OPTIONS] [FILE]...
11128
11129 -h, --help print this help, then exit
11130 -V, --version print version number and configuration settings, then exit
11131 -q, --quiet do not print progress messages
11132 -d, --debug don't remove temporary files
11133 --recheck update $as_me by reconfiguring in the same conditions
11134 --file=FILE[:TEMPLATE]
11135 instantiate the configuration file FILE
11136 --header=FILE[:TEMPLATE]
11137 instantiate the configuration header FILE
11138
11139 Configuration files:
11140 $config_files
11141
11142 Configuration headers:
11143 $config_headers
11144
11145 Configuration commands:
11146 $config_commands
11147
11148 Report bugs to <bug-autoconf@gnu.org>."
11149
11150 _ACEOF
11151 cat >>$CONFIG_STATUS <<_ACEOF
11152 ac_cs_version="\\
11153 config.status
11154 configured by $0, generated by GNU Autoconf 2.61,
11155 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11156
11157 Copyright (C) 2006 Free Software Foundation, Inc.
11158 This config.status script is free software; the Free Software Foundation
11159 gives unlimited permission to copy, distribute and modify it."
11160
11161 ac_pwd='$ac_pwd'
11162 srcdir='$srcdir'
11163 INSTALL='$INSTALL'
11164 _ACEOF
11165
11166 cat >>$CONFIG_STATUS <<\_ACEOF
11167 # If no file are specified by the user, then we need to provide default
11168 # value. By we need to know if files were specified by the user.
11169 ac_need_defaults=:
11170 while test $# != 0
11171 do
11172 case $1 in
11173 --*=*)
11174 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11175 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11176 ac_shift=:
11177 ;;
11178 *)
11179 ac_option=$1
11180 ac_optarg=$2
11181 ac_shift=shift
11182 ;;
11183 esac
11184
11185 case $ac_option in
11186 # Handling of the options.
11187 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11188 ac_cs_recheck=: ;;
11189 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11190 echo "$ac_cs_version"; exit ;;
11191 --debug | --debu | --deb | --de | --d | -d )
11192 debug=: ;;
11193 --file | --fil | --fi | --f )
11194 $ac_shift
11195 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11196 ac_need_defaults=false;;
11197 --header | --heade | --head | --hea )
11198 $ac_shift
11199 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11200 ac_need_defaults=false;;
11201 --he | --h)
11202 # Conflict between --help and --header
11203 { echo "$as_me: error: ambiguous option: $1
11204 Try \`$0 --help' for more information." >&2
11205 { (exit 1); exit 1; }; };;
11206 --help | --hel | -h )
11207 echo "$ac_cs_usage"; exit ;;
11208 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11209 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11210 ac_cs_silent=: ;;
11211
11212 # This is an error.
11213 -*) { echo "$as_me: error: unrecognized option: $1
11214 Try \`$0 --help' for more information." >&2
11215 { (exit 1); exit 1; }; } ;;
11216
11217 *) ac_config_targets="$ac_config_targets $1"
11218 ac_need_defaults=false ;;
11219
11220 esac
11221 shift
11222 done
11223
11224 ac_configure_extra_args=
11225
11226 if $ac_cs_silent; then
11227 exec 6>/dev/null
11228 ac_configure_extra_args="$ac_configure_extra_args --silent"
11229 fi
11230
11231 _ACEOF
11232 cat >>$CONFIG_STATUS <<_ACEOF
11233 if \$ac_cs_recheck; then
11234 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11235 CONFIG_SHELL=$SHELL
11236 export CONFIG_SHELL
11237 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11238 fi
11239
11240 _ACEOF
11241 cat >>$CONFIG_STATUS <<\_ACEOF
11242 exec 5>>config.log
11243 {
11244 echo
11245 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11246 ## Running $as_me. ##
11247 _ASBOX
11248 echo "$ac_log"
11249 } >&5
11250
11251 _ACEOF
11252 cat >>$CONFIG_STATUS <<_ACEOF
11253 #
11254 # INIT-COMMANDS
11255 #
11256 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
11257 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
11258 # from automake.
11259 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
11260 # Capture the value of LINGUAS because we need it to compute CATALOGS.
11261 LINGUAS="${LINGUAS-%UNSET%}"
11262
11263 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11264
11265 _ACEOF
11266
11267 cat >>$CONFIG_STATUS <<\_ACEOF
11268
11269 # Handling of arguments.
11270 for ac_config_target in $ac_config_targets
11271 do
11272 case $ac_config_target in
11273 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11274 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
11275 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11276 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11277 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
11278 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11279 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11280 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
11281 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
11282
11283 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11284 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11285 { (exit 1); exit 1; }; };;
11286 esac
11287 done
11288
11289
11290 # If the user did not use the arguments to specify the items to instantiate,
11291 # then the envvar interface is used. Set only those that are not.
11292 # We use the long form for the default assignment because of an extremely
11293 # bizarre bug on SunOS 4.1.3.
11294 if $ac_need_defaults; then
11295 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11296 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11297 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11298 fi
11299
11300 # Have a temporary directory for convenience. Make it in the build tree
11301 # simply because there is no reason against having it here, and in addition,
11302 # creating and moving files from /tmp can sometimes cause problems.
11303 # Hook for its removal unless debugging.
11304 # Note that there is a small window in which the directory will not be cleaned:
11305 # after its creation but before its name has been assigned to `$tmp'.
11306 $debug ||
11307 {
11308 tmp=
11309 trap 'exit_status=$?
11310 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11311 ' 0
11312 trap '{ (exit 1); exit 1; }' 1 2 13 15
11313 }
11314 # Create a (secure) tmp directory for tmp files.
11315
11316 {
11317 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11318 test -n "$tmp" && test -d "$tmp"
11319 } ||
11320 {
11321 tmp=./conf$$-$RANDOM
11322 (umask 077 && mkdir "$tmp")
11323 } ||
11324 {
11325 echo "$me: cannot create a temporary directory in ." >&2
11326 { (exit 1); exit 1; }
11327 }
11328
11329 #
11330 # Set up the sed scripts for CONFIG_FILES section.
11331 #
11332
11333 # No need to generate the scripts if there are no CONFIG_FILES.
11334 # This happens for instance when ./config.status config.h
11335 if test -n "$CONFIG_FILES"; then
11336
11337 _ACEOF
11338
11339
11340
11341 ac_delim='%!_!# '
11342 for ac_last_try in false false false false false :; do
11343 cat >conf$$subs.sed <<_ACEOF
11344 SHELL!$SHELL$ac_delim
11345 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
11346 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
11347 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
11348 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
11349 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
11350 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
11351 exec_prefix!$exec_prefix$ac_delim
11352 prefix!$prefix$ac_delim
11353 program_transform_name!$program_transform_name$ac_delim
11354 bindir!$bindir$ac_delim
11355 sbindir!$sbindir$ac_delim
11356 libexecdir!$libexecdir$ac_delim
11357 datarootdir!$datarootdir$ac_delim
11358 datadir!$datadir$ac_delim
11359 sysconfdir!$sysconfdir$ac_delim
11360 sharedstatedir!$sharedstatedir$ac_delim
11361 localstatedir!$localstatedir$ac_delim
11362 includedir!$includedir$ac_delim
11363 oldincludedir!$oldincludedir$ac_delim
11364 docdir!$docdir$ac_delim
11365 infodir!$infodir$ac_delim
11366 htmldir!$htmldir$ac_delim
11367 dvidir!$dvidir$ac_delim
11368 pdfdir!$pdfdir$ac_delim
11369 psdir!$psdir$ac_delim
11370 libdir!$libdir$ac_delim
11371 localedir!$localedir$ac_delim
11372 mandir!$mandir$ac_delim
11373 DEFS!$DEFS$ac_delim
11374 ECHO_C!$ECHO_C$ac_delim
11375 ECHO_N!$ECHO_N$ac_delim
11376 ECHO_T!$ECHO_T$ac_delim
11377 LIBS!$LIBS$ac_delim
11378 build_alias!$build_alias$ac_delim
11379 host_alias!$host_alias$ac_delim
11380 target_alias!$target_alias$ac_delim
11381 build!$build$ac_delim
11382 build_cpu!$build_cpu$ac_delim
11383 build_vendor!$build_vendor$ac_delim
11384 build_os!$build_os$ac_delim
11385 host!$host$ac_delim
11386 host_cpu!$host_cpu$ac_delim
11387 host_vendor!$host_vendor$ac_delim
11388 host_os!$host_os$ac_delim
11389 target!$target$ac_delim
11390 target_cpu!$target_cpu$ac_delim
11391 target_vendor!$target_vendor$ac_delim
11392 target_os!$target_os$ac_delim
11393 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
11394 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
11395 INSTALL_DATA!$INSTALL_DATA$ac_delim
11396 CYGPATH_W!$CYGPATH_W$ac_delim
11397 PACKAGE!$PACKAGE$ac_delim
11398 VERSION!$VERSION$ac_delim
11399 ACLOCAL!$ACLOCAL$ac_delim
11400 AUTOCONF!$AUTOCONF$ac_delim
11401 AUTOMAKE!$AUTOMAKE$ac_delim
11402 AUTOHEADER!$AUTOHEADER$ac_delim
11403 MAKEINFO!$MAKEINFO$ac_delim
11404 AMTAR!$AMTAR$ac_delim
11405 install_sh!$install_sh$ac_delim
11406 STRIP!$STRIP$ac_delim
11407 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
11408 AWK!$AWK$ac_delim
11409 SET_MAKE!$SET_MAKE$ac_delim
11410 am__leading_dot!$am__leading_dot$ac_delim
11411 MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
11412 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
11413 MAINT!$MAINT$ac_delim
11414 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
11415 MSGFMT!$MSGFMT$ac_delim
11416 GMSGFMT!$GMSGFMT$ac_delim
11417 XGETTEXT!$XGETTEXT$ac_delim
11418 MSGMERGE!$MSGMERGE$ac_delim
11419 CC!$CC$ac_delim
11420 CFLAGS!$CFLAGS$ac_delim
11421 LDFLAGS!$LDFLAGS$ac_delim
11422 CPPFLAGS!$CPPFLAGS$ac_delim
11423 ac_ct_CC!$ac_ct_CC$ac_delim
11424 EXEEXT!$EXEEXT$ac_delim
11425 OBJEXT!$OBJEXT$ac_delim
11426 DEPDIR!$DEPDIR$ac_delim
11427 am__include!$am__include$ac_delim
11428 am__quote!$am__quote$ac_delim
11429 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
11430 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
11431 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
11432 CCDEPMODE!$CCDEPMODE$ac_delim
11433 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
11434 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
11435 USE_NLS!$USE_NLS$ac_delim
11436 LIBICONV!$LIBICONV$ac_delim
11437 LTLIBICONV!$LTLIBICONV$ac_delim
11438 INTLLIBS!$INTLLIBS$ac_delim
11439 LIBINTL!$LIBINTL$ac_delim
11440 LTLIBINTL!$LTLIBINTL$ac_delim
11441 _ACEOF
11442
11443 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
11444 break
11445 elif $ac_last_try; then
11446 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11447 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11448 { (exit 1); exit 1; }; }
11449 else
11450 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11451 fi
11452 done
11453
11454 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
11455 if test -n "$ac_eof"; then
11456 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
11457 ac_eof=`expr $ac_eof + 1`
11458 fi
11459
11460 cat >>$CONFIG_STATUS <<_ACEOF
11461 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
11462 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11463 _ACEOF
11464 sed '
11465 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
11466 s/^/s,@/; s/!/@,|#_!!_#|/
11467 :n
11468 t n
11469 s/'"$ac_delim"'$/,g/; t
11470 s/$/\\/; p
11471 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
11472 ' >>$CONFIG_STATUS <conf$$subs.sed
11473 rm -f conf$$subs.sed
11474 cat >>$CONFIG_STATUS <<_ACEOF
11475 CEOF$ac_eof
11476 _ACEOF
11477
11478
11479 ac_delim='%!_!# '
11480 for ac_last_try in false false false false false :; do
11481 cat >conf$$subs.sed <<_ACEOF
11482 POSUB!$POSUB$ac_delim
11483 CPP!$CPP$ac_delim
11484 CXX!$CXX$ac_delim
11485 CXXFLAGS!$CXXFLAGS$ac_delim
11486 ac_ct_CXX!$ac_ct_CXX$ac_delim
11487 CXXDEPMODE!$CXXDEPMODE$ac_delim
11488 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
11489 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
11490 GREP!$GREP$ac_delim
11491 EGREP!$EGREP$ac_delim
11492 LN_S!$LN_S$ac_delim
11493 RANLIB!$RANLIB$ac_delim
11494 IFTYPE!$IFTYPE$ac_delim
11495 IFSUBTYPE!$IFSUBTYPE$ac_delim
11496 CXXCPP!$CXXCPP$ac_delim
11497 ALLOCA!$ALLOCA$ac_delim
11498 LINUX_IF_TUN_H!$LINUX_IF_TUN_H$ac_delim
11499 HAVE_TUNTAP!$HAVE_TUNTAP$ac_delim
11500 LDFLAGS_DAEMON!$LDFLAGS_DAEMON$ac_delim
11501 ROHC_TRUE!$ROHC_TRUE$ac_delim
11502 ROHC_FALSE!$ROHC_FALSE$ac_delim
11503 INCLUDES!$INCLUDES$ac_delim
11504 LIBOBJS!$LIBOBJS$ac_delim
11505 LTLIBOBJS!$LTLIBOBJS$ac_delim
11506 _ACEOF
11507
11508 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 24; then
11509 break
11510 elif $ac_last_try; then
11511 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11512 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11513 { (exit 1); exit 1; }; }
11514 else
11515 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11516 fi
11517 done
11518
11519 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
11520 if test -n "$ac_eof"; then
11521 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
11522 ac_eof=`expr $ac_eof + 1`
11523 fi
11524
11525 cat >>$CONFIG_STATUS <<_ACEOF
11526 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
11527 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
11528 _ACEOF
11529 sed '
11530 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
11531 s/^/s,@/; s/!/@,|#_!!_#|/
11532 :n
11533 t n
11534 s/'"$ac_delim"'$/,g/; t
11535 s/$/\\/; p
11536 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
11537 ' >>$CONFIG_STATUS <conf$$subs.sed
11538 rm -f conf$$subs.sed
11539 cat >>$CONFIG_STATUS <<_ACEOF
11540 :end
11541 s/|#_!!_#|//g
11542 CEOF$ac_eof
11543 _ACEOF
11544
11545
11546 # VPATH may cause trouble with some makes, so we remove $(srcdir),
11547 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11548 # trailing colons and then remove the whole line if VPATH becomes empty
11549 # (actually we leave an empty line to preserve line numbers).
11550 if test "x$srcdir" = x.; then
11551 ac_vpsub='/^[ ]*VPATH[ ]*=/{
11552 s/:*\$(srcdir):*/:/
11553 s/:*\${srcdir}:*/:/
11554 s/:*@srcdir@:*/:/
11555 s/^\([^=]*=[ ]*\):*/\1/
11556 s/:*$//
11557 s/^[^=]*=[ ]*$//
11558 }'
11559 fi
11560
11561 cat >>$CONFIG_STATUS <<\_ACEOF
11562 fi # test -n "$CONFIG_FILES"
11563
11564
11565 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
11566 do
11567 case $ac_tag in
11568 :[FHLC]) ac_mode=$ac_tag; continue;;
11569 esac
11570 case $ac_mode$ac_tag in
11571 :[FHL]*:*);;
11572 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
11573 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
11574 { (exit 1); exit 1; }; };;
11575 :[FH]-) ac_tag=-:-;;
11576 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
11577 esac
11578 ac_save_IFS=$IFS
11579 IFS=:
11580 set x $ac_tag
11581 IFS=$ac_save_IFS
11582 shift
11583 ac_file=$1
11584 shift
11585
11586 case $ac_mode in
11587 :L) ac_source=$1;;
11588 :[FH])
11589 ac_file_inputs=
11590 for ac_f
11591 do
11592 case $ac_f in
11593 -) ac_f="$tmp/stdin";;
11594 *) # Look for the file first in the build tree, then in the source tree
11595 # (if the path is not absolute). The absolute path cannot be DOS-style,
11596 # because $ac_f cannot contain `:'.
11597 test -f "$ac_f" ||
11598 case $ac_f in
11599 [\\/$]*) false;;
11600 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
11601 esac ||
11602 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
11603 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
11604 { (exit 1); exit 1; }; };;
11605 esac
11606 ac_file_inputs="$ac_file_inputs $ac_f"
11607 done
11608
11609 # Let's still pretend it is `configure' which instantiates (i.e., don't
11610 # use $as_me), people would be surprised to read:
11611 # /* config.h. Generated by config.status. */
11612 configure_input="Generated from "`IFS=:
11613 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
11614 if test x"$ac_file" != x-; then
11615 configure_input="$ac_file. $configure_input"
11616 { echo "$as_me:$LINENO: creating $ac_file" >&5
11617 echo "$as_me: creating $ac_file" >&6;}
11618 fi
11619
11620 case $ac_tag in
11621 *:-:* | *:-) cat >"$tmp/stdin";;
11622 esac
11623 ;;
11624 esac
11625
11626 ac_dir=`$as_dirname -- "$ac_file" ||
11627 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11628 X"$ac_file" : 'X\(//\)[^/]' \| \
11629 X"$ac_file" : 'X\(//\)$' \| \
11630 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
11631 echo X"$ac_file" |
11632 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11633 s//\1/
11634 q
11635 }
11636 /^X\(\/\/\)[^/].*/{
11637 s//\1/
11638 q
11639 }
11640 /^X\(\/\/\)$/{
11641 s//\1/
11642 q
11643 }
11644 /^X\(\/\).*/{
11645 s//\1/
11646 q
11647 }
11648 s/.*/./; q'`
11649 { as_dir="$ac_dir"
11650 case $as_dir in #(
11651 -*) as_dir=./$as_dir;;
11652 esac
11653 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
11654 as_dirs=
11655 while :; do
11656 case $as_dir in #(
11657 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
11658 *) as_qdir=$as_dir;;
11659 esac
11660 as_dirs="'$as_qdir' $as_dirs"
11661 as_dir=`$as_dirname -- "$as_dir" ||
11662 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11663 X"$as_dir" : 'X\(//\)[^/]' \| \
11664 X"$as_dir" : 'X\(//\)$' \| \
11665 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11666 echo X"$as_dir" |
11667 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11668 s//\1/
11669 q
11670 }
11671 /^X\(\/\/\)[^/].*/{
11672 s//\1/
11673 q
11674 }
11675 /^X\(\/\/\)$/{
11676 s//\1/
11677 q
11678 }
11679 /^X\(\/\).*/{
11680 s//\1/
11681 q
11682 }
11683 s/.*/./; q'`
11684 test -d "$as_dir" && break
11685 done
11686 test -z "$as_dirs" || eval "mkdir $as_dirs"
11687 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
11688 echo "$as_me: error: cannot create directory $as_dir" >&2;}
11689 { (exit 1); exit 1; }; }; }
11690 ac_builddir=.
11691
11692 case "$ac_dir" in
11693 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
11694 *)
11695 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11696 # A ".." for each directory in $ac_dir_suffix.
11697 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
11698 case $ac_top_builddir_sub in
11699 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
11700 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
11701 esac ;;
11702 esac
11703 ac_abs_top_builddir=$ac_pwd
11704 ac_abs_builddir=$ac_pwd$ac_dir_suffix
11705 # for backward compatibility:
11706 ac_top_builddir=$ac_top_build_prefix
11707
11708 case $srcdir in
11709 .) # We are building in place.
11710 ac_srcdir=.
11711 ac_top_srcdir=$ac_top_builddir_sub
11712 ac_abs_top_srcdir=$ac_pwd ;;
11713 [\\/]* | ?:[\\/]* ) # Absolute name.
11714 ac_srcdir=$srcdir$ac_dir_suffix;
11715 ac_top_srcdir=$srcdir
11716 ac_abs_top_srcdir=$srcdir ;;
11717 *) # Relative name.
11718 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
11719 ac_top_srcdir=$ac_top_build_prefix$srcdir
11720 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
11721 esac
11722 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
11723
11724
11725 case $ac_mode in
11726 :F)
11727 #
11728 # CONFIG_FILE
11729 #
11730
11731 case $INSTALL in
11732 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11733 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
11734 esac
11735 _ACEOF
11736
11737 cat >>$CONFIG_STATUS <<\_ACEOF
11738 # If the template does not know about datarootdir, expand it.
11739 # FIXME: This hack should be removed a few years after 2.60.
11740 ac_datarootdir_hack=; ac_datarootdir_seen=
11741
11742 case `sed -n '/datarootdir/ {
11743 p
11744 q
11745 }
11746 /@datadir@/p
11747 /@docdir@/p
11748 /@infodir@/p
11749 /@localedir@/p
11750 /@mandir@/p
11751 ' $ac_file_inputs` in
11752 *datarootdir*) ac_datarootdir_seen=yes;;
11753 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
11754 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11755 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11756 _ACEOF
11757 cat >>$CONFIG_STATUS <<_ACEOF
11758 ac_datarootdir_hack='
11759 s&@datadir@&$datadir&g
11760 s&@docdir@&$docdir&g
11761 s&@infodir@&$infodir&g
11762 s&@localedir@&$localedir&g
11763 s&@mandir@&$mandir&g
11764 s&\\\${datarootdir}&$datarootdir&g' ;;
11765 esac
11766 _ACEOF
11767
11768 # Neutralize VPATH when `$srcdir' = `.'.
11769 # Shell code in configure.ac might set extrasub.
11770 # FIXME: do we really want to maintain this feature?
11771 cat >>$CONFIG_STATUS <<_ACEOF
11772 sed "$ac_vpsub
11773 $extrasub
11774 _ACEOF
11775 cat >>$CONFIG_STATUS <<\_ACEOF
11776 :t
11777 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11778 s&@configure_input@&$configure_input&;t t
11779 s&@top_builddir@&$ac_top_builddir_sub&;t t
11780 s&@srcdir@&$ac_srcdir&;t t
11781 s&@abs_srcdir@&$ac_abs_srcdir&;t t
11782 s&@top_srcdir@&$ac_top_srcdir&;t t
11783 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
11784 s&@builddir@&$ac_builddir&;t t
11785 s&@abs_builddir@&$ac_abs_builddir&;t t
11786 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
11787 s&@INSTALL@&$ac_INSTALL&;t t
11788 $ac_datarootdir_hack
11789 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
11790
11791 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
11792 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
11793 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
11794 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11795 which seems to be undefined. Please make sure it is defined." >&5
11796 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11797 which seems to be undefined. Please make sure it is defined." >&2;}
11798
11799 rm -f "$tmp/stdin"
11800 case $ac_file in
11801 -) cat "$tmp/out"; rm -f "$tmp/out";;
11802 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
11803 esac
11804 ;;
11805 :H)
11806 #
11807 # CONFIG_HEADER
11808 #
11809 _ACEOF
11810
11811 # Transform confdefs.h into a sed script `conftest.defines', that
11812 # substitutes the proper values into config.h.in to produce config.h.
11813 rm -f conftest.defines conftest.tail
11814 # First, append a space to every undef/define line, to ease matching.
11815 echo 's/$/ /' >conftest.defines
11816 # Then, protect against being on the right side of a sed subst, or in
11817 # an unquoted here document, in config.status. If some macros were
11818 # called several times there might be several #defines for the same
11819 # symbol, which is useless. But do not sort them, since the last
11820 # AC_DEFINE must be honored.
11821 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11822 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
11823 # NAME is the cpp macro being defined, VALUE is the value it is being given.
11824 # PARAMS is the parameter list in the macro definition--in most cases, it's
11825 # just an empty string.
11826 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
11827 ac_dB='\\)[ (].*,\\1define\\2'
11828 ac_dC=' '
11829 ac_dD=' ,'
11830
11831 uniq confdefs.h |
11832 sed -n '
11833 t rset
11834 :rset
11835 s/^[ ]*#[ ]*define[ ][ ]*//
11836 t ok
11837 d
11838 :ok
11839 s/[\\&,]/\\&/g
11840 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
11841 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
11842 ' >>conftest.defines
11843
11844 # Remove the space that was appended to ease matching.
11845 # Then replace #undef with comments. This is necessary, for
11846 # example, in the case of _POSIX_SOURCE, which is predefined and required
11847 # on some systems where configure will not decide to define it.
11848 # (The regexp can be short, since the line contains either #define or #undef.)
11849 echo 's/ $//
11850 s,^[ #]*u.*,/* & */,' >>conftest.defines
11851
11852 # Break up conftest.defines:
11853 ac_max_sed_lines=50
11854
11855 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
11856 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
11857 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
11858 # et cetera.
11859 ac_in='$ac_file_inputs'
11860 ac_out='"$tmp/out1"'
11861 ac_nxt='"$tmp/out2"'
11862
11863 while :
11864 do
11865 # Write a here document:
11866 cat >>$CONFIG_STATUS <<_ACEOF
11867 # First, check the format of the line:
11868 cat >"\$tmp/defines.sed" <<\\CEOF
11869 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
11870 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
11871 b
11872 :def
11873 _ACEOF
11874 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
11875 echo 'CEOF
11876 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
11877 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
11878 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
11879 grep . conftest.tail >/dev/null || break
11880 rm -f conftest.defines
11881 mv conftest.tail conftest.defines
11882 done
11883 rm -f conftest.defines conftest.tail
11884
11885 echo "ac_result=$ac_in" >>$CONFIG_STATUS
11886 cat >>$CONFIG_STATUS <<\_ACEOF
11887 if test x"$ac_file" != x-; then
11888 echo "/* $configure_input */" >"$tmp/config.h"
11889 cat "$ac_result" >>"$tmp/config.h"
11890 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
11891 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11892 echo "$as_me: $ac_file is unchanged" >&6;}
11893 else
11894 rm -f $ac_file
11895 mv "$tmp/config.h" $ac_file
11896 fi
11897 else
11898 echo "/* $configure_input */"
11899 cat "$ac_result"
11900 fi
11901 rm -f "$tmp/out12"
11902 # Compute $ac_file's index in $config_headers.
11903 _am_stamp_count=1
11904 for _am_header in $config_headers :; do
11905 case $_am_header in
11906 $ac_file | $ac_file:* )
11907 break ;;
11908 * )
11909 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11910 esac
11911 done
11912 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
11913 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11914 X$ac_file : 'X\(//\)[^/]' \| \
11915 X$ac_file : 'X\(//\)$' \| \
11916 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
11917 echo X$ac_file |
11918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11919 s//\1/
11920 q
11921 }
11922 /^X\(\/\/\)[^/].*/{
11923 s//\1/
11924 q
11925 }
11926 /^X\(\/\/\)$/{
11927 s//\1/
11928 q
11929 }
11930 /^X\(\/\).*/{
11931 s//\1/
11932 q
11933 }
11934 s/.*/./; q'`/stamp-h$_am_stamp_count
11935 ;;
11936
11937 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
11938 echo "$as_me: executing $ac_file commands" >&6;}
11939 ;;
11940 esac
11941
11942
11943 case $ac_file$ac_mode in
11944 "default-1":C)
11945 for ac_file in $CONFIG_FILES; do
11946 # Support "outfile[:infile[:infile...]]"
11947 case "$ac_file" in
11948 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11949 esac
11950 # PO directories have a Makefile.in generated from Makefile.in.in.
11951 case "$ac_file" in */Makefile.in)
11952 # Adjust a relative srcdir.
11953 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11954 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11955 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11956 # In autoconf-2.13 it is called $ac_given_srcdir.
11957 # In autoconf-2.50 it is called $srcdir.
11958 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11959 case "$ac_given_srcdir" in
11960 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11961 /*) top_srcdir="$ac_given_srcdir" ;;
11962 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11963 esac
11964 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11965 rm -f "$ac_dir/POTFILES"
11966 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11967 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11968 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11969 # on $ac_dir but don't depend on user-specified configuration
11970 # parameters.
11971 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11972 # The LINGUAS file contains the set of available languages.
11973 if test -n "$ALL_LINGUAS"; then
11974 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11975 fi
11976 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11977 # Hide the ALL_LINGUAS assigment from automake.
11978 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11979 fi
11980 case "$ac_given_srcdir" in
11981 .) srcdirpre= ;;
11982 *) srcdirpre='$(srcdir)/' ;;
11983 esac
11984 POFILES=
11985 GMOFILES=
11986 UPDATEPOFILES=
11987 DUMMYPOFILES=
11988 for lang in $ALL_LINGUAS; do
11989 POFILES="$POFILES $srcdirpre$lang.po"
11990 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11991 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11992 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11993 done
11994 # CATALOGS depends on both $ac_dir and the user's LINGUAS
11995 # environment variable.
11996 INST_LINGUAS=
11997 if test -n "$ALL_LINGUAS"; then
11998 for presentlang in $ALL_LINGUAS; do
11999 useit=no
12000 if test "%UNSET%" != "$LINGUAS"; then
12001 desiredlanguages="$LINGUAS"
12002 else
12003 desiredlanguages="$ALL_LINGUAS"
12004 fi
12005 for desiredlang in $desiredlanguages; do
12006 # Use the presentlang catalog if desiredlang is
12007 # a. equal to presentlang, or
12008 # b. a variant of presentlang (because in this case,
12009 # presentlang can be used as a fallback for messages
12010 # which are not translated in the desiredlang catalog).
12011 case "$desiredlang" in
12012 "$presentlang"*) useit=yes;;
12013 esac
12014 done
12015 if test $useit = yes; then
12016 INST_LINGUAS="$INST_LINGUAS $presentlang"
12017 fi
12018 done
12019 fi
12020 CATALOGS=
12021 if test -n "$INST_LINGUAS"; then
12022 for lang in $INST_LINGUAS; do
12023 CATALOGS="$CATALOGS $lang.gmo"
12024 done
12025 fi
12026 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
12027 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"
12028 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
12029 if test -f "$f"; then
12030 case "$f" in
12031 *.orig | *.bak | *~) ;;
12032 *) cat "$f" >> "$ac_dir/Makefile" ;;
12033 esac
12034 fi
12035 done
12036 fi
12037 ;;
12038 esac
12039 done ;;
12040 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12041 # Strip MF so we end up with the name of the file.
12042 mf=`echo "$mf" | sed -e 's/:.*$//'`
12043 # Check whether this is an Automake generated Makefile or not.
12044 # We used to match only the files named `Makefile.in', but
12045 # some people rename them; so instead we look at the file content.
12046 # Grep'ing the first line is not enough: some people post-process
12047 # each Makefile.in and add a new line on top of each file to say so.
12048 # So let's grep whole file.
12049 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12050 dirpart=`$as_dirname -- "$mf" ||
12051 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12052 X"$mf" : 'X\(//\)[^/]' \| \
12053 X"$mf" : 'X\(//\)$' \| \
12054 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12055 echo X"$mf" |
12056 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12057 s//\1/
12058 q
12059 }
12060 /^X\(\/\/\)[^/].*/{
12061 s//\1/
12062 q
12063 }
12064 /^X\(\/\/\)$/{
12065 s//\1/
12066 q
12067 }
12068 /^X\(\/\).*/{
12069 s//\1/
12070 q
12071 }
12072 s/.*/./; q'`
12073 else
12074 continue
12075 fi
12076 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
12077 # Extract the definition of DEP_FILES from the Makefile without
12078 # running `make'.
12079 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
12080 test -z "$DEPDIR" && continue
12081 # When using ansi2knr, U may be empty or an underscore; expand it
12082 U=`sed -n -e '/^U = / s///p' < "$mf"`
12083 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
12084 # We invoke sed twice because it is the simplest approach to
12085 # changing $(DEPDIR) to its actual value in the expansion.
12086 for file in `sed -n -e '
12087 /^DEP_FILES = .*\\\\$/ {
12088 s/^DEP_FILES = //
12089 :loop
12090 s/\\\\$//
12091 p
12092 n
12093 /\\\\$/ b loop
12094 p
12095 }
12096 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
12097 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12098 # Make sure the directory exists.
12099 test -f "$dirpart/$file" && continue
12100 fdir=`$as_dirname -- "$file" ||
12101 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12102 X"$file" : 'X\(//\)[^/]' \| \
12103 X"$file" : 'X\(//\)$' \| \
12104 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12105 echo X"$file" |
12106 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12107 s//\1/
12108 q
12109 }
12110 /^X\(\/\/\)[^/].*/{
12111 s//\1/
12112 q
12113 }
12114 /^X\(\/\/\)$/{
12115 s//\1/
12116 q
12117 }
12118 /^X\(\/\).*/{
12119 s//\1/
12120 q
12121 }
12122 s/.*/./; q'`
12123 { as_dir=$dirpart/$fdir
12124 case $as_dir in #(
12125 -*) as_dir=./$as_dir;;
12126 esac
12127 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
12128 as_dirs=
12129 while :; do
12130 case $as_dir in #(
12131 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
12132 *) as_qdir=$as_dir;;
12133 esac
12134 as_dirs="'$as_qdir' $as_dirs"
12135 as_dir=`$as_dirname -- "$as_dir" ||
12136 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12137 X"$as_dir" : 'X\(//\)[^/]' \| \
12138 X"$as_dir" : 'X\(//\)$' \| \
12139 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12140 echo X"$as_dir" |
12141 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12142 s//\1/
12143 q
12144 }
12145 /^X\(\/\/\)[^/].*/{
12146 s//\1/
12147 q
12148 }
12149 /^X\(\/\/\)$/{
12150 s//\1/
12151 q
12152 }
12153 /^X\(\/\).*/{
12154 s//\1/
12155 q
12156 }
12157 s/.*/./; q'`
12158 test -d "$as_dir" && break
12159 done
12160 test -z "$as_dirs" || eval "mkdir $as_dirs"
12161 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12162 echo "$as_me: error: cannot create directory $as_dir" >&2;}
12163 { (exit 1); exit 1; }; }; }
12164 # echo "creating $dirpart/$file"
12165 echo '# dummy' > "$dirpart/$file"
12166 done
12167 done
12168 ;;
12169
12170 esac
12171 done # for ac_tag
12172
12173
12174 { (exit 0); exit 0; }
12175 _ACEOF
12176 chmod +x $CONFIG_STATUS
12177 ac_clean_files=$ac_clean_files_save
12178
12179
12180 # configure is writing to config.log, and then calls config.status.
12181 # config.status does its own redirection, appending to config.log.
12182 # Unfortunately, on DOS this fails, as config.log is still kept open
12183 # by configure, so config.status won't be able to write to it; its
12184 # output is simply discarded. So we exec the FD to /dev/null,
12185 # effectively closing config.log, so it can be properly (re)opened and
12186 # appended to by config.status. When coming back to configure, we
12187 # need to make the FD available again.
12188 if test "$no_create" != yes; then
12189 ac_cs_success=:
12190 ac_config_status_args=
12191 test "$silent" = yes &&
12192 ac_config_status_args="$ac_config_status_args --quiet"
12193 exec 5>/dev/null
12194 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12195 exec 5>>config.log
12196 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12197 # would make configure fail if this is the last instruction.
12198 $ac_cs_success || { (exit 1); exit 1; }
12199 fi
12200
12201
12202 echo
12203 echo "***"
12204 echo "*** Configuration Summary"
12205 echo "***"
12206 echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
12207 echo "*** Cipher used: $CIPHER"
12208 echo "*** Digest used: $DIGEST"
12209 echo "*** HMAC length: $HMAC"
12210 echo "*** RAND used: $RAND"
12211 echo "*** Max. MTU: $MTU"
12212
12213 echo "***"
12214 echo "*** Enable options:"
12215 grep ENABLE_ config.h | sed -e 's/^/*** /'
12216
12217 if test "x$DIGEST" = xmd4; then
12218 echo "***"
12219 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
12220 fi
12221
12222 if test "$HMAC" -lt 12; then
12223 echo "***"
12224 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
12225 fi
12226
12227 if test "$RAND" -lt 8; then
12228 echo "***"
12229 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
12230 fi
12231
12232 echo "***"
12233 echo
12234
12235