Codebase list squidview / upstream/0.73
Imported Upstream version 0.73 Willi Mann 11 years ago
7 changed file(s) with 1597 addition(s) and 1329 deletion(s). Raw diff Collapse all Expand all
00 >> Squidview history:
1
2 v0.73: November 2008:
3 - modifications to conform with ISO C++ 99
14
25 v0.72: 22 December 2007:
36 - minor changes to permit compilation with gcc v4.3
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
177177 srcdir = @srcdir@
178178 sysconfdir = @sysconfdir@
179179 target_alias = @target_alias@
180 top_build_prefix = @top_build_prefix@
180181 top_builddir = @top_builddir@
181182 top_srcdir = @top_srcdir@
182183 AUTOMAKE_OPTIONS = gnu
356357 unique=`for i in $$list; do \
357358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358359 done | \
359 $(AWK) ' { files[$$0] = 1; } \
360 END { for (i in files) print i; }'`; \
360 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
361 END { if (nonempty) { for (i in files) print i; }; }'`; \
361362 mkid -fID $$unique
362363 tags: TAGS
363364
369370 unique=`for i in $$list; do \
370371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371372 done | \
372 $(AWK) ' { files[$$0] = 1; } \
373 END { for (i in files) print i; }'`; \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
374375 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
375376 test -n "$$unique" || unique=$$empty_fix; \
376377 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380381 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
381382 $(TAGS_FILES) $(LISP)
382383 tags=; \
383 here=`pwd`; \
384384 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
385385 unique=`for i in $$list; do \
386386 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387387 done | \
388 $(AWK) ' { files[$$0] = 1; } \
389 END { for (i in files) print i; }'`; \
388 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389 END { if (nonempty) { for (i in files) print i; }; }'`; \
390390 test -z "$(CTAGS_ARGS)$$tags$$unique" \
391391 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392392 $$tags $$unique
440440 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
441441 $(am__remove_distdir)
442442
443 dist-lzma: distdir
444 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
445 $(am__remove_distdir)
446
443447 dist-tarZ: distdir
444448 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
445449 $(am__remove_distdir)
466470 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
467471 *.tar.bz2*) \
468472 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
473 *.tar.lzma*) \
474 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
469475 *.tar.Z*) \
470476 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
471477 *.shar.gz*) \
622628
623629 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
624630 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
625 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
626 distclean-compile distclean-generic distclean-hdr \
631 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
632 distclean distclean-compile distclean-generic distclean-hdr \
627633 distclean-tags distcleancheck distdir distuninstallcheck dvi \
628634 dvi-am html html-am info info-am install install-am \
629635 install-binPROGRAMS install-data install-data-am install-dvi \
0 # generated automatically by aclocal 1.10 -*- Autoconf -*-
0 # generated automatically by aclocal 1.10.1 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
1212
13 m4_if(m4_PACKAGE_VERSION, [2.61],,
14 [m4_fatal([this file was generated for autoconf 2.61.
15 You have another version of autoconf. If you want to use that,
16 you should regenerate the build system entirely.], [63])])
17
18 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
13 m4_ifndef([AC_AUTOCONF_VERSION],
14 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(AC_AUTOCONF_VERSION, [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
17 You have another version of autoconf. It may work, but is not guaranteed to.
18 If you have problems, you may need to regenerate the build system entirely.
19 To do so, use the procedure documented by the package, typically `autoreconf'.])])
20
21 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
1922 #
2023 # This file is free software; the Free Software Foundation
2124 # gives unlimited permission to copy and/or distribute it,
3033 [am__api_version='1.10'
3134 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3235 dnl require some minimum version. Point them to the right macro.
33 m4_if([$1], [1.10], [],
36 m4_if([$1], [1.10.1], [],
3437 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
3538 ])
3639
4649 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
4750 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
4851 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
49 [AM_AUTOMAKE_VERSION([1.10])dnl
50 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
52 [AM_AUTOMAKE_VERSION([1.10.1])dnl
53 m4_ifndef([AC_AUTOCONF_VERSION],
54 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
55 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
5156
5257 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
5358
319324 # each Makefile.in and add a new line on top of each file to say so.
320325 # Grep'ing the whole file is not good either: AIX grep has a line
321326 # limit of 2048, but all sed's we know have understand at least 4000.
322 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
327 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
323328 dirpart=`AS_DIRNAME("$mf")`
324329 else
325330 continue
379384 # Do all the work for Automake. -*- Autoconf -*-
380385
381386 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
382 # 2005, 2006 Free Software Foundation, Inc.
383 #
384 # This file is free software; the Free Software Foundation
385 # gives unlimited permission to copy and/or distribute it,
386 # with or without modifications, as long as this notice is preserved.
387
388 # serial 12
387 # 2005, 2006, 2008 Free Software Foundation, Inc.
388 #
389 # This file is free software; the Free Software Foundation
390 # gives unlimited permission to copy and/or distribute it,
391 # with or without modifications, as long as this notice is preserved.
392
393 # serial 13
389394
390395 # This macro actually does too much. Some checks are only needed if
391396 # your package does certain things. But this isn't really a big deal.
490495 # our stamp files there.
491496 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
492497 [# Compute $1's index in $config_headers.
498 _am_arg=$1
493499 _am_stamp_count=1
494500 for _am_header in $config_headers :; do
495501 case $_am_header in
496 $1 | $1:* )
502 $_am_arg | $_am_arg:* )
497503 break ;;
498504 * )
499505 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
500506 esac
501507 done
502 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
508 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
503509
504510 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
505511 #
771777
772778 # _AM_SUBST_NOTMAKE(VARIABLE)
773779 # ---------------------------
774 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
780 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
775781 # This macro is traced by Automake.
776782 AC_DEFUN([_AM_SUBST_NOTMAKE])
777783
+1536
-1278
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.61.
2 # Generated by GNU Autoconf 2.63.
33 #
44 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
5 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
66 # This configure script is free software; the Free Software Foundation
77 # gives unlimited permission to copy, distribute and modify it.
88 ## --------------------- ##
1414 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1515 emulate sh
1616 NULLCMD=:
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1818 # is contrary to our usage. Disable this feature.
1919 alias -g '${1+"$@"}'='"$@"'
2020 setopt NO_GLOB_SUBST
3636 as_cr_digits='0123456789'
3737 as_cr_alnum=$as_cr_Letters$as_cr_digits
3838
39 as_nl='
40 '
41 export as_nl
42 # Printing a long string crashes Solaris 7 /usr/bin/printf.
43 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
46 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='printf %s\n'
48 as_echo_n='printf %s'
49 else
50 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
51 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
52 as_echo_n='/usr/ucb/echo -n'
53 else
54 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
55 as_echo_n_body='eval
56 arg=$1;
57 case $arg in
58 *"$as_nl"*)
59 expr "X$arg" : "X\\(.*\\)$as_nl";
60 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
61 esac;
62 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
63 '
64 export as_echo_n_body
65 as_echo_n='sh -c $as_echo_n_body as_echo'
66 fi
67 export as_echo_body
68 as_echo='sh -c $as_echo_body as_echo'
69 fi
70
3971 # The user is always right.
4072 if test "${PATH_SEPARATOR+set}" != set; then
41 echo "#! /bin/sh" >conf$$.sh
42 echo "exit 0" >>conf$$.sh
43 chmod +x conf$$.sh
44 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
45 PATH_SEPARATOR=';'
46 else
47 PATH_SEPARATOR=:
48 fi
49 rm -f conf$$.sh
73 PATH_SEPARATOR=:
74 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
75 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
76 PATH_SEPARATOR=';'
77 }
5078 fi
5179
5280 # Support unset when possible.
6290 # there to prevent editors from complaining about space-tab.
6391 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6492 # splitting by setting IFS to empty value.)
65 as_nl='
66 '
6793 IFS=" "" $as_nl"
6894
6995 # Find who we are. Look in the path if we contain no directory separator.
86112 as_myself=$0
87113 fi
88114 if test ! -f "$as_myself"; then
89 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
90116 { (exit 1); exit 1; }
91117 fi
92118
99125 PS4='+ '
100126
101127 # NLS nuisances.
102 for as_var in \
103 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
104 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
105 LC_TELEPHONE LC_TIME
106 do
107 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
108 eval $as_var=C; export $as_var
109 else
110 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
111 fi
112 done
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
113132
114133 # Required to use basename.
115134 if expr a : '\(a\)' >/dev/null 2>&1 &&
131150 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
132151 X"$0" : 'X\(//\)$' \| \
133152 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
134 echo X/"$0" |
153 $as_echo X/"$0" |
135154 sed '/^.*\/\([^/][^/]*\)\/*$/{
136155 s//\1/
137156 q
157176 as_have_required=no
158177 fi
159178
160 if test $as_have_required = yes && (eval ":
179 if test $as_have_required = yes && (eval ":
161180 (as_func_return () {
162181 (exit \$1)
163182 }
239258 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240259 emulate sh
241260 NULLCMD=:
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
261 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
243262 # is contrary to our usage. Disable this feature.
244263 alias -g '${1+"$@"}'='"$@"'
245264 setopt NO_GLOB_SUBST
260279 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
261280 emulate sh
262281 NULLCMD=:
263 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
282 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
264283 # is contrary to our usage. Disable this feature.
265284 alias -g '${1+"$@"}'='"$@"'
266285 setopt NO_GLOB_SUBST
340359
341360 if test "x$CONFIG_SHELL" != x; then
342361 for as_var in BASH_ENV ENV
343 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
344 done
345 export CONFIG_SHELL
346 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
362 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
363 done
364 export CONFIG_SHELL
365 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
347366 fi
348367
349368
412431
413432 test \$exitcode = 0") || {
414433 echo No shell found that supports shell functions.
415 echo Please tell autoconf@gnu.org about your system,
416 echo including any error possibly output before this
417 echo message
434 echo Please tell bug-autoconf@gnu.org about your system,
435 echo including any error possibly output before this message.
436 echo This can help us improve future autoconf versions.
437 echo Configuration will now proceed without shell functions.
418438 }
419439
420440
450470 s/-\n.*//
451471 ' >$as_me.lineno &&
452472 chmod +x "$as_me.lineno" ||
453 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
473 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
454474 { (exit 1); exit 1; }; }
455475
456476 # Don't try to exec as it changes $[0], causing all sort of problems
478498 *)
479499 ECHO_N='-n';;
480500 esac
481
482501 if expr a : '\(a\)' >/dev/null 2>&1 &&
483502 test "X`expr 00001 : '.*\(...\)'`" = X001; then
484503 as_expr=expr
491510 rm -f conf$$.dir/conf$$.file
492511 else
493512 rm -f conf$$.dir
494 mkdir conf$$.dir
495 fi
496 echo >conf$$.file
497 if ln -s conf$$.file conf$$ 2>/dev/null; then
498 as_ln_s='ln -s'
499 # ... but there are two gotchas:
500 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
501 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
502 # In both cases, we have to default to `cp -p'.
503 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
513 mkdir conf$$.dir 2>/dev/null
514 fi
515 if (echo >conf$$.file) 2>/dev/null; then
516 if ln -s conf$$.file conf$$ 2>/dev/null; then
517 as_ln_s='ln -s'
518 # ... but there are two gotchas:
519 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
520 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
521 # In both cases, we have to default to `cp -p'.
522 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
523 as_ln_s='cp -p'
524 elif ln conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s=ln
526 else
504527 as_ln_s='cp -p'
505 elif ln conf$$.file conf$$ 2>/dev/null; then
506 as_ln_s=ln
528 fi
507529 else
508530 as_ln_s='cp -p'
509531 fi
528550 as_test_x='
529551 eval sh -c '\''
530552 if test -d "$1"; then
531 test -d "$1/.";
553 test -d "$1/.";
532554 else
533555 case $1 in
534 -*)set "./$1";;
556 -*)set "./$1";;
535557 esac;
536558 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
537559 ???[sx]*):;;*)false;;esac;fi
612634 # include <unistd.h>
613635 #endif"
614636
615 ac_subst_vars='SHELL
637 ac_subst_vars='LTLIBOBJS
638 LIBOBJS
639 CXXCPP
640 EGREP
641 GREP
642 CPP
643 am__fastdepCC_FALSE
644 am__fastdepCC_TRUE
645 CCDEPMODE
646 ac_ct_CC
647 CFLAGS
648 CC
649 am__fastdepCXX_FALSE
650 am__fastdepCXX_TRUE
651 CXXDEPMODE
652 AMDEPBACKSLASH
653 AMDEP_FALSE
654 AMDEP_TRUE
655 am__quote
656 am__include
657 DEPDIR
658 OBJEXT
659 EXEEXT
660 ac_ct_CXX
661 CPPFLAGS
662 LDFLAGS
663 CXXFLAGS
664 CXX
665 am__untar
666 am__tar
667 AMTAR
668 am__leading_dot
669 SET_MAKE
670 AWK
671 mkdir_p
672 MKDIR_P
673 INSTALL_STRIP_PROGRAM
674 STRIP
675 install_sh
676 MAKEINFO
677 AUTOHEADER
678 AUTOMAKE
679 AUTOCONF
680 ACLOCAL
681 VERSION
682 PACKAGE
683 CYGPATH_W
684 am__isrc
685 INSTALL_DATA
686 INSTALL_SCRIPT
687 INSTALL_PROGRAM
688 target_alias
689 host_alias
690 build_alias
691 LIBS
692 ECHO_T
693 ECHO_N
694 ECHO_C
695 DEFS
696 mandir
697 localedir
698 libdir
699 psdir
700 pdfdir
701 dvidir
702 htmldir
703 infodir
704 docdir
705 oldincludedir
706 includedir
707 localstatedir
708 sharedstatedir
709 sysconfdir
710 datadir
711 datarootdir
712 libexecdir
713 sbindir
714 bindir
715 program_transform_name
716 prefix
717 exec_prefix
718 PACKAGE_BUGREPORT
719 PACKAGE_STRING
720 PACKAGE_VERSION
721 PACKAGE_TARNAME
722 PACKAGE_NAME
616723 PATH_SEPARATOR
617 PACKAGE_NAME
618 PACKAGE_TARNAME
619 PACKAGE_VERSION
620 PACKAGE_STRING
621 PACKAGE_BUGREPORT
622 exec_prefix
623 prefix
624 program_transform_name
625 bindir
626 sbindir
627 libexecdir
628 datarootdir
629 datadir
630 sysconfdir
631 sharedstatedir
632 localstatedir
633 includedir
634 oldincludedir
635 docdir
636 infodir
637 htmldir
638 dvidir
639 pdfdir
640 psdir
641 libdir
642 localedir
643 mandir
644 DEFS
645 ECHO_C
646 ECHO_N
647 ECHO_T
648 LIBS
649 build_alias
650 host_alias
651 target_alias
652 INSTALL_PROGRAM
653 INSTALL_SCRIPT
654 INSTALL_DATA
655 am__isrc
656 CYGPATH_W
657 PACKAGE
658 VERSION
659 ACLOCAL
660 AUTOCONF
661 AUTOMAKE
662 AUTOHEADER
663 MAKEINFO
664 install_sh
665 STRIP
666 INSTALL_STRIP_PROGRAM
667 mkdir_p
668 AWK
669 SET_MAKE
670 am__leading_dot
671 AMTAR
672 am__tar
673 am__untar
674 CXX
675 CXXFLAGS
676 LDFLAGS
677 CPPFLAGS
678 ac_ct_CXX
679 EXEEXT
680 OBJEXT
681 DEPDIR
682 am__include
683 am__quote
684 AMDEP_TRUE
685 AMDEP_FALSE
686 AMDEPBACKSLASH
687 CXXDEPMODE
688 am__fastdepCXX_TRUE
689 am__fastdepCXX_FALSE
690 CC
691 CFLAGS
692 ac_ct_CC
693 CCDEPMODE
694 am__fastdepCC_TRUE
695 am__fastdepCC_FALSE
696 CPP
697 GREP
698 EGREP
699 CXXCPP
700 LIBOBJS
701 LTLIBOBJS'
724 SHELL'
702725 ac_subst_files=''
726 ac_user_opts='
727 enable_option_checking
728 enable_dependency_tracking
729 '
703730 ac_precious_vars='build_alias
704731 host_alias
705732 target_alias
718745 # Initialize some variables set by options.
719746 ac_init_help=
720747 ac_init_version=false
748 ac_unrecognized_opts=
749 ac_unrecognized_sep=
721750 # The variables have the same names as the options, with
722751 # dashes changed to underlines.
723752 cache_file=/dev/null
816845 datarootdir=$ac_optarg ;;
817846
818847 -disable-* | --disable-*)
819 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
848 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
820849 # Reject names that are not valid shell variable names.
821 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
822 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
850 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
851 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
823852 { (exit 1); exit 1; }; }
824 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
825 eval enable_$ac_feature=no ;;
853 ac_useropt_orig=$ac_useropt
854 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
855 case $ac_user_opts in
856 *"
857 "enable_$ac_useropt"
858 "*) ;;
859 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
860 ac_unrecognized_sep=', ';;
861 esac
862 eval enable_$ac_useropt=no ;;
826863
827864 -docdir | --docdir | --docdi | --doc | --do)
828865 ac_prev=docdir ;;
835872 dvidir=$ac_optarg ;;
836873
837874 -enable-* | --enable-*)
838 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
875 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
839876 # Reject names that are not valid shell variable names.
840 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
841 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
877 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
878 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
842879 { (exit 1); exit 1; }; }
843 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
844 eval enable_$ac_feature=\$ac_optarg ;;
880 ac_useropt_orig=$ac_useropt
881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882 case $ac_user_opts in
883 *"
884 "enable_$ac_useropt"
885 "*) ;;
886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
887 ac_unrecognized_sep=', ';;
888 esac
889 eval enable_$ac_useropt=\$ac_optarg ;;
845890
846891 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
847892 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
10321077 ac_init_version=: ;;
10331078
10341079 -with-* | --with-*)
1035 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1080 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
10361081 # Reject names that are not valid shell variable names.
1037 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1038 { echo "$as_me: error: invalid package name: $ac_package" >&2
1082 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1083 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
10391084 { (exit 1); exit 1; }; }
1040 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1041 eval with_$ac_package=\$ac_optarg ;;
1085 ac_useropt_orig=$ac_useropt
1086 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1087 case $ac_user_opts in
1088 *"
1089 "with_$ac_useropt"
1090 "*) ;;
1091 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1092 ac_unrecognized_sep=', ';;
1093 esac
1094 eval with_$ac_useropt=\$ac_optarg ;;
10421095
10431096 -without-* | --without-*)
1044 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1097 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10451098 # Reject names that are not valid shell variable names.
1046 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1047 { echo "$as_me: error: invalid package name: $ac_package" >&2
1099 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1100 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
10481101 { (exit 1); exit 1; }; }
1049 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1050 eval with_$ac_package=no ;;
1102 ac_useropt_orig=$ac_useropt
1103 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1104 case $ac_user_opts in
1105 *"
1106 "with_$ac_useropt"
1107 "*) ;;
1108 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1109 ac_unrecognized_sep=', ';;
1110 esac
1111 eval with_$ac_useropt=no ;;
10511112
10521113 --x)
10531114 # Obsolete; use --with-x.
10671128 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
10681129 x_libraries=$ac_optarg ;;
10691130
1070 -*) { echo "$as_me: error: unrecognized option: $ac_option
1131 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
10711132 Try \`$0 --help' for more information." >&2
10721133 { (exit 1); exit 1; }; }
10731134 ;;
10761137 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
10771138 # Reject names that are not valid shell variable names.
10781139 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1079 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1140 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
10801141 { (exit 1); exit 1; }; }
10811142 eval $ac_envvar=\$ac_optarg
10821143 export $ac_envvar ;;
10831144
10841145 *)
10851146 # FIXME: should be removed in autoconf 3.0.
1086 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1147 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
10871148 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1088 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1149 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
10891150 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
10901151 ;;
10911152
10941155
10951156 if test -n "$ac_prev"; then
10961157 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1097 { echo "$as_me: error: missing argument to $ac_option" >&2
1158 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
10981159 { (exit 1); exit 1; }; }
10991160 fi
11001161
1101 # Be sure to have absolute directory names.
1162 if test -n "$ac_unrecognized_opts"; then
1163 case $enable_option_checking in
1164 no) ;;
1165 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1166 { (exit 1); exit 1; }; } ;;
1167 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1168 esac
1169 fi
1170
1171 # Check all directory arguments for consistency.
11021172 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11031173 datadir sysconfdir sharedstatedir localstatedir includedir \
11041174 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
11051175 libdir localedir mandir
11061176 do
11071177 eval ac_val=\$$ac_var
1178 # Remove trailing slashes.
1179 case $ac_val in
1180 */ )
1181 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1182 eval $ac_var=\$ac_val;;
1183 esac
1184 # Be sure to have absolute directory names.
11081185 case $ac_val in
11091186 [\\/$]* | ?:[\\/]* ) continue;;
11101187 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
11111188 esac
1112 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1189 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
11131190 { (exit 1); exit 1; }; }
11141191 done
11151192
11241201 if test "x$host_alias" != x; then
11251202 if test "x$build_alias" = x; then
11261203 cross_compiling=maybe
1127 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1204 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
11281205 If a cross compiler is detected then cross compile mode will be used." >&2
11291206 elif test "x$build_alias" != "x$host_alias"; then
11301207 cross_compiling=yes
11401217 ac_pwd=`pwd` && test -n "$ac_pwd" &&
11411218 ac_ls_di=`ls -di .` &&
11421219 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1143 { echo "$as_me: error: Working directory cannot be determined" >&2
1220 { $as_echo "$as_me: error: working directory cannot be determined" >&2
11441221 { (exit 1); exit 1; }; }
11451222 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1146 { echo "$as_me: error: pwd does not report name of working directory" >&2
1223 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
11471224 { (exit 1); exit 1; }; }
11481225
11491226
11511228 if test -z "$srcdir"; then
11521229 ac_srcdir_defaulted=yes
11531230 # Try the directory containing this script, then the parent directory.
1154 ac_confdir=`$as_dirname -- "$0" ||
1155 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1156 X"$0" : 'X\(//\)[^/]' \| \
1157 X"$0" : 'X\(//\)$' \| \
1158 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1159 echo X"$0" |
1231 ac_confdir=`$as_dirname -- "$as_myself" ||
1232 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1233 X"$as_myself" : 'X\(//\)[^/]' \| \
1234 X"$as_myself" : 'X\(//\)$' \| \
1235 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1236 $as_echo X"$as_myself" |
11601237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11611238 s//\1/
11621239 q
11831260 fi
11841261 if test ! -r "$srcdir/$ac_unique_file"; then
11851262 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1186 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1263 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
11871264 { (exit 1); exit 1; }; }
11881265 fi
11891266 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
11901267 ac_abs_confdir=`(
1191 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1268 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
11921269 { (exit 1); exit 1; }; }
11931270 pwd)`
11941271 # When building in place, set srcdir=.
12371314
12381315 Installation directories:
12391316 --prefix=PREFIX install architecture-independent files in PREFIX
1240 [$ac_default_prefix]
1317 [$ac_default_prefix]
12411318 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1242 [PREFIX]
1319 [PREFIX]
12431320
12441321 By default, \`make install' will install all the files in
12451322 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
12491326 For better control, use the options below.
12501327
12511328 Fine tuning of the installation directories:
1252 --bindir=DIR user executables [EPREFIX/bin]
1253 --sbindir=DIR system admin executables [EPREFIX/sbin]
1254 --libexecdir=DIR program executables [EPREFIX/libexec]
1255 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1256 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1257 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1258 --libdir=DIR object code libraries [EPREFIX/lib]
1259 --includedir=DIR C header files [PREFIX/include]
1260 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1261 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1262 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1263 --infodir=DIR info documentation [DATAROOTDIR/info]
1264 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1265 --mandir=DIR man documentation [DATAROOTDIR/man]
1266 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1267 --htmldir=DIR html documentation [DOCDIR]
1268 --dvidir=DIR dvi documentation [DOCDIR]
1269 --pdfdir=DIR pdf documentation [DOCDIR]
1270 --psdir=DIR ps documentation [DOCDIR]
1329 --bindir=DIR user executables [EPREFIX/bin]
1330 --sbindir=DIR system admin executables [EPREFIX/sbin]
1331 --libexecdir=DIR program executables [EPREFIX/libexec]
1332 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1333 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1334 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1335 --libdir=DIR object code libraries [EPREFIX/lib]
1336 --includedir=DIR C header files [PREFIX/include]
1337 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1338 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1339 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1340 --infodir=DIR info documentation [DATAROOTDIR/info]
1341 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1342 --mandir=DIR man documentation [DATAROOTDIR/man]
1343 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1344 --htmldir=DIR html documentation [DOCDIR]
1345 --dvidir=DIR dvi documentation [DOCDIR]
1346 --pdfdir=DIR pdf documentation [DOCDIR]
1347 --psdir=DIR ps documentation [DOCDIR]
12711348 _ACEOF
12721349
12731350 cat <<\_ACEOF
12841361 cat <<\_ACEOF
12851362
12861363 Optional Features:
1364 --disable-option-checking ignore unrecognized --enable/--with options
12871365 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
12881366 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
12891367 --disable-dependency-tracking speeds up one-time build
13121390 if test "$ac_init_help" = "recursive"; then
13131391 # If there are subdirs, report their specific --help.
13141392 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1315 test -d "$ac_dir" || continue
1393 test -d "$ac_dir" ||
1394 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1395 continue
13161396 ac_builddir=.
13171397
13181398 case "$ac_dir" in
13191399 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13201400 *)
1321 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1401 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13221402 # A ".." for each directory in $ac_dir_suffix.
1323 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1403 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13241404 case $ac_top_builddir_sub in
13251405 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13261406 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13561436 echo &&
13571437 $SHELL "$ac_srcdir/configure" --help=recursive
13581438 else
1359 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1439 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
13601440 fi || ac_status=$?
13611441 cd "$ac_pwd" || { ac_status=$?; break; }
13621442 done
13661446 if $ac_init_version; then
13671447 cat <<\_ACEOF
13681448 configure
1369 generated by GNU Autoconf 2.61
1449 generated by GNU Autoconf 2.63
13701450
13711451 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1372 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1452 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13731453 This configure script is free software; the Free Software Foundation
13741454 gives unlimited permission to copy, distribute and modify it.
13751455 _ACEOF
13801460 running configure, to aid debugging if configure makes a mistake.
13811461
13821462 It was created by $as_me, which was
1383 generated by GNU Autoconf 2.61. Invocation command line was
1463 generated by GNU Autoconf 2.63. Invocation command line was
13841464
13851465 $ $0 $@
13861466
14161496 do
14171497 IFS=$as_save_IFS
14181498 test -z "$as_dir" && as_dir=.
1419 echo "PATH: $as_dir"
1499 $as_echo "PATH: $as_dir"
14201500 done
14211501 IFS=$as_save_IFS
14221502
14511531 | -silent | --silent | --silen | --sile | --sil)
14521532 continue ;;
14531533 *\'*)
1454 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1534 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
14551535 esac
14561536 case $ac_pass in
14571537 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
15031583 case $ac_val in #(
15041584 *${as_nl}*)
15051585 case $ac_var in #(
1506 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1507 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1586 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1587 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15081588 esac
15091589 case $ac_var in #(
15101590 _ | IFS | as_nl) ;; #(
1591 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15111592 *) $as_unset $ac_var ;;
15121593 esac ;;
15131594 esac
15371618 do
15381619 eval ac_val=\$$ac_var
15391620 case $ac_val in
1540 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1621 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
15411622 esac
1542 echo "$ac_var='\''$ac_val'\''"
1623 $as_echo "$ac_var='\''$ac_val'\''"
15431624 done | sort
15441625 echo
15451626
15541635 do
15551636 eval ac_val=\$$ac_var
15561637 case $ac_val in
1557 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1638 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
15581639 esac
1559 echo "$ac_var='\''$ac_val'\''"
1640 $as_echo "$ac_var='\''$ac_val'\''"
15601641 done | sort
15611642 echo
15621643 fi
15721653 echo
15731654 fi
15741655 test "$ac_signal" != 0 &&
1575 echo "$as_me: caught signal $ac_signal"
1576 echo "$as_me: exit $exit_status"
1656 $as_echo "$as_me: caught signal $ac_signal"
1657 $as_echo "$as_me: exit $exit_status"
15771658 } >&5
15781659 rm -f core *.core core.conftest.* &&
15791660 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
16151696
16161697
16171698 # Let the site file select an alternate cache file if it wants to.
1618 # Prefer explicitly selected file to automatically selected ones.
1699 # Prefer an explicitly selected file to automatically selected ones.
1700 ac_site_file1=NONE
1701 ac_site_file2=NONE
16191702 if test -n "$CONFIG_SITE"; then
1620 set x "$CONFIG_SITE"
1703 ac_site_file1=$CONFIG_SITE
16211704 elif test "x$prefix" != xNONE; then
1622 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1623 else
1624 set x "$ac_default_prefix/share/config.site" \
1625 "$ac_default_prefix/etc/config.site"
1626 fi
1627 shift
1628 for ac_site_file
1705 ac_site_file1=$prefix/share/config.site
1706 ac_site_file2=$prefix/etc/config.site
1707 else
1708 ac_site_file1=$ac_default_prefix/share/config.site
1709 ac_site_file2=$ac_default_prefix/etc/config.site
1710 fi
1711 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
16291712 do
1713 test "x$ac_site_file" = xNONE && continue
16301714 if test -r "$ac_site_file"; then
1631 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1632 echo "$as_me: loading site script $ac_site_file" >&6;}
1715 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1716 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
16331717 sed 's/^/| /' "$ac_site_file" >&5
16341718 . "$ac_site_file"
16351719 fi
16391723 # Some versions of bash will fail to source /dev/null (special
16401724 # files actually), so we avoid doing that.
16411725 if test -f "$cache_file"; then
1642 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1643 echo "$as_me: loading cache $cache_file" >&6;}
1726 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1727 $as_echo "$as_me: loading cache $cache_file" >&6;}
16441728 case $cache_file in
16451729 [\\/]* | ?:[\\/]* ) . "$cache_file";;
16461730 *) . "./$cache_file";;
16471731 esac
16481732 fi
16491733 else
1650 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1651 echo "$as_me: creating cache $cache_file" >&6;}
1734 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1735 $as_echo "$as_me: creating cache $cache_file" >&6;}
16521736 >$cache_file
16531737 fi
16541738
16621746 eval ac_new_val=\$ac_env_${ac_var}_value
16631747 case $ac_old_set,$ac_new_set in
16641748 set,)
1665 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1666 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1749 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1750 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
16671751 ac_cache_corrupted=: ;;
16681752 ,set)
1669 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1670 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1753 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1754 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
16711755 ac_cache_corrupted=: ;;
16721756 ,);;
16731757 *)
16741758 if test "x$ac_old_val" != "x$ac_new_val"; then
1675 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1676 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1677 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1678 echo "$as_me: former value: $ac_old_val" >&2;}
1679 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1680 echo "$as_me: current value: $ac_new_val" >&2;}
1681 ac_cache_corrupted=:
1759 # differences in whitespace do not lead to failure.
1760 ac_old_val_w=`echo x $ac_old_val`
1761 ac_new_val_w=`echo x $ac_new_val`
1762 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1763 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1764 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1765 ac_cache_corrupted=:
1766 else
1767 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1768 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1769 eval $ac_var=\$ac_old_val
1770 fi
1771 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1772 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1773 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1774 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
16821775 fi;;
16831776 esac
16841777 # Pass precious variables to config.status.
16851778 if test "$ac_new_set" = set; then
16861779 case $ac_new_val in
1687 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1780 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
16881781 *) ac_arg=$ac_var=$ac_new_val ;;
16891782 esac
16901783 case " $ac_configure_args " in
16941787 fi
16951788 done
16961789 if $ac_cache_corrupted; then
1697 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1698 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1699 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1700 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1790 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1791 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1792 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1793 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1794 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1795 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
17011796 { (exit 1); exit 1; }; }
17021797 fi
17031798
17451840 fi
17461841 done
17471842 if test -z "$ac_aux_dir"; then
1748 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1749 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1843 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1844 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
17501845 { (exit 1); exit 1; }; }
17511846 fi
17521847
17721867 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
17731868 # OS/2's system install, which has a completely different semantic
17741869 # ./install, which can be erroneously created by make from ./install.sh.
1775 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1776 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1870 # Reject install programs that cannot install multiple files.
1871 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1872 $as_echo_n "checking for a BSD-compatible install... " >&6; }
17771873 if test -z "$INSTALL"; then
17781874 if test "${ac_cv_path_install+set}" = set; then
1779 echo $ECHO_N "(cached) $ECHO_C" >&6
1875 $as_echo_n "(cached) " >&6
17801876 else
17811877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17821878 for as_dir in $PATH
18051901 # program-specific install script used by HP pwplus--don't use.
18061902 :
18071903 else
1808 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1809 break 3
1904 rm -rf conftest.one conftest.two conftest.dir
1905 echo one > conftest.one
1906 echo two > conftest.two
1907 mkdir conftest.dir
1908 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1909 test -s conftest.one && test -s conftest.two &&
1910 test -s conftest.dir/conftest.one &&
1911 test -s conftest.dir/conftest.two
1912 then
1913 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1914 break 3
1915 fi
18101916 fi
18111917 fi
18121918 done
18131919 done
18141920 ;;
18151921 esac
1922
18161923 done
18171924 IFS=$as_save_IFS
18181925
1926 rm -rf conftest.one conftest.two conftest.dir
18191927
18201928 fi
18211929 if test "${ac_cv_path_install+set}" = set; then
18281936 INSTALL=$ac_install_sh
18291937 fi
18301938 fi
1831 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1832 echo "${ECHO_T}$INSTALL" >&6; }
1939 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
1940 $as_echo "$INSTALL" >&6; }
18331941
18341942 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
18351943 # It thinks the first close brace ends the variable substitution.
18391947
18401948 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
18411949
1842 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1843 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1950 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1951 $as_echo_n "checking whether build environment is sane... " >&6; }
18441952 # Just in case
18451953 sleep 1
18461954 echo timestamp > conftest.file
18631971 # if, for instance, CONFIG_SHELL is bash and it inherits a
18641972 # broken ls alias from the environment. This has actually
18651973 # happened. Such a system could not be considered "sane".
1866 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1974 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
18671975 alias in your environment" >&5
1868 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1976 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
18691977 alias in your environment" >&2;}
18701978 { (exit 1); exit 1; }; }
18711979 fi
18761984 # Ok.
18771985 :
18781986 else
1879 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1987 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
18801988 Check your system clock" >&5
1881 echo "$as_me: error: newly created file is older than distributed files!
1989 $as_echo "$as_me: error: newly created file is older than distributed files!
18821990 Check your system clock" >&2;}
18831991 { (exit 1); exit 1; }; }
18841992 fi
1885 { echo "$as_me:$LINENO: result: yes" >&5
1886 echo "${ECHO_T}yes" >&6; }
1993 { $as_echo "$as_me:$LINENO: result: yes" >&5
1994 $as_echo "yes" >&6; }
18871995 test "$program_prefix" != NONE &&
18881996 program_transform_name="s&^&$program_prefix&;$program_transform_name"
18891997 # Use a double $ so make ignores it.
18901998 test "$program_suffix" != NONE &&
18911999 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1892 # Double any \ or $. echo might interpret backslashes.
2000 # Double any \ or $.
18932001 # By default was `s,x,x', remove it if useless.
1894 cat <<\_ACEOF >conftest.sed
1895 s/[\\$]/&&/g;s/;s,x,x,$//
1896 _ACEOF
1897 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1898 rm -f conftest.sed
2002 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2003 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
18992004
19002005 # expand $ac_aux_dir to an absolute path
19012006 am_aux_dir=`cd $ac_aux_dir && pwd`
19062011 am_missing_run="$MISSING --run "
19072012 else
19082013 am_missing_run=
1909 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1910 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1911 fi
1912
1913 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1914 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
2014 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2015 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2016 fi
2017
2018 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2019 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
19152020 if test -z "$MKDIR_P"; then
19162021 if test "${ac_cv_path_mkdir+set}" = set; then
1917 echo $ECHO_N "(cached) $ECHO_C" >&6
2022 $as_echo_n "(cached) " >&6
19182023 else
19192024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19202025 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
19492054 MKDIR_P="$ac_install_sh -d"
19502055 fi
19512056 fi
1952 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1953 echo "${ECHO_T}$MKDIR_P" >&6; }
2057 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2058 $as_echo "$MKDIR_P" >&6; }
19542059
19552060 mkdir_p="$MKDIR_P"
19562061 case $mkdir_p in
19622067 do
19632068 # Extract the first word of "$ac_prog", so it can be a program name with args.
19642069 set dummy $ac_prog; ac_word=$2
1965 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2070 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2071 $as_echo_n "checking for $ac_word... " >&6; }
19672072 if test "${ac_cv_prog_AWK+set}" = set; then
1968 echo $ECHO_N "(cached) $ECHO_C" >&6
2073 $as_echo_n "(cached) " >&6
19692074 else
19702075 if test -n "$AWK"; then
19712076 ac_cv_prog_AWK="$AWK" # Let the user override the test.
19782083 for ac_exec_ext in '' $ac_executable_extensions; do
19792084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19802085 ac_cv_prog_AWK="$ac_prog"
1981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2086 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19822087 break 2
19832088 fi
19842089 done
19892094 fi
19902095 AWK=$ac_cv_prog_AWK
19912096 if test -n "$AWK"; then
1992 { echo "$as_me:$LINENO: result: $AWK" >&5
1993 echo "${ECHO_T}$AWK" >&6; }
1994 else
1995 { echo "$as_me:$LINENO: result: no" >&5
1996 echo "${ECHO_T}no" >&6; }
2097 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2098 $as_echo "$AWK" >&6; }
2099 else
2100 { $as_echo "$as_me:$LINENO: result: no" >&5
2101 $as_echo "no" >&6; }
19972102 fi
19982103
19992104
20002105 test -n "$AWK" && break
20012106 done
20022107
2003 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2004 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2005 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2108 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2109 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2110 set x ${MAKE-make}
2111 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
20062112 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2007 echo $ECHO_N "(cached) $ECHO_C" >&6
2113 $as_echo_n "(cached) " >&6
20082114 else
20092115 cat >conftest.make <<\_ACEOF
20102116 SHELL = /bin/sh
20212127 rm -f conftest.make
20222128 fi
20232129 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2024 { echo "$as_me:$LINENO: result: yes" >&5
2025 echo "${ECHO_T}yes" >&6; }
2130 { $as_echo "$as_me:$LINENO: result: yes" >&5
2131 $as_echo "yes" >&6; }
20262132 SET_MAKE=
20272133 else
2028 { echo "$as_me:$LINENO: result: no" >&5
2029 echo "${ECHO_T}no" >&6; }
2134 { $as_echo "$as_me:$LINENO: result: no" >&5
2135 $as_echo "no" >&6; }
20302136 SET_MAKE="MAKE=${MAKE-make}"
20312137 fi
20322138
20452151 am__isrc=' -I$(srcdir)'
20462152 # test to see if srcdir already configured
20472153 if test -f $srcdir/config.status; then
2048 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2049 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2154 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2155 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
20502156 { (exit 1); exit 1; }; }
20512157 fi
20522158 fi
20632169
20642170 # Define the identity of the package.
20652171 PACKAGE=squidview
2066 VERSION=0.72
2172 VERSION=0.73
20672173
20682174
20692175 cat >>confdefs.h <<_ACEOF
21012207 if test -n "$ac_tool_prefix"; then
21022208 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
21032209 set dummy ${ac_tool_prefix}strip; ac_word=$2
2104 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2105 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2210 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2211 $as_echo_n "checking for $ac_word... " >&6; }
21062212 if test "${ac_cv_prog_STRIP+set}" = set; then
2107 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 $as_echo_n "(cached) " >&6
21082214 else
21092215 if test -n "$STRIP"; then
21102216 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
21172223 for ac_exec_ext in '' $ac_executable_extensions; do
21182224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21192225 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2120 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2226 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21212227 break 2
21222228 fi
21232229 done
21282234 fi
21292235 STRIP=$ac_cv_prog_STRIP
21302236 if test -n "$STRIP"; then
2131 { echo "$as_me:$LINENO: result: $STRIP" >&5
2132 echo "${ECHO_T}$STRIP" >&6; }
2133 else
2134 { echo "$as_me:$LINENO: result: no" >&5
2135 echo "${ECHO_T}no" >&6; }
2237 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2238 $as_echo "$STRIP" >&6; }
2239 else
2240 { $as_echo "$as_me:$LINENO: result: no" >&5
2241 $as_echo "no" >&6; }
21362242 fi
21372243
21382244
21412247 ac_ct_STRIP=$STRIP
21422248 # Extract the first word of "strip", so it can be a program name with args.
21432249 set dummy strip; ac_word=$2
2144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2251 $as_echo_n "checking for $ac_word... " >&6; }
21462252 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2253 $as_echo_n "(cached) " >&6
21482254 else
21492255 if test -n "$ac_ct_STRIP"; then
21502256 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
21572263 for ac_exec_ext in '' $ac_executable_extensions; do
21582264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21592265 ac_cv_prog_ac_ct_STRIP="strip"
2160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2266 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21612267 break 2
21622268 fi
21632269 done
21682274 fi
21692275 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
21702276 if test -n "$ac_ct_STRIP"; then
2171 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2172 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2173 else
2174 { echo "$as_me:$LINENO: result: no" >&5
2175 echo "${ECHO_T}no" >&6; }
2277 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2278 $as_echo "$ac_ct_STRIP" >&6; }
2279 else
2280 { $as_echo "$as_me:$LINENO: result: no" >&5
2281 $as_echo "no" >&6; }
21762282 fi
21772283
21782284 if test "x$ac_ct_STRIP" = x; then
21802286 else
21812287 case $cross_compiling:$ac_tool_warned in
21822288 yes:)
2183 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2184 whose name does not start with the host triplet. If you think this
2185 configuration is useful to you, please write to autoconf@gnu.org." >&5
2186 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2187 whose name does not start with the host triplet. If you think this
2188 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2289 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21892291 ac_tool_warned=yes ;;
21902292 esac
21912293 STRIP=$ac_ct_STRIP
22232325 do
22242326 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
22252327 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2226 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2227 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2328 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2329 $as_echo_n "checking for $ac_word... " >&6; }
22282330 if test "${ac_cv_prog_CXX+set}" = set; then
2229 echo $ECHO_N "(cached) $ECHO_C" >&6
2331 $as_echo_n "(cached) " >&6
22302332 else
22312333 if test -n "$CXX"; then
22322334 ac_cv_prog_CXX="$CXX" # Let the user override the test.
22392341 for ac_exec_ext in '' $ac_executable_extensions; do
22402342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22412343 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2242 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2344 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22432345 break 2
22442346 fi
22452347 done
22502352 fi
22512353 CXX=$ac_cv_prog_CXX
22522354 if test -n "$CXX"; then
2253 { echo "$as_me:$LINENO: result: $CXX" >&5
2254 echo "${ECHO_T}$CXX" >&6; }
2255 else
2256 { echo "$as_me:$LINENO: result: no" >&5
2257 echo "${ECHO_T}no" >&6; }
2355 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
2356 $as_echo "$CXX" >&6; }
2357 else
2358 { $as_echo "$as_me:$LINENO: result: no" >&5
2359 $as_echo "no" >&6; }
22582360 fi
22592361
22602362
22672369 do
22682370 # Extract the first word of "$ac_prog", so it can be a program name with args.
22692371 set dummy $ac_prog; ac_word=$2
2270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2372 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2373 $as_echo_n "checking for $ac_word... " >&6; }
22722374 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2273 echo $ECHO_N "(cached) $ECHO_C" >&6
2375 $as_echo_n "(cached) " >&6
22742376 else
22752377 if test -n "$ac_ct_CXX"; then
22762378 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
22832385 for ac_exec_ext in '' $ac_executable_extensions; do
22842386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22852387 ac_cv_prog_ac_ct_CXX="$ac_prog"
2286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2388 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22872389 break 2
22882390 fi
22892391 done
22942396 fi
22952397 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
22962398 if test -n "$ac_ct_CXX"; then
2297 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2298 echo "${ECHO_T}$ac_ct_CXX" >&6; }
2299 else
2300 { echo "$as_me:$LINENO: result: no" >&5
2301 echo "${ECHO_T}no" >&6; }
2399 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2400 $as_echo "$ac_ct_CXX" >&6; }
2401 else
2402 { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
23022404 fi
23032405
23042406
23102412 else
23112413 case $cross_compiling:$ac_tool_warned in
23122414 yes:)
2313 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2314 whose name does not start with the host triplet. If you think this
2315 configuration is useful to you, please write to autoconf@gnu.org." >&5
2316 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2317 whose name does not start with the host triplet. If you think this
2318 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2415 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2416 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23192417 ac_tool_warned=yes ;;
23202418 esac
23212419 CXX=$ac_ct_CXX
23252423 fi
23262424 fi
23272425 # Provide some information about the compiler.
2328 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
2329 ac_compiler=`set X $ac_compile; echo $2`
2426 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
2427 set X $ac_compile
2428 ac_compiler=$2
23302429 { (ac_try="$ac_compiler --version >&5"
23312430 case "(($ac_try" in
23322431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23332432 *) ac_try_echo=$ac_try;;
23342433 esac
2335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2435 $as_echo "$ac_try_echo") >&5
23362436 (eval "$ac_compiler --version >&5") 2>&5
23372437 ac_status=$?
2338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23392439 (exit $ac_status); }
23402440 { (ac_try="$ac_compiler -v >&5"
23412441 case "(($ac_try" in
23422442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23432443 *) ac_try_echo=$ac_try;;
23442444 esac
2345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2446 $as_echo "$ac_try_echo") >&5
23462447 (eval "$ac_compiler -v >&5") 2>&5
23472448 ac_status=$?
2348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23492450 (exit $ac_status); }
23502451 { (ac_try="$ac_compiler -V >&5"
23512452 case "(($ac_try" in
23522453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23532454 *) ac_try_echo=$ac_try;;
23542455 esac
2355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2457 $as_echo "$ac_try_echo") >&5
23562458 (eval "$ac_compiler -V >&5") 2>&5
23572459 ac_status=$?
2358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23592461 (exit $ac_status); }
23602462
23612463 cat >conftest.$ac_ext <<_ACEOF
23742476 }
23752477 _ACEOF
23762478 ac_clean_files_save=$ac_clean_files
2377 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2479 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
23782480 # Try to create an executable without -o first, disregard a.out.
23792481 # It will help us diagnose broken compilers, and finding out an intuition
23802482 # of exeext.
2381 { echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
2382 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; }
2383 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2384 #
2385 # List of possible output files, starting from the most likely.
2386 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2387 # only as a last resort. b.out is created by i960 compilers.
2388 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2389 #
2390 # The IRIX 6 linker writes into existing files which may not be
2391 # executable, retaining their permissions. Remove them first so a
2392 # subsequent execution test works.
2483 { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
2484 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
2485 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2486
2487 # The possible output files:
2488 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2489
23932490 ac_rmfiles=
23942491 for ac_file in $ac_files
23952492 do
23962493 case $ac_file in
2397 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2494 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
23982495 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
23992496 esac
24002497 done
24052502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24062503 *) ac_try_echo=$ac_try;;
24072504 esac
2408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2506 $as_echo "$ac_try_echo") >&5
24092507 (eval "$ac_link_default") 2>&5
24102508 ac_status=$?
2411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24122510 (exit $ac_status); }; then
24132511 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
24142512 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
24192517 do
24202518 test -f "$ac_file" || continue
24212519 case $ac_file in
2422 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2520 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
24232521 ;;
24242522 [ab].out )
24252523 # We found the default executable, but exeext='' is most
24462544 ac_file=''
24472545 fi
24482546
2449 { echo "$as_me:$LINENO: result: $ac_file" >&5
2450 echo "${ECHO_T}$ac_file" >&6; }
2547 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2548 $as_echo "$ac_file" >&6; }
24512549 if test -z "$ac_file"; then
2452 echo "$as_me: failed program was:" >&5
2550 $as_echo "$as_me: failed program was:" >&5
24532551 sed 's/^/| /' conftest.$ac_ext >&5
24542552
2455 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
2553 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2554 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2555 { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables
24562556 See \`config.log' for more details." >&5
2457 echo "$as_me: error: C++ compiler cannot create executables
2557 $as_echo "$as_me: error: C++ compiler cannot create executables
24582558 See \`config.log' for more details." >&2;}
2459 { (exit 77); exit 77; }; }
2559 { (exit 77); exit 77; }; }; }
24602560 fi
24612561
24622562 ac_exeext=$ac_cv_exeext
24632563
24642564 # Check that the compiler produces executables we can run. If not, either
24652565 # the compiler is broken, or we cross compile.
2466 { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2467 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; }
2566 { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2567 $as_echo_n "checking whether the C++ compiler works... " >&6; }
24682568 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
24692569 # If not cross compiling, check that we can run a simple program.
24702570 if test "$cross_compiling" != yes; then
24732573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24742574 *) ac_try_echo=$ac_try;;
24752575 esac
2476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2577 $as_echo "$ac_try_echo") >&5
24772578 (eval "$ac_try") 2>&5
24782579 ac_status=$?
2479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24802581 (exit $ac_status); }; }; then
24812582 cross_compiling=no
24822583 else
24832584 if test "$cross_compiling" = maybe; then
24842585 cross_compiling=yes
24852586 else
2486 { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
2587 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2588 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2589 { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
24872590 If you meant to cross compile, use \`--host'.
24882591 See \`config.log' for more details." >&5
2489 echo "$as_me: error: cannot run C++ compiled programs.
2592 $as_echo "$as_me: error: cannot run C++ compiled programs.
24902593 If you meant to cross compile, use \`--host'.
24912594 See \`config.log' for more details." >&2;}
2492 { (exit 1); exit 1; }; }
2595 { (exit 1); exit 1; }; }; }
24932596 fi
24942597 fi
24952598 fi
2496 { echo "$as_me:$LINENO: result: yes" >&5
2497 echo "${ECHO_T}yes" >&6; }
2498
2499 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2599 { $as_echo "$as_me:$LINENO: result: yes" >&5
2600 $as_echo "yes" >&6; }
2601
2602 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
25002603 ac_clean_files=$ac_clean_files_save
25012604 # Check that the compiler produces executables we can run. If not, either
25022605 # the compiler is broken, or we cross compile.
2503 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2504 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2505 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2506 echo "${ECHO_T}$cross_compiling" >&6; }
2507
2508 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2509 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2606 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2607 $as_echo_n "checking whether we are cross compiling... " >&6; }
2608 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2609 $as_echo "$cross_compiling" >&6; }
2610
2611 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2612 $as_echo_n "checking for suffix of executables... " >&6; }
25102613 if { (ac_try="$ac_link"
25112614 case "(($ac_try" in
25122615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25132616 *) ac_try_echo=$ac_try;;
25142617 esac
2515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2619 $as_echo "$ac_try_echo") >&5
25162620 (eval "$ac_link") 2>&5
25172621 ac_status=$?
2518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25192623 (exit $ac_status); }; then
25202624 # If both `conftest.exe' and `conftest' are `present' (well, observable)
25212625 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
25242628 for ac_file in conftest.exe conftest conftest.*; do
25252629 test -f "$ac_file" || continue
25262630 case $ac_file in
2527 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2631 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
25282632 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
25292633 break;;
25302634 * ) break;;
25312635 esac
25322636 done
25332637 else
2534 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2638 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2639 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2640 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
25352641 See \`config.log' for more details." >&5
2536 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2642 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
25372643 See \`config.log' for more details." >&2;}
2538 { (exit 1); exit 1; }; }
2644 { (exit 1); exit 1; }; }; }
25392645 fi
25402646
25412647 rm -f conftest$ac_cv_exeext
2542 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2543 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2648 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2649 $as_echo "$ac_cv_exeext" >&6; }
25442650
25452651 rm -f conftest.$ac_ext
25462652 EXEEXT=$ac_cv_exeext
25472653 ac_exeext=$EXEEXT
2548 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2549 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2654 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2655 $as_echo_n "checking for suffix of object files... " >&6; }
25502656 if test "${ac_cv_objext+set}" = set; then
2551 echo $ECHO_N "(cached) $ECHO_C" >&6
2657 $as_echo_n "(cached) " >&6
25522658 else
25532659 cat >conftest.$ac_ext <<_ACEOF
25542660 /* confdefs.h. */
25712677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25722678 *) ac_try_echo=$ac_try;;
25732679 esac
2574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2681 $as_echo "$ac_try_echo") >&5
25752682 (eval "$ac_compile") 2>&5
25762683 ac_status=$?
2577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25782685 (exit $ac_status); }; then
25792686 for ac_file in conftest.o conftest.obj conftest.*; do
25802687 test -f "$ac_file" || continue;
25812688 case $ac_file in
2582 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2689 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
25832690 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
25842691 break;;
25852692 esac
25862693 done
25872694 else
2588 echo "$as_me: failed program was:" >&5
2695 $as_echo "$as_me: failed program was:" >&5
25892696 sed 's/^/| /' conftest.$ac_ext >&5
25902697
2591 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2698 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2699 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2700 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
25922701 See \`config.log' for more details." >&5
2593 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2702 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
25942703 See \`config.log' for more details." >&2;}
2595 { (exit 1); exit 1; }; }
2704 { (exit 1); exit 1; }; }; }
25962705 fi
25972706
25982707 rm -f conftest.$ac_cv_objext conftest.$ac_ext
25992708 fi
2600 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2601 echo "${ECHO_T}$ac_cv_objext" >&6; }
2709 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2710 $as_echo "$ac_cv_objext" >&6; }
26022711 OBJEXT=$ac_cv_objext
26032712 ac_objext=$OBJEXT
2604 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2605 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
2713 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2714 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
26062715 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2607 echo $ECHO_N "(cached) $ECHO_C" >&6
2716 $as_echo_n "(cached) " >&6
26082717 else
26092718 cat >conftest.$ac_ext <<_ACEOF
26102719 /* confdefs.h. */
26302739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26312740 *) ac_try_echo=$ac_try;;
26322741 esac
2633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2743 $as_echo "$ac_try_echo") >&5
26342744 (eval "$ac_compile") 2>conftest.er1
26352745 ac_status=$?
26362746 grep -v '^ *+' conftest.er1 >conftest.err
26372747 rm -f conftest.er1
26382748 cat conftest.err >&5
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26402750 (exit $ac_status); } && {
26412751 test -z "$ac_cxx_werror_flag" ||
26422752 test ! -s conftest.err
26432753 } && test -s conftest.$ac_objext; then
26442754 ac_compiler_gnu=yes
26452755 else
2646 echo "$as_me: failed program was:" >&5
2756 $as_echo "$as_me: failed program was:" >&5
26472757 sed 's/^/| /' conftest.$ac_ext >&5
26482758
26492759 ac_compiler_gnu=no
26532763 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
26542764
26552765 fi
2656 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2657 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
2658 GXX=`test $ac_compiler_gnu = yes && echo yes`
2766 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2767 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
2768 if test $ac_compiler_gnu = yes; then
2769 GXX=yes
2770 else
2771 GXX=
2772 fi
26592773 ac_test_CXXFLAGS=${CXXFLAGS+set}
26602774 ac_save_CXXFLAGS=$CXXFLAGS
2661 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2662 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
2775 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2776 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
26632777 if test "${ac_cv_prog_cxx_g+set}" = set; then
2664 echo $ECHO_N "(cached) $ECHO_C" >&6
2778 $as_echo_n "(cached) " >&6
26652779 else
26662780 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
26672781 ac_cxx_werror_flag=yes
26882802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26892803 *) ac_try_echo=$ac_try;;
26902804 esac
2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2806 $as_echo "$ac_try_echo") >&5
26922807 (eval "$ac_compile") 2>conftest.er1
26932808 ac_status=$?
26942809 grep -v '^ *+' conftest.er1 >conftest.err
26952810 rm -f conftest.er1
26962811 cat conftest.err >&5
2697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26982813 (exit $ac_status); } && {
26992814 test -z "$ac_cxx_werror_flag" ||
27002815 test ! -s conftest.err
27012816 } && test -s conftest.$ac_objext; then
27022817 ac_cv_prog_cxx_g=yes
27032818 else
2704 echo "$as_me: failed program was:" >&5
2819 $as_echo "$as_me: failed program was:" >&5
27052820 sed 's/^/| /' conftest.$ac_ext >&5
27062821
27072822 CXXFLAGS=""
27262841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27272842 *) ac_try_echo=$ac_try;;
27282843 esac
2729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2845 $as_echo "$ac_try_echo") >&5
27302846 (eval "$ac_compile") 2>conftest.er1
27312847 ac_status=$?
27322848 grep -v '^ *+' conftest.er1 >conftest.err
27332849 rm -f conftest.er1
27342850 cat conftest.err >&5
2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27362852 (exit $ac_status); } && {
27372853 test -z "$ac_cxx_werror_flag" ||
27382854 test ! -s conftest.err
27392855 } && test -s conftest.$ac_objext; then
27402856 :
27412857 else
2742 echo "$as_me: failed program was:" >&5
2858 $as_echo "$as_me: failed program was:" >&5
27432859 sed 's/^/| /' conftest.$ac_ext >&5
27442860
27452861 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
27652881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27662882 *) ac_try_echo=$ac_try;;
27672883 esac
2768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2885 $as_echo "$ac_try_echo") >&5
27692886 (eval "$ac_compile") 2>conftest.er1
27702887 ac_status=$?
27712888 grep -v '^ *+' conftest.er1 >conftest.err
27722889 rm -f conftest.er1
27732890 cat conftest.err >&5
2774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27752892 (exit $ac_status); } && {
27762893 test -z "$ac_cxx_werror_flag" ||
27772894 test ! -s conftest.err
27782895 } && test -s conftest.$ac_objext; then
27792896 ac_cv_prog_cxx_g=yes
27802897 else
2781 echo "$as_me: failed program was:" >&5
2898 $as_echo "$as_me: failed program was:" >&5
27822899 sed 's/^/| /' conftest.$ac_ext >&5
27832900
27842901
27932910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27942911 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
27952912 fi
2796 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2797 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
2913 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2914 $as_echo "$ac_cv_prog_cxx_g" >&6; }
27982915 if test "$ac_test_CXXFLAGS" = set; then
27992916 CXXFLAGS=$ac_save_CXXFLAGS
28002917 elif test $ac_cv_prog_cxx_g = yes; then
28272944 .PHONY: am__doit
28282945 END
28292946 # If we don't find an include directive, just comment out the code.
2830 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2831 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
2947 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2948 $as_echo_n "checking for style of include used by $am_make... " >&6; }
28322949 am__include="#"
28332950 am__quote=
28342951 _am_result=none
28552972 fi
28562973
28572974
2858 { echo "$as_me:$LINENO: result: $_am_result" >&5
2859 echo "${ECHO_T}$_am_result" >&6; }
2975 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2976 $as_echo "$_am_result" >&6; }
28602977 rm -f confinc confmf
28612978
28622979 # Check whether --enable-dependency-tracking was given.
28802997
28812998 depcc="$CXX" am_compiler_list=
28822999
2883 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2884 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3000 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3001 $as_echo_n "checking dependency style of $depcc... " >&6; }
28853002 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
2886 echo $ECHO_N "(cached) $ECHO_C" >&6
3003 $as_echo_n "(cached) " >&6
28873004 else
28883005 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
28893006 # We make a subdir and do the tests there. Otherwise we can end up
29713088 fi
29723089
29733090 fi
2974 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
2975 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
3091 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3092 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
29763093 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
29773094
29783095 if
29993116 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
30003117 # OS/2's system install, which has a completely different semantic
30013118 # ./install, which can be erroneously created by make from ./install.sh.
3002 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3003 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3119 # Reject install programs that cannot install multiple files.
3120 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3121 $as_echo_n "checking for a BSD-compatible install... " >&6; }
30043122 if test -z "$INSTALL"; then
30053123 if test "${ac_cv_path_install+set}" = set; then
3006 echo $ECHO_N "(cached) $ECHO_C" >&6
3124 $as_echo_n "(cached) " >&6
30073125 else
30083126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30093127 for as_dir in $PATH
30323150 # program-specific install script used by HP pwplus--don't use.
30333151 :
30343152 else
3035 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3036 break 3
3153 rm -rf conftest.one conftest.two conftest.dir
3154 echo one > conftest.one
3155 echo two > conftest.two
3156 mkdir conftest.dir
3157 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3158 test -s conftest.one && test -s conftest.two &&
3159 test -s conftest.dir/conftest.one &&
3160 test -s conftest.dir/conftest.two
3161 then
3162 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3163 break 3
3164 fi
30373165 fi
30383166 fi
30393167 done
30403168 done
30413169 ;;
30423170 esac
3171
30433172 done
30443173 IFS=$as_save_IFS
30453174
3175 rm -rf conftest.one conftest.two conftest.dir
30463176
30473177 fi
30483178 if test "${ac_cv_path_install+set}" = set; then
30553185 INSTALL=$ac_install_sh
30563186 fi
30573187 fi
3058 { echo "$as_me:$LINENO: result: $INSTALL" >&5
3059 echo "${ECHO_T}$INSTALL" >&6; }
3188 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3189 $as_echo "$INSTALL" >&6; }
30603190
30613191 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
30623192 # It thinks the first close brace ends the variable substitution.
30753205 if test -n "$ac_tool_prefix"; then
30763206 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
30773207 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3078 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3079 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3208 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3209 $as_echo_n "checking for $ac_word... " >&6; }
30803210 if test "${ac_cv_prog_CC+set}" = set; then
3081 echo $ECHO_N "(cached) $ECHO_C" >&6
3211 $as_echo_n "(cached) " >&6
30823212 else
30833213 if test -n "$CC"; then
30843214 ac_cv_prog_CC="$CC" # Let the user override the test.
30913221 for ac_exec_ext in '' $ac_executable_extensions; do
30923222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30933223 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3094 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3224 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30953225 break 2
30963226 fi
30973227 done
31023232 fi
31033233 CC=$ac_cv_prog_CC
31043234 if test -n "$CC"; then
3105 { echo "$as_me:$LINENO: result: $CC" >&5
3106 echo "${ECHO_T}$CC" >&6; }
3107 else
3108 { echo "$as_me:$LINENO: result: no" >&5
3109 echo "${ECHO_T}no" >&6; }
3235 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3236 $as_echo "$CC" >&6; }
3237 else
3238 { $as_echo "$as_me:$LINENO: result: no" >&5
3239 $as_echo "no" >&6; }
31103240 fi
31113241
31123242
31153245 ac_ct_CC=$CC
31163246 # Extract the first word of "gcc", so it can be a program name with args.
31173247 set dummy gcc; ac_word=$2
3118 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3119 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3248 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3249 $as_echo_n "checking for $ac_word... " >&6; }
31203250 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3121 echo $ECHO_N "(cached) $ECHO_C" >&6
3251 $as_echo_n "(cached) " >&6
31223252 else
31233253 if test -n "$ac_ct_CC"; then
31243254 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
31313261 for ac_exec_ext in '' $ac_executable_extensions; do
31323262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31333263 ac_cv_prog_ac_ct_CC="gcc"
3134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3264 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31353265 break 2
31363266 fi
31373267 done
31423272 fi
31433273 ac_ct_CC=$ac_cv_prog_ac_ct_CC
31443274 if test -n "$ac_ct_CC"; then
3145 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3146 echo "${ECHO_T}$ac_ct_CC" >&6; }
3147 else
3148 { echo "$as_me:$LINENO: result: no" >&5
3149 echo "${ECHO_T}no" >&6; }
3275 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3276 $as_echo "$ac_ct_CC" >&6; }
3277 else
3278 { $as_echo "$as_me:$LINENO: result: no" >&5
3279 $as_echo "no" >&6; }
31503280 fi
31513281
31523282 if test "x$ac_ct_CC" = x; then
31543284 else
31553285 case $cross_compiling:$ac_tool_warned in
31563286 yes:)
3157 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3158 whose name does not start with the host triplet. If you think this
3159 configuration is useful to you, please write to autoconf@gnu.org." >&5
3160 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3161 whose name does not start with the host triplet. If you think this
3162 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3287 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3288 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
31633289 ac_tool_warned=yes ;;
31643290 esac
31653291 CC=$ac_ct_CC
31723298 if test -n "$ac_tool_prefix"; then
31733299 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
31743300 set dummy ${ac_tool_prefix}cc; ac_word=$2
3175 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3176 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3301 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3302 $as_echo_n "checking for $ac_word... " >&6; }
31773303 if test "${ac_cv_prog_CC+set}" = set; then
3178 echo $ECHO_N "(cached) $ECHO_C" >&6
3304 $as_echo_n "(cached) " >&6
31793305 else
31803306 if test -n "$CC"; then
31813307 ac_cv_prog_CC="$CC" # Let the user override the test.
31883314 for ac_exec_ext in '' $ac_executable_extensions; do
31893315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31903316 ac_cv_prog_CC="${ac_tool_prefix}cc"
3191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3317 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31923318 break 2
31933319 fi
31943320 done
31993325 fi
32003326 CC=$ac_cv_prog_CC
32013327 if test -n "$CC"; then
3202 { echo "$as_me:$LINENO: result: $CC" >&5
3203 echo "${ECHO_T}$CC" >&6; }
3204 else
3205 { echo "$as_me:$LINENO: result: no" >&5
3206 echo "${ECHO_T}no" >&6; }
3328 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3329 $as_echo "$CC" >&6; }
3330 else
3331 { $as_echo "$as_me:$LINENO: result: no" >&5
3332 $as_echo "no" >&6; }
32073333 fi
32083334
32093335
32123338 if test -z "$CC"; then
32133339 # Extract the first word of "cc", so it can be a program name with args.
32143340 set dummy cc; ac_word=$2
3215 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3216 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3341 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3342 $as_echo_n "checking for $ac_word... " >&6; }
32173343 if test "${ac_cv_prog_CC+set}" = set; then
3218 echo $ECHO_N "(cached) $ECHO_C" >&6
3344 $as_echo_n "(cached) " >&6
32193345 else
32203346 if test -n "$CC"; then
32213347 ac_cv_prog_CC="$CC" # Let the user override the test.
32333359 continue
32343360 fi
32353361 ac_cv_prog_CC="cc"
3236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3362 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32373363 break 2
32383364 fi
32393365 done
32563382 fi
32573383 CC=$ac_cv_prog_CC
32583384 if test -n "$CC"; then
3259 { echo "$as_me:$LINENO: result: $CC" >&5
3260 echo "${ECHO_T}$CC" >&6; }
3261 else
3262 { echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6; }
3385 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3386 $as_echo "$CC" >&6; }
3387 else
3388 { $as_echo "$as_me:$LINENO: result: no" >&5
3389 $as_echo "no" >&6; }
32643390 fi
32653391
32663392
32713397 do
32723398 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
32733399 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3274 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3400 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3401 $as_echo_n "checking for $ac_word... " >&6; }
32763402 if test "${ac_cv_prog_CC+set}" = set; then
3277 echo $ECHO_N "(cached) $ECHO_C" >&6
3403 $as_echo_n "(cached) " >&6
32783404 else
32793405 if test -n "$CC"; then
32803406 ac_cv_prog_CC="$CC" # Let the user override the test.
32873413 for ac_exec_ext in '' $ac_executable_extensions; do
32883414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32893415 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3416 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32913417 break 2
32923418 fi
32933419 done
32983424 fi
32993425 CC=$ac_cv_prog_CC
33003426 if test -n "$CC"; then
3301 { echo "$as_me:$LINENO: result: $CC" >&5
3302 echo "${ECHO_T}$CC" >&6; }
3303 else
3304 { echo "$as_me:$LINENO: result: no" >&5
3305 echo "${ECHO_T}no" >&6; }
3427 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3428 $as_echo "$CC" >&6; }
3429 else
3430 { $as_echo "$as_me:$LINENO: result: no" >&5
3431 $as_echo "no" >&6; }
33063432 fi
33073433
33083434
33153441 do
33163442 # Extract the first word of "$ac_prog", so it can be a program name with args.
33173443 set dummy $ac_prog; ac_word=$2
3318 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3444 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3445 $as_echo_n "checking for $ac_word... " >&6; }
33203446 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3321 echo $ECHO_N "(cached) $ECHO_C" >&6
3447 $as_echo_n "(cached) " >&6
33223448 else
33233449 if test -n "$ac_ct_CC"; then
33243450 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
33313457 for ac_exec_ext in '' $ac_executable_extensions; do
33323458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33333459 ac_cv_prog_ac_ct_CC="$ac_prog"
3334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3460 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33353461 break 2
33363462 fi
33373463 done
33423468 fi
33433469 ac_ct_CC=$ac_cv_prog_ac_ct_CC
33443470 if test -n "$ac_ct_CC"; then
3345 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3346 echo "${ECHO_T}$ac_ct_CC" >&6; }
3347 else
3348 { echo "$as_me:$LINENO: result: no" >&5
3349 echo "${ECHO_T}no" >&6; }
3471 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3472 $as_echo "$ac_ct_CC" >&6; }
3473 else
3474 { $as_echo "$as_me:$LINENO: result: no" >&5
3475 $as_echo "no" >&6; }
33503476 fi
33513477
33523478
33583484 else
33593485 case $cross_compiling:$ac_tool_warned in
33603486 yes:)
3361 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3362 whose name does not start with the host triplet. If you think this
3363 configuration is useful to you, please write to autoconf@gnu.org." >&5
3364 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3365 whose name does not start with the host triplet. If you think this
3366 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3487 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3488 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
33673489 ac_tool_warned=yes ;;
33683490 esac
33693491 CC=$ac_ct_CC
33733495 fi
33743496
33753497
3376 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3498 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3499 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3500 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
33773501 See \`config.log' for more details." >&5
3378 echo "$as_me: error: no acceptable C compiler found in \$PATH
3502 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
33793503 See \`config.log' for more details." >&2;}
3380 { (exit 1); exit 1; }; }
3504 { (exit 1); exit 1; }; }; }
33813505
33823506 # Provide some information about the compiler.
3383 echo "$as_me:$LINENO: checking for C compiler version" >&5
3384 ac_compiler=`set X $ac_compile; echo $2`
3507 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3508 set X $ac_compile
3509 ac_compiler=$2
33853510 { (ac_try="$ac_compiler --version >&5"
33863511 case "(($ac_try" in
33873512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33883513 *) ac_try_echo=$ac_try;;
33893514 esac
3390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3516 $as_echo "$ac_try_echo") >&5
33913517 (eval "$ac_compiler --version >&5") 2>&5
33923518 ac_status=$?
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33943520 (exit $ac_status); }
33953521 { (ac_try="$ac_compiler -v >&5"
33963522 case "(($ac_try" in
33973523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33983524 *) ac_try_echo=$ac_try;;
33993525 esac
3400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
34013528 (eval "$ac_compiler -v >&5") 2>&5
34023529 ac_status=$?
3403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34043531 (exit $ac_status); }
34053532 { (ac_try="$ac_compiler -V >&5"
34063533 case "(($ac_try" in
34073534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34083535 *) ac_try_echo=$ac_try;;
34093536 esac
3410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3538 $as_echo "$ac_try_echo") >&5
34113539 (eval "$ac_compiler -V >&5") 2>&5
34123540 ac_status=$?
3413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34143542 (exit $ac_status); }
34153543
3416 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3417 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3544 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3545 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
34183546 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3419 echo $ECHO_N "(cached) $ECHO_C" >&6
3547 $as_echo_n "(cached) " >&6
34203548 else
34213549 cat >conftest.$ac_ext <<_ACEOF
34223550 /* confdefs.h. */
34423570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34433571 *) ac_try_echo=$ac_try;;
34443572 esac
3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3574 $as_echo "$ac_try_echo") >&5
34463575 (eval "$ac_compile") 2>conftest.er1
34473576 ac_status=$?
34483577 grep -v '^ *+' conftest.er1 >conftest.err
34493578 rm -f conftest.er1
34503579 cat conftest.err >&5
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34523581 (exit $ac_status); } && {
34533582 test -z "$ac_c_werror_flag" ||
34543583 test ! -s conftest.err
34553584 } && test -s conftest.$ac_objext; then
34563585 ac_compiler_gnu=yes
34573586 else
3458 echo "$as_me: failed program was:" >&5
3587 $as_echo "$as_me: failed program was:" >&5
34593588 sed 's/^/| /' conftest.$ac_ext >&5
34603589
34613590 ac_compiler_gnu=no
34653594 ac_cv_c_compiler_gnu=$ac_compiler_gnu
34663595
34673596 fi
3468 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3469 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3470 GCC=`test $ac_compiler_gnu = yes && echo yes`
3597 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3598 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3599 if test $ac_compiler_gnu = yes; then
3600 GCC=yes
3601 else
3602 GCC=
3603 fi
34713604 ac_test_CFLAGS=${CFLAGS+set}
34723605 ac_save_CFLAGS=$CFLAGS
3473 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3474 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3606 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3607 $as_echo_n "checking whether $CC accepts -g... " >&6; }
34753608 if test "${ac_cv_prog_cc_g+set}" = set; then
3476 echo $ECHO_N "(cached) $ECHO_C" >&6
3609 $as_echo_n "(cached) " >&6
34773610 else
34783611 ac_save_c_werror_flag=$ac_c_werror_flag
34793612 ac_c_werror_flag=yes
35003633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35013634 *) ac_try_echo=$ac_try;;
35023635 esac
3503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3637 $as_echo "$ac_try_echo") >&5
35043638 (eval "$ac_compile") 2>conftest.er1
35053639 ac_status=$?
35063640 grep -v '^ *+' conftest.er1 >conftest.err
35073641 rm -f conftest.er1
35083642 cat conftest.err >&5
3509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35103644 (exit $ac_status); } && {
35113645 test -z "$ac_c_werror_flag" ||
35123646 test ! -s conftest.err
35133647 } && test -s conftest.$ac_objext; then
35143648 ac_cv_prog_cc_g=yes
35153649 else
3516 echo "$as_me: failed program was:" >&5
3650 $as_echo "$as_me: failed program was:" >&5
35173651 sed 's/^/| /' conftest.$ac_ext >&5
35183652
35193653 CFLAGS=""
35383672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35393673 *) ac_try_echo=$ac_try;;
35403674 esac
3541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3676 $as_echo "$ac_try_echo") >&5
35423677 (eval "$ac_compile") 2>conftest.er1
35433678 ac_status=$?
35443679 grep -v '^ *+' conftest.er1 >conftest.err
35453680 rm -f conftest.er1
35463681 cat conftest.err >&5
3547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35483683 (exit $ac_status); } && {
35493684 test -z "$ac_c_werror_flag" ||
35503685 test ! -s conftest.err
35513686 } && test -s conftest.$ac_objext; then
35523687 :
35533688 else
3554 echo "$as_me: failed program was:" >&5
3689 $as_echo "$as_me: failed program was:" >&5
35553690 sed 's/^/| /' conftest.$ac_ext >&5
35563691
35573692 ac_c_werror_flag=$ac_save_c_werror_flag
35773712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35783713 *) ac_try_echo=$ac_try;;
35793714 esac
3580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3716 $as_echo "$ac_try_echo") >&5
35813717 (eval "$ac_compile") 2>conftest.er1
35823718 ac_status=$?
35833719 grep -v '^ *+' conftest.er1 >conftest.err
35843720 rm -f conftest.er1
35853721 cat conftest.err >&5
3586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35873723 (exit $ac_status); } && {
35883724 test -z "$ac_c_werror_flag" ||
35893725 test ! -s conftest.err
35903726 } && test -s conftest.$ac_objext; then
35913727 ac_cv_prog_cc_g=yes
35923728 else
3593 echo "$as_me: failed program was:" >&5
3729 $as_echo "$as_me: failed program was:" >&5
35943730 sed 's/^/| /' conftest.$ac_ext >&5
35953731
35963732
36053741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36063742 ac_c_werror_flag=$ac_save_c_werror_flag
36073743 fi
3608 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3609 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3744 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3745 $as_echo "$ac_cv_prog_cc_g" >&6; }
36103746 if test "$ac_test_CFLAGS" = set; then
36113747 CFLAGS=$ac_save_CFLAGS
36123748 elif test $ac_cv_prog_cc_g = yes; then
36223758 CFLAGS=
36233759 fi
36243760 fi
3625 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3626 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3761 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3762 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
36273763 if test "${ac_cv_prog_cc_c89+set}" = set; then
3628 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 $as_echo_n "(cached) " >&6
36293765 else
36303766 ac_cv_prog_cc_c89=no
36313767 ac_save_CC=$CC
36963832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36973833 *) ac_try_echo=$ac_try;;
36983834 esac
3699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
37003837 (eval "$ac_compile") 2>conftest.er1
37013838 ac_status=$?
37023839 grep -v '^ *+' conftest.er1 >conftest.err
37033840 rm -f conftest.er1
37043841 cat conftest.err >&5
3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37063843 (exit $ac_status); } && {
37073844 test -z "$ac_c_werror_flag" ||
37083845 test ! -s conftest.err
37093846 } && test -s conftest.$ac_objext; then
37103847 ac_cv_prog_cc_c89=$ac_arg
37113848 else
3712 echo "$as_me: failed program was:" >&5
3849 $as_echo "$as_me: failed program was:" >&5
37133850 sed 's/^/| /' conftest.$ac_ext >&5
37143851
37153852
37253862 # AC_CACHE_VAL
37263863 case "x$ac_cv_prog_cc_c89" in
37273864 x)
3728 { echo "$as_me:$LINENO: result: none needed" >&5
3729 echo "${ECHO_T}none needed" >&6; } ;;
3865 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3866 $as_echo "none needed" >&6; } ;;
37303867 xno)
3731 { echo "$as_me:$LINENO: result: unsupported" >&5
3732 echo "${ECHO_T}unsupported" >&6; } ;;
3868 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3869 $as_echo "unsupported" >&6; } ;;
37333870 *)
37343871 CC="$CC $ac_cv_prog_cc_c89"
3735 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3736 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3872 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3873 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
37373874 esac
37383875
37393876
37453882
37463883 depcc="$CC" am_compiler_list=
37473884
3748 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3749 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3885 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3886 $as_echo_n "checking dependency style of $depcc... " >&6; }
37503887 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3751 echo $ECHO_N "(cached) $ECHO_C" >&6
3888 $as_echo_n "(cached) " >&6
37523889 else
37533890 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
37543891 # We make a subdir and do the tests there. Otherwise we can end up
38363973 fi
38373974
38383975 fi
3839 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3840 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3976 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3977 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
38413978 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
38423979
38433980 if
38573994 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38583995 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38593996 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3860 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3861 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3997 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3998 $as_echo_n "checking how to run the C preprocessor... " >&6; }
38623999 # On Suns, sometimes $CPP names a directory.
38634000 if test -n "$CPP" && test -d "$CPP"; then
38644001 CPP=
38654002 fi
38664003 if test -z "$CPP"; then
38674004 if test "${ac_cv_prog_CPP+set}" = set; then
3868 echo $ECHO_N "(cached) $ECHO_C" >&6
4005 $as_echo_n "(cached) " >&6
38694006 else
38704007 # Double quotes because CPP needs to be expanded
38714008 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
38974034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38984035 *) ac_try_echo=$ac_try;;
38994036 esac
3900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4038 $as_echo "$ac_try_echo") >&5
39014039 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
39024040 ac_status=$?
39034041 grep -v '^ *+' conftest.er1 >conftest.err
39044042 rm -f conftest.er1
39054043 cat conftest.err >&5
3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39074045 (exit $ac_status); } >/dev/null && {
39084046 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
39094047 test ! -s conftest.err
39104048 }; then
39114049 :
39124050 else
3913 echo "$as_me: failed program was:" >&5
4051 $as_echo "$as_me: failed program was:" >&5
39144052 sed 's/^/| /' conftest.$ac_ext >&5
39154053
39164054 # Broken: fails on valid input.
39344072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39354073 *) ac_try_echo=$ac_try;;
39364074 esac
3937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4076 $as_echo "$ac_try_echo") >&5
39384077 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
39394078 ac_status=$?
39404079 grep -v '^ *+' conftest.er1 >conftest.err
39414080 rm -f conftest.er1
39424081 cat conftest.err >&5
3943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39444083 (exit $ac_status); } >/dev/null && {
39454084 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
39464085 test ! -s conftest.err
39484087 # Broken: success on invalid input.
39494088 continue
39504089 else
3951 echo "$as_me: failed program was:" >&5
4090 $as_echo "$as_me: failed program was:" >&5
39524091 sed 's/^/| /' conftest.$ac_ext >&5
39534092
39544093 # Passes both tests.
39734112 else
39744113 ac_cv_prog_CPP=$CPP
39754114 fi
3976 { echo "$as_me:$LINENO: result: $CPP" >&5
3977 echo "${ECHO_T}$CPP" >&6; }
4115 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4116 $as_echo "$CPP" >&6; }
39784117 ac_preproc_ok=false
39794118 for ac_c_preproc_warn_flag in '' yes
39804119 do
40024141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40034142 *) ac_try_echo=$ac_try;;
40044143 esac
4005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4145 $as_echo "$ac_try_echo") >&5
40064146 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
40074147 ac_status=$?
40084148 grep -v '^ *+' conftest.er1 >conftest.err
40094149 rm -f conftest.er1
40104150 cat conftest.err >&5
4011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40124152 (exit $ac_status); } >/dev/null && {
40134153 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40144154 test ! -s conftest.err
40154155 }; then
40164156 :
40174157 else
4018 echo "$as_me: failed program was:" >&5
4158 $as_echo "$as_me: failed program was:" >&5
40194159 sed 's/^/| /' conftest.$ac_ext >&5
40204160
40214161 # Broken: fails on valid input.
40394179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40404180 *) ac_try_echo=$ac_try;;
40414181 esac
4042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4183 $as_echo "$ac_try_echo") >&5
40434184 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
40444185 ac_status=$?
40454186 grep -v '^ *+' conftest.er1 >conftest.err
40464187 rm -f conftest.er1
40474188 cat conftest.err >&5
4048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40494190 (exit $ac_status); } >/dev/null && {
40504191 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40514192 test ! -s conftest.err
40534194 # Broken: success on invalid input.
40544195 continue
40554196 else
4056 echo "$as_me: failed program was:" >&5
4197 $as_echo "$as_me: failed program was:" >&5
40574198 sed 's/^/| /' conftest.$ac_ext >&5
40584199
40594200 # Passes both tests.
40694210 if $ac_preproc_ok; then
40704211 :
40714212 else
4072 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4213 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4214 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4215 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
40734216 See \`config.log' for more details." >&5
4074 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4217 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
40754218 See \`config.log' for more details." >&2;}
4076 { (exit 1); exit 1; }; }
4219 { (exit 1); exit 1; }; }; }
40774220 fi
40784221
40794222 ac_ext=c
40834226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40844227
40854228
4086 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4087 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4229 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4230 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
40884231 if test "${ac_cv_path_GREP+set}" = set; then
4089 echo $ECHO_N "(cached) $ECHO_C" >&6
4090 else
4091 # Extract the first word of "grep ggrep" to use in msg output
4092 if test -z "$GREP"; then
4093 set dummy grep ggrep; ac_prog_name=$2
4094 if test "${ac_cv_path_GREP+set}" = set; then
4095 echo $ECHO_N "(cached) $ECHO_C" >&6
4096 else
4232 $as_echo_n "(cached) " >&6
4233 else
4234 if test -z "$GREP"; then
40974235 ac_path_GREP_found=false
4098 # Loop through the user's path and test for each of PROGNAME-LIST
4099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4236 # Loop through the user's path and test for each of PROGNAME-LIST
4237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41004238 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
41014239 do
41024240 IFS=$as_save_IFS
41034241 test -z "$as_dir" && as_dir=.
41044242 for ac_prog in grep ggrep; do
4105 for ac_exec_ext in '' $ac_executable_extensions; do
4106 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4107 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4108 # Check for GNU ac_path_GREP and select it if it is found.
4243 for ac_exec_ext in '' $ac_executable_extensions; do
4244 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4245 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4246 # Check for GNU ac_path_GREP and select it if it is found.
41094247 # Check for GNU $ac_path_GREP
41104248 case `"$ac_path_GREP" --version 2>&1` in
41114249 *GNU*)
41124250 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
41134251 *)
41144252 ac_count=0
4115 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4253 $as_echo_n 0123456789 >"conftest.in"
41164254 while :
41174255 do
41184256 cat "conftest.in" "conftest.in" >"conftest.tmp"
41194257 mv "conftest.tmp" "conftest.in"
41204258 cp "conftest.in" "conftest.nl"
4121 echo 'GREP' >> "conftest.nl"
4259 $as_echo 'GREP' >> "conftest.nl"
41224260 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
41234261 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
41244262 ac_count=`expr $ac_count + 1`
41334271 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
41344272 esac
41354273
4136
4137 $ac_path_GREP_found && break 3
4274 $ac_path_GREP_found && break 3
4275 done
41384276 done
41394277 done
4140
4141 done
41424278 IFS=$as_save_IFS
4143
4144
4145 fi
4146
4147 GREP="$ac_cv_path_GREP"
4148 if test -z "$GREP"; then
4149 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4150 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4279 if test -z "$ac_cv_path_GREP"; then
4280 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4281 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
41514282 { (exit 1); exit 1; }; }
4152 fi
4153
4283 fi
41544284 else
41554285 ac_cv_path_GREP=$GREP
41564286 fi
41574287
4158
4159 fi
4160 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4161 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4288 fi
4289 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4290 $as_echo "$ac_cv_path_GREP" >&6; }
41624291 GREP="$ac_cv_path_GREP"
41634292
41644293
4165 { echo "$as_me:$LINENO: checking for egrep" >&5
4166 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4294 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4295 $as_echo_n "checking for egrep... " >&6; }
41674296 if test "${ac_cv_path_EGREP+set}" = set; then
4168 echo $ECHO_N "(cached) $ECHO_C" >&6
4297 $as_echo_n "(cached) " >&6
41694298 else
41704299 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
41714300 then ac_cv_path_EGREP="$GREP -E"
41724301 else
4173 # Extract the first word of "egrep" to use in msg output
4174 if test -z "$EGREP"; then
4175 set dummy egrep; ac_prog_name=$2
4176 if test "${ac_cv_path_EGREP+set}" = set; then
4177 echo $ECHO_N "(cached) $ECHO_C" >&6
4178 else
4302 if test -z "$EGREP"; then
41794303 ac_path_EGREP_found=false
4180 # Loop through the user's path and test for each of PROGNAME-LIST
4181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4304 # Loop through the user's path and test for each of PROGNAME-LIST
4305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41824306 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
41834307 do
41844308 IFS=$as_save_IFS
41854309 test -z "$as_dir" && as_dir=.
41864310 for ac_prog in egrep; do
4187 for ac_exec_ext in '' $ac_executable_extensions; do
4188 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4189 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4190 # Check for GNU ac_path_EGREP and select it if it is found.
4311 for ac_exec_ext in '' $ac_executable_extensions; do
4312 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4313 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4314 # Check for GNU ac_path_EGREP and select it if it is found.
41914315 # Check for GNU $ac_path_EGREP
41924316 case `"$ac_path_EGREP" --version 2>&1` in
41934317 *GNU*)
41944318 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
41954319 *)
41964320 ac_count=0
4197 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4321 $as_echo_n 0123456789 >"conftest.in"
41984322 while :
41994323 do
42004324 cat "conftest.in" "conftest.in" >"conftest.tmp"
42014325 mv "conftest.tmp" "conftest.in"
42024326 cp "conftest.in" "conftest.nl"
4203 echo 'EGREP' >> "conftest.nl"
4327 $as_echo 'EGREP' >> "conftest.nl"
42044328 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
42054329 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
42064330 ac_count=`expr $ac_count + 1`
42154339 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
42164340 esac
42174341
4218
4219 $ac_path_EGREP_found && break 3
4342 $ac_path_EGREP_found && break 3
4343 done
42204344 done
42214345 done
4222
4223 done
42244346 IFS=$as_save_IFS
4225
4226
4227 fi
4228
4229 EGREP="$ac_cv_path_EGREP"
4230 if test -z "$EGREP"; then
4231 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4232 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4347 if test -z "$ac_cv_path_EGREP"; then
4348 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4349 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
42334350 { (exit 1); exit 1; }; }
4234 fi
4235
4351 fi
42364352 else
42374353 ac_cv_path_EGREP=$EGREP
42384354 fi
42394355
4240
42414356 fi
42424357 fi
4243 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4244 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4358 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4359 $as_echo "$ac_cv_path_EGREP" >&6; }
42454360 EGREP="$ac_cv_path_EGREP"
42464361
42474362
4248 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4249 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4363 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4364 $as_echo_n "checking for ANSI C header files... " >&6; }
42504365 if test "${ac_cv_header_stdc+set}" = set; then
4251 echo $ECHO_N "(cached) $ECHO_C" >&6
4366 $as_echo_n "(cached) " >&6
42524367 else
42534368 cat >conftest.$ac_ext <<_ACEOF
42544369 /* confdefs.h. */
42754390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42764391 *) ac_try_echo=$ac_try;;
42774392 esac
4278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4394 $as_echo "$ac_try_echo") >&5
42794395 (eval "$ac_compile") 2>conftest.er1
42804396 ac_status=$?
42814397 grep -v '^ *+' conftest.er1 >conftest.err
42824398 rm -f conftest.er1
42834399 cat conftest.err >&5
4284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4400 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42854401 (exit $ac_status); } && {
42864402 test -z "$ac_c_werror_flag" ||
42874403 test ! -s conftest.err
42884404 } && test -s conftest.$ac_objext; then
42894405 ac_cv_header_stdc=yes
42904406 else
4291 echo "$as_me: failed program was:" >&5
4407 $as_echo "$as_me: failed program was:" >&5
42924408 sed 's/^/| /' conftest.$ac_ext >&5
42934409
42944410 ac_cv_header_stdc=no
43804496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43814497 *) ac_try_echo=$ac_try;;
43824498 esac
4383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4500 $as_echo "$ac_try_echo") >&5
43844501 (eval "$ac_link") 2>&5
43854502 ac_status=$?
4386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43874504 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
43884505 { (case "(($ac_try" in
43894506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43904507 *) ac_try_echo=$ac_try;;
43914508 esac
4392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4510 $as_echo "$ac_try_echo") >&5
43934511 (eval "$ac_try") 2>&5
43944512 ac_status=$?
4395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43964514 (exit $ac_status); }; }; then
43974515 :
43984516 else
4399 echo "$as_me: program exited with status $ac_status" >&5
4400 echo "$as_me: failed program was:" >&5
4517 $as_echo "$as_me: program exited with status $ac_status" >&5
4518 $as_echo "$as_me: failed program was:" >&5
44014519 sed 's/^/| /' conftest.$ac_ext >&5
44024520
44034521 ( exit $ac_status )
44044522 ac_cv_header_stdc=no
44054523 fi
4524 rm -rf conftest.dSYM
44064525 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
44074526 fi
44084527
44094528
44104529 fi
44114530 fi
4412 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4413 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
4531 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4532 $as_echo "$ac_cv_header_stdc" >&6; }
44144533 if test $ac_cv_header_stdc = yes; then
44154534
44164535 cat >>confdefs.h <<\_ACEOF
44324551 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
44334552 inttypes.h stdint.h unistd.h
44344553 do
4435 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4436 { echo "$as_me:$LINENO: checking for $ac_header" >&5
4437 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4554 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4555 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4556 $as_echo_n "checking for $ac_header... " >&6; }
44384557 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4439 echo $ECHO_N "(cached) $ECHO_C" >&6
4558 $as_echo_n "(cached) " >&6
44404559 else
44414560 cat >conftest.$ac_ext <<_ACEOF
44424561 /* confdefs.h. */
44544573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44554574 *) ac_try_echo=$ac_try;;
44564575 esac
4457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4577 $as_echo "$ac_try_echo") >&5
44584578 (eval "$ac_compile") 2>conftest.er1
44594579 ac_status=$?
44604580 grep -v '^ *+' conftest.er1 >conftest.err
44614581 rm -f conftest.er1
44624582 cat conftest.err >&5
4463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44644584 (exit $ac_status); } && {
44654585 test -z "$ac_c_werror_flag" ||
44664586 test ! -s conftest.err
44674587 } && test -s conftest.$ac_objext; then
44684588 eval "$as_ac_Header=yes"
44694589 else
4470 echo "$as_me: failed program was:" >&5
4590 $as_echo "$as_me: failed program was:" >&5
44714591 sed 's/^/| /' conftest.$ac_ext >&5
44724592
44734593 eval "$as_ac_Header=no"
44754595
44764596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44774597 fi
4478 ac_res=`eval echo '${'$as_ac_Header'}'`
4479 { echo "$as_me:$LINENO: result: $ac_res" >&5
4480 echo "${ECHO_T}$ac_res" >&6; }
4481 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4598 ac_res=`eval 'as_val=${'$as_ac_Header'}
4599 $as_echo "$as_val"'`
4600 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4601 $as_echo "$ac_res" >&6; }
4602 as_val=`eval 'as_val=${'$as_ac_Header'}
4603 $as_echo "$as_val"'`
4604 if test "x$as_val" = x""yes; then
44824605 cat >>confdefs.h <<_ACEOF
4483 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4606 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
44844607 _ACEOF
44854608
44864609 fi
45014624 for ac_header in curses.h signal.h sys/time.h sys/types.h sys/stat.h \
45024625 unistd.h fcntl.h time.h stdlib.h math.h
45034626 do
4504 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4627 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
45054628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4506 { echo "$as_me:$LINENO: checking for $ac_header" >&5
4507 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4629 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4630 $as_echo_n "checking for $ac_header... " >&6; }
45084631 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 fi
4511 ac_res=`eval echo '${'$as_ac_Header'}'`
4512 { echo "$as_me:$LINENO: result: $ac_res" >&5
4513 echo "${ECHO_T}$ac_res" >&6; }
4632 $as_echo_n "(cached) " >&6
4633 fi
4634 ac_res=`eval 'as_val=${'$as_ac_Header'}
4635 $as_echo "$as_val"'`
4636 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4637 $as_echo "$ac_res" >&6; }
45144638 else
45154639 # Is the header compilable?
4516 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
4517 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
4640 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
4641 $as_echo_n "checking $ac_header usability... " >&6; }
45184642 cat >conftest.$ac_ext <<_ACEOF
45194643 /* confdefs.h. */
45204644 _ACEOF
45304654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45314655 *) ac_try_echo=$ac_try;;
45324656 esac
4533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4658 $as_echo "$ac_try_echo") >&5
45344659 (eval "$ac_compile") 2>conftest.er1
45354660 ac_status=$?
45364661 grep -v '^ *+' conftest.er1 >conftest.err
45374662 rm -f conftest.er1
45384663 cat conftest.err >&5
4539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
45404665 (exit $ac_status); } && {
45414666 test -z "$ac_c_werror_flag" ||
45424667 test ! -s conftest.err
45434668 } && test -s conftest.$ac_objext; then
45444669 ac_header_compiler=yes
45454670 else
4546 echo "$as_me: failed program was:" >&5
4671 $as_echo "$as_me: failed program was:" >&5
45474672 sed 's/^/| /' conftest.$ac_ext >&5
45484673
45494674 ac_header_compiler=no
45504675 fi
45514676
45524677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4553 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4554 echo "${ECHO_T}$ac_header_compiler" >&6; }
4678 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4679 $as_echo "$ac_header_compiler" >&6; }
45554680
45564681 # Is the header present?
4557 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
4558 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
4682 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
4683 $as_echo_n "checking $ac_header presence... " >&6; }
45594684 cat >conftest.$ac_ext <<_ACEOF
45604685 /* confdefs.h. */
45614686 _ACEOF
45694694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45704695 *) ac_try_echo=$ac_try;;
45714696 esac
4572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4698 $as_echo "$ac_try_echo") >&5
45734699 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
45744700 ac_status=$?
45754701 grep -v '^ *+' conftest.er1 >conftest.err
45764702 rm -f conftest.er1
45774703 cat conftest.err >&5
4578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
45794705 (exit $ac_status); } >/dev/null && {
45804706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
45814707 test ! -s conftest.err
45824708 }; then
45834709 ac_header_preproc=yes
45844710 else
4585 echo "$as_me: failed program was:" >&5
4711 $as_echo "$as_me: failed program was:" >&5
45864712 sed 's/^/| /' conftest.$ac_ext >&5
45874713
45884714 ac_header_preproc=no
45894715 fi
45904716
45914717 rm -f conftest.err conftest.$ac_ext
4592 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4593 echo "${ECHO_T}$ac_header_preproc" >&6; }
4718 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4719 $as_echo "$ac_header_preproc" >&6; }
45944720
45954721 # So? What about this header?
45964722 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
45974723 yes:no: )
4598 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4599 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4600 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4601 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4724 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4725 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4726 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4727 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
46024728 ac_header_preproc=yes
46034729 ;;
46044730 no:yes:* )
4605 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4606 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4607 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4608 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4609 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4610 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4611 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4612 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4613 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4614 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4615 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4616 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4731 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4732 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4733 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4734 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4735 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4736 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4737 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4738 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4739 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4740 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4741 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4742 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
46174743
46184744 ;;
46194745 esac
4620 { echo "$as_me:$LINENO: checking for $ac_header" >&5
4621 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4746 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4747 $as_echo_n "checking for $ac_header... " >&6; }
46224748 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4623 echo $ECHO_N "(cached) $ECHO_C" >&6
4749 $as_echo_n "(cached) " >&6
46244750 else
46254751 eval "$as_ac_Header=\$ac_header_preproc"
46264752 fi
4627 ac_res=`eval echo '${'$as_ac_Header'}'`
4628 { echo "$as_me:$LINENO: result: $ac_res" >&5
4629 echo "${ECHO_T}$ac_res" >&6; }
4630
4631 fi
4632 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4753 ac_res=`eval 'as_val=${'$as_ac_Header'}
4754 $as_echo "$as_val"'`
4755 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4756 $as_echo "$ac_res" >&6; }
4757
4758 fi
4759 as_val=`eval 'as_val=${'$as_ac_Header'}
4760 $as_echo "$as_val"'`
4761 if test "x$as_val" = x""yes; then
46334762 cat >>confdefs.h <<_ACEOF
4634 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4763 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
46354764 _ACEOF
46364765
46374766 else
46384767 \
4639 { { echo "$as_me:$LINENO: error: header missing" >&5
4640 echo "$as_me: error: header missing" >&2;}
4768 { { $as_echo "$as_me:$LINENO: error: header missing" >&5
4769 $as_echo "$as_me: error: header missing" >&2;}
46414770 { (exit 1); exit 1; }; }
46424771 fi
46434772
46444773 done
46454774
46464775
4647 { echo "$as_me:$LINENO: checking for wgetch in -lncurses" >&5
4648 echo $ECHO_N "checking for wgetch in -lncurses... $ECHO_C" >&6; }
4776 { $as_echo "$as_me:$LINENO: checking for wgetch in -lncurses" >&5
4777 $as_echo_n "checking for wgetch in -lncurses... " >&6; }
46494778 if test "${ac_cv_lib_ncurses_wgetch+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4779 $as_echo_n "(cached) " >&6
46514780 else
46524781 ac_check_lib_save_LIBS=$LIBS
46534782 LIBS="-lncurses $LIBS"
46794808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46804809 *) ac_try_echo=$ac_try;;
46814810 esac
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4812 $as_echo "$ac_try_echo") >&5
46834813 (eval "$ac_link") 2>conftest.er1
46844814 ac_status=$?
46854815 grep -v '^ *+' conftest.er1 >conftest.err
46864816 rm -f conftest.er1
46874817 cat conftest.err >&5
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
46894819 (exit $ac_status); } && {
46904820 test -z "$ac_c_werror_flag" ||
46914821 test ! -s conftest.err
4692 } && test -s conftest$ac_exeext &&
4693 $as_test_x conftest$ac_exeext; then
4822 } && test -s conftest$ac_exeext && {
4823 test "$cross_compiling" = yes ||
4824 $as_test_x conftest$ac_exeext
4825 }; then
46944826 ac_cv_lib_ncurses_wgetch=yes
46954827 else
4696 echo "$as_me: failed program was:" >&5
4828 $as_echo "$as_me: failed program was:" >&5
46974829 sed 's/^/| /' conftest.$ac_ext >&5
46984830
46994831 ac_cv_lib_ncurses_wgetch=no
47004832 fi
47014833
4834 rm -rf conftest.dSYM
47024835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47034836 conftest$ac_exeext conftest.$ac_ext
47044837 LIBS=$ac_check_lib_save_LIBS
47054838 fi
4706 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_wgetch" >&5
4707 echo "${ECHO_T}$ac_cv_lib_ncurses_wgetch" >&6; }
4708 if test $ac_cv_lib_ncurses_wgetch = yes; then
4839 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_wgetch" >&5
4840 $as_echo "$ac_cv_lib_ncurses_wgetch" >&6; }
4841 if test "x$ac_cv_lib_ncurses_wgetch" = x""yes; then
47094842 cat >>confdefs.h <<_ACEOF
47104843 #define HAVE_LIBNCURSES 1
47114844 _ACEOF
47134846 LIBS="-lncurses $LIBS"
47144847
47154848 else
4716 { { echo "$as_me:$LINENO: error: recent ncurses installed?" >&5
4717 echo "$as_me: error: recent ncurses installed?" >&2;}
4849 { { $as_echo "$as_me:$LINENO: error: recent ncurses installed?" >&5
4850 $as_echo "$as_me: error: recent ncurses installed?" >&2;}
47184851 { (exit 1); exit 1; }; }
47194852 fi
47204853
47314864 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47324865 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47334866 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4734 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4735 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
4867 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4868 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
47364869 if test -z "$CXXCPP"; then
47374870 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4738 echo $ECHO_N "(cached) $ECHO_C" >&6
4871 $as_echo_n "(cached) " >&6
47394872 else
47404873 # Double quotes because CXXCPP needs to be expanded
47414874 for CXXCPP in "$CXX -E" "/lib/cpp"
47674900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47684901 *) ac_try_echo=$ac_try;;
47694902 esac
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4904 $as_echo "$ac_try_echo") >&5
47714905 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
47724906 ac_status=$?
47734907 grep -v '^ *+' conftest.er1 >conftest.err
47744908 rm -f conftest.er1
47754909 cat conftest.err >&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
47774911 (exit $ac_status); } >/dev/null && {
47784912 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
47794913 test ! -s conftest.err
47804914 }; then
47814915 :
47824916 else
4783 echo "$as_me: failed program was:" >&5
4917 $as_echo "$as_me: failed program was:" >&5
47844918 sed 's/^/| /' conftest.$ac_ext >&5
47854919
47864920 # Broken: fails on valid input.
48044938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48054939 *) ac_try_echo=$ac_try;;
48064940 esac
4807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4942 $as_echo "$ac_try_echo") >&5
48084943 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
48094944 ac_status=$?
48104945 grep -v '^ *+' conftest.er1 >conftest.err
48114946 rm -f conftest.er1
48124947 cat conftest.err >&5
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
48144949 (exit $ac_status); } >/dev/null && {
48154950 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
48164951 test ! -s conftest.err
48184953 # Broken: success on invalid input.
48194954 continue
48204955 else
4821 echo "$as_me: failed program was:" >&5
4956 $as_echo "$as_me: failed program was:" >&5
48224957 sed 's/^/| /' conftest.$ac_ext >&5
48234958
48244959 # Passes both tests.
48434978 else
48444979 ac_cv_prog_CXXCPP=$CXXCPP
48454980 fi
4846 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
4847 echo "${ECHO_T}$CXXCPP" >&6; }
4981 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
4982 $as_echo "$CXXCPP" >&6; }
48484983 ac_preproc_ok=false
48494984 for ac_cxx_preproc_warn_flag in '' yes
48504985 do
48725007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48735008 *) ac_try_echo=$ac_try;;
48745009 esac
4875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5011 $as_echo "$ac_try_echo") >&5
48765012 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
48775013 ac_status=$?
48785014 grep -v '^ *+' conftest.er1 >conftest.err
48795015 rm -f conftest.er1
48805016 cat conftest.err >&5
4881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
48825018 (exit $ac_status); } >/dev/null && {
48835019 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
48845020 test ! -s conftest.err
48855021 }; then
48865022 :
48875023 else
4888 echo "$as_me: failed program was:" >&5
5024 $as_echo "$as_me: failed program was:" >&5
48895025 sed 's/^/| /' conftest.$ac_ext >&5
48905026
48915027 # Broken: fails on valid input.
49095045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49105046 *) ac_try_echo=$ac_try;;
49115047 esac
4912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5049 $as_echo "$ac_try_echo") >&5
49135050 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
49145051 ac_status=$?
49155052 grep -v '^ *+' conftest.er1 >conftest.err
49165053 rm -f conftest.er1
49175054 cat conftest.err >&5
4918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
49195056 (exit $ac_status); } >/dev/null && {
49205057 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
49215058 test ! -s conftest.err
49235060 # Broken: success on invalid input.
49245061 continue
49255062 else
4926 echo "$as_me: failed program was:" >&5
5063 $as_echo "$as_me: failed program was:" >&5
49275064 sed 's/^/| /' conftest.$ac_ext >&5
49285065
49295066 # Passes both tests.
49395076 if $ac_preproc_ok; then
49405077 :
49415078 else
4942 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5079 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5081 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
49435082 See \`config.log' for more details." >&5
4944 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5083 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
49455084 See \`config.log' for more details." >&2;}
4946 { (exit 1); exit 1; }; }
5085 { (exit 1); exit 1; }; }; }
49475086 fi
49485087
49495088 ac_ext=cpp
49545093
49555094
49565095 if test "${ac_cv_header_string+set}" = set; then
4957 { echo "$as_me:$LINENO: checking for string" >&5
4958 echo $ECHO_N "checking for string... $ECHO_C" >&6; }
5096 { $as_echo "$as_me:$LINENO: checking for string" >&5
5097 $as_echo_n "checking for string... " >&6; }
49595098 if test "${ac_cv_header_string+set}" = set; then
4960 echo $ECHO_N "(cached) $ECHO_C" >&6
4961 fi
4962 { echo "$as_me:$LINENO: result: $ac_cv_header_string" >&5
4963 echo "${ECHO_T}$ac_cv_header_string" >&6; }
5099 $as_echo_n "(cached) " >&6
5100 fi
5101 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_string" >&5
5102 $as_echo "$ac_cv_header_string" >&6; }
49645103 else
49655104 # Is the header compilable?
4966 { echo "$as_me:$LINENO: checking string usability" >&5
4967 echo $ECHO_N "checking string usability... $ECHO_C" >&6; }
5105 { $as_echo "$as_me:$LINENO: checking string usability" >&5
5106 $as_echo_n "checking string usability... " >&6; }
49685107 cat >conftest.$ac_ext <<_ACEOF
49695108 /* confdefs.h. */
49705109 _ACEOF
49805119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49815120 *) ac_try_echo=$ac_try;;
49825121 esac
4983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5123 $as_echo "$ac_try_echo") >&5
49845124 (eval "$ac_compile") 2>conftest.er1
49855125 ac_status=$?
49865126 grep -v '^ *+' conftest.er1 >conftest.err
49875127 rm -f conftest.er1
49885128 cat conftest.err >&5
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
49905130 (exit $ac_status); } && {
49915131 test -z "$ac_cxx_werror_flag" ||
49925132 test ! -s conftest.err
49935133 } && test -s conftest.$ac_objext; then
49945134 ac_header_compiler=yes
49955135 else
4996 echo "$as_me: failed program was:" >&5
5136 $as_echo "$as_me: failed program was:" >&5
49975137 sed 's/^/| /' conftest.$ac_ext >&5
49985138
49995139 ac_header_compiler=no
50005140 fi
50015141
50025142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5003 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5004 echo "${ECHO_T}$ac_header_compiler" >&6; }
5143 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5144 $as_echo "$ac_header_compiler" >&6; }
50055145
50065146 # Is the header present?
5007 { echo "$as_me:$LINENO: checking string presence" >&5
5008 echo $ECHO_N "checking string presence... $ECHO_C" >&6; }
5147 { $as_echo "$as_me:$LINENO: checking string presence" >&5
5148 $as_echo_n "checking string presence... " >&6; }
50095149 cat >conftest.$ac_ext <<_ACEOF
50105150 /* confdefs.h. */
50115151 _ACEOF
50195159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50205160 *) ac_try_echo=$ac_try;;
50215161 esac
5022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5163 $as_echo "$ac_try_echo") >&5
50235164 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
50245165 ac_status=$?
50255166 grep -v '^ *+' conftest.er1 >conftest.err
50265167 rm -f conftest.er1
50275168 cat conftest.err >&5
5028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50295170 (exit $ac_status); } >/dev/null && {
50305171 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
50315172 test ! -s conftest.err
50325173 }; then
50335174 ac_header_preproc=yes
50345175 else
5035 echo "$as_me: failed program was:" >&5
5176 $as_echo "$as_me: failed program was:" >&5
50365177 sed 's/^/| /' conftest.$ac_ext >&5
50375178
50385179 ac_header_preproc=no
50395180 fi
50405181
50415182 rm -f conftest.err conftest.$ac_ext
5042 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5043 echo "${ECHO_T}$ac_header_preproc" >&6; }
5183 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5184 $as_echo "$ac_header_preproc" >&6; }
50445185
50455186 # So? What about this header?
50465187 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
50475188 yes:no: )
5048 { echo "$as_me:$LINENO: WARNING: string: accepted by the compiler, rejected by the preprocessor!" >&5
5049 echo "$as_me: WARNING: string: accepted by the compiler, rejected by the preprocessor!" >&2;}
5050 { echo "$as_me:$LINENO: WARNING: string: proceeding with the compiler's result" >&5
5051 echo "$as_me: WARNING: string: proceeding with the compiler's result" >&2;}
5189 { $as_echo "$as_me:$LINENO: WARNING: string: accepted by the compiler, rejected by the preprocessor!" >&5
5190 $as_echo "$as_me: WARNING: string: accepted by the compiler, rejected by the preprocessor!" >&2;}
5191 { $as_echo "$as_me:$LINENO: WARNING: string: proceeding with the compiler's result" >&5
5192 $as_echo "$as_me: WARNING: string: proceeding with the compiler's result" >&2;}
50525193 ac_header_preproc=yes
50535194 ;;
50545195 no:yes:* )
5055 { echo "$as_me:$LINENO: WARNING: string: present but cannot be compiled" >&5
5056 echo "$as_me: WARNING: string: present but cannot be compiled" >&2;}
5057 { echo "$as_me:$LINENO: WARNING: string: check for missing prerequisite headers?" >&5
5058 echo "$as_me: WARNING: string: check for missing prerequisite headers?" >&2;}
5059 { echo "$as_me:$LINENO: WARNING: string: see the Autoconf documentation" >&5
5060 echo "$as_me: WARNING: string: see the Autoconf documentation" >&2;}
5061 { echo "$as_me:$LINENO: WARNING: string: section \"Present But Cannot Be Compiled\"" >&5
5062 echo "$as_me: WARNING: string: section \"Present But Cannot Be Compiled\"" >&2;}
5063 { echo "$as_me:$LINENO: WARNING: string: proceeding with the preprocessor's result" >&5
5064 echo "$as_me: WARNING: string: proceeding with the preprocessor's result" >&2;}
5065 { echo "$as_me:$LINENO: WARNING: string: in the future, the compiler will take precedence" >&5
5066 echo "$as_me: WARNING: string: in the future, the compiler will take precedence" >&2;}
5196 { $as_echo "$as_me:$LINENO: WARNING: string: present but cannot be compiled" >&5
5197 $as_echo "$as_me: WARNING: string: present but cannot be compiled" >&2;}
5198 { $as_echo "$as_me:$LINENO: WARNING: string: check for missing prerequisite headers?" >&5
5199 $as_echo "$as_me: WARNING: string: check for missing prerequisite headers?" >&2;}
5200 { $as_echo "$as_me:$LINENO: WARNING: string: see the Autoconf documentation" >&5
5201 $as_echo "$as_me: WARNING: string: see the Autoconf documentation" >&2;}
5202 { $as_echo "$as_me:$LINENO: WARNING: string: section \"Present But Cannot Be Compiled\"" >&5
5203 $as_echo "$as_me: WARNING: string: section \"Present But Cannot Be Compiled\"" >&2;}
5204 { $as_echo "$as_me:$LINENO: WARNING: string: proceeding with the preprocessor's result" >&5
5205 $as_echo "$as_me: WARNING: string: proceeding with the preprocessor's result" >&2;}
5206 { $as_echo "$as_me:$LINENO: WARNING: string: in the future, the compiler will take precedence" >&5
5207 $as_echo "$as_me: WARNING: string: in the future, the compiler will take precedence" >&2;}
50675208
50685209 ;;
50695210 esac
5070 { echo "$as_me:$LINENO: checking for string" >&5
5071 echo $ECHO_N "checking for string... $ECHO_C" >&6; }
5211 { $as_echo "$as_me:$LINENO: checking for string" >&5
5212 $as_echo_n "checking for string... " >&6; }
50725213 if test "${ac_cv_header_string+set}" = set; then
5073 echo $ECHO_N "(cached) $ECHO_C" >&6
5214 $as_echo_n "(cached) " >&6
50745215 else
50755216 ac_cv_header_string=$ac_header_preproc
50765217 fi
5077 { echo "$as_me:$LINENO: result: $ac_cv_header_string" >&5
5078 echo "${ECHO_T}$ac_cv_header_string" >&6; }
5079
5080 fi
5081 if test $ac_cv_header_string = yes; then
5218 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_string" >&5
5219 $as_echo "$ac_cv_header_string" >&6; }
5220
5221 fi
5222 if test "x$ac_cv_header_string" = x""yes; then
50825223 :
50835224 else
5084 { { echo "$as_me:$LINENO: error: C++ STL string class missing" >&5
5085 echo "$as_me: error: C++ STL string class missing" >&2;}
5225 { { $as_echo "$as_me:$LINENO: error: C++ STL string class missing" >&5
5226 $as_echo "$as_me: error: C++ STL string class missing" >&2;}
50865227 { (exit 1); exit 1; }; }
50875228 fi
50885229
50895230
50905231 if test "${ac_cv_header_vector+set}" = set; then
5091 { echo "$as_me:$LINENO: checking for vector" >&5
5092 echo $ECHO_N "checking for vector... $ECHO_C" >&6; }
5232 { $as_echo "$as_me:$LINENO: checking for vector" >&5
5233 $as_echo_n "checking for vector... " >&6; }
50935234 if test "${ac_cv_header_vector+set}" = set; then
5094 echo $ECHO_N "(cached) $ECHO_C" >&6
5095 fi
5096 { echo "$as_me:$LINENO: result: $ac_cv_header_vector" >&5
5097 echo "${ECHO_T}$ac_cv_header_vector" >&6; }
5235 $as_echo_n "(cached) " >&6
5236 fi
5237 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_vector" >&5
5238 $as_echo "$ac_cv_header_vector" >&6; }
50985239 else
50995240 # Is the header compilable?
5100 { echo "$as_me:$LINENO: checking vector usability" >&5
5101 echo $ECHO_N "checking vector usability... $ECHO_C" >&6; }
5241 { $as_echo "$as_me:$LINENO: checking vector usability" >&5
5242 $as_echo_n "checking vector usability... " >&6; }
51025243 cat >conftest.$ac_ext <<_ACEOF
51035244 /* confdefs.h. */
51045245 _ACEOF
51145255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51155256 *) ac_try_echo=$ac_try;;
51165257 esac
5117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5259 $as_echo "$ac_try_echo") >&5
51185260 (eval "$ac_compile") 2>conftest.er1
51195261 ac_status=$?
51205262 grep -v '^ *+' conftest.er1 >conftest.err
51215263 rm -f conftest.er1
51225264 cat conftest.err >&5
5123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51245266 (exit $ac_status); } && {
51255267 test -z "$ac_cxx_werror_flag" ||
51265268 test ! -s conftest.err
51275269 } && test -s conftest.$ac_objext; then
51285270 ac_header_compiler=yes
51295271 else
5130 echo "$as_me: failed program was:" >&5
5272 $as_echo "$as_me: failed program was:" >&5
51315273 sed 's/^/| /' conftest.$ac_ext >&5
51325274
51335275 ac_header_compiler=no
51345276 fi
51355277
51365278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5137 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5138 echo "${ECHO_T}$ac_header_compiler" >&6; }
5279 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5280 $as_echo "$ac_header_compiler" >&6; }
51395281
51405282 # Is the header present?
5141 { echo "$as_me:$LINENO: checking vector presence" >&5
5142 echo $ECHO_N "checking vector presence... $ECHO_C" >&6; }
5283 { $as_echo "$as_me:$LINENO: checking vector presence" >&5
5284 $as_echo_n "checking vector presence... " >&6; }
51435285 cat >conftest.$ac_ext <<_ACEOF
51445286 /* confdefs.h. */
51455287 _ACEOF
51535295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51545296 *) ac_try_echo=$ac_try;;
51555297 esac
5156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5299 $as_echo "$ac_try_echo") >&5
51575300 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
51585301 ac_status=$?
51595302 grep -v '^ *+' conftest.er1 >conftest.err
51605303 rm -f conftest.er1
51615304 cat conftest.err >&5
5162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51635306 (exit $ac_status); } >/dev/null && {
51645307 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
51655308 test ! -s conftest.err
51665309 }; then
51675310 ac_header_preproc=yes
51685311 else
5169 echo "$as_me: failed program was:" >&5
5312 $as_echo "$as_me: failed program was:" >&5
51705313 sed 's/^/| /' conftest.$ac_ext >&5
51715314
51725315 ac_header_preproc=no
51735316 fi
51745317
51755318 rm -f conftest.err conftest.$ac_ext
5176 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5177 echo "${ECHO_T}$ac_header_preproc" >&6; }
5319 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5320 $as_echo "$ac_header_preproc" >&6; }
51785321
51795322 # So? What about this header?
51805323 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
51815324 yes:no: )
5182 { echo "$as_me:$LINENO: WARNING: vector: accepted by the compiler, rejected by the preprocessor!" >&5
5183 echo "$as_me: WARNING: vector: accepted by the compiler, rejected by the preprocessor!" >&2;}
5184 { echo "$as_me:$LINENO: WARNING: vector: proceeding with the compiler's result" >&5
5185 echo "$as_me: WARNING: vector: proceeding with the compiler's result" >&2;}
5325 { $as_echo "$as_me:$LINENO: WARNING: vector: accepted by the compiler, rejected by the preprocessor!" >&5
5326 $as_echo "$as_me: WARNING: vector: accepted by the compiler, rejected by the preprocessor!" >&2;}
5327 { $as_echo "$as_me:$LINENO: WARNING: vector: proceeding with the compiler's result" >&5
5328 $as_echo "$as_me: WARNING: vector: proceeding with the compiler's result" >&2;}
51865329 ac_header_preproc=yes
51875330 ;;
51885331 no:yes:* )
5189 { echo "$as_me:$LINENO: WARNING: vector: present but cannot be compiled" >&5
5190 echo "$as_me: WARNING: vector: present but cannot be compiled" >&2;}
5191 { echo "$as_me:$LINENO: WARNING: vector: check for missing prerequisite headers?" >&5
5192 echo "$as_me: WARNING: vector: check for missing prerequisite headers?" >&2;}
5193 { echo "$as_me:$LINENO: WARNING: vector: see the Autoconf documentation" >&5
5194 echo "$as_me: WARNING: vector: see the Autoconf documentation" >&2;}
5195 { echo "$as_me:$LINENO: WARNING: vector: section \"Present But Cannot Be Compiled\"" >&5
5196 echo "$as_me: WARNING: vector: section \"Present But Cannot Be Compiled\"" >&2;}
5197 { echo "$as_me:$LINENO: WARNING: vector: proceeding with the preprocessor's result" >&5
5198 echo "$as_me: WARNING: vector: proceeding with the preprocessor's result" >&2;}
5199 { echo "$as_me:$LINENO: WARNING: vector: in the future, the compiler will take precedence" >&5
5200 echo "$as_me: WARNING: vector: in the future, the compiler will take precedence" >&2;}
5332 { $as_echo "$as_me:$LINENO: WARNING: vector: present but cannot be compiled" >&5
5333 $as_echo "$as_me: WARNING: vector: present but cannot be compiled" >&2;}
5334 { $as_echo "$as_me:$LINENO: WARNING: vector: check for missing prerequisite headers?" >&5
5335 $as_echo "$as_me: WARNING: vector: check for missing prerequisite headers?" >&2;}
5336 { $as_echo "$as_me:$LINENO: WARNING: vector: see the Autoconf documentation" >&5
5337 $as_echo "$as_me: WARNING: vector: see the Autoconf documentation" >&2;}
5338 { $as_echo "$as_me:$LINENO: WARNING: vector: section \"Present But Cannot Be Compiled\"" >&5
5339 $as_echo "$as_me: WARNING: vector: section \"Present But Cannot Be Compiled\"" >&2;}
5340 { $as_echo "$as_me:$LINENO: WARNING: vector: proceeding with the preprocessor's result" >&5
5341 $as_echo "$as_me: WARNING: vector: proceeding with the preprocessor's result" >&2;}
5342 { $as_echo "$as_me:$LINENO: WARNING: vector: in the future, the compiler will take precedence" >&5
5343 $as_echo "$as_me: WARNING: vector: in the future, the compiler will take precedence" >&2;}
52015344
52025345 ;;
52035346 esac
5204 { echo "$as_me:$LINENO: checking for vector" >&5
5205 echo $ECHO_N "checking for vector... $ECHO_C" >&6; }
5347 { $as_echo "$as_me:$LINENO: checking for vector" >&5
5348 $as_echo_n "checking for vector... " >&6; }
52065349 if test "${ac_cv_header_vector+set}" = set; then
5207 echo $ECHO_N "(cached) $ECHO_C" >&6
5350 $as_echo_n "(cached) " >&6
52085351 else
52095352 ac_cv_header_vector=$ac_header_preproc
52105353 fi
5211 { echo "$as_me:$LINENO: result: $ac_cv_header_vector" >&5
5212 echo "${ECHO_T}$ac_cv_header_vector" >&6; }
5213
5214 fi
5215 if test $ac_cv_header_vector = yes; then
5354 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_vector" >&5
5355 $as_echo "$ac_cv_header_vector" >&6; }
5356
5357 fi
5358 if test "x$ac_cv_header_vector" = x""yes; then
52165359 :
52175360 else
5218 { { echo "$as_me:$LINENO: error: C++ STL vector class missing" >&5
5219 echo "$as_me: error: C++ STL vector class missing" >&2;}
5361 { { $as_echo "$as_me:$LINENO: error: C++ STL vector class missing" >&5
5362 $as_echo "$as_me: error: C++ STL vector class missing" >&2;}
52205363 { (exit 1); exit 1; }; }
52215364 fi
52225365
52235366
52245367 if test "${ac_cv_header_algorithm+set}" = set; then
5225 { echo "$as_me:$LINENO: checking for algorithm" >&5
5226 echo $ECHO_N "checking for algorithm... $ECHO_C" >&6; }
5368 { $as_echo "$as_me:$LINENO: checking for algorithm" >&5
5369 $as_echo_n "checking for algorithm... " >&6; }
52275370 if test "${ac_cv_header_algorithm+set}" = set; then
5228 echo $ECHO_N "(cached) $ECHO_C" >&6
5229 fi
5230 { echo "$as_me:$LINENO: result: $ac_cv_header_algorithm" >&5
5231 echo "${ECHO_T}$ac_cv_header_algorithm" >&6; }
5371 $as_echo_n "(cached) " >&6
5372 fi
5373 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_algorithm" >&5
5374 $as_echo "$ac_cv_header_algorithm" >&6; }
52325375 else
52335376 # Is the header compilable?
5234 { echo "$as_me:$LINENO: checking algorithm usability" >&5
5235 echo $ECHO_N "checking algorithm usability... $ECHO_C" >&6; }
5377 { $as_echo "$as_me:$LINENO: checking algorithm usability" >&5
5378 $as_echo_n "checking algorithm usability... " >&6; }
52365379 cat >conftest.$ac_ext <<_ACEOF
52375380 /* confdefs.h. */
52385381 _ACEOF
52485391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52495392 *) ac_try_echo=$ac_try;;
52505393 esac
5251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5395 $as_echo "$ac_try_echo") >&5
52525396 (eval "$ac_compile") 2>conftest.er1
52535397 ac_status=$?
52545398 grep -v '^ *+' conftest.er1 >conftest.err
52555399 rm -f conftest.er1
52565400 cat conftest.err >&5
5257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
52585402 (exit $ac_status); } && {
52595403 test -z "$ac_cxx_werror_flag" ||
52605404 test ! -s conftest.err
52615405 } && test -s conftest.$ac_objext; then
52625406 ac_header_compiler=yes
52635407 else
5264 echo "$as_me: failed program was:" >&5
5408 $as_echo "$as_me: failed program was:" >&5
52655409 sed 's/^/| /' conftest.$ac_ext >&5
52665410
52675411 ac_header_compiler=no
52685412 fi
52695413
52705414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5271 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5272 echo "${ECHO_T}$ac_header_compiler" >&6; }
5415 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5416 $as_echo "$ac_header_compiler" >&6; }
52735417
52745418 # Is the header present?
5275 { echo "$as_me:$LINENO: checking algorithm presence" >&5
5276 echo $ECHO_N "checking algorithm presence... $ECHO_C" >&6; }
5419 { $as_echo "$as_me:$LINENO: checking algorithm presence" >&5
5420 $as_echo_n "checking algorithm presence... " >&6; }
52775421 cat >conftest.$ac_ext <<_ACEOF
52785422 /* confdefs.h. */
52795423 _ACEOF
52875431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52885432 *) ac_try_echo=$ac_try;;
52895433 esac
5290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5435 $as_echo "$ac_try_echo") >&5
52915436 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
52925437 ac_status=$?
52935438 grep -v '^ *+' conftest.er1 >conftest.err
52945439 rm -f conftest.er1
52955440 cat conftest.err >&5
5296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
52975442 (exit $ac_status); } >/dev/null && {
52985443 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
52995444 test ! -s conftest.err
53005445 }; then
53015446 ac_header_preproc=yes
53025447 else
5303 echo "$as_me: failed program was:" >&5
5448 $as_echo "$as_me: failed program was:" >&5
53045449 sed 's/^/| /' conftest.$ac_ext >&5
53055450
53065451 ac_header_preproc=no
53075452 fi
53085453
53095454 rm -f conftest.err conftest.$ac_ext
5310 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5311 echo "${ECHO_T}$ac_header_preproc" >&6; }
5455 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5456 $as_echo "$ac_header_preproc" >&6; }
53125457
53135458 # So? What about this header?
53145459 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
53155460 yes:no: )
5316 { echo "$as_me:$LINENO: WARNING: algorithm: accepted by the compiler, rejected by the preprocessor!" >&5
5317 echo "$as_me: WARNING: algorithm: accepted by the compiler, rejected by the preprocessor!" >&2;}
5318 { echo "$as_me:$LINENO: WARNING: algorithm: proceeding with the compiler's result" >&5
5319 echo "$as_me: WARNING: algorithm: proceeding with the compiler's result" >&2;}
5461 { $as_echo "$as_me:$LINENO: WARNING: algorithm: accepted by the compiler, rejected by the preprocessor!" >&5
5462 $as_echo "$as_me: WARNING: algorithm: accepted by the compiler, rejected by the preprocessor!" >&2;}
5463 { $as_echo "$as_me:$LINENO: WARNING: algorithm: proceeding with the compiler's result" >&5
5464 $as_echo "$as_me: WARNING: algorithm: proceeding with the compiler's result" >&2;}
53205465 ac_header_preproc=yes
53215466 ;;
53225467 no:yes:* )
5323 { echo "$as_me:$LINENO: WARNING: algorithm: present but cannot be compiled" >&5
5324 echo "$as_me: WARNING: algorithm: present but cannot be compiled" >&2;}
5325 { echo "$as_me:$LINENO: WARNING: algorithm: check for missing prerequisite headers?" >&5
5326 echo "$as_me: WARNING: algorithm: check for missing prerequisite headers?" >&2;}
5327 { echo "$as_me:$LINENO: WARNING: algorithm: see the Autoconf documentation" >&5
5328 echo "$as_me: WARNING: algorithm: see the Autoconf documentation" >&2;}
5329 { echo "$as_me:$LINENO: WARNING: algorithm: section \"Present But Cannot Be Compiled\"" >&5
5330 echo "$as_me: WARNING: algorithm: section \"Present But Cannot Be Compiled\"" >&2;}
5331 { echo "$as_me:$LINENO: WARNING: algorithm: proceeding with the preprocessor's result" >&5
5332 echo "$as_me: WARNING: algorithm: proceeding with the preprocessor's result" >&2;}
5333 { echo "$as_me:$LINENO: WARNING: algorithm: in the future, the compiler will take precedence" >&5
5334 echo "$as_me: WARNING: algorithm: in the future, the compiler will take precedence" >&2;}
5468 { $as_echo "$as_me:$LINENO: WARNING: algorithm: present but cannot be compiled" >&5
5469 $as_echo "$as_me: WARNING: algorithm: present but cannot be compiled" >&2;}
5470 { $as_echo "$as_me:$LINENO: WARNING: algorithm: check for missing prerequisite headers?" >&5
5471 $as_echo "$as_me: WARNING: algorithm: check for missing prerequisite headers?" >&2;}
5472 { $as_echo "$as_me:$LINENO: WARNING: algorithm: see the Autoconf documentation" >&5
5473 $as_echo "$as_me: WARNING: algorithm: see the Autoconf documentation" >&2;}
5474 { $as_echo "$as_me:$LINENO: WARNING: algorithm: section \"Present But Cannot Be Compiled\"" >&5
5475 $as_echo "$as_me: WARNING: algorithm: section \"Present But Cannot Be Compiled\"" >&2;}
5476 { $as_echo "$as_me:$LINENO: WARNING: algorithm: proceeding with the preprocessor's result" >&5
5477 $as_echo "$as_me: WARNING: algorithm: proceeding with the preprocessor's result" >&2;}
5478 { $as_echo "$as_me:$LINENO: WARNING: algorithm: in the future, the compiler will take precedence" >&5
5479 $as_echo "$as_me: WARNING: algorithm: in the future, the compiler will take precedence" >&2;}
53355480
53365481 ;;
53375482 esac
5338 { echo "$as_me:$LINENO: checking for algorithm" >&5
5339 echo $ECHO_N "checking for algorithm... $ECHO_C" >&6; }
5483 { $as_echo "$as_me:$LINENO: checking for algorithm" >&5
5484 $as_echo_n "checking for algorithm... " >&6; }
53405485 if test "${ac_cv_header_algorithm+set}" = set; then
5341 echo $ECHO_N "(cached) $ECHO_C" >&6
5486 $as_echo_n "(cached) " >&6
53425487 else
53435488 ac_cv_header_algorithm=$ac_header_preproc
53445489 fi
5345 { echo "$as_me:$LINENO: result: $ac_cv_header_algorithm" >&5
5346 echo "${ECHO_T}$ac_cv_header_algorithm" >&6; }
5347
5348 fi
5349 if test $ac_cv_header_algorithm = yes; then
5490 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_algorithm" >&5
5491 $as_echo "$ac_cv_header_algorithm" >&6; }
5492
5493 fi
5494 if test "x$ac_cv_header_algorithm" = x""yes; then
53505495 :
53515496 else
5352 { { echo "$as_me:$LINENO: error: C++ STL algorithm class missing" >&5
5353 echo "$as_me: error: C++ STL algorithm class missing" >&2;}
5497 { { $as_echo "$as_me:$LINENO: error: C++ STL algorithm class missing" >&5
5498 $as_echo "$as_me: error: C++ STL algorithm class missing" >&2;}
53545499 { (exit 1); exit 1; }; }
53555500 fi
53565501
53855530 case $ac_val in #(
53865531 *${as_nl}*)
53875532 case $ac_var in #(
5388 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
5389 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
5533 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
5534 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
53905535 esac
53915536 case $ac_var in #(
53925537 _ | IFS | as_nl) ;; #(
5538 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
53935539 *) $as_unset $ac_var ;;
53945540 esac ;;
53955541 esac
54225568 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
54235569 if test -w "$cache_file"; then
54245570 test "x$cache_file" != "x/dev/null" &&
5425 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
5426 echo "$as_me: updating cache $cache_file" >&6;}
5571 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
5572 $as_echo "$as_me: updating cache $cache_file" >&6;}
54275573 cat confcache >$cache_file
54285574 else
5429 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
5430 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5575 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
5576 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
54315577 fi
54325578 fi
54335579 rm -f confcache
54435589 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
54445590 # 1. Remove the extension, and $U if already installed.
54455591 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5446 ac_i=`echo "$ac_i" | sed "$ac_script"`
5592 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
54475593 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
54485594 # will be set to the directory where LIBOBJS objects are built.
54495595 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
54555601
54565602
54575603 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5458 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5604 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
54595605 Usually this means the macro was only invoked conditionally." >&5
5460 echo "$as_me: error: conditional \"AMDEP\" was never defined.
5606 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
54615607 Usually this means the macro was only invoked conditionally." >&2;}
54625608 { (exit 1); exit 1; }; }
54635609 fi
54645610 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
5465 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
5611 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
54665612 Usually this means the macro was only invoked conditionally." >&5
5467 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
5613 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
54685614 Usually this means the macro was only invoked conditionally." >&2;}
54695615 { (exit 1); exit 1; }; }
54705616 fi
54715617 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5472 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5618 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
54735619 Usually this means the macro was only invoked conditionally." >&5
5474 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5620 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
54755621 Usually this means the macro was only invoked conditionally." >&2;}
54765622 { (exit 1); exit 1; }; }
54775623 fi
54785624
54795625 : ${CONFIG_STATUS=./config.status}
5626 ac_write_fail=0
54805627 ac_clean_files_save=$ac_clean_files
54815628 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5482 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5483 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5484 cat >$CONFIG_STATUS <<_ACEOF
5629 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5630 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5631 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
54855632 #! $SHELL
54865633 # Generated by $as_me.
54875634 # Run this file to recreate the current configuration.
54945641 SHELL=\${CONFIG_SHELL-$SHELL}
54955642 _ACEOF
54965643
5497 cat >>$CONFIG_STATUS <<\_ACEOF
5644 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
54985645 ## --------------------- ##
54995646 ## M4sh Initialization. ##
55005647 ## --------------------- ##
55045651 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
55055652 emulate sh
55065653 NULLCMD=:
5507 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5654 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
55085655 # is contrary to our usage. Disable this feature.
55095656 alias -g '${1+"$@"}'='"$@"'
55105657 setopt NO_GLOB_SUBST
55265673 as_cr_digits='0123456789'
55275674 as_cr_alnum=$as_cr_Letters$as_cr_digits
55285675
5676 as_nl='
5677 '
5678 export as_nl
5679 # Printing a long string crashes Solaris 7 /usr/bin/printf.
5680 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5681 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5682 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5683 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5684 as_echo='printf %s\n'
5685 as_echo_n='printf %s'
5686 else
5687 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5688 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5689 as_echo_n='/usr/ucb/echo -n'
5690 else
5691 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5692 as_echo_n_body='eval
5693 arg=$1;
5694 case $arg in
5695 *"$as_nl"*)
5696 expr "X$arg" : "X\\(.*\\)$as_nl";
5697 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5698 esac;
5699 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5700 '
5701 export as_echo_n_body
5702 as_echo_n='sh -c $as_echo_n_body as_echo'
5703 fi
5704 export as_echo_body
5705 as_echo='sh -c $as_echo_body as_echo'
5706 fi
5707
55295708 # The user is always right.
55305709 if test "${PATH_SEPARATOR+set}" != set; then
5531 echo "#! /bin/sh" >conf$$.sh
5532 echo "exit 0" >>conf$$.sh
5533 chmod +x conf$$.sh
5534 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5535 PATH_SEPARATOR=';'
5536 else
5537 PATH_SEPARATOR=:
5538 fi
5539 rm -f conf$$.sh
5710 PATH_SEPARATOR=:
5711 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5712 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5713 PATH_SEPARATOR=';'
5714 }
55405715 fi
55415716
55425717 # Support unset when possible.
55525727 # there to prevent editors from complaining about space-tab.
55535728 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
55545729 # splitting by setting IFS to empty value.)
5555 as_nl='
5556 '
55575730 IFS=" "" $as_nl"
55585731
55595732 # Find who we are. Look in the path if we contain no directory separator.
55765749 as_myself=$0
55775750 fi
55785751 if test ! -f "$as_myself"; then
5579 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5752 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
55805753 { (exit 1); exit 1; }
55815754 fi
55825755
55895762 PS4='+ '
55905763
55915764 # NLS nuisances.
5592 for as_var in \
5593 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5594 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5595 LC_TELEPHONE LC_TIME
5596 do
5597 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5598 eval $as_var=C; export $as_var
5599 else
5600 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
5601 fi
5602 done
5765 LC_ALL=C
5766 export LC_ALL
5767 LANGUAGE=C
5768 export LANGUAGE
56035769
56045770 # Required to use basename.
56055771 if expr a : '\(a\)' >/dev/null 2>&1 &&
56215787 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
56225788 X"$0" : 'X\(//\)$' \| \
56235789 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5624 echo X/"$0" |
5790 $as_echo X/"$0" |
56255791 sed '/^.*\/\([^/][^/]*\)\/*$/{
56265792 s//\1/
56275793 q
56725838 s/-\n.*//
56735839 ' >$as_me.lineno &&
56745840 chmod +x "$as_me.lineno" ||
5675 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
5841 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
56765842 { (exit 1); exit 1; }; }
56775843
56785844 # Don't try to exec as it changes $[0], causing all sort of problems
57005866 *)
57015867 ECHO_N='-n';;
57025868 esac
5703
57045869 if expr a : '\(a\)' >/dev/null 2>&1 &&
57055870 test "X`expr 00001 : '.*\(...\)'`" = X001; then
57065871 as_expr=expr
57135878 rm -f conf$$.dir/conf$$.file
57145879 else
57155880 rm -f conf$$.dir
5716 mkdir conf$$.dir
5717 fi
5718 echo >conf$$.file
5719 if ln -s conf$$.file conf$$ 2>/dev/null; then
5720 as_ln_s='ln -s'
5721 # ... but there are two gotchas:
5722 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5723 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5724 # In both cases, we have to default to `cp -p'.
5725 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5881 mkdir conf$$.dir 2>/dev/null
5882 fi
5883 if (echo >conf$$.file) 2>/dev/null; then
5884 if ln -s conf$$.file conf$$ 2>/dev/null; then
5885 as_ln_s='ln -s'
5886 # ... but there are two gotchas:
5887 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5888 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5889 # In both cases, we have to default to `cp -p'.
5890 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5891 as_ln_s='cp -p'
5892 elif ln conf$$.file conf$$ 2>/dev/null; then
5893 as_ln_s=ln
5894 else
57265895 as_ln_s='cp -p'
5727 elif ln conf$$.file conf$$ 2>/dev/null; then
5728 as_ln_s=ln
5896 fi
57295897 else
57305898 as_ln_s='cp -p'
57315899 fi
57505918 as_test_x='
57515919 eval sh -c '\''
57525920 if test -d "$1"; then
5753 test -d "$1/.";
5921 test -d "$1/.";
57545922 else
57555923 case $1 in
5756 -*)set "./$1";;
5924 -*)set "./$1";;
57575925 esac;
57585926 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
57595927 ???[sx]*):;;*)false;;esac;fi
57765944 # values after options handling.
57775945 ac_log="
57785946 This file was extended by $as_me, which was
5779 generated by GNU Autoconf 2.61. Invocation command line was
5947 generated by GNU Autoconf 2.63. Invocation command line was
57805948
57815949 CONFIG_FILES = $CONFIG_FILES
57825950 CONFIG_HEADERS = $CONFIG_HEADERS
57895957
57905958 _ACEOF
57915959
5792 cat >>$CONFIG_STATUS <<_ACEOF
5960 case $ac_config_files in *"
5961 "*) set x $ac_config_files; shift; ac_config_files=$*;;
5962 esac
5963
5964 case $ac_config_headers in *"
5965 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5966 esac
5967
5968
5969 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
57935970 # Files that config.status was made for.
57945971 config_files="$ac_config_files"
57955972 config_headers="$ac_config_headers"
57975974
57985975 _ACEOF
57995976
5800 cat >>$CONFIG_STATUS <<\_ACEOF
5977 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
58015978 ac_cs_usage="\
58025979 \`$as_me' instantiates files from templates according to the
58035980 current configuration.
58045981
5805 Usage: $0 [OPTIONS] [FILE]...
5982 Usage: $0 [OPTION]... [FILE]...
58065983
58075984 -h, --help print this help, then exit
58085985 -V, --version print version number and configuration settings, then exit
5809 -q, --quiet do not print progress messages
5986 -q, --quiet, --silent
5987 do not print progress messages
58105988 -d, --debug don't remove temporary files
58115989 --recheck update $as_me by reconfiguring in the same conditions
5812 --file=FILE[:TEMPLATE]
5813 instantiate the configuration file FILE
5814 --header=FILE[:TEMPLATE]
5815 instantiate the configuration header FILE
5990 --file=FILE[:TEMPLATE]
5991 instantiate the configuration file FILE
5992 --header=FILE[:TEMPLATE]
5993 instantiate the configuration header FILE
58165994
58175995 Configuration files:
58185996 $config_files
58266004 Report bugs to <bug-autoconf@gnu.org>."
58276005
58286006 _ACEOF
5829 cat >>$CONFIG_STATUS <<_ACEOF
6007 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
58306008 ac_cs_version="\\
58316009 config.status
5832 configured by $0, generated by GNU Autoconf 2.61,
5833 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5834
5835 Copyright (C) 2006 Free Software Foundation, Inc.
6010 configured by $0, generated by GNU Autoconf 2.63,
6011 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6012
6013 Copyright (C) 2008 Free Software Foundation, Inc.
58366014 This config.status script is free software; the Free Software Foundation
58376015 gives unlimited permission to copy, distribute and modify it."
58386016
58406018 srcdir='$srcdir'
58416019 INSTALL='$INSTALL'
58426020 MKDIR_P='$MKDIR_P'
5843 _ACEOF
5844
5845 cat >>$CONFIG_STATUS <<\_ACEOF
5846 # If no file are specified by the user, then we need to provide default
5847 # value. By we need to know if files were specified by the user.
6021 AWK='$AWK'
6022 test -n "\$AWK" || AWK=awk
6023 _ACEOF
6024
6025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6026 # The default lists apply if the user does not specify any file.
58486027 ac_need_defaults=:
58496028 while test $# != 0
58506029 do
58666045 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
58676046 ac_cs_recheck=: ;;
58686047 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5869 echo "$ac_cs_version"; exit ;;
6048 $as_echo "$ac_cs_version"; exit ;;
58706049 --debug | --debu | --deb | --de | --d | -d )
58716050 debug=: ;;
58726051 --file | --fil | --fi | --f )
58736052 $ac_shift
5874 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
6053 case $ac_optarg in
6054 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6055 esac
6056 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
58756057 ac_need_defaults=false;;
58766058 --header | --heade | --head | --hea )
58776059 $ac_shift
5878 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
6060 case $ac_optarg in
6061 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6062 esac
6063 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
58796064 ac_need_defaults=false;;
58806065 --he | --h)
58816066 # Conflict between --help and --header
5882 { echo "$as_me: error: ambiguous option: $1
6067 { $as_echo "$as_me: error: ambiguous option: $1
58836068 Try \`$0 --help' for more information." >&2
58846069 { (exit 1); exit 1; }; };;
58856070 --help | --hel | -h )
5886 echo "$ac_cs_usage"; exit ;;
6071 $as_echo "$ac_cs_usage"; exit ;;
58876072 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
58886073 | -silent | --silent | --silen | --sile | --sil | --si | --s)
58896074 ac_cs_silent=: ;;
58906075
58916076 # This is an error.
5892 -*) { echo "$as_me: error: unrecognized option: $1
6077 -*) { $as_echo "$as_me: error: unrecognized option: $1
58936078 Try \`$0 --help' for more information." >&2
58946079 { (exit 1); exit 1; }; } ;;
58956080
59086093 fi
59096094
59106095 _ACEOF
5911 cat >>$CONFIG_STATUS <<_ACEOF
6096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
59126097 if \$ac_cs_recheck; then
5913 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5914 CONFIG_SHELL=$SHELL
6098 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6099 shift
6100 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6101 CONFIG_SHELL='$SHELL'
59156102 export CONFIG_SHELL
5916 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5917 fi
5918
5919 _ACEOF
5920 cat >>$CONFIG_STATUS <<\_ACEOF
6103 exec "\$@"
6104 fi
6105
6106 _ACEOF
6107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
59216108 exec 5>>config.log
59226109 {
59236110 echo
59246111 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
59256112 ## Running $as_me. ##
59266113 _ASBOX
5927 echo "$ac_log"
6114 $as_echo "$ac_log"
59286115 } >&5
59296116
59306117 _ACEOF
5931 cat >>$CONFIG_STATUS <<_ACEOF
6118 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
59326119 #
59336120 # INIT-COMMANDS
59346121 #
59366123
59376124 _ACEOF
59386125
5939 cat >>$CONFIG_STATUS <<\_ACEOF
6126 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
59406127
59416128 # Handling of arguments.
59426129 for ac_config_target in $ac_config_targets
59466133 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
59476134 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
59486135
5949 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5950 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6136 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6137 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
59516138 { (exit 1); exit 1; }; };;
59526139 esac
59536140 done
59886175 (umask 077 && mkdir "$tmp")
59896176 } ||
59906177 {
5991 echo "$me: cannot create a temporary directory in ." >&2
6178 $as_echo "$as_me: cannot create a temporary directory in ." >&2
59926179 { (exit 1); exit 1; }
59936180 }
59946181
5995 #
5996 # Set up the sed scripts for CONFIG_FILES section.
5997 #
5998
5999 # No need to generate the scripts if there are no CONFIG_FILES.
6000 # This happens for instance when ./config.status config.h
6182 # Set up the scripts for CONFIG_FILES section.
6183 # No need to generate them if there are no CONFIG_FILES.
6184 # This happens for instance with `./config.status config.h'.
60016185 if test -n "$CONFIG_FILES"; then
60026186
6003 _ACEOF
6004
6005
6006
6187
6188 ac_cr='
6189 '
6190 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6191 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6192 ac_cs_awk_cr='\\r'
6193 else
6194 ac_cs_awk_cr=$ac_cr
6195 fi
6196
6197 echo 'BEGIN {' >"$tmp/subs1.awk" &&
6198 _ACEOF
6199
6200
6201 {
6202 echo "cat >conf$$subs.awk <<_ACEOF" &&
6203 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6204 echo "_ACEOF"
6205 } >conf$$subs.sh ||
6206 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
6207 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
6208 { (exit 1); exit 1; }; }
6209 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
60076210 ac_delim='%!_!# '
60086211 for ac_last_try in false false false false false :; do
6009 cat >conf$$subs.sed <<_ACEOF
6010 SHELL!$SHELL$ac_delim
6011 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
6012 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
6013 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
6014 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
6015 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
6016 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
6017 exec_prefix!$exec_prefix$ac_delim
6018 prefix!$prefix$ac_delim
6019 program_transform_name!$program_transform_name$ac_delim
6020 bindir!$bindir$ac_delim
6021 sbindir!$sbindir$ac_delim
6022 libexecdir!$libexecdir$ac_delim
6023 datarootdir!$datarootdir$ac_delim
6024 datadir!$datadir$ac_delim
6025 sysconfdir!$sysconfdir$ac_delim
6026 sharedstatedir!$sharedstatedir$ac_delim
6027 localstatedir!$localstatedir$ac_delim
6028 includedir!$includedir$ac_delim
6029 oldincludedir!$oldincludedir$ac_delim
6030 docdir!$docdir$ac_delim
6031 infodir!$infodir$ac_delim
6032 htmldir!$htmldir$ac_delim
6033 dvidir!$dvidir$ac_delim
6034 pdfdir!$pdfdir$ac_delim
6035 psdir!$psdir$ac_delim
6036 libdir!$libdir$ac_delim
6037 localedir!$localedir$ac_delim
6038 mandir!$mandir$ac_delim
6039 DEFS!$DEFS$ac_delim
6040 ECHO_C!$ECHO_C$ac_delim
6041 ECHO_N!$ECHO_N$ac_delim
6042 ECHO_T!$ECHO_T$ac_delim
6043 LIBS!$LIBS$ac_delim
6044 build_alias!$build_alias$ac_delim
6045 host_alias!$host_alias$ac_delim
6046 target_alias!$target_alias$ac_delim
6047 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
6048 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
6049 INSTALL_DATA!$INSTALL_DATA$ac_delim
6050 am__isrc!$am__isrc$ac_delim
6051 CYGPATH_W!$CYGPATH_W$ac_delim
6052 PACKAGE!$PACKAGE$ac_delim
6053 VERSION!$VERSION$ac_delim
6054 ACLOCAL!$ACLOCAL$ac_delim
6055 AUTOCONF!$AUTOCONF$ac_delim
6056 AUTOMAKE!$AUTOMAKE$ac_delim
6057 AUTOHEADER!$AUTOHEADER$ac_delim
6058 MAKEINFO!$MAKEINFO$ac_delim
6059 install_sh!$install_sh$ac_delim
6060 STRIP!$STRIP$ac_delim
6061 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
6062 mkdir_p!$mkdir_p$ac_delim
6063 AWK!$AWK$ac_delim
6064 SET_MAKE!$SET_MAKE$ac_delim
6065 am__leading_dot!$am__leading_dot$ac_delim
6066 AMTAR!$AMTAR$ac_delim
6067 am__tar!$am__tar$ac_delim
6068 am__untar!$am__untar$ac_delim
6069 CXX!$CXX$ac_delim
6070 CXXFLAGS!$CXXFLAGS$ac_delim
6071 LDFLAGS!$LDFLAGS$ac_delim
6072 CPPFLAGS!$CPPFLAGS$ac_delim
6073 ac_ct_CXX!$ac_ct_CXX$ac_delim
6074 EXEEXT!$EXEEXT$ac_delim
6075 OBJEXT!$OBJEXT$ac_delim
6076 DEPDIR!$DEPDIR$ac_delim
6077 am__include!$am__include$ac_delim
6078 am__quote!$am__quote$ac_delim
6079 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
6080 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
6081 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
6082 CXXDEPMODE!$CXXDEPMODE$ac_delim
6083 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
6084 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
6085 CC!$CC$ac_delim
6086 CFLAGS!$CFLAGS$ac_delim
6087 ac_ct_CC!$ac_ct_CC$ac_delim
6088 CCDEPMODE!$CCDEPMODE$ac_delim
6089 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
6090 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
6091 CPP!$CPP$ac_delim
6092 GREP!$GREP$ac_delim
6093 EGREP!$EGREP$ac_delim
6094 CXXCPP!$CXXCPP$ac_delim
6095 LIBOBJS!$LIBOBJS$ac_delim
6096 LTLIBOBJS!$LTLIBOBJS$ac_delim
6097 _ACEOF
6098
6099 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
6212 . ./conf$$subs.sh ||
6213 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
6214 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
6215 { (exit 1); exit 1; }; }
6216
6217 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6218 if test $ac_delim_n = $ac_delim_num; then
61006219 break
61016220 elif $ac_last_try; then
6102 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
6103 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
6221 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
6222 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
61046223 { (exit 1); exit 1; }; }
61056224 else
61066225 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
61076226 fi
61086227 done
6109
6110 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
6111 if test -n "$ac_eof"; then
6112 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
6113 ac_eof=`expr $ac_eof + 1`
6114 fi
6115
6116 cat >>$CONFIG_STATUS <<_ACEOF
6117 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
6118 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
6119 _ACEOF
6120 sed '
6121 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
6122 s/^/s,@/; s/!/@,|#_!!_#|/
6123 :n
6124 t n
6125 s/'"$ac_delim"'$/,g/; t
6126 s/$/\\/; p
6127 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
6128 ' >>$CONFIG_STATUS <conf$$subs.sed
6129 rm -f conf$$subs.sed
6130 cat >>$CONFIG_STATUS <<_ACEOF
6131 :end
6132 s/|#_!!_#|//g
6133 CEOF$ac_eof
6134 _ACEOF
6135
6228 rm -f conf$$subs.sh
6229
6230 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6231 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
6232 _ACEOF
6233 sed -n '
6234 h
6235 s/^/S["/; s/!.*/"]=/
6236 p
6237 g
6238 s/^[^!]*!//
6239 :repl
6240 t repl
6241 s/'"$ac_delim"'$//
6242 t delim
6243 :nl
6244 h
6245 s/\(.\{148\}\).*/\1/
6246 t more1
6247 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
6248 p
6249 n
6250 b repl
6251 :more1
6252 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6253 p
6254 g
6255 s/.\{148\}//
6256 t nl
6257 :delim
6258 h
6259 s/\(.\{148\}\).*/\1/
6260 t more2
6261 s/["\\]/\\&/g; s/^/"/; s/$/"/
6262 p
6263 b
6264 :more2
6265 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6266 p
6267 g
6268 s/.\{148\}//
6269 t delim
6270 ' <conf$$subs.awk | sed '
6271 /^[^""]/{
6272 N
6273 s/\n//
6274 }
6275 ' >>$CONFIG_STATUS || ac_write_fail=1
6276 rm -f conf$$subs.awk
6277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6278 _ACAWK
6279 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
6280 for (key in S) S_is_set[key] = 1
6281 FS = ""
6282
6283 }
6284 {
6285 line = $ 0
6286 nfields = split(line, field, "@")
6287 substed = 0
6288 len = length(field[1])
6289 for (i = 2; i < nfields; i++) {
6290 key = field[i]
6291 keylen = length(key)
6292 if (S_is_set[key]) {
6293 value = S[key]
6294 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6295 len += length(value) + length(field[++i])
6296 substed = 1
6297 } else
6298 len += 1 + keylen
6299 }
6300
6301 print line
6302 }
6303
6304 _ACAWK
6305 _ACEOF
6306 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6307 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6308 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6309 else
6310 cat
6311 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6312 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
6313 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
6314 { (exit 1); exit 1; }; }
6315 _ACEOF
61366316
61376317 # VPATH may cause trouble with some makes, so we remove $(srcdir),
61386318 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
61496329 }'
61506330 fi
61516331
6152 cat >>$CONFIG_STATUS <<\_ACEOF
6332 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
61536333 fi # test -n "$CONFIG_FILES"
61546334
6155
6156 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
6335 # Set up the scripts for CONFIG_HEADERS section.
6336 # No need to generate them if there are no CONFIG_HEADERS.
6337 # This happens for instance with `./config.status Makefile'.
6338 if test -n "$CONFIG_HEADERS"; then
6339 cat >"$tmp/defines.awk" <<\_ACAWK ||
6340 BEGIN {
6341 _ACEOF
6342
6343 # Transform confdefs.h into an awk script `defines.awk', embedded as
6344 # here-document in config.status, that substitutes the proper values into
6345 # config.h.in to produce config.h.
6346
6347 # Create a delimiter string that does not exist in confdefs.h, to ease
6348 # handling of long lines.
6349 ac_delim='%!_!# '
6350 for ac_last_try in false false :; do
6351 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6352 if test -z "$ac_t"; then
6353 break
6354 elif $ac_last_try; then
6355 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
6356 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
6357 { (exit 1); exit 1; }; }
6358 else
6359 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6360 fi
6361 done
6362
6363 # For the awk script, D is an array of macro values keyed by name,
6364 # likewise P contains macro parameters if any. Preserve backslash
6365 # newline sequences.
6366
6367 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6368 sed -n '
6369 s/.\{148\}/&'"$ac_delim"'/g
6370 t rset
6371 :rset
6372 s/^[ ]*#[ ]*define[ ][ ]*/ /
6373 t def
6374 d
6375 :def
6376 s/\\$//
6377 t bsnl
6378 s/["\\]/\\&/g
6379 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
6380 D["\1"]=" \3"/p
6381 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
6382 d
6383 :bsnl
6384 s/["\\]/\\&/g
6385 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
6386 D["\1"]=" \3\\\\\\n"\\/p
6387 t cont
6388 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6389 t cont
6390 d
6391 :cont
6392 n
6393 s/.\{148\}/&'"$ac_delim"'/g
6394 t clear
6395 :clear
6396 s/\\$//
6397 t bsnlc
6398 s/["\\]/\\&/g; s/^/"/; s/$/"/p
6399 d
6400 :bsnlc
6401 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6402 b cont
6403 ' <confdefs.h | sed '
6404 s/'"$ac_delim"'/"\\\
6405 "/g' >>$CONFIG_STATUS || ac_write_fail=1
6406
6407 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6408 for (key in D) D_is_set[key] = 1
6409 FS = ""
6410 }
6411 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6412 line = \$ 0
6413 split(line, arg, " ")
6414 if (arg[1] == "#") {
6415 defundef = arg[2]
6416 mac1 = arg[3]
6417 } else {
6418 defundef = substr(arg[1], 2)
6419 mac1 = arg[2]
6420 }
6421 split(mac1, mac2, "(") #)
6422 macro = mac2[1]
6423 prefix = substr(line, 1, index(line, defundef) - 1)
6424 if (D_is_set[macro]) {
6425 # Preserve the white space surrounding the "#".
6426 print prefix "define", macro P[macro] D[macro]
6427 next
6428 } else {
6429 # Replace #undef with comments. This is necessary, for example,
6430 # in the case of _POSIX_SOURCE, which is predefined and required
6431 # on some systems where configure will not decide to define it.
6432 if (defundef == "undef") {
6433 print "/*", prefix defundef, macro, "*/"
6434 next
6435 }
6436 }
6437 }
6438 { print }
6439 _ACAWK
6440 _ACEOF
6441 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6442 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
6443 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
6444 { (exit 1); exit 1; }; }
6445 fi # test -n "$CONFIG_HEADERS"
6446
6447
6448 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
6449 shift
6450 for ac_tag
61576451 do
61586452 case $ac_tag in
61596453 :[FHLC]) ac_mode=$ac_tag; continue;;
61606454 esac
61616455 case $ac_mode$ac_tag in
61626456 :[FHL]*:*);;
6163 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
6164 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
6457 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
6458 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
61656459 { (exit 1); exit 1; }; };;
61666460 :[FH]-) ac_tag=-:-;;
61676461 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
61906484 [\\/$]*) false;;
61916485 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
61926486 esac ||
6193 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
6194 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
6487 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
6488 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
61956489 { (exit 1); exit 1; }; };;
61966490 esac
6197 ac_file_inputs="$ac_file_inputs $ac_f"
6491 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6492 ac_file_inputs="$ac_file_inputs '$ac_f'"
61986493 done
61996494
62006495 # Let's still pretend it is `configure' which instantiates (i.e., don't
62016496 # use $as_me), people would be surprised to read:
62026497 # /* config.h. Generated by config.status. */
6203 configure_input="Generated from "`IFS=:
6204 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
6498 configure_input='Generated from '`
6499 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6500 `' by configure.'
62056501 if test x"$ac_file" != x-; then
62066502 configure_input="$ac_file. $configure_input"
6207 { echo "$as_me:$LINENO: creating $ac_file" >&5
6208 echo "$as_me: creating $ac_file" >&6;}
6503 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
6504 $as_echo "$as_me: creating $ac_file" >&6;}
62096505 fi
6506 # Neutralize special characters interpreted by sed in replacement strings.
6507 case $configure_input in #(
6508 *\&* | *\|* | *\\* )
6509 ac_sed_conf_input=`$as_echo "$configure_input" |
6510 sed 's/[\\\\&|]/\\\\&/g'`;; #(
6511 *) ac_sed_conf_input=$configure_input;;
6512 esac
62106513
62116514 case $ac_tag in
6212 *:-:* | *:-) cat >"$tmp/stdin";;
6515 *:-:* | *:-) cat >"$tmp/stdin" \
6516 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6517 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6518 { (exit 1); exit 1; }; } ;;
62136519 esac
62146520 ;;
62156521 esac
62196525 X"$ac_file" : 'X\(//\)[^/]' \| \
62206526 X"$ac_file" : 'X\(//\)$' \| \
62216527 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6222 echo X"$ac_file" |
6528 $as_echo X"$ac_file" |
62236529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
62246530 s//\1/
62256531 q
62456551 as_dirs=
62466552 while :; do
62476553 case $as_dir in #(
6248 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
6554 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
62496555 *) as_qdir=$as_dir;;
62506556 esac
62516557 as_dirs="'$as_qdir' $as_dirs"
62546560 X"$as_dir" : 'X\(//\)[^/]' \| \
62556561 X"$as_dir" : 'X\(//\)$' \| \
62566562 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6257 echo X"$as_dir" |
6563 $as_echo X"$as_dir" |
62586564 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
62596565 s//\1/
62606566 q
62756581 test -d "$as_dir" && break
62766582 done
62776583 test -z "$as_dirs" || eval "mkdir $as_dirs"
6278 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6279 echo "$as_me: error: cannot create directory $as_dir" >&2;}
6584 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6585 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
62806586 { (exit 1); exit 1; }; }; }
62816587 ac_builddir=.
62826588
62836589 case "$ac_dir" in
62846590 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
62856591 *)
6286 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6592 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
62876593 # A ".." for each directory in $ac_dir_suffix.
6288 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
6594 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
62896595 case $ac_top_builddir_sub in
62906596 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
62916597 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
63306636 esac
63316637 _ACEOF
63326638
6333 cat >>$CONFIG_STATUS <<\_ACEOF
6639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63346640 # If the template does not know about datarootdir, expand it.
63356641 # FIXME: This hack should be removed a few years after 2.60.
63366642 ac_datarootdir_hack=; ac_datarootdir_seen=
63376643
6338 case `sed -n '/datarootdir/ {
6644 ac_sed_dataroot='
6645 /datarootdir/ {
63396646 p
63406647 q
63416648 }
63446651 /@infodir@/p
63456652 /@localedir@/p
63466653 /@mandir@/p
6347 ' $ac_file_inputs` in
6654 '
6655 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
63486656 *datarootdir*) ac_datarootdir_seen=yes;;
63496657 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6350 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6351 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6352 _ACEOF
6353 cat >>$CONFIG_STATUS <<_ACEOF
6658 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6659 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6660 _ACEOF
6661 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63546662 ac_datarootdir_hack='
63556663 s&@datadir@&$datadir&g
63566664 s&@docdir@&$docdir&g
63646672 # Neutralize VPATH when `$srcdir' = `.'.
63656673 # Shell code in configure.ac might set extrasub.
63666674 # FIXME: do we really want to maintain this feature?
6367 cat >>$CONFIG_STATUS <<_ACEOF
6368 sed "$ac_vpsub
6675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6676 ac_sed_extra="$ac_vpsub
63696677 $extrasub
63706678 _ACEOF
6371 cat >>$CONFIG_STATUS <<\_ACEOF
6679 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63726680 :t
63736681 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6374 s&@configure_input@&$configure_input&;t t
6682 s|@configure_input@|$ac_sed_conf_input|;t t
63756683 s&@top_builddir@&$ac_top_builddir_sub&;t t
6684 s&@top_build_prefix@&$ac_top_build_prefix&;t t
63766685 s&@srcdir@&$ac_srcdir&;t t
63776686 s&@abs_srcdir@&$ac_abs_srcdir&;t t
63786687 s&@top_srcdir@&$ac_top_srcdir&;t t
63836692 s&@INSTALL@&$ac_INSTALL&;t t
63846693 s&@MKDIR_P@&$ac_MKDIR_P&;t t
63856694 $ac_datarootdir_hack
6386 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
6695 "
6696 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6697 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6698 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6699 { (exit 1); exit 1; }; }
63876700
63886701 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
63896702 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
63906703 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6391 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6704 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
63926705 which seems to be undefined. Please make sure it is defined." >&5
6393 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6706 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
63946707 which seems to be undefined. Please make sure it is defined." >&2;}
63956708
63966709 rm -f "$tmp/stdin"
63976710 case $ac_file in
6398 -) cat "$tmp/out"; rm -f "$tmp/out";;
6399 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
6400 esac
6711 -) cat "$tmp/out" && rm -f "$tmp/out";;
6712 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6713 esac \
6714 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6715 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6716 { (exit 1); exit 1; }; }
64016717 ;;
64026718 :H)
64036719 #
64046720 # CONFIG_HEADER
64056721 #
6406 _ACEOF
6407
6408 # Transform confdefs.h into a sed script `conftest.defines', that
6409 # substitutes the proper values into config.h.in to produce config.h.
6410 rm -f conftest.defines conftest.tail
6411 # First, append a space to every undef/define line, to ease matching.
6412 echo 's/$/ /' >conftest.defines
6413 # Then, protect against being on the right side of a sed subst, or in
6414 # an unquoted here document, in config.status. If some macros were
6415 # called several times there might be several #defines for the same
6416 # symbol, which is useless. But do not sort them, since the last
6417 # AC_DEFINE must be honored.
6418 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6419 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
6420 # NAME is the cpp macro being defined, VALUE is the value it is being given.
6421 # PARAMS is the parameter list in the macro definition--in most cases, it's
6422 # just an empty string.
6423 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
6424 ac_dB='\\)[ (].*,\\1define\\2'
6425 ac_dC=' '
6426 ac_dD=' ,'
6427
6428 uniq confdefs.h |
6429 sed -n '
6430 t rset
6431 :rset
6432 s/^[ ]*#[ ]*define[ ][ ]*//
6433 t ok
6434 d
6435 :ok
6436 s/[\\&,]/\\&/g
6437 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
6438 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
6439 ' >>conftest.defines
6440
6441 # Remove the space that was appended to ease matching.
6442 # Then replace #undef with comments. This is necessary, for
6443 # example, in the case of _POSIX_SOURCE, which is predefined and required
6444 # on some systems where configure will not decide to define it.
6445 # (The regexp can be short, since the line contains either #define or #undef.)
6446 echo 's/ $//
6447 s,^[ #]*u.*,/* & */,' >>conftest.defines
6448
6449 # Break up conftest.defines:
6450 ac_max_sed_lines=50
6451
6452 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
6453 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
6454 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
6455 # et cetera.
6456 ac_in='$ac_file_inputs'
6457 ac_out='"$tmp/out1"'
6458 ac_nxt='"$tmp/out2"'
6459
6460 while :
6461 do
6462 # Write a here document:
6463 cat >>$CONFIG_STATUS <<_ACEOF
6464 # First, check the format of the line:
6465 cat >"\$tmp/defines.sed" <<\\CEOF
6466 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
6467 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
6468 b
6469 :def
6470 _ACEOF
6471 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
6472 echo 'CEOF
6473 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
6474 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
6475 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
6476 grep . conftest.tail >/dev/null || break
6477 rm -f conftest.defines
6478 mv conftest.tail conftest.defines
6479 done
6480 rm -f conftest.defines conftest.tail
6481
6482 echo "ac_result=$ac_in" >>$CONFIG_STATUS
6483 cat >>$CONFIG_STATUS <<\_ACEOF
64846722 if test x"$ac_file" != x-; then
6485 echo "/* $configure_input */" >"$tmp/config.h"
6486 cat "$ac_result" >>"$tmp/config.h"
6487 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
6488 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6489 echo "$as_me: $ac_file is unchanged" >&6;}
6723 {
6724 $as_echo "/* $configure_input */" \
6725 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6726 } >"$tmp/config.h" \
6727 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6728 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6729 { (exit 1); exit 1; }; }
6730 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6731 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6732 $as_echo "$as_me: $ac_file is unchanged" >&6;}
64906733 else
6491 rm -f $ac_file
6492 mv "$tmp/config.h" $ac_file
6734 rm -f "$ac_file"
6735 mv "$tmp/config.h" "$ac_file" \
6736 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
6737 $as_echo "$as_me: error: could not create $ac_file" >&2;}
6738 { (exit 1); exit 1; }; }
64936739 fi
64946740 else
6495 echo "/* $configure_input */"
6496 cat "$ac_result"
6741 $as_echo "/* $configure_input */" \
6742 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6743 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
6744 $as_echo "$as_me: error: could not create -" >&2;}
6745 { (exit 1); exit 1; }; }
64976746 fi
6498 rm -f "$tmp/out12"
6499 # Compute $ac_file's index in $config_headers.
6747 # Compute "$ac_file"'s index in $config_headers.
6748 _am_arg="$ac_file"
65006749 _am_stamp_count=1
65016750 for _am_header in $config_headers :; do
65026751 case $_am_header in
6503 $ac_file | $ac_file:* )
6752 $_am_arg | $_am_arg:* )
65046753 break ;;
65056754 * )
65066755 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
65076756 esac
65086757 done
6509 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
6510 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6511 X$ac_file : 'X\(//\)[^/]' \| \
6512 X$ac_file : 'X\(//\)$' \| \
6513 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
6514 echo X$ac_file |
6758 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
6759 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6760 X"$_am_arg" : 'X\(//\)[^/]' \| \
6761 X"$_am_arg" : 'X\(//\)$' \| \
6762 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
6763 $as_echo X"$_am_arg" |
65156764 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
65166765 s//\1/
65176766 q
65316780 s/.*/./; q'`/stamp-h$_am_stamp_count
65326781 ;;
65336782
6534 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
6535 echo "$as_me: executing $ac_file commands" >&6;}
6783 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
6784 $as_echo "$as_me: executing $ac_file commands" >&6;}
65366785 ;;
65376786 esac
65386787
65486797 # each Makefile.in and add a new line on top of each file to say so.
65496798 # Grep'ing the whole file is not good either: AIX grep has a line
65506799 # limit of 2048, but all sed's we know have understand at least 4000.
6551 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
6800 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
65526801 dirpart=`$as_dirname -- "$mf" ||
65536802 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
65546803 X"$mf" : 'X\(//\)[^/]' \| \
65556804 X"$mf" : 'X\(//\)$' \| \
65566805 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
6557 echo X"$mf" |
6806 $as_echo X"$mf" |
65586807 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
65596808 s//\1/
65606809 q
65986847 X"$file" : 'X\(//\)[^/]' \| \
65996848 X"$file" : 'X\(//\)$' \| \
66006849 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
6601 echo X"$file" |
6850 $as_echo X"$file" |
66026851 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
66036852 s//\1/
66046853 q
66246873 as_dirs=
66256874 while :; do
66266875 case $as_dir in #(
6627 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
6876 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
66286877 *) as_qdir=$as_dir;;
66296878 esac
66306879 as_dirs="'$as_qdir' $as_dirs"
66336882 X"$as_dir" : 'X\(//\)[^/]' \| \
66346883 X"$as_dir" : 'X\(//\)$' \| \
66356884 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6636 echo X"$as_dir" |
6885 $as_echo X"$as_dir" |
66376886 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
66386887 s//\1/
66396888 q
66546903 test -d "$as_dir" && break
66556904 done
66566905 test -z "$as_dirs" || eval "mkdir $as_dirs"
6657 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6658 echo "$as_me: error: cannot create directory $as_dir" >&2;}
6906 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
6907 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
66596908 { (exit 1); exit 1; }; }; }
66606909 # echo "creating $dirpart/$file"
66616910 echo '# dummy' > "$dirpart/$file"
66716920 _ACEOF
66726921 chmod +x $CONFIG_STATUS
66736922 ac_clean_files=$ac_clean_files_save
6923
6924 test $ac_write_fail = 0 ||
6925 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
6926 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
6927 { (exit 1); exit 1; }; }
66746928
66756929
66766930 # configure is writing to config.log, and then calls config.status.
66936947 # would make configure fail if this is the last instruction.
66946948 $ac_cs_success || { (exit 1); exit 1; }
66956949 fi
6696
6950 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6951 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6952 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6953 fi
6954
00 AC_INIT(squidview.cpp)
11 AM_CONFIG_HEADER(config.h)
2 AM_INIT_AUTOMAKE(squidview,0.72)
2 AM_INIT_AUTOMAKE(squidview,0.73)
33 AC_PROG_CXX
44 AC_PROG_INSTALL
55
4646 #endif
4747
4848 #include <string>
49 #include <sstream>
4950 #include <vector>
5051 #include <algorithm>
5152
201202
202203
203204 // int to string conversion
204 string ItoS (int iNumber)
205 {
206 char szTemp [20];
207 string sReturn;
208
209 if (snprintf (szTemp, sizeof (szTemp), "%d", iNumber) < 0)
210 return "0";
211 sReturn = szTemp;
212
213 return sReturn;
205 string ItoS (tByteTotal iNumber)
206 {
207 stringstream ssTemp;
208
209 ssTemp << iNumber;
210 return (ssTemp.str());
214211 }
215212
216213
217214 // 12345 to "12,345"
218215 string ItoCommas (tByteTotal iNumber)
219216 {
220 char szTemp [40];
221217 string sReturn;
222218 int iIndex, iCount;
223219
224 if (snprintf (szTemp, sizeof (szTemp), "%lld", iNumber) < 0)
225 return "0";
226
227 sReturn = szTemp;
220 sReturn = ItoS (iNumber);
228221
229222 iIndex = sReturn.length();
230223 if (iIndex == 0)
2525 #endif
2626
2727 #include <stdio.h>
28 #include <stdint.h>
29 #include <inttypes.h>
2830 #include <curses.h>
2931 #include <time.h>
3032 #include <string>
4951 #define nSizeCols 11 // width given to display size of requests
5052
5153 typedef long tFilePos; // positions in log file are of this type
52 typedef long long int tByteTotal; // for summing bytes transferred
53 typedef unsigned long tIPnum; // IP aliases only 32 bit at this stage
54 typedef uint64_t tByteTotal; // for summing bytes transferred
55 typedef uint32_t tIPnum; // IP aliases only 32 bit at this stage
5456
5557 const time_t nSecsInDay = 60 * 60 * 24;
5658