Codebase list frei0r / 846995c
Imported Debian patch 1.1.22git20090409-1 Luca Bigliardi authored 17 years ago Jonas Smedegaard committed 14 years ago
16 changed file(s) with 3299 addition(s) and 2223 deletion(s). Raw diff Collapse all Expand all
+0
-1
.gitignore less more
0 autom4te.cache
99
1010 SUBDIRS=src include doc
1111 EXTRA_DIST = Doxyfile
12
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = frei0r.pc
15
2222 # This program is distributed in the hope that it will be useful, but
2323 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
2424 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
2526 VPATH = @srcdir@
2627 pkgdatadir = $(datadir)/@PACKAGE@
2728 pkglibdir = $(libdir)/@PACKAGE@
4243 host_triplet = @host@
4344 subdir = .
4445 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
45 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
46 ChangeLog INSTALL NEWS config.guess config.sub depcomp \
47 install-sh ltmain.sh missing
46 $(srcdir)/Makefile.in $(srcdir)/frei0r.pc.in \
47 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
48 config.guess config.sub depcomp install-sh ltmain.sh missing
4849 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4950 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
5051 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
5354 configure.lineno config.status.lineno
5455 mkinstalldirs = $(install_sh) -d
5556 CONFIG_HEADER = $(top_builddir)/include/config.h
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_FILES = frei0r.pc
5758 SOURCES =
5859 DIST_SOURCES =
5960 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
6364 install-pdf-recursive install-ps-recursive install-recursive \
6465 installcheck-recursive installdirs-recursive pdf-recursive \
6566 ps-recursive uninstall-recursive
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70 *) f=$$p;; \
71 esac;
72 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
74 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
75 DATA = $(pkgconfig_DATA)
6676 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6777 distclean-recursive maintainer-clean-recursive
6878 ETAGS = etags
190200 srcdir = @srcdir@
191201 sysconfdir = @sysconfdir@
192202 target_alias = @target_alias@
203 top_build_prefix = @top_build_prefix@
193204 top_builddir = @top_builddir@
194205 top_srcdir = @top_srcdir@
195206 SUBDIRS = src include doc
196207 EXTRA_DIST = Doxyfile
208 pkgconfigdir = $(libdir)/pkgconfig
209 pkgconfig_DATA = frei0r.pc
197210 all: all-recursive
198211
199212 .SUFFIXES:
230243 cd $(srcdir) && $(AUTOCONF)
231244 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
232245 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
246 frei0r.pc: $(top_builddir)/config.status $(srcdir)/frei0r.pc.in
247 cd $(top_builddir) && $(SHELL) ./config.status $@
233248
234249 mostlyclean-libtool:
235250 -rm -f *.lo
239254
240255 distclean-libtool:
241256 -rm -f libtool
257 install-pkgconfigDATA: $(pkgconfig_DATA)
258 @$(NORMAL_INSTALL)
259 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
260 @list='$(pkgconfig_DATA)'; for p in $$list; do \
261 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
262 f=$(am__strip_dir) \
263 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
264 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
265 done
266
267 uninstall-pkgconfigDATA:
268 @$(NORMAL_UNINSTALL)
269 @list='$(pkgconfig_DATA)'; for p in $$list; do \
270 f=$(am__strip_dir) \
271 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
272 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
273 done
242274
243275 # This directory's subdirectories are mostly independent; you can cd
244276 # into them and run `make' without going through this Makefile.
520552 exit 1; } >&2
521553 check-am: all-am
522554 check: check-recursive
523 all-am: Makefile
555 all-am: Makefile $(DATA)
524556 installdirs: installdirs-recursive
525557 installdirs-am:
558 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
559 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
560 done
526561 install: install-recursive
527562 install-exec: install-exec-recursive
528563 install-data: install-data-recursive
567602
568603 info-am:
569604
570 install-data-am:
605 install-data-am: install-pkgconfigDATA
571606
572607 install-dvi: install-dvi-recursive
573608
603638
604639 ps-am:
605640
606 uninstall-am:
641 uninstall-am: uninstall-pkgconfigDATA
607642
608643 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
609644 install-strip
618653 install-data-am install-dvi install-dvi-am install-exec \
619654 install-exec-am install-html install-html-am install-info \
620655 install-info-am install-man install-pdf install-pdf-am \
621 install-ps install-ps-am install-strip installcheck \
622 installcheck-am installdirs installdirs-am maintainer-clean \
623 maintainer-clean-generic mostlyclean mostlyclean-generic \
624 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
625 uninstall uninstall-am
656 install-pkgconfigDATA install-ps install-ps-am install-strip \
657 installcheck installcheck-am installdirs installdirs-am \
658 maintainer-clean maintainer-clean-generic mostlyclean \
659 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
660 tags tags-recursive uninstall uninstall-am \
661 uninstall-pkgconfigDATA
626662
627663 # Tell versions [3.59,3.63) of GNU make to not export all variables.
628664 # Otherwise a system limit (for SysV at least) may be exceeded.
1212
1313 m4_ifndef([AC_AUTOCONF_VERSION],
1414 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(AC_AUTOCONF_VERSION, [2.61],,
16 [m4_warning([this file was generated for autoconf 2.61.
15 m4_if(AC_AUTOCONF_VERSION, [2.63],,
16 [m4_warning([this file was generated for autoconf 2.63.
1717 You have another version of autoconf. It may work, but is not guaranteed to.
1818 If you have problems, you may need to regenerate the build system entirely.
1919 To do so, use the procedure documented by the package, typically `autoreconf'.])])
+2479
-2183
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.61 for frei0r-plugins 1.1.22.
2 # Generated by GNU Autoconf 2.63 for frei0r-plugins 1.1.22.
33 #
44 # Report bugs to <richard.spindler@gmail.com>.
55 #
66 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
88 # This configure script is free software; the Free Software Foundation
99 # gives unlimited permission to copy, distribute and modify it.
1010 ## --------------------- ##
1616 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1717 emulate sh
1818 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2020 # is contrary to our usage. Disable this feature.
2121 alias -g '${1+"$@"}'='"$@"'
2222 setopt NO_GLOB_SUBST
3838 as_cr_digits='0123456789'
3939 as_cr_alnum=$as_cr_Letters$as_cr_digits
4040
41 as_nl='
42 '
43 export as_nl
44 # Printing a long string crashes Solaris 7 /usr/bin/printf.
45 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
48 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='printf %s\n'
50 as_echo_n='printf %s'
51 else
52 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
53 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
54 as_echo_n='/usr/ucb/echo -n'
55 else
56 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57 as_echo_n_body='eval
58 arg=$1;
59 case $arg in
60 *"$as_nl"*)
61 expr "X$arg" : "X\\(.*\\)$as_nl";
62 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 esac;
64 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 '
66 export as_echo_n_body
67 as_echo_n='sh -c $as_echo_n_body as_echo'
68 fi
69 export as_echo_body
70 as_echo='sh -c $as_echo_body as_echo'
71 fi
72
4173 # The user is always right.
4274 if test "${PATH_SEPARATOR+set}" != set; then
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
47 PATH_SEPARATOR=';'
48 else
49 PATH_SEPARATOR=:
50 fi
51 rm -f conf$$.sh
75 PATH_SEPARATOR=:
76 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
77 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
78 PATH_SEPARATOR=';'
79 }
5280 fi
5381
5482 # Support unset when possible.
6492 # there to prevent editors from complaining about space-tab.
6593 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6694 # splitting by setting IFS to empty value.)
67 as_nl='
68 '
6995 IFS=" "" $as_nl"
7096
7197 # Find who we are. Look in the path if we contain no directory separator.
88114 as_myself=$0
89115 fi
90116 if test ! -f "$as_myself"; then
91 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
92118 { (exit 1); exit 1; }
93119 fi
94120
101127 PS4='+ '
102128
103129 # NLS nuisances.
104 for as_var in \
105 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
106 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
107 LC_TELEPHONE LC_TIME
108 do
109 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
110 eval $as_var=C; export $as_var
111 else
112 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 fi
114 done
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
115134
116135 # Required to use basename.
117136 if expr a : '\(a\)' >/dev/null 2>&1 &&
133152 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
134153 X"$0" : 'X\(//\)$' \| \
135154 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
136 echo X/"$0" |
155 $as_echo X/"$0" |
137156 sed '/^.*\/\([^/][^/]*\)\/*$/{
138157 s//\1/
139158 q
159178 as_have_required=no
160179 fi
161180
162 if test $as_have_required = yes && (eval ":
181 if test $as_have_required = yes && (eval ":
163182 (as_func_return () {
164183 (exit \$1)
165184 }
241260 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
242261 emulate sh
243262 NULLCMD=:
244 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
245264 # is contrary to our usage. Disable this feature.
246265 alias -g '${1+"$@"}'='"$@"'
247266 setopt NO_GLOB_SUBST
262281 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
263282 emulate sh
264283 NULLCMD=:
265 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
284 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
266285 # is contrary to our usage. Disable this feature.
267286 alias -g '${1+"$@"}'='"$@"'
268287 setopt NO_GLOB_SUBST
342361
343362 if test "x$CONFIG_SHELL" != x; then
344363 for as_var in BASH_ENV ENV
345 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
346 done
347 export CONFIG_SHELL
348 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
364 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
365 done
366 export CONFIG_SHELL
367 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
349368 fi
350369
351370
414433
415434 test \$exitcode = 0") || {
416435 echo No shell found that supports shell functions.
417 echo Please tell autoconf@gnu.org about your system,
418 echo including any error possibly output before this
419 echo message
436 echo Please tell bug-autoconf@gnu.org about your system,
437 echo including any error possibly output before this message.
438 echo This can help us improve future autoconf versions.
439 echo Configuration will now proceed without shell functions.
420440 }
421441
422442
452472 s/-\n.*//
453473 ' >$as_me.lineno &&
454474 chmod +x "$as_me.lineno" ||
455 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
456476 { (exit 1); exit 1; }; }
457477
458478 # Don't try to exec as it changes $[0], causing all sort of problems
480500 *)
481501 ECHO_N='-n';;
482502 esac
483
484503 if expr a : '\(a\)' >/dev/null 2>&1 &&
485504 test "X`expr 00001 : '.*\(...\)'`" = X001; then
486505 as_expr=expr
493512 rm -f conf$$.dir/conf$$.file
494513 else
495514 rm -f conf$$.dir
496 mkdir conf$$.dir
497 fi
498 echo >conf$$.file
499 if ln -s conf$$.file conf$$ 2>/dev/null; then
500 as_ln_s='ln -s'
501 # ... but there are two gotchas:
502 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
503 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
504 # In both cases, we have to default to `cp -p'.
505 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
515 mkdir conf$$.dir 2>/dev/null
516 fi
517 if (echo >conf$$.file) 2>/dev/null; then
518 if ln -s conf$$.file conf$$ 2>/dev/null; then
519 as_ln_s='ln -s'
520 # ... but there are two gotchas:
521 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
522 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
523 # In both cases, we have to default to `cp -p'.
524 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
525 as_ln_s='cp -p'
526 elif ln conf$$.file conf$$ 2>/dev/null; then
527 as_ln_s=ln
528 else
506529 as_ln_s='cp -p'
507 elif ln conf$$.file conf$$ 2>/dev/null; then
508 as_ln_s=ln
530 fi
509531 else
510532 as_ln_s='cp -p'
511533 fi
530552 as_test_x='
531553 eval sh -c '\''
532554 if test -d "$1"; then
533 test -d "$1/.";
555 test -d "$1/.";
534556 else
535557 case $1 in
536 -*)set "./$1";;
558 -*)set "./$1";;
537559 esac;
538560 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
539561 ???[sx]*):;;*)false;;esac;fi
767789 # include <unistd.h>
768790 #endif"
769791
770 ac_subst_vars='SHELL
792 ac_subst_vars='LTLIBOBJS
793 HAVE_GAVL_FALSE
794 HAVE_GAVL_TRUE
795 GAVL_LIBS
796 GAVL_CFLAGS
797 LIBOBJS
798 HAVE_OPENCV_FALSE
799 HAVE_OPENCV_TRUE
800 OPENCV_LIBS
801 OPENCV_CFLAGS
802 PKG_CONFIG
803 LIBTOOL
804 ac_ct_F77
805 FFLAGS
806 F77
807 CXXCPP
808 CPP
809 NMEDIT
810 DSYMUTIL
811 RANLIB
812 AR
813 ECHO
814 LN_S
815 EGREP
816 GREP
817 SED
818 host_os
819 host_vendor
820 host_cpu
821 host
822 build_os
823 build_vendor
824 build_cpu
825 build
826 am__fastdepCC_FALSE
827 am__fastdepCC_TRUE
828 CCDEPMODE
829 ac_ct_CC
830 CFLAGS
831 CC
832 am__fastdepCXX_FALSE
833 am__fastdepCXX_TRUE
834 CXXDEPMODE
835 AMDEPBACKSLASH
836 AMDEP_FALSE
837 AMDEP_TRUE
838 am__quote
839 am__include
840 DEPDIR
841 OBJEXT
842 EXEEXT
843 ac_ct_CXX
844 CPPFLAGS
845 LDFLAGS
846 CXXFLAGS
847 CXX
848 am__untar
849 am__tar
850 AMTAR
851 am__leading_dot
852 SET_MAKE
853 AWK
854 mkdir_p
855 MKDIR_P
856 INSTALL_STRIP_PROGRAM
857 STRIP
858 install_sh
859 MAKEINFO
860 AUTOHEADER
861 AUTOMAKE
862 AUTOCONF
863 ACLOCAL
864 VERSION
865 PACKAGE
866 CYGPATH_W
867 am__isrc
868 INSTALL_DATA
869 INSTALL_SCRIPT
870 INSTALL_PROGRAM
871 target_alias
872 host_alias
873 build_alias
874 LIBS
875 ECHO_T
876 ECHO_N
877 ECHO_C
878 DEFS
879 mandir
880 localedir
881 libdir
882 psdir
883 pdfdir
884 dvidir
885 htmldir
886 infodir
887 docdir
888 oldincludedir
889 includedir
890 localstatedir
891 sharedstatedir
892 sysconfdir
893 datadir
894 datarootdir
895 libexecdir
896 sbindir
897 bindir
898 program_transform_name
899 prefix
900 exec_prefix
901 PACKAGE_BUGREPORT
902 PACKAGE_STRING
903 PACKAGE_VERSION
904 PACKAGE_TARNAME
905 PACKAGE_NAME
771906 PATH_SEPARATOR
772 PACKAGE_NAME
773 PACKAGE_TARNAME
774 PACKAGE_VERSION
775 PACKAGE_STRING
776 PACKAGE_BUGREPORT
777 exec_prefix
778 prefix
779 program_transform_name
780 bindir
781 sbindir
782 libexecdir
783 datarootdir
784 datadir
785 sysconfdir
786 sharedstatedir
787 localstatedir
788 includedir
789 oldincludedir
790 docdir
791 infodir
792 htmldir
793 dvidir
794 pdfdir
795 psdir
796 libdir
797 localedir
798 mandir
799 DEFS
800 ECHO_C
801 ECHO_N
802 ECHO_T
803 LIBS
804 build_alias
805 host_alias
806 target_alias
807 INSTALL_PROGRAM
808 INSTALL_SCRIPT
809 INSTALL_DATA
810 am__isrc
811 CYGPATH_W
812 PACKAGE
813 VERSION
814 ACLOCAL
815 AUTOCONF
816 AUTOMAKE
817 AUTOHEADER
818 MAKEINFO
819 install_sh
820 STRIP
821 INSTALL_STRIP_PROGRAM
822 mkdir_p
823 AWK
824 SET_MAKE
825 am__leading_dot
826 AMTAR
827 am__tar
828 am__untar
829 CXX
830 CXXFLAGS
831 LDFLAGS
832 CPPFLAGS
833 ac_ct_CXX
834 EXEEXT
835 OBJEXT
836 DEPDIR
837 am__include
838 am__quote
839 AMDEP_TRUE
840 AMDEP_FALSE
841 AMDEPBACKSLASH
842 CXXDEPMODE
843 am__fastdepCXX_TRUE
844 am__fastdepCXX_FALSE
845 CC
846 CFLAGS
847 ac_ct_CC
848 CCDEPMODE
849 am__fastdepCC_TRUE
850 am__fastdepCC_FALSE
851 build
852 build_cpu
853 build_vendor
854 build_os
855 host
856 host_cpu
857 host_vendor
858 host_os
859 SED
860 GREP
861 EGREP
862 LN_S
863 ECHO
864 AR
865 RANLIB
866 DSYMUTIL
867 NMEDIT
868 CPP
869 CXXCPP
870 F77
871 FFLAGS
872 ac_ct_F77
873 LIBTOOL
874 PKG_CONFIG
875 OPENCV_CFLAGS
876 OPENCV_LIBS
877 HAVE_OPENCV_TRUE
878 HAVE_OPENCV_FALSE
879 LIBOBJS
880 GAVL_CFLAGS
881 GAVL_LIBS
882 HAVE_GAVL_TRUE
883 HAVE_GAVL_FALSE
884 LTLIBOBJS'
907 SHELL'
885908 ac_subst_files=''
909 ac_user_opts='
910 enable_option_checking
911 enable_dependency_tracking
912 enable_shared
913 enable_static
914 enable_fast_install
915 with_gnu_ld
916 enable_libtool_lock
917 with_pic
918 with_tags
919 '
886920 ac_precious_vars='build_alias
887921 host_alias
888922 target_alias
908942 # Initialize some variables set by options.
909943 ac_init_help=
910944 ac_init_version=false
945 ac_unrecognized_opts=
946 ac_unrecognized_sep=
911947 # The variables have the same names as the options, with
912948 # dashes changed to underlines.
913949 cache_file=/dev/null
10061042 datarootdir=$ac_optarg ;;
10071043
10081044 -disable-* | --disable-*)
1009 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1045 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
10101046 # Reject names that are not valid shell variable names.
1011 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1012 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1047 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1048 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
10131049 { (exit 1); exit 1; }; }
1014 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1015 eval enable_$ac_feature=no ;;
1050 ac_useropt_orig=$ac_useropt
1051 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1052 case $ac_user_opts in
1053 *"
1054 "enable_$ac_useropt"
1055 "*) ;;
1056 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1057 ac_unrecognized_sep=', ';;
1058 esac
1059 eval enable_$ac_useropt=no ;;
10161060
10171061 -docdir | --docdir | --docdi | --doc | --do)
10181062 ac_prev=docdir ;;
10251069 dvidir=$ac_optarg ;;
10261070
10271071 -enable-* | --enable-*)
1028 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1072 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10291073 # Reject names that are not valid shell variable names.
1030 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1031 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1074 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1075 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
10321076 { (exit 1); exit 1; }; }
1033 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1034 eval enable_$ac_feature=\$ac_optarg ;;
1077 ac_useropt_orig=$ac_useropt
1078 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1079 case $ac_user_opts in
1080 *"
1081 "enable_$ac_useropt"
1082 "*) ;;
1083 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1084 ac_unrecognized_sep=', ';;
1085 esac
1086 eval enable_$ac_useropt=\$ac_optarg ;;
10351087
10361088 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
10371089 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
12221274 ac_init_version=: ;;
12231275
12241276 -with-* | --with-*)
1225 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1277 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12261278 # Reject names that are not valid shell variable names.
1227 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1228 { echo "$as_me: error: invalid package name: $ac_package" >&2
1279 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1280 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
12291281 { (exit 1); exit 1; }; }
1230 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1231 eval with_$ac_package=\$ac_optarg ;;
1282 ac_useropt_orig=$ac_useropt
1283 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1284 case $ac_user_opts in
1285 *"
1286 "with_$ac_useropt"
1287 "*) ;;
1288 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1289 ac_unrecognized_sep=', ';;
1290 esac
1291 eval with_$ac_useropt=\$ac_optarg ;;
12321292
12331293 -without-* | --without-*)
1234 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1294 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12351295 # Reject names that are not valid shell variable names.
1236 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1237 { echo "$as_me: error: invalid package name: $ac_package" >&2
1296 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1297 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
12381298 { (exit 1); exit 1; }; }
1239 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1240 eval with_$ac_package=no ;;
1299 ac_useropt_orig=$ac_useropt
1300 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1301 case $ac_user_opts in
1302 *"
1303 "with_$ac_useropt"
1304 "*) ;;
1305 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1306 ac_unrecognized_sep=', ';;
1307 esac
1308 eval with_$ac_useropt=no ;;
12411309
12421310 --x)
12431311 # Obsolete; use --with-x.
12571325 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
12581326 x_libraries=$ac_optarg ;;
12591327
1260 -*) { echo "$as_me: error: unrecognized option: $ac_option
1328 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
12611329 Try \`$0 --help' for more information." >&2
12621330 { (exit 1); exit 1; }; }
12631331 ;;
12661334 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
12671335 # Reject names that are not valid shell variable names.
12681336 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1337 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
12701338 { (exit 1); exit 1; }; }
12711339 eval $ac_envvar=\$ac_optarg
12721340 export $ac_envvar ;;
12731341
12741342 *)
12751343 # FIXME: should be removed in autoconf 3.0.
1276 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1344 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12771345 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1346 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12791347 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
12801348 ;;
12811349
12841352
12851353 if test -n "$ac_prev"; then
12861354 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { echo "$as_me: error: missing argument to $ac_option" >&2
1355 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
12881356 { (exit 1); exit 1; }; }
12891357 fi
12901358
1291 # Be sure to have absolute directory names.
1359 if test -n "$ac_unrecognized_opts"; then
1360 case $enable_option_checking in
1361 no) ;;
1362 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1363 { (exit 1); exit 1; }; } ;;
1364 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1365 esac
1366 fi
1367
1368 # Check all directory arguments for consistency.
12921369 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12931370 datadir sysconfdir sharedstatedir localstatedir includedir \
12941371 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12951372 libdir localedir mandir
12961373 do
12971374 eval ac_val=\$$ac_var
1375 # Remove trailing slashes.
1376 case $ac_val in
1377 */ )
1378 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1379 eval $ac_var=\$ac_val;;
1380 esac
1381 # Be sure to have absolute directory names.
12981382 case $ac_val in
12991383 [\\/$]* | ?:[\\/]* ) continue;;
13001384 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
13011385 esac
1302 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1386 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
13031387 { (exit 1); exit 1; }; }
13041388 done
13051389
13141398 if test "x$host_alias" != x; then
13151399 if test "x$build_alias" = x; then
13161400 cross_compiling=maybe
1317 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1401 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
13181402 If a cross compiler is detected then cross compile mode will be used." >&2
13191403 elif test "x$build_alias" != "x$host_alias"; then
13201404 cross_compiling=yes
13301414 ac_pwd=`pwd` && test -n "$ac_pwd" &&
13311415 ac_ls_di=`ls -di .` &&
13321416 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1333 { echo "$as_me: error: Working directory cannot be determined" >&2
1417 { $as_echo "$as_me: error: working directory cannot be determined" >&2
13341418 { (exit 1); exit 1; }; }
13351419 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1336 { echo "$as_me: error: pwd does not report name of working directory" >&2
1420 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
13371421 { (exit 1); exit 1; }; }
13381422
13391423
13411425 if test -z "$srcdir"; then
13421426 ac_srcdir_defaulted=yes
13431427 # Try the directory containing this script, then the parent directory.
1344 ac_confdir=`$as_dirname -- "$0" ||
1345 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1346 X"$0" : 'X\(//\)[^/]' \| \
1347 X"$0" : 'X\(//\)$' \| \
1348 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1349 echo X"$0" |
1428 ac_confdir=`$as_dirname -- "$as_myself" ||
1429 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1430 X"$as_myself" : 'X\(//\)[^/]' \| \
1431 X"$as_myself" : 'X\(//\)$' \| \
1432 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1433 $as_echo X"$as_myself" |
13501434 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13511435 s//\1/
13521436 q
13731457 fi
13741458 if test ! -r "$srcdir/$ac_unique_file"; then
13751459 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1376 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1460 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
13771461 { (exit 1); exit 1; }; }
13781462 fi
13791463 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
13801464 ac_abs_confdir=`(
1381 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1465 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
13821466 { (exit 1); exit 1; }; }
13831467 pwd)`
13841468 # When building in place, set srcdir=.
14271511
14281512 Installation directories:
14291513 --prefix=PREFIX install architecture-independent files in PREFIX
1430 [$ac_default_prefix]
1514 [$ac_default_prefix]
14311515 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1432 [PREFIX]
1516 [PREFIX]
14331517
14341518 By default, \`make install' will install all the files in
14351519 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
14391523 For better control, use the options below.
14401524
14411525 Fine tuning of the installation directories:
1442 --bindir=DIR user executables [EPREFIX/bin]
1443 --sbindir=DIR system admin executables [EPREFIX/sbin]
1444 --libexecdir=DIR program executables [EPREFIX/libexec]
1445 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1446 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1447 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1448 --libdir=DIR object code libraries [EPREFIX/lib]
1449 --includedir=DIR C header files [PREFIX/include]
1450 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1451 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1452 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1453 --infodir=DIR info documentation [DATAROOTDIR/info]
1454 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1455 --mandir=DIR man documentation [DATAROOTDIR/man]
1456 --docdir=DIR documentation root [DATAROOTDIR/doc/frei0r-plugins]
1457 --htmldir=DIR html documentation [DOCDIR]
1458 --dvidir=DIR dvi documentation [DOCDIR]
1459 --pdfdir=DIR pdf documentation [DOCDIR]
1460 --psdir=DIR ps documentation [DOCDIR]
1526 --bindir=DIR user executables [EPREFIX/bin]
1527 --sbindir=DIR system admin executables [EPREFIX/sbin]
1528 --libexecdir=DIR program executables [EPREFIX/libexec]
1529 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1530 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1531 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1532 --libdir=DIR object code libraries [EPREFIX/lib]
1533 --includedir=DIR C header files [PREFIX/include]
1534 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1535 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1536 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1537 --infodir=DIR info documentation [DATAROOTDIR/info]
1538 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1539 --mandir=DIR man documentation [DATAROOTDIR/man]
1540 --docdir=DIR documentation root [DATAROOTDIR/doc/frei0r-plugins]
1541 --htmldir=DIR html documentation [DOCDIR]
1542 --dvidir=DIR dvi documentation [DOCDIR]
1543 --pdfdir=DIR pdf documentation [DOCDIR]
1544 --psdir=DIR ps documentation [DOCDIR]
14611545 _ACEOF
14621546
14631547 cat <<\_ACEOF
14801564 cat <<\_ACEOF
14811565
14821566 Optional Features:
1567 --disable-option-checking ignore unrecognized --enable/--with options
14831568 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
14841569 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
14851570 --disable-dependency-tracking speeds up one-time build
15301615 if test "$ac_init_help" = "recursive"; then
15311616 # If there are subdirs, report their specific --help.
15321617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533 test -d "$ac_dir" || continue
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
15341621 ac_builddir=.
15351622
15361623 case "$ac_dir" in
15371624 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15381625 *)
1539 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15401627 # A ".." for each directory in $ac_dir_suffix.
1541 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15421629 case $ac_top_builddir_sub in
15431630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15441631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15741661 echo &&
15751662 $SHELL "$ac_srcdir/configure" --help=recursive
15761663 else
1577 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15781665 fi || ac_status=$?
15791666 cd "$ac_pwd" || { ac_status=$?; break; }
15801667 done
15841671 if $ac_init_version; then
15851672 cat <<\_ACEOF
15861673 frei0r-plugins configure 1.1.22
1587 generated by GNU Autoconf 2.61
1674 generated by GNU Autoconf 2.63
15881675
15891676 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1590 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1677 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
15911678 This configure script is free software; the Free Software Foundation
15921679 gives unlimited permission to copy, distribute and modify it.
15931680 _ACEOF
15981685 running configure, to aid debugging if configure makes a mistake.
15991686
16001687 It was created by frei0r-plugins $as_me 1.1.22, which was
1601 generated by GNU Autoconf 2.61. Invocation command line was
1688 generated by GNU Autoconf 2.63. Invocation command line was
16021689
16031690 $ $0 $@
16041691
16341721 do
16351722 IFS=$as_save_IFS
16361723 test -z "$as_dir" && as_dir=.
1637 echo "PATH: $as_dir"
1724 $as_echo "PATH: $as_dir"
16381725 done
16391726 IFS=$as_save_IFS
16401727
16691756 | -silent | --silent | --silen | --sile | --sil)
16701757 continue ;;
16711758 *\'*)
1672 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1759 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
16731760 esac
16741761 case $ac_pass in
16751762 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
17211808 case $ac_val in #(
17221809 *${as_nl}*)
17231810 case $ac_var in #(
1724 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1725 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1811 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1812 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17261813 esac
17271814 case $ac_var in #(
17281815 _ | IFS | as_nl) ;; #(
1816 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17291817 *) $as_unset $ac_var ;;
17301818 esac ;;
17311819 esac
17551843 do
17561844 eval ac_val=\$$ac_var
17571845 case $ac_val in
1758 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1846 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
17591847 esac
1760 echo "$ac_var='\''$ac_val'\''"
1848 $as_echo "$ac_var='\''$ac_val'\''"
17611849 done | sort
17621850 echo
17631851
17721860 do
17731861 eval ac_val=\$$ac_var
17741862 case $ac_val in
1775 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1863 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
17761864 esac
1777 echo "$ac_var='\''$ac_val'\''"
1865 $as_echo "$ac_var='\''$ac_val'\''"
17781866 done | sort
17791867 echo
17801868 fi
17901878 echo
17911879 fi
17921880 test "$ac_signal" != 0 &&
1793 echo "$as_me: caught signal $ac_signal"
1794 echo "$as_me: exit $exit_status"
1881 $as_echo "$as_me: caught signal $ac_signal"
1882 $as_echo "$as_me: exit $exit_status"
17951883 } >&5
17961884 rm -f core *.core core.conftest.* &&
17971885 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
18331921
18341922
18351923 # Let the site file select an alternate cache file if it wants to.
1836 # Prefer explicitly selected file to automatically selected ones.
1924 # Prefer an explicitly selected file to automatically selected ones.
1925 ac_site_file1=NONE
1926 ac_site_file2=NONE
18371927 if test -n "$CONFIG_SITE"; then
1838 set x "$CONFIG_SITE"
1928 ac_site_file1=$CONFIG_SITE
18391929 elif test "x$prefix" != xNONE; then
1840 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1841 else
1842 set x "$ac_default_prefix/share/config.site" \
1843 "$ac_default_prefix/etc/config.site"
1844 fi
1845 shift
1846 for ac_site_file
1930 ac_site_file1=$prefix/share/config.site
1931 ac_site_file2=$prefix/etc/config.site
1932 else
1933 ac_site_file1=$ac_default_prefix/share/config.site
1934 ac_site_file2=$ac_default_prefix/etc/config.site
1935 fi
1936 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
18471937 do
1938 test "x$ac_site_file" = xNONE && continue
18481939 if test -r "$ac_site_file"; then
1849 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1850 echo "$as_me: loading site script $ac_site_file" >&6;}
1940 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1941 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
18511942 sed 's/^/| /' "$ac_site_file" >&5
18521943 . "$ac_site_file"
18531944 fi
18571948 # Some versions of bash will fail to source /dev/null (special
18581949 # files actually), so we avoid doing that.
18591950 if test -f "$cache_file"; then
1860 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1861 echo "$as_me: loading cache $cache_file" >&6;}
1951 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1952 $as_echo "$as_me: loading cache $cache_file" >&6;}
18621953 case $cache_file in
18631954 [\\/]* | ?:[\\/]* ) . "$cache_file";;
18641955 *) . "./$cache_file";;
18651956 esac
18661957 fi
18671958 else
1868 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1869 echo "$as_me: creating cache $cache_file" >&6;}
1959 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1960 $as_echo "$as_me: creating cache $cache_file" >&6;}
18701961 >$cache_file
18711962 fi
18721963
18801971 eval ac_new_val=\$ac_env_${ac_var}_value
18811972 case $ac_old_set,$ac_new_set in
18821973 set,)
1883 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1884 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1974 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1975 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
18851976 ac_cache_corrupted=: ;;
18861977 ,set)
1887 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1888 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1978 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1979 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
18891980 ac_cache_corrupted=: ;;
18901981 ,);;
18911982 *)
18921983 if test "x$ac_old_val" != "x$ac_new_val"; then
1893 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1894 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1895 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1896 echo "$as_me: former value: $ac_old_val" >&2;}
1897 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1898 echo "$as_me: current value: $ac_new_val" >&2;}
1899 ac_cache_corrupted=:
1984 # differences in whitespace do not lead to failure.
1985 ac_old_val_w=`echo x $ac_old_val`
1986 ac_new_val_w=`echo x $ac_new_val`
1987 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1988 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1989 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1990 ac_cache_corrupted=:
1991 else
1992 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1993 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1994 eval $ac_var=\$ac_old_val
1995 fi
1996 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1997 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1998 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1999 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
19002000 fi;;
19012001 esac
19022002 # Pass precious variables to config.status.
19032003 if test "$ac_new_set" = set; then
19042004 case $ac_new_val in
1905 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2005 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
19062006 *) ac_arg=$ac_var=$ac_new_val ;;
19072007 esac
19082008 case " $ac_configure_args " in
19122012 fi
19132013 done
19142014 if $ac_cache_corrupted; then
1915 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1916 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1917 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1918 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2015 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2016 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2017 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2018 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2019 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2020 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
19192021 { (exit 1); exit 1; }; }
19202022 fi
19212023
19702072 fi
19712073 done
19722074 if test -z "$ac_aux_dir"; then
1973 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1974 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2075 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2076 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
19752077 { (exit 1); exit 1; }; }
19762078 fi
19772079
19972099 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
19982100 # OS/2's system install, which has a completely different semantic
19992101 # ./install, which can be erroneously created by make from ./install.sh.
2000 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2001 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2102 # Reject install programs that cannot install multiple files.
2103 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2104 $as_echo_n "checking for a BSD-compatible install... " >&6; }
20022105 if test -z "$INSTALL"; then
20032106 if test "${ac_cv_path_install+set}" = set; then
2004 echo $ECHO_N "(cached) $ECHO_C" >&6
2107 $as_echo_n "(cached) " >&6
20052108 else
20062109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20072110 for as_dir in $PATH
20302133 # program-specific install script used by HP pwplus--don't use.
20312134 :
20322135 else
2033 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2034 break 3
2136 rm -rf conftest.one conftest.two conftest.dir
2137 echo one > conftest.one
2138 echo two > conftest.two
2139 mkdir conftest.dir
2140 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2141 test -s conftest.one && test -s conftest.two &&
2142 test -s conftest.dir/conftest.one &&
2143 test -s conftest.dir/conftest.two
2144 then
2145 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2146 break 3
2147 fi
20352148 fi
20362149 fi
20372150 done
20382151 done
20392152 ;;
20402153 esac
2154
20412155 done
20422156 IFS=$as_save_IFS
20432157
2158 rm -rf conftest.one conftest.two conftest.dir
20442159
20452160 fi
20462161 if test "${ac_cv_path_install+set}" = set; then
20532168 INSTALL=$ac_install_sh
20542169 fi
20552170 fi
2056 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2057 echo "${ECHO_T}$INSTALL" >&6; }
2171 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2172 $as_echo "$INSTALL" >&6; }
20582173
20592174 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
20602175 # It thinks the first close brace ends the variable substitution.
20642179
20652180 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
20662181
2067 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2068 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2182 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2183 $as_echo_n "checking whether build environment is sane... " >&6; }
20692184 # Just in case
20702185 sleep 1
20712186 echo timestamp > conftest.file
20882203 # if, for instance, CONFIG_SHELL is bash and it inherits a
20892204 # broken ls alias from the environment. This has actually
20902205 # happened. Such a system could not be considered "sane".
2091 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2206 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
20922207 alias in your environment" >&5
2093 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2208 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
20942209 alias in your environment" >&2;}
20952210 { (exit 1); exit 1; }; }
20962211 fi
21012216 # Ok.
21022217 :
21032218 else
2104 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2219 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
21052220 Check your system clock" >&5
2106 echo "$as_me: error: newly created file is older than distributed files!
2221 $as_echo "$as_me: error: newly created file is older than distributed files!
21072222 Check your system clock" >&2;}
21082223 { (exit 1); exit 1; }; }
21092224 fi
2110 { echo "$as_me:$LINENO: result: yes" >&5
2111 echo "${ECHO_T}yes" >&6; }
2225 { $as_echo "$as_me:$LINENO: result: yes" >&5
2226 $as_echo "yes" >&6; }
21122227 test "$program_prefix" != NONE &&
21132228 program_transform_name="s&^&$program_prefix&;$program_transform_name"
21142229 # Use a double $ so make ignores it.
21152230 test "$program_suffix" != NONE &&
21162231 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2117 # Double any \ or $. echo might interpret backslashes.
2232 # Double any \ or $.
21182233 # By default was `s,x,x', remove it if useless.
2119 cat <<\_ACEOF >conftest.sed
2120 s/[\\$]/&&/g;s/;s,x,x,$//
2121 _ACEOF
2122 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2123 rm -f conftest.sed
2234 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2235 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
21242236
21252237 # expand $ac_aux_dir to an absolute path
21262238 am_aux_dir=`cd $ac_aux_dir && pwd`
21312243 am_missing_run="$MISSING --run "
21322244 else
21332245 am_missing_run=
2134 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2135 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2136 fi
2137
2138 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2139 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
2246 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2247 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2248 fi
2249
2250 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2251 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
21402252 if test -z "$MKDIR_P"; then
21412253 if test "${ac_cv_path_mkdir+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2254 $as_echo_n "(cached) " >&6
21432255 else
21442256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21452257 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
21742286 MKDIR_P="$ac_install_sh -d"
21752287 fi
21762288 fi
2177 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2178 echo "${ECHO_T}$MKDIR_P" >&6; }
2289 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2290 $as_echo "$MKDIR_P" >&6; }
21792291
21802292 mkdir_p="$MKDIR_P"
21812293 case $mkdir_p in
21872299 do
21882300 # Extract the first word of "$ac_prog", so it can be a program name with args.
21892301 set dummy $ac_prog; ac_word=$2
2190 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2191 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2302 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2303 $as_echo_n "checking for $ac_word... " >&6; }
21922304 if test "${ac_cv_prog_AWK+set}" = set; then
2193 echo $ECHO_N "(cached) $ECHO_C" >&6
2305 $as_echo_n "(cached) " >&6
21942306 else
21952307 if test -n "$AWK"; then
21962308 ac_cv_prog_AWK="$AWK" # Let the user override the test.
22032315 for ac_exec_ext in '' $ac_executable_extensions; do
22042316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22052317 ac_cv_prog_AWK="$ac_prog"
2206 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2318 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22072319 break 2
22082320 fi
22092321 done
22142326 fi
22152327 AWK=$ac_cv_prog_AWK
22162328 if test -n "$AWK"; then
2217 { echo "$as_me:$LINENO: result: $AWK" >&5
2218 echo "${ECHO_T}$AWK" >&6; }
2219 else
2220 { echo "$as_me:$LINENO: result: no" >&5
2221 echo "${ECHO_T}no" >&6; }
2329 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2330 $as_echo "$AWK" >&6; }
2331 else
2332 { $as_echo "$as_me:$LINENO: result: no" >&5
2333 $as_echo "no" >&6; }
22222334 fi
22232335
22242336
22252337 test -n "$AWK" && break
22262338 done
22272339
2228 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2229 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2230 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2340 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2341 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2342 set x ${MAKE-make}
2343 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
22312344 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2232 echo $ECHO_N "(cached) $ECHO_C" >&6
2345 $as_echo_n "(cached) " >&6
22332346 else
22342347 cat >conftest.make <<\_ACEOF
22352348 SHELL = /bin/sh
22462359 rm -f conftest.make
22472360 fi
22482361 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2249 { echo "$as_me:$LINENO: result: yes" >&5
2250 echo "${ECHO_T}yes" >&6; }
2362 { $as_echo "$as_me:$LINENO: result: yes" >&5
2363 $as_echo "yes" >&6; }
22512364 SET_MAKE=
22522365 else
2253 { echo "$as_me:$LINENO: result: no" >&5
2254 echo "${ECHO_T}no" >&6; }
2366 { $as_echo "$as_me:$LINENO: result: no" >&5
2367 $as_echo "no" >&6; }
22552368 SET_MAKE="MAKE=${MAKE-make}"
22562369 fi
22572370
22702383 am__isrc=' -I$(srcdir)'
22712384 # test to see if srcdir already configured
22722385 if test -f $srcdir/config.status; then
2273 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2274 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2386 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2387 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
22752388 { (exit 1); exit 1; }; }
22762389 fi
22772390 fi
23262439 if test -n "$ac_tool_prefix"; then
23272440 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
23282441 set dummy ${ac_tool_prefix}strip; ac_word=$2
2329 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2443 $as_echo_n "checking for $ac_word... " >&6; }
23312444 if test "${ac_cv_prog_STRIP+set}" = set; then
2332 echo $ECHO_N "(cached) $ECHO_C" >&6
2445 $as_echo_n "(cached) " >&6
23332446 else
23342447 if test -n "$STRIP"; then
23352448 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
23422455 for ac_exec_ext in '' $ac_executable_extensions; do
23432456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23442457 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2458 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23462459 break 2
23472460 fi
23482461 done
23532466 fi
23542467 STRIP=$ac_cv_prog_STRIP
23552468 if test -n "$STRIP"; then
2356 { echo "$as_me:$LINENO: result: $STRIP" >&5
2357 echo "${ECHO_T}$STRIP" >&6; }
2358 else
2359 { echo "$as_me:$LINENO: result: no" >&5
2360 echo "${ECHO_T}no" >&6; }
2469 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2470 $as_echo "$STRIP" >&6; }
2471 else
2472 { $as_echo "$as_me:$LINENO: result: no" >&5
2473 $as_echo "no" >&6; }
23612474 fi
23622475
23632476
23662479 ac_ct_STRIP=$STRIP
23672480 # Extract the first word of "strip", so it can be a program name with args.
23682481 set dummy strip; ac_word=$2
2369 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2370 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2482 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2483 $as_echo_n "checking for $ac_word... " >&6; }
23712484 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2372 echo $ECHO_N "(cached) $ECHO_C" >&6
2485 $as_echo_n "(cached) " >&6
23732486 else
23742487 if test -n "$ac_ct_STRIP"; then
23752488 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
23822495 for ac_exec_ext in '' $ac_executable_extensions; do
23832496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23842497 ac_cv_prog_ac_ct_STRIP="strip"
2385 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2498 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23862499 break 2
23872500 fi
23882501 done
23932506 fi
23942507 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
23952508 if test -n "$ac_ct_STRIP"; then
2396 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2397 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2398 else
2399 { echo "$as_me:$LINENO: result: no" >&5
2400 echo "${ECHO_T}no" >&6; }
2509 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2510 $as_echo "$ac_ct_STRIP" >&6; }
2511 else
2512 { $as_echo "$as_me:$LINENO: result: no" >&5
2513 $as_echo "no" >&6; }
24012514 fi
24022515
24032516 if test "x$ac_ct_STRIP" = x; then
24052518 else
24062519 case $cross_compiling:$ac_tool_warned in
24072520 yes:)
2408 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2409 whose name does not start with the host triplet. If you think this
2410 configuration is useful to you, please write to autoconf@gnu.org." >&5
2411 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2412 whose name does not start with the host triplet. If you think this
2413 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2521 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2522 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24142523 ac_tool_warned=yes ;;
24152524 esac
24162525 STRIP=$ac_ct_STRIP
24502559 do
24512560 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
24522561 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2562 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2563 $as_echo_n "checking for $ac_word... " >&6; }
24552564 if test "${ac_cv_prog_CXX+set}" = set; then
2456 echo $ECHO_N "(cached) $ECHO_C" >&6
2565 $as_echo_n "(cached) " >&6
24572566 else
24582567 if test -n "$CXX"; then
24592568 ac_cv_prog_CXX="$CXX" # Let the user override the test.
24662575 for ac_exec_ext in '' $ac_executable_extensions; do
24672576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24682577 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24702579 break 2
24712580 fi
24722581 done
24772586 fi
24782587 CXX=$ac_cv_prog_CXX
24792588 if test -n "$CXX"; then
2480 { echo "$as_me:$LINENO: result: $CXX" >&5
2481 echo "${ECHO_T}$CXX" >&6; }
2482 else
2483 { echo "$as_me:$LINENO: result: no" >&5
2484 echo "${ECHO_T}no" >&6; }
2589 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
2590 $as_echo "$CXX" >&6; }
2591 else
2592 { $as_echo "$as_me:$LINENO: result: no" >&5
2593 $as_echo "no" >&6; }
24852594 fi
24862595
24872596
24942603 do
24952604 # Extract the first word of "$ac_prog", so it can be a program name with args.
24962605 set dummy $ac_prog; ac_word=$2
2497 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2498 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2607 $as_echo_n "checking for $ac_word... " >&6; }
24992608 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2500 echo $ECHO_N "(cached) $ECHO_C" >&6
2609 $as_echo_n "(cached) " >&6
25012610 else
25022611 if test -n "$ac_ct_CXX"; then
25032612 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
25102619 for ac_exec_ext in '' $ac_executable_extensions; do
25112620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25122621 ac_cv_prog_ac_ct_CXX="$ac_prog"
2513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2622 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25142623 break 2
25152624 fi
25162625 done
25212630 fi
25222631 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
25232632 if test -n "$ac_ct_CXX"; then
2524 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2525 echo "${ECHO_T}$ac_ct_CXX" >&6; }
2526 else
2527 { echo "$as_me:$LINENO: result: no" >&5
2528 echo "${ECHO_T}no" >&6; }
2633 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2634 $as_echo "$ac_ct_CXX" >&6; }
2635 else
2636 { $as_echo "$as_me:$LINENO: result: no" >&5
2637 $as_echo "no" >&6; }
25292638 fi
25302639
25312640
25372646 else
25382647 case $cross_compiling:$ac_tool_warned in
25392648 yes:)
2540 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2541 whose name does not start with the host triplet. If you think this
2542 configuration is useful to you, please write to autoconf@gnu.org." >&5
2543 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2544 whose name does not start with the host triplet. If you think this
2545 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2649 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2650 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25462651 ac_tool_warned=yes ;;
25472652 esac
25482653 CXX=$ac_ct_CXX
25522657 fi
25532658 fi
25542659 # Provide some information about the compiler.
2555 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
2556 ac_compiler=`set X $ac_compile; echo $2`
2660 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
2661 set X $ac_compile
2662 ac_compiler=$2
25572663 { (ac_try="$ac_compiler --version >&5"
25582664 case "(($ac_try" in
25592665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25602666 *) ac_try_echo=$ac_try;;
25612667 esac
2562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2669 $as_echo "$ac_try_echo") >&5
25632670 (eval "$ac_compiler --version >&5") 2>&5
25642671 ac_status=$?
2565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25662673 (exit $ac_status); }
25672674 { (ac_try="$ac_compiler -v >&5"
25682675 case "(($ac_try" in
25692676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25702677 *) ac_try_echo=$ac_try;;
25712678 esac
2572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2680 $as_echo "$ac_try_echo") >&5
25732681 (eval "$ac_compiler -v >&5") 2>&5
25742682 ac_status=$?
2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25762684 (exit $ac_status); }
25772685 { (ac_try="$ac_compiler -V >&5"
25782686 case "(($ac_try" in
25792687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25802688 *) ac_try_echo=$ac_try;;
25812689 esac
2582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2691 $as_echo "$ac_try_echo") >&5
25832692 (eval "$ac_compiler -V >&5") 2>&5
25842693 ac_status=$?
2585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25862695 (exit $ac_status); }
25872696
25882697 cat >conftest.$ac_ext <<_ACEOF
26012710 }
26022711 _ACEOF
26032712 ac_clean_files_save=$ac_clean_files
2604 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2713 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
26052714 # Try to create an executable without -o first, disregard a.out.
26062715 # It will help us diagnose broken compilers, and finding out an intuition
26072716 # of exeext.
2608 { echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
2609 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; }
2610 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2611 #
2612 # List of possible output files, starting from the most likely.
2613 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2614 # only as a last resort. b.out is created by i960 compilers.
2615 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2616 #
2617 # The IRIX 6 linker writes into existing files which may not be
2618 # executable, retaining their permissions. Remove them first so a
2619 # subsequent execution test works.
2717 { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
2718 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
2719 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2720
2721 # The possible output files:
2722 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2723
26202724 ac_rmfiles=
26212725 for ac_file in $ac_files
26222726 do
26232727 case $ac_file in
2624 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2728 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
26252729 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
26262730 esac
26272731 done
26322736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26332737 *) ac_try_echo=$ac_try;;
26342738 esac
2635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2740 $as_echo "$ac_try_echo") >&5
26362741 (eval "$ac_link_default") 2>&5
26372742 ac_status=$?
2638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26392744 (exit $ac_status); }; then
26402745 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
26412746 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
26462751 do
26472752 test -f "$ac_file" || continue
26482753 case $ac_file in
2649 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
26502755 ;;
26512756 [ab].out )
26522757 # We found the default executable, but exeext='' is most
26732778 ac_file=''
26742779 fi
26752780
2676 { echo "$as_me:$LINENO: result: $ac_file" >&5
2677 echo "${ECHO_T}$ac_file" >&6; }
2781 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2782 $as_echo "$ac_file" >&6; }
26782783 if test -z "$ac_file"; then
2679 echo "$as_me: failed program was:" >&5
2784 $as_echo "$as_me: failed program was:" >&5
26802785 sed 's/^/| /' conftest.$ac_ext >&5
26812786
2682 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
2787 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2788 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2789 { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables
26832790 See \`config.log' for more details." >&5
2684 echo "$as_me: error: C++ compiler cannot create executables
2791 $as_echo "$as_me: error: C++ compiler cannot create executables
26852792 See \`config.log' for more details." >&2;}
2686 { (exit 77); exit 77; }; }
2793 { (exit 77); exit 77; }; }; }
26872794 fi
26882795
26892796 ac_exeext=$ac_cv_exeext
26902797
26912798 # Check that the compiler produces executables we can run. If not, either
26922799 # the compiler is broken, or we cross compile.
2693 { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2694 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; }
2800 { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2801 $as_echo_n "checking whether the C++ compiler works... " >&6; }
26952802 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
26962803 # If not cross compiling, check that we can run a simple program.
26972804 if test "$cross_compiling" != yes; then
27002807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27012808 *) ac_try_echo=$ac_try;;
27022809 esac
2703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2811 $as_echo "$ac_try_echo") >&5
27042812 (eval "$ac_try") 2>&5
27052813 ac_status=$?
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27072815 (exit $ac_status); }; }; then
27082816 cross_compiling=no
27092817 else
27102818 if test "$cross_compiling" = maybe; then
27112819 cross_compiling=yes
27122820 else
2713 { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
2821 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2822 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2823 { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
27142824 If you meant to cross compile, use \`--host'.
27152825 See \`config.log' for more details." >&5
2716 echo "$as_me: error: cannot run C++ compiled programs.
2826 $as_echo "$as_me: error: cannot run C++ compiled programs.
27172827 If you meant to cross compile, use \`--host'.
27182828 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }
2829 { (exit 1); exit 1; }; }; }
27202830 fi
27212831 fi
27222832 fi
2723 { echo "$as_me:$LINENO: result: yes" >&5
2724 echo "${ECHO_T}yes" >&6; }
2725
2726 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2833 { $as_echo "$as_me:$LINENO: result: yes" >&5
2834 $as_echo "yes" >&6; }
2835
2836 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
27272837 ac_clean_files=$ac_clean_files_save
27282838 # Check that the compiler produces executables we can run. If not, either
27292839 # the compiler is broken, or we cross compile.
2730 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2731 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2732 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2733 echo "${ECHO_T}$cross_compiling" >&6; }
2734
2735 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2736 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2840 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2841 $as_echo_n "checking whether we are cross compiling... " >&6; }
2842 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2843 $as_echo "$cross_compiling" >&6; }
2844
2845 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2846 $as_echo_n "checking for suffix of executables... " >&6; }
27372847 if { (ac_try="$ac_link"
27382848 case "(($ac_try" in
27392849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27402850 *) ac_try_echo=$ac_try;;
27412851 esac
2742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2853 $as_echo "$ac_try_echo") >&5
27432854 (eval "$ac_link") 2>&5
27442855 ac_status=$?
2745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27462857 (exit $ac_status); }; then
27472858 # If both `conftest.exe' and `conftest' are `present' (well, observable)
27482859 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
27512862 for ac_file in conftest.exe conftest conftest.*; do
27522863 test -f "$ac_file" || continue
27532864 case $ac_file in
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2865 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
27552866 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
27562867 break;;
27572868 * ) break;;
27582869 esac
27592870 done
27602871 else
2761 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2872 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2873 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2874 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
27622875 See \`config.log' for more details." >&5
2763 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2876 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
27642877 See \`config.log' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2878 { (exit 1); exit 1; }; }; }
27662879 fi
27672880
27682881 rm -f conftest$ac_cv_exeext
2769 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2770 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2882 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2883 $as_echo "$ac_cv_exeext" >&6; }
27712884
27722885 rm -f conftest.$ac_ext
27732886 EXEEXT=$ac_cv_exeext
27742887 ac_exeext=$EXEEXT
2775 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2776 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2888 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2889 $as_echo_n "checking for suffix of object files... " >&6; }
27772890 if test "${ac_cv_objext+set}" = set; then
2778 echo $ECHO_N "(cached) $ECHO_C" >&6
2891 $as_echo_n "(cached) " >&6
27792892 else
27802893 cat >conftest.$ac_ext <<_ACEOF
27812894 /* confdefs.h. */
27982911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27992912 *) ac_try_echo=$ac_try;;
28002913 esac
2801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
28022916 (eval "$ac_compile") 2>&5
28032917 ac_status=$?
2804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28052919 (exit $ac_status); }; then
28062920 for ac_file in conftest.o conftest.obj conftest.*; do
28072921 test -f "$ac_file" || continue;
28082922 case $ac_file in
2809 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
28102924 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
28112925 break;;
28122926 esac
28132927 done
28142928 else
2815 echo "$as_me: failed program was:" >&5
2929 $as_echo "$as_me: failed program was:" >&5
28162930 sed 's/^/| /' conftest.$ac_ext >&5
28172931
2818 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2932 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2933 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2934 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
28192935 See \`config.log' for more details." >&5
2820 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2936 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
28212937 See \`config.log' for more details." >&2;}
2822 { (exit 1); exit 1; }; }
2938 { (exit 1); exit 1; }; }; }
28232939 fi
28242940
28252941 rm -f conftest.$ac_cv_objext conftest.$ac_ext
28262942 fi
2827 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2828 echo "${ECHO_T}$ac_cv_objext" >&6; }
2943 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2944 $as_echo "$ac_cv_objext" >&6; }
28292945 OBJEXT=$ac_cv_objext
28302946 ac_objext=$OBJEXT
2831 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2832 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
2947 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2948 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
28332949 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2834 echo $ECHO_N "(cached) $ECHO_C" >&6
2950 $as_echo_n "(cached) " >&6
28352951 else
28362952 cat >conftest.$ac_ext <<_ACEOF
28372953 /* confdefs.h. */
28572973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28582974 *) ac_try_echo=$ac_try;;
28592975 esac
2860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
28612978 (eval "$ac_compile") 2>conftest.er1
28622979 ac_status=$?
28632980 grep -v '^ *+' conftest.er1 >conftest.err
28642981 rm -f conftest.er1
28652982 cat conftest.err >&5
2866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28672984 (exit $ac_status); } && {
28682985 test -z "$ac_cxx_werror_flag" ||
28692986 test ! -s conftest.err
28702987 } && test -s conftest.$ac_objext; then
28712988 ac_compiler_gnu=yes
28722989 else
2873 echo "$as_me: failed program was:" >&5
2990 $as_echo "$as_me: failed program was:" >&5
28742991 sed 's/^/| /' conftest.$ac_ext >&5
28752992
28762993 ac_compiler_gnu=no
28802997 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
28812998
28822999 fi
2883 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2884 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
2885 GXX=`test $ac_compiler_gnu = yes && echo yes`
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3001 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3002 if test $ac_compiler_gnu = yes; then
3003 GXX=yes
3004 else
3005 GXX=
3006 fi
28863007 ac_test_CXXFLAGS=${CXXFLAGS+set}
28873008 ac_save_CXXFLAGS=$CXXFLAGS
2888 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2889 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3009 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3010 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
28903011 if test "${ac_cv_prog_cxx_g+set}" = set; then
2891 echo $ECHO_N "(cached) $ECHO_C" >&6
3012 $as_echo_n "(cached) " >&6
28923013 else
28933014 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
28943015 ac_cxx_werror_flag=yes
29153036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29163037 *) ac_try_echo=$ac_try;;
29173038 esac
2918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3040 $as_echo "$ac_try_echo") >&5
29193041 (eval "$ac_compile") 2>conftest.er1
29203042 ac_status=$?
29213043 grep -v '^ *+' conftest.er1 >conftest.err
29223044 rm -f conftest.er1
29233045 cat conftest.err >&5
2924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29253047 (exit $ac_status); } && {
29263048 test -z "$ac_cxx_werror_flag" ||
29273049 test ! -s conftest.err
29283050 } && test -s conftest.$ac_objext; then
29293051 ac_cv_prog_cxx_g=yes
29303052 else
2931 echo "$as_me: failed program was:" >&5
3053 $as_echo "$as_me: failed program was:" >&5
29323054 sed 's/^/| /' conftest.$ac_ext >&5
29333055
29343056 CXXFLAGS=""
29533075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29543076 *) ac_try_echo=$ac_try;;
29553077 esac
2956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3079 $as_echo "$ac_try_echo") >&5
29573080 (eval "$ac_compile") 2>conftest.er1
29583081 ac_status=$?
29593082 grep -v '^ *+' conftest.er1 >conftest.err
29603083 rm -f conftest.er1
29613084 cat conftest.err >&5
2962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29633086 (exit $ac_status); } && {
29643087 test -z "$ac_cxx_werror_flag" ||
29653088 test ! -s conftest.err
29663089 } && test -s conftest.$ac_objext; then
29673090 :
29683091 else
2969 echo "$as_me: failed program was:" >&5
3092 $as_echo "$as_me: failed program was:" >&5
29703093 sed 's/^/| /' conftest.$ac_ext >&5
29713094
29723095 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
29923115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29933116 *) ac_try_echo=$ac_try;;
29943117 esac
2995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3119 $as_echo "$ac_try_echo") >&5
29963120 (eval "$ac_compile") 2>conftest.er1
29973121 ac_status=$?
29983122 grep -v '^ *+' conftest.er1 >conftest.err
29993123 rm -f conftest.er1
30003124 cat conftest.err >&5
3001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30023126 (exit $ac_status); } && {
30033127 test -z "$ac_cxx_werror_flag" ||
30043128 test ! -s conftest.err
30053129 } && test -s conftest.$ac_objext; then
30063130 ac_cv_prog_cxx_g=yes
30073131 else
3008 echo "$as_me: failed program was:" >&5
3132 $as_echo "$as_me: failed program was:" >&5
30093133 sed 's/^/| /' conftest.$ac_ext >&5
30103134
30113135
30203144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30213145 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
30223146 fi
3023 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3024 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3147 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3148 $as_echo "$ac_cv_prog_cxx_g" >&6; }
30253149 if test "$ac_test_CXXFLAGS" = set; then
30263150 CXXFLAGS=$ac_save_CXXFLAGS
30273151 elif test $ac_cv_prog_cxx_g = yes; then
30543178 .PHONY: am__doit
30553179 END
30563180 # If we don't find an include directive, just comment out the code.
3057 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3058 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3181 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3182 $as_echo_n "checking for style of include used by $am_make... " >&6; }
30593183 am__include="#"
30603184 am__quote=
30613185 _am_result=none
30823206 fi
30833207
30843208
3085 { echo "$as_me:$LINENO: result: $_am_result" >&5
3086 echo "${ECHO_T}$_am_result" >&6; }
3209 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3210 $as_echo "$_am_result" >&6; }
30873211 rm -f confinc confmf
30883212
30893213 # Check whether --enable-dependency-tracking was given.
31073231
31083232 depcc="$CXX" am_compiler_list=
31093233
3110 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3111 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3234 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3235 $as_echo_n "checking dependency style of $depcc... " >&6; }
31123236 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3113 echo $ECHO_N "(cached) $ECHO_C" >&6
3237 $as_echo_n "(cached) " >&6
31143238 else
31153239 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
31163240 # We make a subdir and do the tests there. Otherwise we can end up
31983322 fi
31993323
32003324 fi
3201 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3202 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
3325 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3326 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
32033327 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
32043328
32053329 if
32213345 if test -n "$ac_tool_prefix"; then
32223346 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
32233347 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3224 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3225 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3348 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3349 $as_echo_n "checking for $ac_word... " >&6; }
32263350 if test "${ac_cv_prog_CC+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6
3351 $as_echo_n "(cached) " >&6
32283352 else
32293353 if test -n "$CC"; then
32303354 ac_cv_prog_CC="$CC" # Let the user override the test.
32373361 for ac_exec_ext in '' $ac_executable_extensions; do
32383362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32393363 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3240 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3364 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32413365 break 2
32423366 fi
32433367 done
32483372 fi
32493373 CC=$ac_cv_prog_CC
32503374 if test -n "$CC"; then
3251 { echo "$as_me:$LINENO: result: $CC" >&5
3252 echo "${ECHO_T}$CC" >&6; }
3253 else
3254 { echo "$as_me:$LINENO: result: no" >&5
3255 echo "${ECHO_T}no" >&6; }
3375 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3376 $as_echo "$CC" >&6; }
3377 else
3378 { $as_echo "$as_me:$LINENO: result: no" >&5
3379 $as_echo "no" >&6; }
32563380 fi
32573381
32583382
32613385 ac_ct_CC=$CC
32623386 # Extract the first word of "gcc", so it can be a program name with args.
32633387 set dummy gcc; ac_word=$2
3264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3388 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3389 $as_echo_n "checking for $ac_word... " >&6; }
32663390 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3267 echo $ECHO_N "(cached) $ECHO_C" >&6
3391 $as_echo_n "(cached) " >&6
32683392 else
32693393 if test -n "$ac_ct_CC"; then
32703394 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
32773401 for ac_exec_ext in '' $ac_executable_extensions; do
32783402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32793403 ac_cv_prog_ac_ct_CC="gcc"
3280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3404 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32813405 break 2
32823406 fi
32833407 done
32883412 fi
32893413 ac_ct_CC=$ac_cv_prog_ac_ct_CC
32903414 if test -n "$ac_ct_CC"; then
3291 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3292 echo "${ECHO_T}$ac_ct_CC" >&6; }
3293 else
3294 { echo "$as_me:$LINENO: result: no" >&5
3295 echo "${ECHO_T}no" >&6; }
3415 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3416 $as_echo "$ac_ct_CC" >&6; }
3417 else
3418 { $as_echo "$as_me:$LINENO: result: no" >&5
3419 $as_echo "no" >&6; }
32963420 fi
32973421
32983422 if test "x$ac_ct_CC" = x; then
33003424 else
33013425 case $cross_compiling:$ac_tool_warned in
33023426 yes:)
3303 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3304 whose name does not start with the host triplet. If you think this
3305 configuration is useful to you, please write to autoconf@gnu.org." >&5
3306 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3307 whose name does not start with the host triplet. If you think this
3308 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3427 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3428 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
33093429 ac_tool_warned=yes ;;
33103430 esac
33113431 CC=$ac_ct_CC
33183438 if test -n "$ac_tool_prefix"; then
33193439 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
33203440 set dummy ${ac_tool_prefix}cc; ac_word=$2
3321 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3322 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
33233443 if test "${ac_cv_prog_CC+set}" = set; then
3324 echo $ECHO_N "(cached) $ECHO_C" >&6
3444 $as_echo_n "(cached) " >&6
33253445 else
33263446 if test -n "$CC"; then
33273447 ac_cv_prog_CC="$CC" # Let the user override the test.
33343454 for ac_exec_ext in '' $ac_executable_extensions; do
33353455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33363456 ac_cv_prog_CC="${ac_tool_prefix}cc"
3337 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3457 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33383458 break 2
33393459 fi
33403460 done
33453465 fi
33463466 CC=$ac_cv_prog_CC
33473467 if test -n "$CC"; then
3348 { echo "$as_me:$LINENO: result: $CC" >&5
3349 echo "${ECHO_T}$CC" >&6; }
3350 else
3351 { echo "$as_me:$LINENO: result: no" >&5
3352 echo "${ECHO_T}no" >&6; }
3468 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3469 $as_echo "$CC" >&6; }
3470 else
3471 { $as_echo "$as_me:$LINENO: result: no" >&5
3472 $as_echo "no" >&6; }
33533473 fi
33543474
33553475
33583478 if test -z "$CC"; then
33593479 # Extract the first word of "cc", so it can be a program name with args.
33603480 set dummy cc; ac_word=$2
3361 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3362 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3481 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3482 $as_echo_n "checking for $ac_word... " >&6; }
33633483 if test "${ac_cv_prog_CC+set}" = set; then
3364 echo $ECHO_N "(cached) $ECHO_C" >&6
3484 $as_echo_n "(cached) " >&6
33653485 else
33663486 if test -n "$CC"; then
33673487 ac_cv_prog_CC="$CC" # Let the user override the test.
33793499 continue
33803500 fi
33813501 ac_cv_prog_CC="cc"
3382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3502 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33833503 break 2
33843504 fi
33853505 done
34023522 fi
34033523 CC=$ac_cv_prog_CC
34043524 if test -n "$CC"; then
3405 { echo "$as_me:$LINENO: result: $CC" >&5
3406 echo "${ECHO_T}$CC" >&6; }
3407 else
3408 { echo "$as_me:$LINENO: result: no" >&5
3409 echo "${ECHO_T}no" >&6; }
3525 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3526 $as_echo "$CC" >&6; }
3527 else
3528 { $as_echo "$as_me:$LINENO: result: no" >&5
3529 $as_echo "no" >&6; }
34103530 fi
34113531
34123532
34173537 do
34183538 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
34193539 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3540 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3541 $as_echo_n "checking for $ac_word... " >&6; }
34223542 if test "${ac_cv_prog_CC+set}" = set; then
3423 echo $ECHO_N "(cached) $ECHO_C" >&6
3543 $as_echo_n "(cached) " >&6
34243544 else
34253545 if test -n "$CC"; then
34263546 ac_cv_prog_CC="$CC" # Let the user override the test.
34333553 for ac_exec_ext in '' $ac_executable_extensions; do
34343554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34353555 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34373557 break 2
34383558 fi
34393559 done
34443564 fi
34453565 CC=$ac_cv_prog_CC
34463566 if test -n "$CC"; then
3447 { echo "$as_me:$LINENO: result: $CC" >&5
3448 echo "${ECHO_T}$CC" >&6; }
3449 else
3450 { echo "$as_me:$LINENO: result: no" >&5
3451 echo "${ECHO_T}no" >&6; }
3567 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3568 $as_echo "$CC" >&6; }
3569 else
3570 { $as_echo "$as_me:$LINENO: result: no" >&5
3571 $as_echo "no" >&6; }
34523572 fi
34533573
34543574
34613581 do
34623582 # Extract the first word of "$ac_prog", so it can be a program name with args.
34633583 set dummy $ac_prog; ac_word=$2
3464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3584 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3585 $as_echo_n "checking for $ac_word... " >&6; }
34663586 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3467 echo $ECHO_N "(cached) $ECHO_C" >&6
3587 $as_echo_n "(cached) " >&6
34683588 else
34693589 if test -n "$ac_ct_CC"; then
34703590 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
34773597 for ac_exec_ext in '' $ac_executable_extensions; do
34783598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34793599 ac_cv_prog_ac_ct_CC="$ac_prog"
3480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3600 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34813601 break 2
34823602 fi
34833603 done
34883608 fi
34893609 ac_ct_CC=$ac_cv_prog_ac_ct_CC
34903610 if test -n "$ac_ct_CC"; then
3491 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3492 echo "${ECHO_T}$ac_ct_CC" >&6; }
3493 else
3494 { echo "$as_me:$LINENO: result: no" >&5
3495 echo "${ECHO_T}no" >&6; }
3611 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3612 $as_echo "$ac_ct_CC" >&6; }
3613 else
3614 { $as_echo "$as_me:$LINENO: result: no" >&5
3615 $as_echo "no" >&6; }
34963616 fi
34973617
34983618
35043624 else
35053625 case $cross_compiling:$ac_tool_warned in
35063626 yes:)
3507 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3508 whose name does not start with the host triplet. If you think this
3509 configuration is useful to you, please write to autoconf@gnu.org." >&5
3510 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3511 whose name does not start with the host triplet. If you think this
3512 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3627 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
35133629 ac_tool_warned=yes ;;
35143630 esac
35153631 CC=$ac_ct_CC
35193635 fi
35203636
35213637
3522 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3638 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3639 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3640 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
35233641 See \`config.log' for more details." >&5
3524 echo "$as_me: error: no acceptable C compiler found in \$PATH
3642 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
35253643 See \`config.log' for more details." >&2;}
3526 { (exit 1); exit 1; }; }
3644 { (exit 1); exit 1; }; }; }
35273645
35283646 # Provide some information about the compiler.
3529 echo "$as_me:$LINENO: checking for C compiler version" >&5
3530 ac_compiler=`set X $ac_compile; echo $2`
3647 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3648 set X $ac_compile
3649 ac_compiler=$2
35313650 { (ac_try="$ac_compiler --version >&5"
35323651 case "(($ac_try" in
35333652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35343653 *) ac_try_echo=$ac_try;;
35353654 esac
3536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3656 $as_echo "$ac_try_echo") >&5
35373657 (eval "$ac_compiler --version >&5") 2>&5
35383658 ac_status=$?
3539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35403660 (exit $ac_status); }
35413661 { (ac_try="$ac_compiler -v >&5"
35423662 case "(($ac_try" in
35433663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35443664 *) ac_try_echo=$ac_try;;
35453665 esac
3546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3667 $as_echo "$ac_try_echo") >&5
35473668 (eval "$ac_compiler -v >&5") 2>&5
35483669 ac_status=$?
3549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35503671 (exit $ac_status); }
35513672 { (ac_try="$ac_compiler -V >&5"
35523673 case "(($ac_try" in
35533674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35543675 *) ac_try_echo=$ac_try;;
35553676 esac
3556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3678 $as_echo "$ac_try_echo") >&5
35573679 (eval "$ac_compiler -V >&5") 2>&5
35583680 ac_status=$?
3559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35603682 (exit $ac_status); }
35613683
3562 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3563 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3684 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3685 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
35643686 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3565 echo $ECHO_N "(cached) $ECHO_C" >&6
3687 $as_echo_n "(cached) " >&6
35663688 else
35673689 cat >conftest.$ac_ext <<_ACEOF
35683690 /* confdefs.h. */
35883710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35893711 *) ac_try_echo=$ac_try;;
35903712 esac
3591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3714 $as_echo "$ac_try_echo") >&5
35923715 (eval "$ac_compile") 2>conftest.er1
35933716 ac_status=$?
35943717 grep -v '^ *+' conftest.er1 >conftest.err
35953718 rm -f conftest.er1
35963719 cat conftest.err >&5
3597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35983721 (exit $ac_status); } && {
35993722 test -z "$ac_c_werror_flag" ||
36003723 test ! -s conftest.err
36013724 } && test -s conftest.$ac_objext; then
36023725 ac_compiler_gnu=yes
36033726 else
3604 echo "$as_me: failed program was:" >&5
3727 $as_echo "$as_me: failed program was:" >&5
36053728 sed 's/^/| /' conftest.$ac_ext >&5
36063729
36073730 ac_compiler_gnu=no
36113734 ac_cv_c_compiler_gnu=$ac_compiler_gnu
36123735
36133736 fi
3614 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3615 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3616 GCC=`test $ac_compiler_gnu = yes && echo yes`
3737 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3738 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3739 if test $ac_compiler_gnu = yes; then
3740 GCC=yes
3741 else
3742 GCC=
3743 fi
36173744 ac_test_CFLAGS=${CFLAGS+set}
36183745 ac_save_CFLAGS=$CFLAGS
3619 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3620 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3746 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3747 $as_echo_n "checking whether $CC accepts -g... " >&6; }
36213748 if test "${ac_cv_prog_cc_g+set}" = set; then
3622 echo $ECHO_N "(cached) $ECHO_C" >&6
3749 $as_echo_n "(cached) " >&6
36233750 else
36243751 ac_save_c_werror_flag=$ac_c_werror_flag
36253752 ac_c_werror_flag=yes
36463773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36473774 *) ac_try_echo=$ac_try;;
36483775 esac
3649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3777 $as_echo "$ac_try_echo") >&5
36503778 (eval "$ac_compile") 2>conftest.er1
36513779 ac_status=$?
36523780 grep -v '^ *+' conftest.er1 >conftest.err
36533781 rm -f conftest.er1
36543782 cat conftest.err >&5
3655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36563784 (exit $ac_status); } && {
36573785 test -z "$ac_c_werror_flag" ||
36583786 test ! -s conftest.err
36593787 } && test -s conftest.$ac_objext; then
36603788 ac_cv_prog_cc_g=yes
36613789 else
3662 echo "$as_me: failed program was:" >&5
3790 $as_echo "$as_me: failed program was:" >&5
36633791 sed 's/^/| /' conftest.$ac_ext >&5
36643792
36653793 CFLAGS=""
36843812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36853813 *) ac_try_echo=$ac_try;;
36863814 esac
3687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3816 $as_echo "$ac_try_echo") >&5
36883817 (eval "$ac_compile") 2>conftest.er1
36893818 ac_status=$?
36903819 grep -v '^ *+' conftest.er1 >conftest.err
36913820 rm -f conftest.er1
36923821 cat conftest.err >&5
3693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36943823 (exit $ac_status); } && {
36953824 test -z "$ac_c_werror_flag" ||
36963825 test ! -s conftest.err
36973826 } && test -s conftest.$ac_objext; then
36983827 :
36993828 else
3700 echo "$as_me: failed program was:" >&5
3829 $as_echo "$as_me: failed program was:" >&5
37013830 sed 's/^/| /' conftest.$ac_ext >&5
37023831
37033832 ac_c_werror_flag=$ac_save_c_werror_flag
37233852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37243853 *) ac_try_echo=$ac_try;;
37253854 esac
3726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3856 $as_echo "$ac_try_echo") >&5
37273857 (eval "$ac_compile") 2>conftest.er1
37283858 ac_status=$?
37293859 grep -v '^ *+' conftest.er1 >conftest.err
37303860 rm -f conftest.er1
37313861 cat conftest.err >&5
3732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37333863 (exit $ac_status); } && {
37343864 test -z "$ac_c_werror_flag" ||
37353865 test ! -s conftest.err
37363866 } && test -s conftest.$ac_objext; then
37373867 ac_cv_prog_cc_g=yes
37383868 else
3739 echo "$as_me: failed program was:" >&5
3869 $as_echo "$as_me: failed program was:" >&5
37403870 sed 's/^/| /' conftest.$ac_ext >&5
37413871
37423872
37513881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37523882 ac_c_werror_flag=$ac_save_c_werror_flag
37533883 fi
3754 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3755 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3884 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3885 $as_echo "$ac_cv_prog_cc_g" >&6; }
37563886 if test "$ac_test_CFLAGS" = set; then
37573887 CFLAGS=$ac_save_CFLAGS
37583888 elif test $ac_cv_prog_cc_g = yes; then
37683898 CFLAGS=
37693899 fi
37703900 fi
3771 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3772 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3901 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3902 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
37733903 if test "${ac_cv_prog_cc_c89+set}" = set; then
3774 echo $ECHO_N "(cached) $ECHO_C" >&6
3904 $as_echo_n "(cached) " >&6
37753905 else
37763906 ac_cv_prog_cc_c89=no
37773907 ac_save_CC=$CC
38423972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38433973 *) ac_try_echo=$ac_try;;
38443974 esac
3845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3976 $as_echo "$ac_try_echo") >&5
38463977 (eval "$ac_compile") 2>conftest.er1
38473978 ac_status=$?
38483979 grep -v '^ *+' conftest.er1 >conftest.err
38493980 rm -f conftest.er1
38503981 cat conftest.err >&5
3851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38523983 (exit $ac_status); } && {
38533984 test -z "$ac_c_werror_flag" ||
38543985 test ! -s conftest.err
38553986 } && test -s conftest.$ac_objext; then
38563987 ac_cv_prog_cc_c89=$ac_arg
38573988 else
3858 echo "$as_me: failed program was:" >&5
3989 $as_echo "$as_me: failed program was:" >&5
38593990 sed 's/^/| /' conftest.$ac_ext >&5
38603991
38613992
38714002 # AC_CACHE_VAL
38724003 case "x$ac_cv_prog_cc_c89" in
38734004 x)
3874 { echo "$as_me:$LINENO: result: none needed" >&5
3875 echo "${ECHO_T}none needed" >&6; } ;;
4005 { $as_echo "$as_me:$LINENO: result: none needed" >&5
4006 $as_echo "none needed" >&6; } ;;
38764007 xno)
3877 { echo "$as_me:$LINENO: result: unsupported" >&5
3878 echo "${ECHO_T}unsupported" >&6; } ;;
4008 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4009 $as_echo "unsupported" >&6; } ;;
38794010 *)
38804011 CC="$CC $ac_cv_prog_cc_c89"
3881 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3882 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
4012 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4013 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
38834014 esac
38844015
38854016
38914022
38924023 depcc="$CC" am_compiler_list=
38934024
3894 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3895 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
4025 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4026 $as_echo_n "checking dependency style of $depcc... " >&6; }
38964027 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3897 echo $ECHO_N "(cached) $ECHO_C" >&6
4028 $as_echo_n "(cached) " >&6
38984029 else
38994030 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
39004031 # We make a subdir and do the tests there. Otherwise we can end up
39824113 fi
39834114
39844115 fi
3985 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3986 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
4116 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4117 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
39874118 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
39884119
39894120 if
39974128 fi
39984129
39994130
4000 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C99" >&5
4001 echo $ECHO_N "checking for $CC option to accept ISO C99... $ECHO_C" >&6; }
4131 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C99" >&5
4132 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
40024133 if test "${ac_cv_prog_cc_c99+set}" = set; then
4003 echo $ECHO_N "(cached) $ECHO_C" >&6
4134 $as_echo_n "(cached) " >&6
40044135 else
40054136 ac_cv_prog_cc_c99=no
40064137 ac_save_CC=$CC
41474278 return 0;
41484279 }
41494280 _ACEOF
4150 for ac_arg in '' -std=gnu99 -c99 -qlanglvl=extc99
4281 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
41514282 do
41524283 CC="$ac_save_CC $ac_arg"
41534284 rm -f conftest.$ac_objext
41564287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41574288 *) ac_try_echo=$ac_try;;
41584289 esac
4159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4291 $as_echo "$ac_try_echo") >&5
41604292 (eval "$ac_compile") 2>conftest.er1
41614293 ac_status=$?
41624294 grep -v '^ *+' conftest.er1 >conftest.err
41634295 rm -f conftest.er1
41644296 cat conftest.err >&5
4165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41664298 (exit $ac_status); } && {
41674299 test -z "$ac_c_werror_flag" ||
41684300 test ! -s conftest.err
41694301 } && test -s conftest.$ac_objext; then
41704302 ac_cv_prog_cc_c99=$ac_arg
41714303 else
4172 echo "$as_me: failed program was:" >&5
4304 $as_echo "$as_me: failed program was:" >&5
41734305 sed 's/^/| /' conftest.$ac_ext >&5
41744306
41754307
41854317 # AC_CACHE_VAL
41864318 case "x$ac_cv_prog_cc_c99" in
41874319 x)
4188 { echo "$as_me:$LINENO: result: none needed" >&5
4189 echo "${ECHO_T}none needed" >&6; } ;;
4320 { $as_echo "$as_me:$LINENO: result: none needed" >&5
4321 $as_echo "none needed" >&6; } ;;
41904322 xno)
4191 { echo "$as_me:$LINENO: result: unsupported" >&5
4192 echo "${ECHO_T}unsupported" >&6; } ;;
4323 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4324 $as_echo "unsupported" >&6; } ;;
41934325 *)
41944326 CC="$CC $ac_cv_prog_cc_c99"
4195 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c99" >&5
4196 echo "${ECHO_T}$ac_cv_prog_cc_c99" >&6; } ;;
4327 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c99" >&5
4328 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
41974329 esac
41984330
41994331
42724404
42734405 # Make sure we can run config.sub.
42744406 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4275 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4276 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4407 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4408 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
42774409 { (exit 1); exit 1; }; }
42784410
4279 { echo "$as_me:$LINENO: checking build system type" >&5
4280 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
4411 { $as_echo "$as_me:$LINENO: checking build system type" >&5
4412 $as_echo_n "checking build system type... " >&6; }
42814413 if test "${ac_cv_build+set}" = set; then
4282 echo $ECHO_N "(cached) $ECHO_C" >&6
4414 $as_echo_n "(cached) " >&6
42834415 else
42844416 ac_build_alias=$build_alias
42854417 test "x$ac_build_alias" = x &&
42864418 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
42874419 test "x$ac_build_alias" = x &&
4288 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4289 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4420 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4421 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
42904422 { (exit 1); exit 1; }; }
42914423 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4292 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4293 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4424 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4425 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
42944426 { (exit 1); exit 1; }; }
42954427
42964428 fi
4297 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4298 echo "${ECHO_T}$ac_cv_build" >&6; }
4429 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4430 $as_echo "$ac_cv_build" >&6; }
42994431 case $ac_cv_build in
43004432 *-*-*) ;;
4301 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4302 echo "$as_me: error: invalid value of canonical build" >&2;}
4433 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4434 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
43034435 { (exit 1); exit 1; }; };;
43044436 esac
43054437 build=$ac_cv_build
43164448 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
43174449
43184450
4319 { echo "$as_me:$LINENO: checking host system type" >&5
4320 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
4451 { $as_echo "$as_me:$LINENO: checking host system type" >&5
4452 $as_echo_n "checking host system type... " >&6; }
43214453 if test "${ac_cv_host+set}" = set; then
4322 echo $ECHO_N "(cached) $ECHO_C" >&6
4454 $as_echo_n "(cached) " >&6
43234455 else
43244456 if test "x$host_alias" = x; then
43254457 ac_cv_host=$ac_cv_build
43264458 else
43274459 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4328 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4329 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
4460 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
4461 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
43304462 { (exit 1); exit 1; }; }
43314463 fi
43324464
43334465 fi
4334 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4335 echo "${ECHO_T}$ac_cv_host" >&6; }
4466 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4467 $as_echo "$ac_cv_host" >&6; }
43364468 case $ac_cv_host in
43374469 *-*-*) ;;
4338 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4339 echo "$as_me: error: invalid value of canonical host" >&2;}
4470 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
4471 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
43404472 { (exit 1); exit 1; }; };;
43414473 esac
43424474 host=$ac_cv_host
43534485 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
43544486
43554487
4356 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4357 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
4488 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4489 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
43584490 if test "${lt_cv_path_SED+set}" = set; then
4359 echo $ECHO_N "(cached) $ECHO_C" >&6
4491 $as_echo_n "(cached) " >&6
43604492 else
43614493 # Loop through the user's path and test for sed and gsed.
43624494 # Then use that list of sed's as ones to test for truncation.
44094541
44104542 SED=$lt_cv_path_SED
44114543
4412 { echo "$as_me:$LINENO: result: $SED" >&5
4413 echo "${ECHO_T}$SED" >&6; }
4414
4415 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4416 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4544 { $as_echo "$as_me:$LINENO: result: $SED" >&5
4545 $as_echo "$SED" >&6; }
4546
4547 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4548 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
44174549 if test "${ac_cv_path_GREP+set}" = set; then
4418 echo $ECHO_N "(cached) $ECHO_C" >&6
4419 else
4420 # Extract the first word of "grep ggrep" to use in msg output
4421 if test -z "$GREP"; then
4422 set dummy grep ggrep; ac_prog_name=$2
4423 if test "${ac_cv_path_GREP+set}" = set; then
4424 echo $ECHO_N "(cached) $ECHO_C" >&6
4425 else
4550 $as_echo_n "(cached) " >&6
4551 else
4552 if test -z "$GREP"; then
44264553 ac_path_GREP_found=false
4427 # Loop through the user's path and test for each of PROGNAME-LIST
4428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4554 # Loop through the user's path and test for each of PROGNAME-LIST
4555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44294556 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
44304557 do
44314558 IFS=$as_save_IFS
44324559 test -z "$as_dir" && as_dir=.
44334560 for ac_prog in grep ggrep; do
4434 for ac_exec_ext in '' $ac_executable_extensions; do
4435 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4436 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4437 # Check for GNU ac_path_GREP and select it if it is found.
4561 for ac_exec_ext in '' $ac_executable_extensions; do
4562 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4563 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4564 # Check for GNU ac_path_GREP and select it if it is found.
44384565 # Check for GNU $ac_path_GREP
44394566 case `"$ac_path_GREP" --version 2>&1` in
44404567 *GNU*)
44414568 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
44424569 *)
44434570 ac_count=0
4444 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4571 $as_echo_n 0123456789 >"conftest.in"
44454572 while :
44464573 do
44474574 cat "conftest.in" "conftest.in" >"conftest.tmp"
44484575 mv "conftest.tmp" "conftest.in"
44494576 cp "conftest.in" "conftest.nl"
4450 echo 'GREP' >> "conftest.nl"
4577 $as_echo 'GREP' >> "conftest.nl"
44514578 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
44524579 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
44534580 ac_count=`expr $ac_count + 1`
44624589 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
44634590 esac
44644591
4465
4466 $ac_path_GREP_found && break 3
4592 $ac_path_GREP_found && break 3
4593 done
44674594 done
44684595 done
4469
4470 done
44714596 IFS=$as_save_IFS
4472
4473
4474 fi
4475
4476 GREP="$ac_cv_path_GREP"
4477 if test -z "$GREP"; then
4478 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4479 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4597 if test -z "$ac_cv_path_GREP"; then
4598 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4599 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
44804600 { (exit 1); exit 1; }; }
4481 fi
4482
4601 fi
44834602 else
44844603 ac_cv_path_GREP=$GREP
44854604 fi
44864605
4487
4488 fi
4489 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4490 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4606 fi
4607 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4608 $as_echo "$ac_cv_path_GREP" >&6; }
44914609 GREP="$ac_cv_path_GREP"
44924610
44934611
4494 { echo "$as_me:$LINENO: checking for egrep" >&5
4495 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4612 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4613 $as_echo_n "checking for egrep... " >&6; }
44964614 if test "${ac_cv_path_EGREP+set}" = set; then
4497 echo $ECHO_N "(cached) $ECHO_C" >&6
4615 $as_echo_n "(cached) " >&6
44984616 else
44994617 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
45004618 then ac_cv_path_EGREP="$GREP -E"
45014619 else
4502 # Extract the first word of "egrep" to use in msg output
4503 if test -z "$EGREP"; then
4504 set dummy egrep; ac_prog_name=$2
4505 if test "${ac_cv_path_EGREP+set}" = set; then
4506 echo $ECHO_N "(cached) $ECHO_C" >&6
4507 else
4620 if test -z "$EGREP"; then
45084621 ac_path_EGREP_found=false
4509 # Loop through the user's path and test for each of PROGNAME-LIST
4510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4622 # Loop through the user's path and test for each of PROGNAME-LIST
4623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45114624 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
45124625 do
45134626 IFS=$as_save_IFS
45144627 test -z "$as_dir" && as_dir=.
45154628 for ac_prog in egrep; do
4516 for ac_exec_ext in '' $ac_executable_extensions; do
4517 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4518 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4519 # Check for GNU ac_path_EGREP and select it if it is found.
4629 for ac_exec_ext in '' $ac_executable_extensions; do
4630 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4631 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4632 # Check for GNU ac_path_EGREP and select it if it is found.
45204633 # Check for GNU $ac_path_EGREP
45214634 case `"$ac_path_EGREP" --version 2>&1` in
45224635 *GNU*)
45234636 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
45244637 *)
45254638 ac_count=0
4526 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4639 $as_echo_n 0123456789 >"conftest.in"
45274640 while :
45284641 do
45294642 cat "conftest.in" "conftest.in" >"conftest.tmp"
45304643 mv "conftest.tmp" "conftest.in"
45314644 cp "conftest.in" "conftest.nl"
4532 echo 'EGREP' >> "conftest.nl"
4645 $as_echo 'EGREP' >> "conftest.nl"
45334646 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
45344647 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
45354648 ac_count=`expr $ac_count + 1`
45444657 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
45454658 esac
45464659
4547
4548 $ac_path_EGREP_found && break 3
4660 $ac_path_EGREP_found && break 3
4661 done
45494662 done
45504663 done
4551
4552 done
45534664 IFS=$as_save_IFS
4554
4555
4556 fi
4557
4558 EGREP="$ac_cv_path_EGREP"
4559 if test -z "$EGREP"; then
4560 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4561 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4665 if test -z "$ac_cv_path_EGREP"; then
4666 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4667 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
45624668 { (exit 1); exit 1; }; }
4563 fi
4564
4669 fi
45654670 else
45664671 ac_cv_path_EGREP=$EGREP
45674672 fi
45684673
4569
45704674 fi
45714675 fi
4572 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4573 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4676 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4677 $as_echo "$ac_cv_path_EGREP" >&6; }
45744678 EGREP="$ac_cv_path_EGREP"
45754679
45764680
45854689 ac_prog=ld
45864690 if test "$GCC" = yes; then
45874691 # Check if gcc -print-prog-name=ld gives a path.
4588 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4589 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
4692 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4693 $as_echo_n "checking for ld used by $CC... " >&6; }
45904694 case $host in
45914695 *-*-mingw*)
45924696 # gcc leaves a trailing carriage return which upsets mingw
46154719 ;;
46164720 esac
46174721 elif test "$with_gnu_ld" = yes; then
4618 { echo "$as_me:$LINENO: checking for GNU ld" >&5
4619 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
4620 else
4621 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4622 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
4722 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4723 $as_echo_n "checking for GNU ld... " >&6; }
4724 else
4725 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4726 $as_echo_n "checking for non-GNU ld... " >&6; }
46234727 fi
46244728 if test "${lt_cv_path_LD+set}" = set; then
4625 echo $ECHO_N "(cached) $ECHO_C" >&6
4729 $as_echo_n "(cached) " >&6
46264730 else
46274731 if test -z "$LD"; then
46284732 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
46524756
46534757 LD="$lt_cv_path_LD"
46544758 if test -n "$LD"; then
4655 { echo "$as_me:$LINENO: result: $LD" >&5
4656 echo "${ECHO_T}$LD" >&6; }
4657 else
4658 { echo "$as_me:$LINENO: result: no" >&5
4659 echo "${ECHO_T}no" >&6; }
4660 fi
4661 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4662 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4759 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4760 $as_echo "$LD" >&6; }
4761 else
4762 { $as_echo "$as_me:$LINENO: result: no" >&5
4763 $as_echo "no" >&6; }
4764 fi
4765 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4766 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
46634767 { (exit 1); exit 1; }; }
4664 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4665 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
4768 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4769 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
46664770 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4667 echo $ECHO_N "(cached) $ECHO_C" >&6
4771 $as_echo_n "(cached) " >&6
46684772 else
46694773 # I'd rather use --version here, but apparently some GNU lds only accept -v.
46704774 case `$LD -v 2>&1 </dev/null` in
46764780 ;;
46774781 esac
46784782 fi
4679 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4680 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
4783 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4784 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
46814785 with_gnu_ld=$lt_cv_prog_gnu_ld
46824786
46834787
4684 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4685 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
4788 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4789 $as_echo_n "checking for $LD option to reload object files... " >&6; }
46864790 if test "${lt_cv_ld_reload_flag+set}" = set; then
4687 echo $ECHO_N "(cached) $ECHO_C" >&6
4791 $as_echo_n "(cached) " >&6
46884792 else
46894793 lt_cv_ld_reload_flag='-r'
46904794 fi
4691 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4692 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
4795 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4796 $as_echo "$lt_cv_ld_reload_flag" >&6; }
46934797 reload_flag=$lt_cv_ld_reload_flag
46944798 case $reload_flag in
46954799 "" | " "*) ;;
47064810 ;;
47074811 esac
47084812
4709 { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4710 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
4813 { $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4814 $as_echo_n "checking for BSD-compatible nm... " >&6; }
47114815 if test "${lt_cv_path_NM+set}" = set; then
4712 echo $ECHO_N "(cached) $ECHO_C" >&6
4816 $as_echo_n "(cached) " >&6
47134817 else
47144818 if test -n "$NM"; then
47154819 # Let the user override the test.
47554859 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
47564860 fi
47574861 fi
4758 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4759 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
4862 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4863 $as_echo "$lt_cv_path_NM" >&6; }
47604864 NM="$lt_cv_path_NM"
47614865
4762 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4763 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4866 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4867 $as_echo_n "checking whether ln -s works... " >&6; }
47644868 LN_S=$as_ln_s
47654869 if test "$LN_S" = "ln -s"; then
4766 { echo "$as_me:$LINENO: result: yes" >&5
4767 echo "${ECHO_T}yes" >&6; }
4768 else
4769 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4770 echo "${ECHO_T}no, using $LN_S" >&6; }
4771 fi
4772
4773 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4774 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
4870 { $as_echo "$as_me:$LINENO: result: yes" >&5
4871 $as_echo "yes" >&6; }
4872 else
4873 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4874 $as_echo "no, using $LN_S" >&6; }
4875 fi
4876
4877 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4878 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
47754879 if test "${lt_cv_deplibs_check_method+set}" = set; then
4776 echo $ECHO_N "(cached) $ECHO_C" >&6
4880 $as_echo_n "(cached) " >&6
47774881 else
47784882 lt_cv_file_magic_cmd='$MAGIC_CMD'
47794883 lt_cv_file_magic_test_file=
49565060 esac
49575061
49585062 fi
4959 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4960 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
5063 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5064 $as_echo "$lt_cv_deplibs_check_method" >&6; }
49615065 file_magic_cmd=$lt_cv_file_magic_cmd
49625066 deplibs_check_method=$lt_cv_deplibs_check_method
49635067 test -z "$deplibs_check_method" && deplibs_check_method=unknown
49915095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
49925096 (eval $ac_compile) 2>&5
49935097 ac_status=$?
4994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
49955099 (exit $ac_status); }; then
49965100 case `/usr/bin/file conftest.$ac_objext` in
49975101 *ELF-32*)
50065110 ;;
50075111 *-*-irix6*)
50085112 # Find out which ABI we are using.
5009 echo '#line 5010 "configure"' > conftest.$ac_ext
5113 echo '#line 5114 "configure"' > conftest.$ac_ext
50105114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
50115115 (eval $ac_compile) 2>&5
50125116 ac_status=$?
5013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50145118 (exit $ac_status); }; then
50155119 if test "$lt_cv_prog_gnu_ld" = yes; then
50165120 case `/usr/bin/file conftest.$ac_objext` in
50485152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
50495153 (eval $ac_compile) 2>&5
50505154 ac_status=$?
5051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50525156 (exit $ac_status); }; then
50535157 case `/usr/bin/file conftest.o` in
50545158 *32-bit*)
50985202 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
50995203 SAVE_CFLAGS="$CFLAGS"
51005204 CFLAGS="$CFLAGS -belf"
5101 { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5102 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
5205 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5206 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
51035207 if test "${lt_cv_cc_needs_belf+set}" = set; then
5104 echo $ECHO_N "(cached) $ECHO_C" >&6
5208 $as_echo_n "(cached) " >&6
51055209 else
51065210 ac_ext=c
51075211 ac_cpp='$CPP $CPPFLAGS'
51305234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51315235 *) ac_try_echo=$ac_try;;
51325236 esac
5133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5238 $as_echo "$ac_try_echo") >&5
51345239 (eval "$ac_link") 2>conftest.er1
51355240 ac_status=$?
51365241 grep -v '^ *+' conftest.er1 >conftest.err
51375242 rm -f conftest.er1
51385243 cat conftest.err >&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51405245 (exit $ac_status); } && {
51415246 test -z "$ac_c_werror_flag" ||
51425247 test ! -s conftest.err
5143 } && test -s conftest$ac_exeext &&
5144 $as_test_x conftest$ac_exeext; then
5248 } && test -s conftest$ac_exeext && {
5249 test "$cross_compiling" = yes ||
5250 $as_test_x conftest$ac_exeext
5251 }; then
51455252 lt_cv_cc_needs_belf=yes
51465253 else
5147 echo "$as_me: failed program was:" >&5
5254 $as_echo "$as_me: failed program was:" >&5
51485255 sed 's/^/| /' conftest.$ac_ext >&5
51495256
51505257 lt_cv_cc_needs_belf=no
51515258 fi
51525259
5260 rm -rf conftest.dSYM
51535261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
51545262 conftest$ac_exeext conftest.$ac_ext
51555263 ac_ext=c
51595267 ac_compiler_gnu=$ac_cv_c_compiler_gnu
51605268
51615269 fi
5162 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5163 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
5270 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5271 $as_echo "$lt_cv_cc_needs_belf" >&6; }
51645272 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
51655273 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
51665274 CFLAGS="$SAVE_CFLAGS"
51725280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
51735281 (eval $ac_compile) 2>&5
51745282 ac_status=$?
5175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51765284 (exit $ac_status); }; then
51775285 case `/usr/bin/file conftest.o` in
51785286 *64-bit*)
52015309 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52025310 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52035311 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5204 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5205 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5312 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5313 $as_echo_n "checking how to run the C preprocessor... " >&6; }
52065314 # On Suns, sometimes $CPP names a directory.
52075315 if test -n "$CPP" && test -d "$CPP"; then
52085316 CPP=
52095317 fi
52105318 if test -z "$CPP"; then
52115319 if test "${ac_cv_prog_CPP+set}" = set; then
5212 echo $ECHO_N "(cached) $ECHO_C" >&6
5320 $as_echo_n "(cached) " >&6
52135321 else
52145322 # Double quotes because CPP needs to be expanded
52155323 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
52415349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52425350 *) ac_try_echo=$ac_try;;
52435351 esac
5244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5353 $as_echo "$ac_try_echo") >&5
52455354 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
52465355 ac_status=$?
52475356 grep -v '^ *+' conftest.er1 >conftest.err
52485357 rm -f conftest.er1
52495358 cat conftest.err >&5
5250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
52515360 (exit $ac_status); } >/dev/null && {
52525361 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
52535362 test ! -s conftest.err
52545363 }; then
52555364 :
52565365 else
5257 echo "$as_me: failed program was:" >&5
5366 $as_echo "$as_me: failed program was:" >&5
52585367 sed 's/^/| /' conftest.$ac_ext >&5
52595368
52605369 # Broken: fails on valid input.
52785387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52795388 *) ac_try_echo=$ac_try;;
52805389 esac
5281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5391 $as_echo "$ac_try_echo") >&5
52825392 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
52835393 ac_status=$?
52845394 grep -v '^ *+' conftest.er1 >conftest.err
52855395 rm -f conftest.er1
52865396 cat conftest.err >&5
5287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
52885398 (exit $ac_status); } >/dev/null && {
52895399 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
52905400 test ! -s conftest.err
52925402 # Broken: success on invalid input.
52935403 continue
52945404 else
5295 echo "$as_me: failed program was:" >&5
5405 $as_echo "$as_me: failed program was:" >&5
52965406 sed 's/^/| /' conftest.$ac_ext >&5
52975407
52985408 # Passes both tests.
53175427 else
53185428 ac_cv_prog_CPP=$CPP
53195429 fi
5320 { echo "$as_me:$LINENO: result: $CPP" >&5
5321 echo "${ECHO_T}$CPP" >&6; }
5430 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5431 $as_echo "$CPP" >&6; }
53225432 ac_preproc_ok=false
53235433 for ac_c_preproc_warn_flag in '' yes
53245434 do
53465456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53475457 *) ac_try_echo=$ac_try;;
53485458 esac
5349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5460 $as_echo "$ac_try_echo") >&5
53505461 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
53515462 ac_status=$?
53525463 grep -v '^ *+' conftest.er1 >conftest.err
53535464 rm -f conftest.er1
53545465 cat conftest.err >&5
5355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
53565467 (exit $ac_status); } >/dev/null && {
53575468 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
53585469 test ! -s conftest.err
53595470 }; then
53605471 :
53615472 else
5362 echo "$as_me: failed program was:" >&5
5473 $as_echo "$as_me: failed program was:" >&5
53635474 sed 's/^/| /' conftest.$ac_ext >&5
53645475
53655476 # Broken: fails on valid input.
53835494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53845495 *) ac_try_echo=$ac_try;;
53855496 esac
5386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5498 $as_echo "$ac_try_echo") >&5
53875499 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
53885500 ac_status=$?
53895501 grep -v '^ *+' conftest.er1 >conftest.err
53905502 rm -f conftest.er1
53915503 cat conftest.err >&5
5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
53935505 (exit $ac_status); } >/dev/null && {
53945506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
53955507 test ! -s conftest.err
53975509 # Broken: success on invalid input.
53985510 continue
53995511 else
5400 echo "$as_me: failed program was:" >&5
5512 $as_echo "$as_me: failed program was:" >&5
54015513 sed 's/^/| /' conftest.$ac_ext >&5
54025514
54035515 # Passes both tests.
54135525 if $ac_preproc_ok; then
54145526 :
54155527 else
5416 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5528 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5530 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
54175531 See \`config.log' for more details." >&5
5418 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5532 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
54195533 See \`config.log' for more details." >&2;}
5420 { (exit 1); exit 1; }; }
5534 { (exit 1); exit 1; }; }; }
54215535 fi
54225536
54235537 ac_ext=c
54275541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
54285542
54295543
5430 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5431 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5544 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5545 $as_echo_n "checking for ANSI C header files... " >&6; }
54325546 if test "${ac_cv_header_stdc+set}" = set; then
5433 echo $ECHO_N "(cached) $ECHO_C" >&6
5547 $as_echo_n "(cached) " >&6
54345548 else
54355549 cat >conftest.$ac_ext <<_ACEOF
54365550 /* confdefs.h. */
54575571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54585572 *) ac_try_echo=$ac_try;;
54595573 esac
5460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5575 $as_echo "$ac_try_echo") >&5
54615576 (eval "$ac_compile") 2>conftest.er1
54625577 ac_status=$?
54635578 grep -v '^ *+' conftest.er1 >conftest.err
54645579 rm -f conftest.er1
54655580 cat conftest.err >&5
5466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
54675582 (exit $ac_status); } && {
54685583 test -z "$ac_c_werror_flag" ||
54695584 test ! -s conftest.err
54705585 } && test -s conftest.$ac_objext; then
54715586 ac_cv_header_stdc=yes
54725587 else
5473 echo "$as_me: failed program was:" >&5
5588 $as_echo "$as_me: failed program was:" >&5
54745589 sed 's/^/| /' conftest.$ac_ext >&5
54755590
54765591 ac_cv_header_stdc=no
55625677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55635678 *) ac_try_echo=$ac_try;;
55645679 esac
5565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5681 $as_echo "$ac_try_echo") >&5
55665682 (eval "$ac_link") 2>&5
55675683 ac_status=$?
5568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
55695685 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
55705686 { (case "(($ac_try" in
55715687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55725688 *) ac_try_echo=$ac_try;;
55735689 esac
5574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5691 $as_echo "$ac_try_echo") >&5
55755692 (eval "$ac_try") 2>&5
55765693 ac_status=$?
5577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
55785695 (exit $ac_status); }; }; then
55795696 :
55805697 else
5581 echo "$as_me: program exited with status $ac_status" >&5
5582 echo "$as_me: failed program was:" >&5
5698 $as_echo "$as_me: program exited with status $ac_status" >&5
5699 $as_echo "$as_me: failed program was:" >&5
55835700 sed 's/^/| /' conftest.$ac_ext >&5
55845701
55855702 ( exit $ac_status )
55865703 ac_cv_header_stdc=no
55875704 fi
5705 rm -rf conftest.dSYM
55885706 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
55895707 fi
55905708
55915709
55925710 fi
55935711 fi
5594 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5595 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5712 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5713 $as_echo "$ac_cv_header_stdc" >&6; }
55965714 if test $ac_cv_header_stdc = yes; then
55975715
55985716 cat >>confdefs.h <<\_ACEOF
56145732 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
56155733 inttypes.h stdint.h unistd.h
56165734 do
5617 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5618 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5619 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5735 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5736 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5737 $as_echo_n "checking for $ac_header... " >&6; }
56205738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5621 echo $ECHO_N "(cached) $ECHO_C" >&6
5739 $as_echo_n "(cached) " >&6
56225740 else
56235741 cat >conftest.$ac_ext <<_ACEOF
56245742 /* confdefs.h. */
56365754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56375755 *) ac_try_echo=$ac_try;;
56385756 esac
5639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5758 $as_echo "$ac_try_echo") >&5
56405759 (eval "$ac_compile") 2>conftest.er1
56415760 ac_status=$?
56425761 grep -v '^ *+' conftest.er1 >conftest.err
56435762 rm -f conftest.er1
56445763 cat conftest.err >&5
5645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
56465765 (exit $ac_status); } && {
56475766 test -z "$ac_c_werror_flag" ||
56485767 test ! -s conftest.err
56495768 } && test -s conftest.$ac_objext; then
56505769 eval "$as_ac_Header=yes"
56515770 else
5652 echo "$as_me: failed program was:" >&5
5771 $as_echo "$as_me: failed program was:" >&5
56535772 sed 's/^/| /' conftest.$ac_ext >&5
56545773
56555774 eval "$as_ac_Header=no"
56575776
56585777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56595778 fi
5660 ac_res=`eval echo '${'$as_ac_Header'}'`
5661 { echo "$as_me:$LINENO: result: $ac_res" >&5
5662 echo "${ECHO_T}$ac_res" >&6; }
5663 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5779 ac_res=`eval 'as_val=${'$as_ac_Header'}
5780 $as_echo "$as_val"'`
5781 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5782 $as_echo "$ac_res" >&6; }
5783 as_val=`eval 'as_val=${'$as_ac_Header'}
5784 $as_echo "$as_val"'`
5785 if test "x$as_val" = x""yes; then
56645786 cat >>confdefs.h <<_ACEOF
5665 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5787 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
56665788 _ACEOF
56675789
56685790 fi
56735795
56745796 for ac_header in dlfcn.h
56755797 do
5676 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5798 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
56775799 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5678 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5679 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5800 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5801 $as_echo_n "checking for $ac_header... " >&6; }
56805802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5681 echo $ECHO_N "(cached) $ECHO_C" >&6
5682 fi
5683 ac_res=`eval echo '${'$as_ac_Header'}'`
5684 { echo "$as_me:$LINENO: result: $ac_res" >&5
5685 echo "${ECHO_T}$ac_res" >&6; }
5803 $as_echo_n "(cached) " >&6
5804 fi
5805 ac_res=`eval 'as_val=${'$as_ac_Header'}
5806 $as_echo "$as_val"'`
5807 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5808 $as_echo "$ac_res" >&6; }
56865809 else
56875810 # Is the header compilable?
5688 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5689 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5811 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5812 $as_echo_n "checking $ac_header usability... " >&6; }
56905813 cat >conftest.$ac_ext <<_ACEOF
56915814 /* confdefs.h. */
56925815 _ACEOF
57025825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57035826 *) ac_try_echo=$ac_try;;
57045827 esac
5705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5829 $as_echo "$ac_try_echo") >&5
57065830 (eval "$ac_compile") 2>conftest.er1
57075831 ac_status=$?
57085832 grep -v '^ *+' conftest.er1 >conftest.err
57095833 rm -f conftest.er1
57105834 cat conftest.err >&5
5711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
57125836 (exit $ac_status); } && {
57135837 test -z "$ac_c_werror_flag" ||
57145838 test ! -s conftest.err
57155839 } && test -s conftest.$ac_objext; then
57165840 ac_header_compiler=yes
57175841 else
5718 echo "$as_me: failed program was:" >&5
5842 $as_echo "$as_me: failed program was:" >&5
57195843 sed 's/^/| /' conftest.$ac_ext >&5
57205844
57215845 ac_header_compiler=no
57225846 fi
57235847
57245848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5725 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5726 echo "${ECHO_T}$ac_header_compiler" >&6; }
5849 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5850 $as_echo "$ac_header_compiler" >&6; }
57275851
57285852 # Is the header present?
5729 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5730 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5853 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5854 $as_echo_n "checking $ac_header presence... " >&6; }
57315855 cat >conftest.$ac_ext <<_ACEOF
57325856 /* confdefs.h. */
57335857 _ACEOF
57415865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57425866 *) ac_try_echo=$ac_try;;
57435867 esac
5744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5869 $as_echo "$ac_try_echo") >&5
57455870 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
57465871 ac_status=$?
57475872 grep -v '^ *+' conftest.er1 >conftest.err
57485873 rm -f conftest.er1
57495874 cat conftest.err >&5
5750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
57515876 (exit $ac_status); } >/dev/null && {
57525877 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
57535878 test ! -s conftest.err
57545879 }; then
57555880 ac_header_preproc=yes
57565881 else
5757 echo "$as_me: failed program was:" >&5
5882 $as_echo "$as_me: failed program was:" >&5
57585883 sed 's/^/| /' conftest.$ac_ext >&5
57595884
57605885 ac_header_preproc=no
57615886 fi
57625887
57635888 rm -f conftest.err conftest.$ac_ext
5764 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5765 echo "${ECHO_T}$ac_header_preproc" >&6; }
5889 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5890 $as_echo "$ac_header_preproc" >&6; }
57665891
57675892 # So? What about this header?
57685893 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
57695894 yes:no: )
5770 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5771 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5772 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5773 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5895 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5896 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5897 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5898 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
57745899 ac_header_preproc=yes
57755900 ;;
57765901 no:yes:* )
5777 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5778 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5779 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5780 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5781 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5782 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5783 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5784 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5785 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5786 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5787 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5788 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5902 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5903 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5904 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5905 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5906 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5907 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5908 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5909 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5910 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5911 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5912 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5913 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
57895914 ( cat <<\_ASBOX
57905915 ## ----------------------------------------- ##
57915916 ## Report this to richard.spindler@gmail.com ##
57945919 ) | sed "s/^/$as_me: WARNING: /" >&2
57955920 ;;
57965921 esac
5797 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5798 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5922 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5923 $as_echo_n "checking for $ac_header... " >&6; }
57995924 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5800 echo $ECHO_N "(cached) $ECHO_C" >&6
5925 $as_echo_n "(cached) " >&6
58015926 else
58025927 eval "$as_ac_Header=\$ac_header_preproc"
58035928 fi
5804 ac_res=`eval echo '${'$as_ac_Header'}'`
5805 { echo "$as_me:$LINENO: result: $ac_res" >&5
5806 echo "${ECHO_T}$ac_res" >&6; }
5807
5808 fi
5809 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5929 ac_res=`eval 'as_val=${'$as_ac_Header'}
5930 $as_echo "$as_val"'`
5931 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5932 $as_echo "$ac_res" >&6; }
5933
5934 fi
5935 as_val=`eval 'as_val=${'$as_ac_Header'}
5936 $as_echo "$as_val"'`
5937 if test "x$as_val" = x""yes; then
58105938 cat >>confdefs.h <<_ACEOF
5811 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
58125940 _ACEOF
58135941
58145942 fi
58255953 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58265954 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58275955 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5828 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5829 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
5956 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5957 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
58305958 if test -z "$CXXCPP"; then
58315959 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5832 echo $ECHO_N "(cached) $ECHO_C" >&6
5960 $as_echo_n "(cached) " >&6
58335961 else
58345962 # Double quotes because CXXCPP needs to be expanded
58355963 for CXXCPP in "$CXX -E" "/lib/cpp"
58615989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58625990 *) ac_try_echo=$ac_try;;
58635991 esac
5864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5993 $as_echo "$ac_try_echo") >&5
58655994 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
58665995 ac_status=$?
58675996 grep -v '^ *+' conftest.er1 >conftest.err
58685997 rm -f conftest.er1
58695998 cat conftest.err >&5
5870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
58716000 (exit $ac_status); } >/dev/null && {
58726001 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
58736002 test ! -s conftest.err
58746003 }; then
58756004 :
58766005 else
5877 echo "$as_me: failed program was:" >&5
6006 $as_echo "$as_me: failed program was:" >&5
58786007 sed 's/^/| /' conftest.$ac_ext >&5
58796008
58806009 # Broken: fails on valid input.
58986027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58996028 *) ac_try_echo=$ac_try;;
59006029 esac
5901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6031 $as_echo "$ac_try_echo") >&5
59026032 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
59036033 ac_status=$?
59046034 grep -v '^ *+' conftest.er1 >conftest.err
59056035 rm -f conftest.er1
59066036 cat conftest.err >&5
5907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
59086038 (exit $ac_status); } >/dev/null && {
59096039 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
59106040 test ! -s conftest.err
59126042 # Broken: success on invalid input.
59136043 continue
59146044 else
5915 echo "$as_me: failed program was:" >&5
6045 $as_echo "$as_me: failed program was:" >&5
59166046 sed 's/^/| /' conftest.$ac_ext >&5
59176047
59186048 # Passes both tests.
59376067 else
59386068 ac_cv_prog_CXXCPP=$CXXCPP
59396069 fi
5940 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
5941 echo "${ECHO_T}$CXXCPP" >&6; }
6070 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
6071 $as_echo "$CXXCPP" >&6; }
59426072 ac_preproc_ok=false
59436073 for ac_cxx_preproc_warn_flag in '' yes
59446074 do
59666096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59676097 *) ac_try_echo=$ac_try;;
59686098 esac
5969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6100 $as_echo "$ac_try_echo") >&5
59706101 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
59716102 ac_status=$?
59726103 grep -v '^ *+' conftest.er1 >conftest.err
59736104 rm -f conftest.er1
59746105 cat conftest.err >&5
5975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
59766107 (exit $ac_status); } >/dev/null && {
59776108 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
59786109 test ! -s conftest.err
59796110 }; then
59806111 :
59816112 else
5982 echo "$as_me: failed program was:" >&5
6113 $as_echo "$as_me: failed program was:" >&5
59836114 sed 's/^/| /' conftest.$ac_ext >&5
59846115
59856116 # Broken: fails on valid input.
60036134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60046135 *) ac_try_echo=$ac_try;;
60056136 esac
6006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6138 $as_echo "$ac_try_echo") >&5
60076139 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
60086140 ac_status=$?
60096141 grep -v '^ *+' conftest.er1 >conftest.err
60106142 rm -f conftest.er1
60116143 cat conftest.err >&5
6012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
60136145 (exit $ac_status); } >/dev/null && {
60146146 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
60156147 test ! -s conftest.err
60176149 # Broken: success on invalid input.
60186150 continue
60196151 else
6020 echo "$as_me: failed program was:" >&5
6152 $as_echo "$as_me: failed program was:" >&5
60216153 sed 's/^/| /' conftest.$ac_ext >&5
60226154
60236155 # Passes both tests.
60336165 if $ac_preproc_ok; then
60346166 :
60356167 else
6036 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6168 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6170 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
60376171 See \`config.log' for more details." >&5
6038 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6172 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
60396173 See \`config.log' for more details." >&2;}
6040 { (exit 1); exit 1; }; }
6174 { (exit 1); exit 1; }; }; }
60416175 fi
60426176
60436177 ac_ext=cpp
60586192 do
60596193 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
60606194 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6061 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6062 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6195 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6196 $as_echo_n "checking for $ac_word... " >&6; }
60636197 if test "${ac_cv_prog_F77+set}" = set; then
6064 echo $ECHO_N "(cached) $ECHO_C" >&6
6198 $as_echo_n "(cached) " >&6
60656199 else
60666200 if test -n "$F77"; then
60676201 ac_cv_prog_F77="$F77" # Let the user override the test.
60746208 for ac_exec_ext in '' $ac_executable_extensions; do
60756209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
60766210 ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
6077 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6211 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
60786212 break 2
60796213 fi
60806214 done
60856219 fi
60866220 F77=$ac_cv_prog_F77
60876221 if test -n "$F77"; then
6088 { echo "$as_me:$LINENO: result: $F77" >&5
6089 echo "${ECHO_T}$F77" >&6; }
6090 else
6091 { echo "$as_me:$LINENO: result: no" >&5
6092 echo "${ECHO_T}no" >&6; }
6222 { $as_echo "$as_me:$LINENO: result: $F77" >&5
6223 $as_echo "$F77" >&6; }
6224 else
6225 { $as_echo "$as_me:$LINENO: result: no" >&5
6226 $as_echo "no" >&6; }
60936227 fi
60946228
60956229
61026236 do
61036237 # Extract the first word of "$ac_prog", so it can be a program name with args.
61046238 set dummy $ac_prog; ac_word=$2
6105 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6239 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6240 $as_echo_n "checking for $ac_word... " >&6; }
61076241 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
6108 echo $ECHO_N "(cached) $ECHO_C" >&6
6242 $as_echo_n "(cached) " >&6
61096243 else
61106244 if test -n "$ac_ct_F77"; then
61116245 ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
61186252 for ac_exec_ext in '' $ac_executable_extensions; do
61196253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
61206254 ac_cv_prog_ac_ct_F77="$ac_prog"
6121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6255 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
61226256 break 2
61236257 fi
61246258 done
61296263 fi
61306264 ac_ct_F77=$ac_cv_prog_ac_ct_F77
61316265 if test -n "$ac_ct_F77"; then
6132 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
6133 echo "${ECHO_T}$ac_ct_F77" >&6; }
6134 else
6135 { echo "$as_me:$LINENO: result: no" >&5
6136 echo "${ECHO_T}no" >&6; }
6266 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
6267 $as_echo "$ac_ct_F77" >&6; }
6268 else
6269 { $as_echo "$as_me:$LINENO: result: no" >&5
6270 $as_echo "no" >&6; }
61376271 fi
61386272
61396273
61456279 else
61466280 case $cross_compiling:$ac_tool_warned in
61476281 yes:)
6148 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6149 whose name does not start with the host triplet. If you think this
6150 configuration is useful to you, please write to autoconf@gnu.org." >&5
6151 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6152 whose name does not start with the host triplet. If you think this
6153 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6282 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6283 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
61546284 ac_tool_warned=yes ;;
61556285 esac
61566286 F77=$ac_ct_F77
61596289
61606290
61616291 # Provide some information about the compiler.
6162 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
6163 ac_compiler=`set X $ac_compile; echo $2`
6292 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
6293 set X $ac_compile
6294 ac_compiler=$2
61646295 { (ac_try="$ac_compiler --version >&5"
61656296 case "(($ac_try" in
61666297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61676298 *) ac_try_echo=$ac_try;;
61686299 esac
6169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6301 $as_echo "$ac_try_echo") >&5
61706302 (eval "$ac_compiler --version >&5") 2>&5
61716303 ac_status=$?
6172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
61736305 (exit $ac_status); }
61746306 { (ac_try="$ac_compiler -v >&5"
61756307 case "(($ac_try" in
61766308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61776309 *) ac_try_echo=$ac_try;;
61786310 esac
6179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6312 $as_echo "$ac_try_echo") >&5
61806313 (eval "$ac_compiler -v >&5") 2>&5
61816314 ac_status=$?
6182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
61836316 (exit $ac_status); }
61846317 { (ac_try="$ac_compiler -V >&5"
61856318 case "(($ac_try" in
61866319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61876320 *) ac_try_echo=$ac_try;;
61886321 esac
6189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6323 $as_echo "$ac_try_echo") >&5
61906324 (eval "$ac_compiler -V >&5") 2>&5
61916325 ac_status=$?
6192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
61936327 (exit $ac_status); }
61946328 rm -f a.out
61956329
61976331 # input file. (Note that this only needs to work for GNU compilers.)
61986332 ac_save_ext=$ac_ext
61996333 ac_ext=F
6200 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
6201 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
6334 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
6335 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
62026336 if test "${ac_cv_f77_compiler_gnu+set}" = set; then
6203 echo $ECHO_N "(cached) $ECHO_C" >&6
6337 $as_echo_n "(cached) " >&6
62046338 else
62056339 cat >conftest.$ac_ext <<_ACEOF
62066340 program main
62166350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62176351 *) ac_try_echo=$ac_try;;
62186352 esac
6219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6354 $as_echo "$ac_try_echo") >&5
62206355 (eval "$ac_compile") 2>conftest.er1
62216356 ac_status=$?
62226357 grep -v '^ *+' conftest.er1 >conftest.err
62236358 rm -f conftest.er1
62246359 cat conftest.err >&5
6225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
62266361 (exit $ac_status); } && {
62276362 test -z "$ac_f77_werror_flag" ||
62286363 test ! -s conftest.err
62296364 } && test -s conftest.$ac_objext; then
62306365 ac_compiler_gnu=yes
62316366 else
6232 echo "$as_me: failed program was:" >&5
6367 $as_echo "$as_me: failed program was:" >&5
62336368 sed 's/^/| /' conftest.$ac_ext >&5
62346369
62356370 ac_compiler_gnu=no
62396374 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
62406375
62416376 fi
6242 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
6243 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
6377 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
6378 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
62446379 ac_ext=$ac_save_ext
62456380 ac_test_FFLAGS=${FFLAGS+set}
62466381 ac_save_FFLAGS=$FFLAGS
62476382 FFLAGS=
6248 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
6249 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
6383 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
6384 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
62506385 if test "${ac_cv_prog_f77_g+set}" = set; then
6251 echo $ECHO_N "(cached) $ECHO_C" >&6
6386 $as_echo_n "(cached) " >&6
62526387 else
62536388 FFLAGS=-g
62546389 cat >conftest.$ac_ext <<_ACEOF
62626397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62636398 *) ac_try_echo=$ac_try;;
62646399 esac
6265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6401 $as_echo "$ac_try_echo") >&5
62666402 (eval "$ac_compile") 2>conftest.er1
62676403 ac_status=$?
62686404 grep -v '^ *+' conftest.er1 >conftest.err
62696405 rm -f conftest.er1
62706406 cat conftest.err >&5
6271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
62726408 (exit $ac_status); } && {
62736409 test -z "$ac_f77_werror_flag" ||
62746410 test ! -s conftest.err
62756411 } && test -s conftest.$ac_objext; then
62766412 ac_cv_prog_f77_g=yes
62776413 else
6278 echo "$as_me: failed program was:" >&5
6414 $as_echo "$as_me: failed program was:" >&5
62796415 sed 's/^/| /' conftest.$ac_ext >&5
62806416
62816417 ac_cv_prog_f77_g=no
62846420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62856421
62866422 fi
6287 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
6288 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
6423 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
6424 $as_echo "$ac_cv_prog_f77_g" >&6; }
62896425 if test "$ac_test_FFLAGS" = set; then
62906426 FFLAGS=$ac_save_FFLAGS
62916427 elif test $ac_cv_prog_f77_g = yes; then
63026438 fi
63036439 fi
63046440
6305 G77=`test $ac_compiler_gnu = yes && echo yes`
6441 if test $ac_compiler_gnu = yes; then
6442 G77=yes
6443 else
6444 G77=
6445 fi
63066446 ac_ext=c
63076447 ac_cpp='$CPP $CPPFLAGS'
63086448 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63136453
63146454 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
63156455 # find the maximum length of command line arguments
6316 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6317 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6456 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6457 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
63186458 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6319 echo $ECHO_N "(cached) $ECHO_C" >&6
6459 $as_echo_n "(cached) " >&6
63206460 else
63216461 i=0
63226462 teststring="ABCD"
64256565 fi
64266566
64276567 if test -n $lt_cv_sys_max_cmd_len ; then
6428 { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6429 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
6430 else
6431 { echo "$as_me:$LINENO: result: none" >&5
6432 echo "${ECHO_T}none" >&6; }
6568 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6569 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6570 else
6571 { $as_echo "$as_me:$LINENO: result: none" >&5
6572 $as_echo "none" >&6; }
64336573 fi
64346574
64356575
64376577
64386578
64396579 # Check for command to grab the raw symbol name followed by C symbol from nm.
6440 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6441 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6580 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6581 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
64426582 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6443 echo $ECHO_N "(cached) $ECHO_C" >&6
6583 $as_echo_n "(cached) " >&6
64446584 else
64456585
64466586 # These are sane defaults that work on at least a few old systems.
65456685 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
65466686 (eval $ac_compile) 2>&5
65476687 ac_status=$?
6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65496689 (exit $ac_status); }; then
65506690 # Now try to grab the symbols.
65516691 nlist=conftest.nm
65526692 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
65536693 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
65546694 ac_status=$?
6555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65566696 (exit $ac_status); } && test -s "$nlist"; then
65576697 # Try sorting and uniquifying the output.
65586698 if sort "$nlist" | uniq > "$nlist"T; then
66076747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
66086748 (eval $ac_link) 2>&5
66096749 ac_status=$?
6610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66116751 (exit $ac_status); } && test -s conftest${ac_exeext}; then
66126752 pipe_works=yes
66136753 fi
66426782 lt_cv_sys_global_symbol_to_cdecl=
66436783 fi
66446784 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6645 { echo "$as_me:$LINENO: result: failed" >&5
6646 echo "${ECHO_T}failed" >&6; }
6647 else
6648 { echo "$as_me:$LINENO: result: ok" >&5
6649 echo "${ECHO_T}ok" >&6; }
6650 fi
6651
6652 { echo "$as_me:$LINENO: checking for objdir" >&5
6653 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
6785 { $as_echo "$as_me:$LINENO: result: failed" >&5
6786 $as_echo "failed" >&6; }
6787 else
6788 { $as_echo "$as_me:$LINENO: result: ok" >&5
6789 $as_echo "ok" >&6; }
6790 fi
6791
6792 { $as_echo "$as_me:$LINENO: checking for objdir" >&5
6793 $as_echo_n "checking for objdir... " >&6; }
66546794 if test "${lt_cv_objdir+set}" = set; then
6655 echo $ECHO_N "(cached) $ECHO_C" >&6
6795 $as_echo_n "(cached) " >&6
66566796 else
66576797 rm -f .libs 2>/dev/null
66586798 mkdir .libs 2>/dev/null
66646804 fi
66656805 rmdir .libs 2>/dev/null
66666806 fi
6667 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6668 echo "${ECHO_T}$lt_cv_objdir" >&6; }
6807 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6808 $as_echo "$lt_cv_objdir" >&6; }
66696809 objdir=$lt_cv_objdir
66706810
66716811
67166856 if test -n "$ac_tool_prefix"; then
67176857 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
67186858 set dummy ${ac_tool_prefix}ar; ac_word=$2
6719 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6720 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6859 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6860 $as_echo_n "checking for $ac_word... " >&6; }
67216861 if test "${ac_cv_prog_AR+set}" = set; then
6722 echo $ECHO_N "(cached) $ECHO_C" >&6
6862 $as_echo_n "(cached) " >&6
67236863 else
67246864 if test -n "$AR"; then
67256865 ac_cv_prog_AR="$AR" # Let the user override the test.
67326872 for ac_exec_ext in '' $ac_executable_extensions; do
67336873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
67346874 ac_cv_prog_AR="${ac_tool_prefix}ar"
6735 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6875 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
67366876 break 2
67376877 fi
67386878 done
67436883 fi
67446884 AR=$ac_cv_prog_AR
67456885 if test -n "$AR"; then
6746 { echo "$as_me:$LINENO: result: $AR" >&5
6747 echo "${ECHO_T}$AR" >&6; }
6748 else
6749 { echo "$as_me:$LINENO: result: no" >&5
6750 echo "${ECHO_T}no" >&6; }
6886 { $as_echo "$as_me:$LINENO: result: $AR" >&5
6887 $as_echo "$AR" >&6; }
6888 else
6889 { $as_echo "$as_me:$LINENO: result: no" >&5
6890 $as_echo "no" >&6; }
67516891 fi
67526892
67536893
67566896 ac_ct_AR=$AR
67576897 # Extract the first word of "ar", so it can be a program name with args.
67586898 set dummy ar; ac_word=$2
6759 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6899 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6900 $as_echo_n "checking for $ac_word... " >&6; }
67616901 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6762 echo $ECHO_N "(cached) $ECHO_C" >&6
6902 $as_echo_n "(cached) " >&6
67636903 else
67646904 if test -n "$ac_ct_AR"; then
67656905 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
67726912 for ac_exec_ext in '' $ac_executable_extensions; do
67736913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
67746914 ac_cv_prog_ac_ct_AR="ar"
6775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
67766916 break 2
67776917 fi
67786918 done
67836923 fi
67846924 ac_ct_AR=$ac_cv_prog_ac_ct_AR
67856925 if test -n "$ac_ct_AR"; then
6786 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6787 echo "${ECHO_T}$ac_ct_AR" >&6; }
6788 else
6789 { echo "$as_me:$LINENO: result: no" >&5
6790 echo "${ECHO_T}no" >&6; }
6926 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6927 $as_echo "$ac_ct_AR" >&6; }
6928 else
6929 { $as_echo "$as_me:$LINENO: result: no" >&5
6930 $as_echo "no" >&6; }
67916931 fi
67926932
67936933 if test "x$ac_ct_AR" = x; then
67956935 else
67966936 case $cross_compiling:$ac_tool_warned in
67976937 yes:)
6798 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6799 whose name does not start with the host triplet. If you think this
6800 configuration is useful to you, please write to autoconf@gnu.org." >&5
6801 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6802 whose name does not start with the host triplet. If you think this
6803 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6938 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6939 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68046940 ac_tool_warned=yes ;;
68056941 esac
68066942 AR=$ac_ct_AR
68126948 if test -n "$ac_tool_prefix"; then
68136949 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
68146950 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6951 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6952 $as_echo_n "checking for $ac_word... " >&6; }
68176953 if test "${ac_cv_prog_RANLIB+set}" = set; then
6818 echo $ECHO_N "(cached) $ECHO_C" >&6
6954 $as_echo_n "(cached) " >&6
68196955 else
68206956 if test -n "$RANLIB"; then
68216957 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
68286964 for ac_exec_ext in '' $ac_executable_extensions; do
68296965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
68306966 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6967 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
68326968 break 2
68336969 fi
68346970 done
68396975 fi
68406976 RANLIB=$ac_cv_prog_RANLIB
68416977 if test -n "$RANLIB"; then
6842 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6843 echo "${ECHO_T}$RANLIB" >&6; }
6844 else
6845 { echo "$as_me:$LINENO: result: no" >&5
6846 echo "${ECHO_T}no" >&6; }
6978 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6979 $as_echo "$RANLIB" >&6; }
6980 else
6981 { $as_echo "$as_me:$LINENO: result: no" >&5
6982 $as_echo "no" >&6; }
68476983 fi
68486984
68496985
68526988 ac_ct_RANLIB=$RANLIB
68536989 # Extract the first word of "ranlib", so it can be a program name with args.
68546990 set dummy ranlib; ac_word=$2
6855 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6991 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6992 $as_echo_n "checking for $ac_word... " >&6; }
68576993 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6858 echo $ECHO_N "(cached) $ECHO_C" >&6
6994 $as_echo_n "(cached) " >&6
68596995 else
68606996 if test -n "$ac_ct_RANLIB"; then
68616997 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
68687004 for ac_exec_ext in '' $ac_executable_extensions; do
68697005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
68707006 ac_cv_prog_ac_ct_RANLIB="ranlib"
6871 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7007 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
68727008 break 2
68737009 fi
68747010 done
68797015 fi
68807016 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
68817017 if test -n "$ac_ct_RANLIB"; then
6882 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6883 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6884 else
6885 { echo "$as_me:$LINENO: result: no" >&5
6886 echo "${ECHO_T}no" >&6; }
7018 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
7019 $as_echo "$ac_ct_RANLIB" >&6; }
7020 else
7021 { $as_echo "$as_me:$LINENO: result: no" >&5
7022 $as_echo "no" >&6; }
68877023 fi
68887024
68897025 if test "x$ac_ct_RANLIB" = x; then
68917027 else
68927028 case $cross_compiling:$ac_tool_warned in
68937029 yes:)
6894 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6895 whose name does not start with the host triplet. If you think this
6896 configuration is useful to you, please write to autoconf@gnu.org." >&5
6897 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6898 whose name does not start with the host triplet. If you think this
6899 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7030 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7031 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
69007032 ac_tool_warned=yes ;;
69017033 esac
69027034 RANLIB=$ac_ct_RANLIB
69087040 if test -n "$ac_tool_prefix"; then
69097041 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
69107042 set dummy ${ac_tool_prefix}strip; ac_word=$2
6911 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7043 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7044 $as_echo_n "checking for $ac_word... " >&6; }
69137045 if test "${ac_cv_prog_STRIP+set}" = set; then
6914 echo $ECHO_N "(cached) $ECHO_C" >&6
7046 $as_echo_n "(cached) " >&6
69157047 else
69167048 if test -n "$STRIP"; then
69177049 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
69247056 for ac_exec_ext in '' $ac_executable_extensions; do
69257057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
69267058 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7059 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
69287060 break 2
69297061 fi
69307062 done
69357067 fi
69367068 STRIP=$ac_cv_prog_STRIP
69377069 if test -n "$STRIP"; then
6938 { echo "$as_me:$LINENO: result: $STRIP" >&5
6939 echo "${ECHO_T}$STRIP" >&6; }
6940 else
6941 { echo "$as_me:$LINENO: result: no" >&5
6942 echo "${ECHO_T}no" >&6; }
7070 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
7071 $as_echo "$STRIP" >&6; }
7072 else
7073 { $as_echo "$as_me:$LINENO: result: no" >&5
7074 $as_echo "no" >&6; }
69437075 fi
69447076
69457077
69487080 ac_ct_STRIP=$STRIP
69497081 # Extract the first word of "strip", so it can be a program name with args.
69507082 set dummy strip; ac_word=$2
6951 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6952 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7083 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7084 $as_echo_n "checking for $ac_word... " >&6; }
69537085 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6954 echo $ECHO_N "(cached) $ECHO_C" >&6
7086 $as_echo_n "(cached) " >&6
69557087 else
69567088 if test -n "$ac_ct_STRIP"; then
69577089 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
69647096 for ac_exec_ext in '' $ac_executable_extensions; do
69657097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
69667098 ac_cv_prog_ac_ct_STRIP="strip"
6967 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7099 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
69687100 break 2
69697101 fi
69707102 done
69757107 fi
69767108 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
69777109 if test -n "$ac_ct_STRIP"; then
6978 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6979 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6980 else
6981 { echo "$as_me:$LINENO: result: no" >&5
6982 echo "${ECHO_T}no" >&6; }
7110 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
7111 $as_echo "$ac_ct_STRIP" >&6; }
7112 else
7113 { $as_echo "$as_me:$LINENO: result: no" >&5
7114 $as_echo "no" >&6; }
69837115 fi
69847116
69857117 if test "x$ac_ct_STRIP" = x; then
69877119 else
69887120 case $cross_compiling:$ac_tool_warned in
69897121 yes:)
6990 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6991 whose name does not start with the host triplet. If you think this
6992 configuration is useful to you, please write to autoconf@gnu.org." >&5
6993 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6994 whose name does not start with the host triplet. If you think this
6995 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7122 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7123 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
69967124 ac_tool_warned=yes ;;
69977125 esac
69987126 STRIP=$ac_ct_STRIP
70557183 case $deplibs_check_method in
70567184 file_magic*)
70577185 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7058 { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7059 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
7186 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7187 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
70607188 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7061 echo $ECHO_N "(cached) $ECHO_C" >&6
7189 $as_echo_n "(cached) " >&6
70627190 else
70637191 case $MAGIC_CMD in
70647192 [\\/*] | ?:[\\/]*)
71087236
71097237 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
71107238 if test -n "$MAGIC_CMD"; then
7111 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7112 echo "${ECHO_T}$MAGIC_CMD" >&6; }
7113 else
7114 { echo "$as_me:$LINENO: result: no" >&5
7115 echo "${ECHO_T}no" >&6; }
7239 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7240 $as_echo "$MAGIC_CMD" >&6; }
7241 else
7242 { $as_echo "$as_me:$LINENO: result: no" >&5
7243 $as_echo "no" >&6; }
71167244 fi
71177245
71187246 if test -z "$lt_cv_path_MAGIC_CMD"; then
71197247 if test -n "$ac_tool_prefix"; then
7120 { echo "$as_me:$LINENO: checking for file" >&5
7121 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
7248 { $as_echo "$as_me:$LINENO: checking for file" >&5
7249 $as_echo_n "checking for file... " >&6; }
71227250 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7123 echo $ECHO_N "(cached) $ECHO_C" >&6
7251 $as_echo_n "(cached) " >&6
71247252 else
71257253 case $MAGIC_CMD in
71267254 [\\/*] | ?:[\\/]*)
71707298
71717299 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
71727300 if test -n "$MAGIC_CMD"; then
7173 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7174 echo "${ECHO_T}$MAGIC_CMD" >&6; }
7175 else
7176 { echo "$as_me:$LINENO: result: no" >&5
7177 echo "${ECHO_T}no" >&6; }
7301 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7302 $as_echo "$MAGIC_CMD" >&6; }
7303 else
7304 { $as_echo "$as_me:$LINENO: result: no" >&5
7305 $as_echo "no" >&6; }
71787306 fi
71797307
71807308 else
71927320 if test -n "$ac_tool_prefix"; then
71937321 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
71947322 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7195 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7323 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7324 $as_echo_n "checking for $ac_word... " >&6; }
71977325 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7198 echo $ECHO_N "(cached) $ECHO_C" >&6
7326 $as_echo_n "(cached) " >&6
71997327 else
72007328 if test -n "$DSYMUTIL"; then
72017329 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
72087336 for ac_exec_ext in '' $ac_executable_extensions; do
72097337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
72107338 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7211 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7339 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
72127340 break 2
72137341 fi
72147342 done
72197347 fi
72207348 DSYMUTIL=$ac_cv_prog_DSYMUTIL
72217349 if test -n "$DSYMUTIL"; then
7222 { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7223 echo "${ECHO_T}$DSYMUTIL" >&6; }
7224 else
7225 { echo "$as_me:$LINENO: result: no" >&5
7226 echo "${ECHO_T}no" >&6; }
7350 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7351 $as_echo "$DSYMUTIL" >&6; }
7352 else
7353 { $as_echo "$as_me:$LINENO: result: no" >&5
7354 $as_echo "no" >&6; }
72277355 fi
72287356
72297357
72327360 ac_ct_DSYMUTIL=$DSYMUTIL
72337361 # Extract the first word of "dsymutil", so it can be a program name with args.
72347362 set dummy dsymutil; ac_word=$2
7235 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7236 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7364 $as_echo_n "checking for $ac_word... " >&6; }
72377365 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7238 echo $ECHO_N "(cached) $ECHO_C" >&6
7366 $as_echo_n "(cached) " >&6
72397367 else
72407368 if test -n "$ac_ct_DSYMUTIL"; then
72417369 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
72487376 for ac_exec_ext in '' $ac_executable_extensions; do
72497377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
72507378 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7251 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7379 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
72527380 break 2
72537381 fi
72547382 done
72597387 fi
72607388 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
72617389 if test -n "$ac_ct_DSYMUTIL"; then
7262 { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7263 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
7264 else
7265 { echo "$as_me:$LINENO: result: no" >&5
7266 echo "${ECHO_T}no" >&6; }
7390 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7391 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7392 else
7393 { $as_echo "$as_me:$LINENO: result: no" >&5
7394 $as_echo "no" >&6; }
72677395 fi
72687396
72697397 if test "x$ac_ct_DSYMUTIL" = x; then
72717399 else
72727400 case $cross_compiling:$ac_tool_warned in
72737401 yes:)
7274 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7275 whose name does not start with the host triplet. If you think this
7276 configuration is useful to you, please write to autoconf@gnu.org." >&5
7277 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7278 whose name does not start with the host triplet. If you think this
7279 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7402 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
72807404 ac_tool_warned=yes ;;
72817405 esac
72827406 DSYMUTIL=$ac_ct_DSYMUTIL
72887412 if test -n "$ac_tool_prefix"; then
72897413 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
72907414 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7416 $as_echo_n "checking for $ac_word... " >&6; }
72937417 if test "${ac_cv_prog_NMEDIT+set}" = set; then
7294 echo $ECHO_N "(cached) $ECHO_C" >&6
7418 $as_echo_n "(cached) " >&6
72957419 else
72967420 if test -n "$NMEDIT"; then
72977421 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
73047428 for ac_exec_ext in '' $ac_executable_extensions; do
73057429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
73067430 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7431 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
73087432 break 2
73097433 fi
73107434 done
73157439 fi
73167440 NMEDIT=$ac_cv_prog_NMEDIT
73177441 if test -n "$NMEDIT"; then
7318 { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7319 echo "${ECHO_T}$NMEDIT" >&6; }
7320 else
7321 { echo "$as_me:$LINENO: result: no" >&5
7322 echo "${ECHO_T}no" >&6; }
7442 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
7443 $as_echo "$NMEDIT" >&6; }
7444 else
7445 { $as_echo "$as_me:$LINENO: result: no" >&5
7446 $as_echo "no" >&6; }
73237447 fi
73247448
73257449
73287452 ac_ct_NMEDIT=$NMEDIT
73297453 # Extract the first word of "nmedit", so it can be a program name with args.
73307454 set dummy nmedit; ac_word=$2
7331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7456 $as_echo_n "checking for $ac_word... " >&6; }
73337457 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7334 echo $ECHO_N "(cached) $ECHO_C" >&6
7458 $as_echo_n "(cached) " >&6
73357459 else
73367460 if test -n "$ac_ct_NMEDIT"; then
73377461 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
73447468 for ac_exec_ext in '' $ac_executable_extensions; do
73457469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
73467470 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7471 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
73487472 break 2
73497473 fi
73507474 done
73557479 fi
73567480 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
73577481 if test -n "$ac_ct_NMEDIT"; then
7358 { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7359 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
7360 else
7361 { echo "$as_me:$LINENO: result: no" >&5
7362 echo "${ECHO_T}no" >&6; }
7482 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7483 $as_echo "$ac_ct_NMEDIT" >&6; }
7484 else
7485 { $as_echo "$as_me:$LINENO: result: no" >&5
7486 $as_echo "no" >&6; }
73637487 fi
73647488
73657489 if test "x$ac_ct_NMEDIT" = x; then
73677491 else
73687492 case $cross_compiling:$ac_tool_warned in
73697493 yes:)
7370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7371 whose name does not start with the host triplet. If you think this
7372 configuration is useful to you, please write to autoconf@gnu.org." >&5
7373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7374 whose name does not start with the host triplet. If you think this
7375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
73767496 ac_tool_warned=yes ;;
73777497 esac
73787498 NMEDIT=$ac_ct_NMEDIT
73827502 fi
73837503
73847504
7385 { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7386 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
7505 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7506 $as_echo_n "checking for -single_module linker flag... " >&6; }
73877507 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7388 echo $ECHO_N "(cached) $ECHO_C" >&6
7508 $as_echo_n "(cached) " >&6
73897509 else
73907510 lt_cv_apple_cc_single_mod=no
73917511 if test -z "${LT_MULTI_MODULE}"; then
74037523 rm conftest.c
74047524 fi
74057525 fi
7406 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7407 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
7408 { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7409 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
7526 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7527 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7528 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7529 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
74107530 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7411 echo $ECHO_N "(cached) $ECHO_C" >&6
7531 $as_echo_n "(cached) " >&6
74127532 else
74137533 lt_cv_ld_exported_symbols_list=no
74147534 save_LDFLAGS=$LDFLAGS
74357555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
74367556 *) ac_try_echo=$ac_try;;
74377557 esac
7438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7559 $as_echo "$ac_try_echo") >&5
74397560 (eval "$ac_link") 2>conftest.er1
74407561 ac_status=$?
74417562 grep -v '^ *+' conftest.er1 >conftest.err
74427563 rm -f conftest.er1
74437564 cat conftest.err >&5
7444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
74457566 (exit $ac_status); } && {
74467567 test -z "$ac_c_werror_flag" ||
74477568 test ! -s conftest.err
7448 } && test -s conftest$ac_exeext &&
7449 $as_test_x conftest$ac_exeext; then
7569 } && test -s conftest$ac_exeext && {
7570 test "$cross_compiling" = yes ||
7571 $as_test_x conftest$ac_exeext
7572 }; then
74507573 lt_cv_ld_exported_symbols_list=yes
74517574 else
7452 echo "$as_me: failed program was:" >&5
7575 $as_echo "$as_me: failed program was:" >&5
74537576 sed 's/^/| /' conftest.$ac_ext >&5
74547577
74557578 lt_cv_ld_exported_symbols_list=no
74567579 fi
74577580
7581 rm -rf conftest.dSYM
74587582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
74597583 conftest$ac_exeext conftest.$ac_ext
74607584 LDFLAGS="$save_LDFLAGS"
74617585
74627586 fi
7463 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7464 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
7587 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7588 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
74657589 case $host_os in
74667590 rhapsody* | darwin1.[0123])
74677591 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
75737697 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
75747698
75757699
7576 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7577 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
7700 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7701 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
75787702 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7579 echo $ECHO_N "(cached) $ECHO_C" >&6
7703 $as_echo_n "(cached) " >&6
75807704 else
75817705 lt_cv_prog_compiler_rtti_exceptions=no
75827706 ac_outfile=conftest.$ac_objext
75917715 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
75927716 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
75937717 -e 's:$: $lt_compiler_flag:'`
7594 (eval echo "\"\$as_me:7595: $lt_compile\"" >&5)
7718 (eval echo "\"\$as_me:7719: $lt_compile\"" >&5)
75957719 (eval "$lt_compile" 2>conftest.err)
75967720 ac_status=$?
75977721 cat conftest.err >&5
7598 echo "$as_me:7599: \$? = $ac_status" >&5
7722 echo "$as_me:7723: \$? = $ac_status" >&5
75997723 if (exit $ac_status) && test -s "$ac_outfile"; then
76007724 # The compiler can only warn and ignore the option if not recognized
76017725 # So say no if there are warnings other than the usual output.
76087732 $rm conftest*
76097733
76107734 fi
7611 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7612 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7735 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7736 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
76137737
76147738 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
76157739 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
76237747 lt_prog_compiler_pic=
76247748 lt_prog_compiler_static=
76257749
7626 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7627 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
7750 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7751 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
76287752
76297753 if test "$GCC" = yes; then
76307754 lt_prog_compiler_wl='-Wl,'
78557979 esac
78567980 fi
78577981
7858 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7859 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
7982 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7983 $as_echo "$lt_prog_compiler_pic" >&6; }
78607984
78617985 #
78627986 # Check to make sure the PIC flag actually works.
78637987 #
78647988 if test -n "$lt_prog_compiler_pic"; then
78657989
7866 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7867 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
7990 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7991 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
78687992 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7869 echo $ECHO_N "(cached) $ECHO_C" >&6
7993 $as_echo_n "(cached) " >&6
78707994 else
78717995 lt_cv_prog_compiler_pic_works=no
78727996 ac_outfile=conftest.$ac_objext
78818005 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
78828006 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
78838007 -e 's:$: $lt_compiler_flag:'`
7884 (eval echo "\"\$as_me:7885: $lt_compile\"" >&5)
8008 (eval echo "\"\$as_me:8009: $lt_compile\"" >&5)
78858009 (eval "$lt_compile" 2>conftest.err)
78868010 ac_status=$?
78878011 cat conftest.err >&5
7888 echo "$as_me:7889: \$? = $ac_status" >&5
8012 echo "$as_me:8013: \$? = $ac_status" >&5
78898013 if (exit $ac_status) && test -s "$ac_outfile"; then
78908014 # The compiler can only warn and ignore the option if not recognized
78918015 # So say no if there are warnings other than the usual output.
78988022 $rm conftest*
78998023
79008024 fi
7901 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7902 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
8025 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8026 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
79038027
79048028 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
79058029 case $lt_prog_compiler_pic in
79268050 # Check to make sure the static flag actually works.
79278051 #
79288052 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7929 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7930 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
8053 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8054 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
79318055 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7932 echo $ECHO_N "(cached) $ECHO_C" >&6
8056 $as_echo_n "(cached) " >&6
79338057 else
79348058 lt_cv_prog_compiler_static_works=no
79358059 save_LDFLAGS="$LDFLAGS"
79548078 LDFLAGS="$save_LDFLAGS"
79558079
79568080 fi
7957 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7958 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
8081 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8082 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
79598083
79608084 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
79618085 :
79648088 fi
79658089
79668090
7967 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7968 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
8091 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8092 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
79698093 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7970 echo $ECHO_N "(cached) $ECHO_C" >&6
8094 $as_echo_n "(cached) " >&6
79718095 else
79728096 lt_cv_prog_compiler_c_o=no
79738097 $rm -r conftest 2>/dev/null
79858109 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
79868110 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
79878111 -e 's:$: $lt_compiler_flag:'`
7988 (eval echo "\"\$as_me:7989: $lt_compile\"" >&5)
8112 (eval echo "\"\$as_me:8113: $lt_compile\"" >&5)
79898113 (eval "$lt_compile" 2>out/conftest.err)
79908114 ac_status=$?
79918115 cat out/conftest.err >&5
7992 echo "$as_me:7993: \$? = $ac_status" >&5
8116 echo "$as_me:8117: \$? = $ac_status" >&5
79938117 if (exit $ac_status) && test -s out/conftest2.$ac_objext
79948118 then
79958119 # The compiler can only warn and ignore the option if not recognized
80118135 $rm conftest*
80128136
80138137 fi
8014 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8015 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
8138 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8139 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
80168140
80178141
80188142 hard_links="nottested"
80198143 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
80208144 # do not overwrite the value of need_locks provided by the user
8021 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8022 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
8145 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8146 $as_echo_n "checking if we can lock with hard links... " >&6; }
80238147 hard_links=yes
80248148 $rm conftest*
80258149 ln conftest.a conftest.b 2>/dev/null && hard_links=no
80268150 touch conftest.a
80278151 ln conftest.a conftest.b 2>&5 || hard_links=no
80288152 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8029 { echo "$as_me:$LINENO: result: $hard_links" >&5
8030 echo "${ECHO_T}$hard_links" >&6; }
8153 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8154 $as_echo "$hard_links" >&6; }
80318155 if test "$hard_links" = no; then
8032 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8033 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8156 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8157 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
80348158 need_locks=warn
80358159 fi
80368160 else
80378161 need_locks=no
80388162 fi
80398163
8040 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8041 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
8164 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8165 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
80428166
80438167 runpath_var=
80448168 allow_undefined_flag=
84698593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
84708594 *) ac_try_echo=$ac_try;;
84718595 esac
8472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8597 $as_echo "$ac_try_echo") >&5
84738598 (eval "$ac_link") 2>conftest.er1
84748599 ac_status=$?
84758600 grep -v '^ *+' conftest.er1 >conftest.err
84768601 rm -f conftest.er1
84778602 cat conftest.err >&5
8478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
84798604 (exit $ac_status); } && {
84808605 test -z "$ac_c_werror_flag" ||
84818606 test ! -s conftest.err
8482 } && test -s conftest$ac_exeext &&
8483 $as_test_x conftest$ac_exeext; then
8607 } && test -s conftest$ac_exeext && {
8608 test "$cross_compiling" = yes ||
8609 $as_test_x conftest$ac_exeext
8610 }; then
84848611
84858612 lt_aix_libpath_sed='
84868613 /Import File Strings/,/^$/ {
84958622 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
84968623 fi
84978624 else
8498 echo "$as_me: failed program was:" >&5
8625 $as_echo "$as_me: failed program was:" >&5
84998626 sed 's/^/| /' conftest.$ac_ext >&5
85008627
85018628
85028629 fi
85038630
8631 rm -rf conftest.dSYM
85048632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
85058633 conftest$ac_exeext conftest.$ac_ext
85068634 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
85358663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
85368664 *) ac_try_echo=$ac_try;;
85378665 esac
8538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8667 $as_echo "$ac_try_echo") >&5
85398668 (eval "$ac_link") 2>conftest.er1
85408669 ac_status=$?
85418670 grep -v '^ *+' conftest.er1 >conftest.err
85428671 rm -f conftest.er1
85438672 cat conftest.err >&5
8544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
85458674 (exit $ac_status); } && {
85468675 test -z "$ac_c_werror_flag" ||
85478676 test ! -s conftest.err
8548 } && test -s conftest$ac_exeext &&
8549 $as_test_x conftest$ac_exeext; then
8677 } && test -s conftest$ac_exeext && {
8678 test "$cross_compiling" = yes ||
8679 $as_test_x conftest$ac_exeext
8680 }; then
85508681
85518682 lt_aix_libpath_sed='
85528683 /Import File Strings/,/^$/ {
85618692 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
85628693 fi
85638694 else
8564 echo "$as_me: failed program was:" >&5
8695 $as_echo "$as_me: failed program was:" >&5
85658696 sed 's/^/| /' conftest.$ac_ext >&5
85668697
85678698
85688699 fi
85698700
8701 rm -rf conftest.dSYM
85708702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
85718703 conftest$ac_exeext conftest.$ac_ext
85728704 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
90189150 esac
90199151 fi
90209152
9021 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9022 echo "${ECHO_T}$ld_shlibs" >&6; }
9153 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9154 $as_echo "$ld_shlibs" >&6; }
90239155 test "$ld_shlibs" = no && can_build_shared=no
90249156
90259157 #
90399171 # Test whether the compiler implicitly links with -lc since on some
90409172 # systems, -lgcc has to come before -lc. If gcc already passes -lc
90419173 # to ld, don't add -lc before -lgcc.
9042 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9043 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
9174 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9175 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
90449176 $rm conftest*
90459177 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
90469178
90479179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
90489180 (eval $ac_compile) 2>&5
90499181 ac_status=$?
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
90519183 (exit $ac_status); } 2>conftest.err; then
90529184 soname=conftest
90539185 lib=conftest
90659197 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
90669198 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
90679199 ac_status=$?
9068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
90699201 (exit $ac_status); }
90709202 then
90719203 archive_cmds_need_lc=no
90779209 cat conftest.err 1>&5
90789210 fi
90799211 $rm conftest*
9080 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9081 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
9212 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9213 $as_echo "$archive_cmds_need_lc" >&6; }
90829214 ;;
90839215 esac
90849216 fi
90859217 ;;
90869218 esac
90879219
9088 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9089 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
9220 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9221 $as_echo_n "checking dynamic linker characteristics... " >&6; }
90909222 library_names_spec=
90919223 libname_spec='lib$name'
90929224 soname_spec=
96999831 dynamic_linker=no
97009832 ;;
97019833 esac
9702 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9703 echo "${ECHO_T}$dynamic_linker" >&6; }
9834 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9835 $as_echo "$dynamic_linker" >&6; }
97049836 test "$dynamic_linker" = no && can_build_shared=no
97059837
97069838 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9707 echo $ECHO_N "(cached) $ECHO_C" >&6
9839 $as_echo_n "(cached) " >&6
97089840 else
97099841 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
97109842 fi
97119843
97129844 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
97139845 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9714 echo $ECHO_N "(cached) $ECHO_C" >&6
9846 $as_echo_n "(cached) " >&6
97159847 else
97169848 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
97179849 fi
97239855 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
97249856 fi
97259857
9726 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9727 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
9858 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9859 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
97289860 hardcode_action=
97299861 if test -n "$hardcode_libdir_flag_spec" || \
97309862 test -n "$runpath_var" || \
97489880 # directories.
97499881 hardcode_action=unsupported
97509882 fi
9751 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
9752 echo "${ECHO_T}$hardcode_action" >&6; }
9883 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
9884 $as_echo "$hardcode_action" >&6; }
97539885
97549886 if test "$hardcode_action" = relink; then
97559887 # Fast installation is not supported
97629894
97639895 striplib=
97649896 old_striplib=
9765 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9766 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
9897 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9898 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
97679899 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
97689900 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
97699901 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
9770 { echo "$as_me:$LINENO: result: yes" >&5
9771 echo "${ECHO_T}yes" >&6; }
9902 { $as_echo "$as_me:$LINENO: result: yes" >&5
9903 $as_echo "yes" >&6; }
97729904 else
97739905 # FIXME - insert some real tests, host_os isn't really good enough
97749906 case $host_os in
97769908 if test -n "$STRIP" ; then
97779909 striplib="$STRIP -x"
97789910 old_striplib="$STRIP -S"
9779 { echo "$as_me:$LINENO: result: yes" >&5
9780 echo "${ECHO_T}yes" >&6; }
9911 { $as_echo "$as_me:$LINENO: result: yes" >&5
9912 $as_echo "yes" >&6; }
97819913 else
9782 { echo "$as_me:$LINENO: result: no" >&5
9783 echo "${ECHO_T}no" >&6; }
9914 { $as_echo "$as_me:$LINENO: result: no" >&5
9915 $as_echo "no" >&6; }
97849916 fi
97859917 ;;
97869918 *)
9787 { echo "$as_me:$LINENO: result: no" >&5
9788 echo "${ECHO_T}no" >&6; }
9919 { $as_echo "$as_me:$LINENO: result: no" >&5
9920 $as_echo "no" >&6; }
97899921 ;;
97909922 esac
97919923 fi
98179949
98189950 darwin*)
98199951 # if libdl is installed we need to link against it
9820 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9821 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9952 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9953 $as_echo_n "checking for dlopen in -ldl... " >&6; }
98229954 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9823 echo $ECHO_N "(cached) $ECHO_C" >&6
9955 $as_echo_n "(cached) " >&6
98249956 else
98259957 ac_check_lib_save_LIBS=$LIBS
98269958 LIBS="-ldl $LIBS"
98529984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
98539985 *) ac_try_echo=$ac_try;;
98549986 esac
9855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9988 $as_echo "$ac_try_echo") >&5
98569989 (eval "$ac_link") 2>conftest.er1
98579990 ac_status=$?
98589991 grep -v '^ *+' conftest.er1 >conftest.err
98599992 rm -f conftest.er1
98609993 cat conftest.err >&5
9861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
98629995 (exit $ac_status); } && {
98639996 test -z "$ac_c_werror_flag" ||
98649997 test ! -s conftest.err
9865 } && test -s conftest$ac_exeext &&
9866 $as_test_x conftest$ac_exeext; then
9998 } && test -s conftest$ac_exeext && {
9999 test "$cross_compiling" = yes ||
10000 $as_test_x conftest$ac_exeext
10001 }; then
986710002 ac_cv_lib_dl_dlopen=yes
986810003 else
9869 echo "$as_me: failed program was:" >&5
10004 $as_echo "$as_me: failed program was:" >&5
987010005 sed 's/^/| /' conftest.$ac_ext >&5
987110006
987210007 ac_cv_lib_dl_dlopen=no
987310008 fi
987410009
10010 rm -rf conftest.dSYM
987510011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
987610012 conftest$ac_exeext conftest.$ac_ext
987710013 LIBS=$ac_check_lib_save_LIBS
987810014 fi
9879 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9880 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
9881 if test $ac_cv_lib_dl_dlopen = yes; then
10015 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10016 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10017 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
988210018 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
988310019 else
988410020
989110027 ;;
989210028
989310029 *)
9894 { echo "$as_me:$LINENO: checking for shl_load" >&5
9895 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
10030 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10031 $as_echo_n "checking for shl_load... " >&6; }
989610032 if test "${ac_cv_func_shl_load+set}" = set; then
9897 echo $ECHO_N "(cached) $ECHO_C" >&6
10033 $as_echo_n "(cached) " >&6
989810034 else
989910035 cat >conftest.$ac_ext <<_ACEOF
990010036 /* confdefs.h. */
994710083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
994810084 *) ac_try_echo=$ac_try;;
994910085 esac
9950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10087 $as_echo "$ac_try_echo") >&5
995110088 (eval "$ac_link") 2>conftest.er1
995210089 ac_status=$?
995310090 grep -v '^ *+' conftest.er1 >conftest.err
995410091 rm -f conftest.er1
995510092 cat conftest.err >&5
9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
995710094 (exit $ac_status); } && {
995810095 test -z "$ac_c_werror_flag" ||
995910096 test ! -s conftest.err
9960 } && test -s conftest$ac_exeext &&
9961 $as_test_x conftest$ac_exeext; then
10097 } && test -s conftest$ac_exeext && {
10098 test "$cross_compiling" = yes ||
10099 $as_test_x conftest$ac_exeext
10100 }; then
996210101 ac_cv_func_shl_load=yes
996310102 else
9964 echo "$as_me: failed program was:" >&5
10103 $as_echo "$as_me: failed program was:" >&5
996510104 sed 's/^/| /' conftest.$ac_ext >&5
996610105
996710106 ac_cv_func_shl_load=no
996810107 fi
996910108
10109 rm -rf conftest.dSYM
997010110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
997110111 conftest$ac_exeext conftest.$ac_ext
997210112 fi
9973 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9974 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
9975 if test $ac_cv_func_shl_load = yes; then
10113 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10114 $as_echo "$ac_cv_func_shl_load" >&6; }
10115 if test "x$ac_cv_func_shl_load" = x""yes; then
997610116 lt_cv_dlopen="shl_load"
997710117 else
9978 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9979 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
10118 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10119 $as_echo_n "checking for shl_load in -ldld... " >&6; }
998010120 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9981 echo $ECHO_N "(cached) $ECHO_C" >&6
10121 $as_echo_n "(cached) " >&6
998210122 else
998310123 ac_check_lib_save_LIBS=$LIBS
998410124 LIBS="-ldld $LIBS"
1001010150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1001110151 *) ac_try_echo=$ac_try;;
1001210152 esac
10013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10154 $as_echo "$ac_try_echo") >&5
1001410155 (eval "$ac_link") 2>conftest.er1
1001510156 ac_status=$?
1001610157 grep -v '^ *+' conftest.er1 >conftest.err
1001710158 rm -f conftest.er1
1001810159 cat conftest.err >&5
10019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1002010161 (exit $ac_status); } && {
1002110162 test -z "$ac_c_werror_flag" ||
1002210163 test ! -s conftest.err
10023 } && test -s conftest$ac_exeext &&
10024 $as_test_x conftest$ac_exeext; then
10164 } && test -s conftest$ac_exeext && {
10165 test "$cross_compiling" = yes ||
10166 $as_test_x conftest$ac_exeext
10167 }; then
1002510168 ac_cv_lib_dld_shl_load=yes
1002610169 else
10027 echo "$as_me: failed program was:" >&5
10170 $as_echo "$as_me: failed program was:" >&5
1002810171 sed 's/^/| /' conftest.$ac_ext >&5
1002910172
1003010173 ac_cv_lib_dld_shl_load=no
1003110174 fi
1003210175
10176 rm -rf conftest.dSYM
1003310177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1003410178 conftest$ac_exeext conftest.$ac_ext
1003510179 LIBS=$ac_check_lib_save_LIBS
1003610180 fi
10037 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10038 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
10039 if test $ac_cv_lib_dld_shl_load = yes; then
10181 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10182 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10183 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
1004010184 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1004110185 else
10042 { echo "$as_me:$LINENO: checking for dlopen" >&5
10043 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10186 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10187 $as_echo_n "checking for dlopen... " >&6; }
1004410188 if test "${ac_cv_func_dlopen+set}" = set; then
10045 echo $ECHO_N "(cached) $ECHO_C" >&6
10189 $as_echo_n "(cached) " >&6
1004610190 else
1004710191 cat >conftest.$ac_ext <<_ACEOF
1004810192 /* confdefs.h. */
1009510239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1009610240 *) ac_try_echo=$ac_try;;
1009710241 esac
10098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10243 $as_echo "$ac_try_echo") >&5
1009910244 (eval "$ac_link") 2>conftest.er1
1010010245 ac_status=$?
1010110246 grep -v '^ *+' conftest.er1 >conftest.err
1010210247 rm -f conftest.er1
1010310248 cat conftest.err >&5
10104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1010510250 (exit $ac_status); } && {
1010610251 test -z "$ac_c_werror_flag" ||
1010710252 test ! -s conftest.err
10108 } && test -s conftest$ac_exeext &&
10109 $as_test_x conftest$ac_exeext; then
10253 } && test -s conftest$ac_exeext && {
10254 test "$cross_compiling" = yes ||
10255 $as_test_x conftest$ac_exeext
10256 }; then
1011010257 ac_cv_func_dlopen=yes
1011110258 else
10112 echo "$as_me: failed program was:" >&5
10259 $as_echo "$as_me: failed program was:" >&5
1011310260 sed 's/^/| /' conftest.$ac_ext >&5
1011410261
1011510262 ac_cv_func_dlopen=no
1011610263 fi
1011710264
10265 rm -rf conftest.dSYM
1011810266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1011910267 conftest$ac_exeext conftest.$ac_ext
1012010268 fi
10121 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10122 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10123 if test $ac_cv_func_dlopen = yes; then
10269 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10270 $as_echo "$ac_cv_func_dlopen" >&6; }
10271 if test "x$ac_cv_func_dlopen" = x""yes; then
1012410272 lt_cv_dlopen="dlopen"
1012510273 else
10126 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10127 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10274 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10275 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1012810276 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10129 echo $ECHO_N "(cached) $ECHO_C" >&6
10277 $as_echo_n "(cached) " >&6
1013010278 else
1013110279 ac_check_lib_save_LIBS=$LIBS
1013210280 LIBS="-ldl $LIBS"
1015810306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1015910307 *) ac_try_echo=$ac_try;;
1016010308 esac
10161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10310 $as_echo "$ac_try_echo") >&5
1016210311 (eval "$ac_link") 2>conftest.er1
1016310312 ac_status=$?
1016410313 grep -v '^ *+' conftest.er1 >conftest.err
1016510314 rm -f conftest.er1
1016610315 cat conftest.err >&5
10167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1016810317 (exit $ac_status); } && {
1016910318 test -z "$ac_c_werror_flag" ||
1017010319 test ! -s conftest.err
10171 } && test -s conftest$ac_exeext &&
10172 $as_test_x conftest$ac_exeext; then
10320 } && test -s conftest$ac_exeext && {
10321 test "$cross_compiling" = yes ||
10322 $as_test_x conftest$ac_exeext
10323 }; then
1017310324 ac_cv_lib_dl_dlopen=yes
1017410325 else
10175 echo "$as_me: failed program was:" >&5
10326 $as_echo "$as_me: failed program was:" >&5
1017610327 sed 's/^/| /' conftest.$ac_ext >&5
1017710328
1017810329 ac_cv_lib_dl_dlopen=no
1017910330 fi
1018010331
10332 rm -rf conftest.dSYM
1018110333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1018210334 conftest$ac_exeext conftest.$ac_ext
1018310335 LIBS=$ac_check_lib_save_LIBS
1018410336 fi
10185 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10186 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10187 if test $ac_cv_lib_dl_dlopen = yes; then
10337 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10338 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10339 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
1018810340 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1018910341 else
10190 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10191 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10342 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10343 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
1019210344 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10193 echo $ECHO_N "(cached) $ECHO_C" >&6
10345 $as_echo_n "(cached) " >&6
1019410346 else
1019510347 ac_check_lib_save_LIBS=$LIBS
1019610348 LIBS="-lsvld $LIBS"
1022210374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1022310375 *) ac_try_echo=$ac_try;;
1022410376 esac
10225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10378 $as_echo "$ac_try_echo") >&5
1022610379 (eval "$ac_link") 2>conftest.er1
1022710380 ac_status=$?
1022810381 grep -v '^ *+' conftest.er1 >conftest.err
1022910382 rm -f conftest.er1
1023010383 cat conftest.err >&5
10231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1023210385 (exit $ac_status); } && {
1023310386 test -z "$ac_c_werror_flag" ||
1023410387 test ! -s conftest.err
10235 } && test -s conftest$ac_exeext &&
10236 $as_test_x conftest$ac_exeext; then
10388 } && test -s conftest$ac_exeext && {
10389 test "$cross_compiling" = yes ||
10390 $as_test_x conftest$ac_exeext
10391 }; then
1023710392 ac_cv_lib_svld_dlopen=yes
1023810393 else
10239 echo "$as_me: failed program was:" >&5
10394 $as_echo "$as_me: failed program was:" >&5
1024010395 sed 's/^/| /' conftest.$ac_ext >&5
1024110396
1024210397 ac_cv_lib_svld_dlopen=no
1024310398 fi
1024410399
10400 rm -rf conftest.dSYM
1024510401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1024610402 conftest$ac_exeext conftest.$ac_ext
1024710403 LIBS=$ac_check_lib_save_LIBS
1024810404 fi
10249 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10250 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10251 if test $ac_cv_lib_svld_dlopen = yes; then
10405 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10406 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10407 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
1025210408 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1025310409 else
10254 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10255 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10410 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10411 $as_echo_n "checking for dld_link in -ldld... " >&6; }
1025610412 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10257 echo $ECHO_N "(cached) $ECHO_C" >&6
10413 $as_echo_n "(cached) " >&6
1025810414 else
1025910415 ac_check_lib_save_LIBS=$LIBS
1026010416 LIBS="-ldld $LIBS"
1028610442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1028710443 *) ac_try_echo=$ac_try;;
1028810444 esac
10289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10446 $as_echo "$ac_try_echo") >&5
1029010447 (eval "$ac_link") 2>conftest.er1
1029110448 ac_status=$?
1029210449 grep -v '^ *+' conftest.er1 >conftest.err
1029310450 rm -f conftest.er1
1029410451 cat conftest.err >&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1029610453 (exit $ac_status); } && {
1029710454 test -z "$ac_c_werror_flag" ||
1029810455 test ! -s conftest.err
10299 } && test -s conftest$ac_exeext &&
10300 $as_test_x conftest$ac_exeext; then
10456 } && test -s conftest$ac_exeext && {
10457 test "$cross_compiling" = yes ||
10458 $as_test_x conftest$ac_exeext
10459 }; then
1030110460 ac_cv_lib_dld_dld_link=yes
1030210461 else
10303 echo "$as_me: failed program was:" >&5
10462 $as_echo "$as_me: failed program was:" >&5
1030410463 sed 's/^/| /' conftest.$ac_ext >&5
1030510464
1030610465 ac_cv_lib_dld_dld_link=no
1030710466 fi
1030810467
10468 rm -rf conftest.dSYM
1030910469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1031010470 conftest$ac_exeext conftest.$ac_ext
1031110471 LIBS=$ac_check_lib_save_LIBS
1031210472 fi
10313 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10314 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
10315 if test $ac_cv_lib_dld_dld_link = yes; then
10473 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10474 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10475 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
1031610476 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1031710477 fi
1031810478
1035110511 save_LIBS="$LIBS"
1035210512 LIBS="$lt_cv_dlopen_libs $LIBS"
1035310513
10354 { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10355 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
10514 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10515 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
1035610516 if test "${lt_cv_dlopen_self+set}" = set; then
10357 echo $ECHO_N "(cached) $ECHO_C" >&6
10517 $as_echo_n "(cached) " >&6
1035810518 else
1035910519 if test "$cross_compiling" = yes; then :
1036010520 lt_cv_dlopen_self=cross
1036210522 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1036310523 lt_status=$lt_dlunknown
1036410524 cat > conftest.$ac_ext <<EOF
10365 #line 10366 "configure"
10525 #line 10526 "configure"
1036610526 #include "confdefs.h"
1036710527
1036810528 #if HAVE_DLFCN_H
1042810588 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1042910589 (eval $ac_link) 2>&5
1043010590 ac_status=$?
10431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1043210592 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
1043310593 (./conftest; exit; ) >&5 2>/dev/null
1043410594 lt_status=$?
1044610606
1044710607
1044810608 fi
10449 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10450 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
10609 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10610 $as_echo "$lt_cv_dlopen_self" >&6; }
1045110611
1045210612 if test "x$lt_cv_dlopen_self" = xyes; then
1045310613 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10454 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10455 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
10614 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10615 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1045610616 if test "${lt_cv_dlopen_self_static+set}" = set; then
10457 echo $ECHO_N "(cached) $ECHO_C" >&6
10617 $as_echo_n "(cached) " >&6
1045810618 else
1045910619 if test "$cross_compiling" = yes; then :
1046010620 lt_cv_dlopen_self_static=cross
1046210622 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1046310623 lt_status=$lt_dlunknown
1046410624 cat > conftest.$ac_ext <<EOF
10465 #line 10466 "configure"
10625 #line 10626 "configure"
1046610626 #include "confdefs.h"
1046710627
1046810628 #if HAVE_DLFCN_H
1052810688 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1052910689 (eval $ac_link) 2>&5
1053010690 ac_status=$?
10531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1053210692 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
1053310693 (./conftest; exit; ) >&5 2>/dev/null
1053410694 lt_status=$?
1054610706
1054710707
1054810708 fi
10549 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10550 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
10709 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10710 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1055110711 fi
1055210712
1055310713 CPPFLAGS="$save_CPPFLAGS"
1056910729
1057010730
1057110731 # Report which library types will actually be built
10572 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10573 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
10574 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
10575 echo "${ECHO_T}$can_build_shared" >&6; }
10576
10577 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10578 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
10732 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10733 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10734 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
10735 $as_echo "$can_build_shared" >&6; }
10736
10737 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10738 $as_echo_n "checking whether to build shared libraries... " >&6; }
1057910739 test "$can_build_shared" = "no" && enable_shared=no
1058010740
1058110741 # On AIX, shared libraries and static libraries use the same namespace, and
1059510755 fi
1059610756 ;;
1059710757 esac
10598 { echo "$as_me:$LINENO: result: $enable_shared" >&5
10599 echo "${ECHO_T}$enable_shared" >&6; }
10600
10601 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10602 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
10758 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
10759 $as_echo "$enable_shared" >&6; }
10760
10761 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10762 $as_echo_n "checking whether to build static libraries... " >&6; }
1060310763 # Make sure either enable_shared or enable_static is yes.
1060410764 test "$enable_shared" = yes || enable_static=yes
10605 { echo "$as_me:$LINENO: result: $enable_static" >&5
10606 echo "${ECHO_T}$enable_static" >&6; }
10765 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
10766 $as_echo "$enable_static" >&6; }
1060710767
1060810768 # The else clause should only fire when bootstrapping the
1060910769 # libtool distribution, otherwise you forgot to ship ltmain.sh
1069610856 cfgfile="${ofile}T"
1069710857 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
1069810858 $rm -f "$cfgfile"
10699 { echo "$as_me:$LINENO: creating $ofile" >&5
10700 echo "$as_me: creating $ofile" >&6;}
10859 { $as_echo "$as_me:$LINENO: creating $ofile" >&5
10860 $as_echo "$as_me: creating $ofile" >&6;}
1070110861
1070210862 cat <<__EOF__ >> "$cfgfile"
1070310863 #! $SHELL
1110911269
1111011270 if test -f "$ltmain" && test -n "$tagnames"; then
1111111271 if test ! -f "${ofile}"; then
11112 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
11113 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
11272 { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
11273 $as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
1111411274 fi
1111511275
1111611276 if test -z "$LTCC"; then
1111711277 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1111811278 if test -z "$LTCC"; then
11119 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
11120 echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
11279 { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
11280 $as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
1112111281 else
11122 { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
11123 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
11282 { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
11283 $as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
1112411284 fi
1112511285 fi
1112611286 if test -z "$LTCFLAGS"; then
1113711297 # Check whether tagname contains only valid characters
1113811298 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
1113911299 "") ;;
11140 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11141 echo "$as_me: error: invalid tag name: $tagname" >&2;}
11300 *) { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11301 $as_echo "$as_me: error: invalid tag name: $tagname" >&2;}
1114211302 { (exit 1); exit 1; }; }
1114311303 ;;
1114411304 esac
1114511305
1114611306 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1114711307 then
11148 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11149 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11308 { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11309 $as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
1115011310 { (exit 1); exit 1; }; }
1115111311 fi
1115211312
1128911449 ac_prog=ld
1129011450 if test "$GCC" = yes; then
1129111451 # Check if gcc -print-prog-name=ld gives a path.
11292 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
11293 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
11452 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
11453 $as_echo_n "checking for ld used by $CC... " >&6; }
1129411454 case $host in
1129511455 *-*-mingw*)
1129611456 # gcc leaves a trailing carriage return which upsets mingw
1131911479 ;;
1132011480 esac
1132111481 elif test "$with_gnu_ld" = yes; then
11322 { echo "$as_me:$LINENO: checking for GNU ld" >&5
11323 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
11324 else
11325 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
11326 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
11482 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
11483 $as_echo_n "checking for GNU ld... " >&6; }
11484 else
11485 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
11486 $as_echo_n "checking for non-GNU ld... " >&6; }
1132711487 fi
1132811488 if test "${lt_cv_path_LD+set}" = set; then
11329 echo $ECHO_N "(cached) $ECHO_C" >&6
11489 $as_echo_n "(cached) " >&6
1133011490 else
1133111491 if test -z "$LD"; then
1133211492 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1135611516
1135711517 LD="$lt_cv_path_LD"
1135811518 if test -n "$LD"; then
11359 { echo "$as_me:$LINENO: result: $LD" >&5
11360 echo "${ECHO_T}$LD" >&6; }
11361 else
11362 { echo "$as_me:$LINENO: result: no" >&5
11363 echo "${ECHO_T}no" >&6; }
11364 fi
11365 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
11366 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
11519 { $as_echo "$as_me:$LINENO: result: $LD" >&5
11520 $as_echo "$LD" >&6; }
11521 else
11522 { $as_echo "$as_me:$LINENO: result: no" >&5
11523 $as_echo "no" >&6; }
11524 fi
11525 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
11526 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
1136711527 { (exit 1); exit 1; }; }
11368 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
11369 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
11528 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
11529 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
1137011530 if test "${lt_cv_prog_gnu_ld+set}" = set; then
11371 echo $ECHO_N "(cached) $ECHO_C" >&6
11531 $as_echo_n "(cached) " >&6
1137211532 else
1137311533 # I'd rather use --version here, but apparently some GNU lds only accept -v.
1137411534 case `$LD -v 2>&1 </dev/null` in
1138011540 ;;
1138111541 esac
1138211542 fi
11383 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
11384 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
11543 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
11544 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
1138511545 with_gnu_ld=$lt_cv_prog_gnu_ld
1138611546
1138711547
1143111591 fi
1143211592
1143311593 # PORTME: fill in a description of your system's C++ link characteristics
11434 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11435 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
11594 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11595 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
1143611596 ld_shlibs_CXX=yes
1143711597 case $host_os in
1143811598 aix3*)
1154911709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1155011710 *) ac_try_echo=$ac_try;;
1155111711 esac
11552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11713 $as_echo "$ac_try_echo") >&5
1155311714 (eval "$ac_link") 2>conftest.er1
1155411715 ac_status=$?
1155511716 grep -v '^ *+' conftest.er1 >conftest.err
1155611717 rm -f conftest.er1
1155711718 cat conftest.err >&5
11558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1155911720 (exit $ac_status); } && {
1156011721 test -z "$ac_cxx_werror_flag" ||
1156111722 test ! -s conftest.err
11562 } && test -s conftest$ac_exeext &&
11563 $as_test_x conftest$ac_exeext; then
11723 } && test -s conftest$ac_exeext && {
11724 test "$cross_compiling" = yes ||
11725 $as_test_x conftest$ac_exeext
11726 }; then
1156411727
1156511728 lt_aix_libpath_sed='
1156611729 /Import File Strings/,/^$/ {
1157511738 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1157611739 fi
1157711740 else
11578 echo "$as_me: failed program was:" >&5
11741 $as_echo "$as_me: failed program was:" >&5
1157911742 sed 's/^/| /' conftest.$ac_ext >&5
1158011743
1158111744
1158211745 fi
1158311746
11747 rm -rf conftest.dSYM
1158411748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1158511749 conftest$ac_exeext conftest.$ac_ext
1158611750 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1161611780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1161711781 *) ac_try_echo=$ac_try;;
1161811782 esac
11619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11784 $as_echo "$ac_try_echo") >&5
1162011785 (eval "$ac_link") 2>conftest.er1
1162111786 ac_status=$?
1162211787 grep -v '^ *+' conftest.er1 >conftest.err
1162311788 rm -f conftest.er1
1162411789 cat conftest.err >&5
11625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1162611791 (exit $ac_status); } && {
1162711792 test -z "$ac_cxx_werror_flag" ||
1162811793 test ! -s conftest.err
11629 } && test -s conftest$ac_exeext &&
11630 $as_test_x conftest$ac_exeext; then
11794 } && test -s conftest$ac_exeext && {
11795 test "$cross_compiling" = yes ||
11796 $as_test_x conftest$ac_exeext
11797 }; then
1163111798
1163211799 lt_aix_libpath_sed='
1163311800 /Import File Strings/,/^$/ {
1164211809 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1164311810 fi
1164411811 else
11645 echo "$as_me: failed program was:" >&5
11812 $as_echo "$as_me: failed program was:" >&5
1164611813 sed 's/^/| /' conftest.$ac_ext >&5
1164711814
1164811815
1164911816 fi
1165011817
11818 rm -rf conftest.dSYM
1165111819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1165211820 conftest$ac_exeext conftest.$ac_ext
1165311821 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1237712545 ld_shlibs_CXX=no
1237812546 ;;
1237912547 esac
12380 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12381 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
12548 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12549 $as_echo "$ld_shlibs_CXX" >&6; }
1238212550 test "$ld_shlibs_CXX" = no && can_build_shared=no
1238312551
1238412552 GCC_CXX="$GXX"
1239712565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1239812566 (eval $ac_compile) 2>&5
1239912567 ac_status=$?
12400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1240112569 (exit $ac_status); }; then
1240212570 # Parse the compiler output and extract the necessary
1240312571 # objects, libraries and library flags.
1255312721 lt_prog_compiler_pic_CXX=
1255412722 lt_prog_compiler_static_CXX=
1255512723
12556 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
12557 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
12724 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
12725 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1255812726
1255912727 # C++ specific cases for pic, static, wl, etc.
1256012728 if test "$GXX" = yes; then
1283713005 esac
1283813006 fi
1283913007
12840 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
12841 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
13008 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
13009 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
1284213010
1284313011 #
1284413012 # Check to make sure the PIC flag actually works.
1284513013 #
1284613014 if test -n "$lt_prog_compiler_pic_CXX"; then
1284713015
12848 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
12849 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
13016 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13017 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
1285013018 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
12851 echo $ECHO_N "(cached) $ECHO_C" >&6
13019 $as_echo_n "(cached) " >&6
1285213020 else
1285313021 lt_cv_prog_compiler_pic_works_CXX=no
1285413022 ac_outfile=conftest.$ac_objext
1286313031 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1286413032 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1286513033 -e 's:$: $lt_compiler_flag:'`
12866 (eval echo "\"\$as_me:12867: $lt_compile\"" >&5)
13034 (eval echo "\"\$as_me:13035: $lt_compile\"" >&5)
1286713035 (eval "$lt_compile" 2>conftest.err)
1286813036 ac_status=$?
1286913037 cat conftest.err >&5
12870 echo "$as_me:12871: \$? = $ac_status" >&5
13038 echo "$as_me:13039: \$? = $ac_status" >&5
1287113039 if (exit $ac_status) && test -s "$ac_outfile"; then
1287213040 # The compiler can only warn and ignore the option if not recognized
1287313041 # So say no if there are warnings other than the usual output.
1288013048 $rm conftest*
1288113049
1288213050 fi
12883 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
12884 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13051 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13052 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
1288513053
1288613054 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
1288713055 case $lt_prog_compiler_pic_CXX in
1290813076 # Check to make sure the static flag actually works.
1290913077 #
1291013078 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
12911 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12912 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
13079 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13080 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
1291313081 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
12914 echo $ECHO_N "(cached) $ECHO_C" >&6
13082 $as_echo_n "(cached) " >&6
1291513083 else
1291613084 lt_cv_prog_compiler_static_works_CXX=no
1291713085 save_LDFLAGS="$LDFLAGS"
1293613104 LDFLAGS="$save_LDFLAGS"
1293713105
1293813106 fi
12939 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
12940 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
13107 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13108 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
1294113109
1294213110 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
1294313111 :
1294613114 fi
1294713115
1294813116
12949 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
12950 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
13117 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
13118 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
1295113119 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
12952 echo $ECHO_N "(cached) $ECHO_C" >&6
13120 $as_echo_n "(cached) " >&6
1295313121 else
1295413122 lt_cv_prog_compiler_c_o_CXX=no
1295513123 $rm -r conftest 2>/dev/null
1296713135 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1296813136 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1296913137 -e 's:$: $lt_compiler_flag:'`
12970 (eval echo "\"\$as_me:12971: $lt_compile\"" >&5)
13138 (eval echo "\"\$as_me:13139: $lt_compile\"" >&5)
1297113139 (eval "$lt_compile" 2>out/conftest.err)
1297213140 ac_status=$?
1297313141 cat out/conftest.err >&5
12974 echo "$as_me:12975: \$? = $ac_status" >&5
13142 echo "$as_me:13143: \$? = $ac_status" >&5
1297513143 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1297613144 then
1297713145 # The compiler can only warn and ignore the option if not recognized
1299313161 $rm conftest*
1299413162
1299513163 fi
12996 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
12997 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
13164 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13165 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
1299813166
1299913167
1300013168 hard_links="nottested"
1300113169 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
1300213170 # do not overwrite the value of need_locks provided by the user
13003 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
13004 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
13171 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
13172 $as_echo_n "checking if we can lock with hard links... " >&6; }
1300513173 hard_links=yes
1300613174 $rm conftest*
1300713175 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1300813176 touch conftest.a
1300913177 ln conftest.a conftest.b 2>&5 || hard_links=no
1301013178 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13011 { echo "$as_me:$LINENO: result: $hard_links" >&5
13012 echo "${ECHO_T}$hard_links" >&6; }
13179 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
13180 $as_echo "$hard_links" >&6; }
1301313181 if test "$hard_links" = no; then
13014 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13015 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13182 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13183 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1301613184 need_locks=warn
1301713185 fi
1301813186 else
1301913187 need_locks=no
1302013188 fi
1302113189
13022 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13023 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13190 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13191 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
1302413192
1302513193 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1302613194 case $host_os in
1304813216 esac
1304913217 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1305013218
13051 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13052 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
13219 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13220 $as_echo "$ld_shlibs_CXX" >&6; }
1305313221 test "$ld_shlibs_CXX" = no && can_build_shared=no
1305413222
1305513223 #
1306913237 # Test whether the compiler implicitly links with -lc since on some
1307013238 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1307113239 # to ld, don't add -lc before -lgcc.
13072 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13073 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
13240 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13241 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1307413242 $rm conftest*
1307513243 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1307613244
1307713245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1307813246 (eval $ac_compile) 2>&5
1307913247 ac_status=$?
13080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1308113249 (exit $ac_status); } 2>conftest.err; then
1308213250 soname=conftest
1308313251 lib=conftest
1309513263 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
1309613264 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
1309713265 ac_status=$?
13098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1309913267 (exit $ac_status); }
1310013268 then
1310113269 archive_cmds_need_lc_CXX=no
1310713275 cat conftest.err 1>&5
1310813276 fi
1310913277 $rm conftest*
13110 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
13111 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
13278 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
13279 $as_echo "$archive_cmds_need_lc_CXX" >&6; }
1311213280 ;;
1311313281 esac
1311413282 fi
1311513283 ;;
1311613284 esac
1311713285
13118 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13119 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
13286 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13287 $as_echo_n "checking dynamic linker characteristics... " >&6; }
1312013288 library_names_spec=
1312113289 libname_spec='lib$name'
1312213290 soname_spec=
1367713845 dynamic_linker=no
1367813846 ;;
1367913847 esac
13680 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
13681 echo "${ECHO_T}$dynamic_linker" >&6; }
13848 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
13849 $as_echo "$dynamic_linker" >&6; }
1368213850 test "$dynamic_linker" = no && can_build_shared=no
1368313851
1368413852 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
13685 echo $ECHO_N "(cached) $ECHO_C" >&6
13853 $as_echo_n "(cached) " >&6
1368613854 else
1368713855 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
1368813856 fi
1368913857
1369013858 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1369113859 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
13692 echo $ECHO_N "(cached) $ECHO_C" >&6
13860 $as_echo_n "(cached) " >&6
1369313861 else
1369413862 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
1369513863 fi
1370113869 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1370213870 fi
1370313871
13704 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
13705 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
13872 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
13873 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1370613874 hardcode_action_CXX=
1370713875 if test -n "$hardcode_libdir_flag_spec_CXX" || \
1370813876 test -n "$runpath_var_CXX" || \
1372613894 # directories.
1372713895 hardcode_action_CXX=unsupported
1372813896 fi
13729 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
13730 echo "${ECHO_T}$hardcode_action_CXX" >&6; }
13897 { $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
13898 $as_echo "$hardcode_action_CXX" >&6; }
1373113899
1373213900 if test "$hardcode_action_CXX" = relink; then
1373313901 # Fast installation is not supported
1426514433 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
1426614434
1426714435
14268 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
14269 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
14270 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
14271 echo "${ECHO_T}$can_build_shared" >&6; }
14272
14273 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
14274 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
14436 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
14437 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
14438 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
14439 $as_echo "$can_build_shared" >&6; }
14440
14441 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
14442 $as_echo_n "checking whether to build shared libraries... " >&6; }
1427514443 test "$can_build_shared" = "no" && enable_shared=no
1427614444
1427714445 # On AIX, shared libraries and static libraries use the same namespace, and
1429014458 fi
1429114459 ;;
1429214460 esac
14293 { echo "$as_me:$LINENO: result: $enable_shared" >&5
14294 echo "${ECHO_T}$enable_shared" >&6; }
14295
14296 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
14297 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
14461 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
14462 $as_echo "$enable_shared" >&6; }
14463
14464 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
14465 $as_echo_n "checking whether to build static libraries... " >&6; }
1429814466 # Make sure either enable_shared or enable_static is yes.
1429914467 test "$enable_shared" = yes || enable_static=yes
14300 { echo "$as_me:$LINENO: result: $enable_static" >&5
14301 echo "${ECHO_T}$enable_static" >&6; }
14468 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
14469 $as_echo "$enable_static" >&6; }
1430214470
1430314471 GCC_F77="$G77"
1430414472 LD_F77="$LD"
1430714475 lt_prog_compiler_pic_F77=
1430814476 lt_prog_compiler_static_F77=
1430914477
14310 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14311 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14478 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14479 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1431214480
1431314481 if test "$GCC" = yes; then
1431414482 lt_prog_compiler_wl_F77='-Wl,'
1453914707 esac
1454014708 fi
1454114709
14542 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
14543 echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
14710 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
14711 $as_echo "$lt_prog_compiler_pic_F77" >&6; }
1454414712
1454514713 #
1454614714 # Check to make sure the PIC flag actually works.
1454714715 #
1454814716 if test -n "$lt_prog_compiler_pic_F77"; then
1454914717
14550 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
14551 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
14718 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
14719 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
1455214720 if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
14553 echo $ECHO_N "(cached) $ECHO_C" >&6
14721 $as_echo_n "(cached) " >&6
1455414722 else
1455514723 lt_cv_prog_compiler_pic_works_F77=no
1455614724 ac_outfile=conftest.$ac_objext
1456514733 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1456614734 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1456714735 -e 's:$: $lt_compiler_flag:'`
14568 (eval echo "\"\$as_me:14569: $lt_compile\"" >&5)
14736 (eval echo "\"\$as_me:14737: $lt_compile\"" >&5)
1456914737 (eval "$lt_compile" 2>conftest.err)
1457014738 ac_status=$?
1457114739 cat conftest.err >&5
14572 echo "$as_me:14573: \$? = $ac_status" >&5
14740 echo "$as_me:14741: \$? = $ac_status" >&5
1457314741 if (exit $ac_status) && test -s "$ac_outfile"; then
1457414742 # The compiler can only warn and ignore the option if not recognized
1457514743 # So say no if there are warnings other than the usual output.
1458214750 $rm conftest*
1458314751
1458414752 fi
14585 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
14586 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
14753 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
14754 $as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
1458714755
1458814756 if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
1458914757 case $lt_prog_compiler_pic_F77 in
1461014778 # Check to make sure the static flag actually works.
1461114779 #
1461214780 wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
14613 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14614 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14781 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14782 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
1461514783 if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
14616 echo $ECHO_N "(cached) $ECHO_C" >&6
14784 $as_echo_n "(cached) " >&6
1461714785 else
1461814786 lt_cv_prog_compiler_static_works_F77=no
1461914787 save_LDFLAGS="$LDFLAGS"
1463814806 LDFLAGS="$save_LDFLAGS"
1463914807
1464014808 fi
14641 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
14642 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
14809 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
14810 $as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
1464314811
1464414812 if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
1464514813 :
1464814816 fi
1464914817
1465014818
14651 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14652 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14819 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14820 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
1465314821 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
14654 echo $ECHO_N "(cached) $ECHO_C" >&6
14822 $as_echo_n "(cached) " >&6
1465514823 else
1465614824 lt_cv_prog_compiler_c_o_F77=no
1465714825 $rm -r conftest 2>/dev/null
1466914837 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1467014838 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1467114839 -e 's:$: $lt_compiler_flag:'`
14672 (eval echo "\"\$as_me:14673: $lt_compile\"" >&5)
14840 (eval echo "\"\$as_me:14841: $lt_compile\"" >&5)
1467314841 (eval "$lt_compile" 2>out/conftest.err)
1467414842 ac_status=$?
1467514843 cat out/conftest.err >&5
14676 echo "$as_me:14677: \$? = $ac_status" >&5
14844 echo "$as_me:14845: \$? = $ac_status" >&5
1467714845 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1467814846 then
1467914847 # The compiler can only warn and ignore the option if not recognized
1469514863 $rm conftest*
1469614864
1469714865 fi
14698 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
14699 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
14866 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
14867 $as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
1470014868
1470114869
1470214870 hard_links="nottested"
1470314871 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
1470414872 # do not overwrite the value of need_locks provided by the user
14705 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14706 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
14873 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14874 $as_echo_n "checking if we can lock with hard links... " >&6; }
1470714875 hard_links=yes
1470814876 $rm conftest*
1470914877 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1471014878 touch conftest.a
1471114879 ln conftest.a conftest.b 2>&5 || hard_links=no
1471214880 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14713 { echo "$as_me:$LINENO: result: $hard_links" >&5
14714 echo "${ECHO_T}$hard_links" >&6; }
14881 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
14882 $as_echo "$hard_links" >&6; }
1471514883 if test "$hard_links" = no; then
14716 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14717 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14884 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14885 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1471814886 need_locks=warn
1471914887 fi
1472014888 else
1472114889 need_locks=no
1472214890 fi
1472314891
14724 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14725 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
14892 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14893 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
1472614894
1472714895 runpath_var=
1472814896 allow_undefined_flag_F77=
1514315311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1514415312 *) ac_try_echo=$ac_try;;
1514515313 esac
15146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15314 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15315 $as_echo "$ac_try_echo") >&5
1514715316 (eval "$ac_link") 2>conftest.er1
1514815317 ac_status=$?
1514915318 grep -v '^ *+' conftest.er1 >conftest.err
1515015319 rm -f conftest.er1
1515115320 cat conftest.err >&5
15152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15321 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1515315322 (exit $ac_status); } && {
1515415323 test -z "$ac_f77_werror_flag" ||
1515515324 test ! -s conftest.err
15156 } && test -s conftest$ac_exeext &&
15157 $as_test_x conftest$ac_exeext; then
15325 } && test -s conftest$ac_exeext && {
15326 test "$cross_compiling" = yes ||
15327 $as_test_x conftest$ac_exeext
15328 }; then
1515815329
1515915330 lt_aix_libpath_sed='
1516015331 /Import File Strings/,/^$/ {
1516915340 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1517015341 fi
1517115342 else
15172 echo "$as_me: failed program was:" >&5
15343 $as_echo "$as_me: failed program was:" >&5
1517315344 sed 's/^/| /' conftest.$ac_ext >&5
1517415345
1517515346
1517615347 fi
1517715348
15349 rm -rf conftest.dSYM
1517815350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1517915351 conftest$ac_exeext conftest.$ac_ext
1518015352 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1519915371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1520015372 *) ac_try_echo=$ac_try;;
1520115373 esac
15202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15375 $as_echo "$ac_try_echo") >&5
1520315376 (eval "$ac_link") 2>conftest.er1
1520415377 ac_status=$?
1520515378 grep -v '^ *+' conftest.er1 >conftest.err
1520615379 rm -f conftest.er1
1520715380 cat conftest.err >&5
15208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1520915382 (exit $ac_status); } && {
1521015383 test -z "$ac_f77_werror_flag" ||
1521115384 test ! -s conftest.err
15212 } && test -s conftest$ac_exeext &&
15213 $as_test_x conftest$ac_exeext; then
15385 } && test -s conftest$ac_exeext && {
15386 test "$cross_compiling" = yes ||
15387 $as_test_x conftest$ac_exeext
15388 }; then
1521415389
1521515390 lt_aix_libpath_sed='
1521615391 /Import File Strings/,/^$/ {
1522515400 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1522615401 fi
1522715402 else
15228 echo "$as_me: failed program was:" >&5
15403 $as_echo "$as_me: failed program was:" >&5
1522915404 sed 's/^/| /' conftest.$ac_ext >&5
1523015405
1523115406
1523215407 fi
1523315408
15409 rm -rf conftest.dSYM
1523415410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1523515411 conftest$ac_exeext conftest.$ac_ext
1523615412 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1568215858 esac
1568315859 fi
1568415860
15685 { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
15686 echo "${ECHO_T}$ld_shlibs_F77" >&6; }
15861 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
15862 $as_echo "$ld_shlibs_F77" >&6; }
1568715863 test "$ld_shlibs_F77" = no && can_build_shared=no
1568815864
1568915865 #
1570315879 # Test whether the compiler implicitly links with -lc since on some
1570415880 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1570515881 # to ld, don't add -lc before -lgcc.
15706 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15707 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15882 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15883 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1570815884 $rm conftest*
1570915885 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1571015886
1571115887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1571215888 (eval $ac_compile) 2>&5
1571315889 ac_status=$?
15714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1571515891 (exit $ac_status); } 2>conftest.err; then
1571615892 soname=conftest
1571715893 lib=conftest
1572915905 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
1573015906 (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
1573115907 ac_status=$?
15732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1573315909 (exit $ac_status); }
1573415910 then
1573515911 archive_cmds_need_lc_F77=no
1574115917 cat conftest.err 1>&5
1574215918 fi
1574315919 $rm conftest*
15744 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
15745 echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
15920 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
15921 $as_echo "$archive_cmds_need_lc_F77" >&6; }
1574615922 ;;
1574715923 esac
1574815924 fi
1574915925 ;;
1575015926 esac
1575115927
15752 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15753 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15928 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15929 $as_echo_n "checking dynamic linker characteristics... " >&6; }
1575415930 library_names_spec=
1575515931 libname_spec='lib$name'
1575615932 soname_spec=
1631116487 dynamic_linker=no
1631216488 ;;
1631316489 esac
16314 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16315 echo "${ECHO_T}$dynamic_linker" >&6; }
16490 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16491 $as_echo "$dynamic_linker" >&6; }
1631616492 test "$dynamic_linker" = no && can_build_shared=no
1631716493
1631816494 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
16319 echo $ECHO_N "(cached) $ECHO_C" >&6
16495 $as_echo_n "(cached) " >&6
1632016496 else
1632116497 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
1632216498 fi
1632316499
1632416500 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1632516501 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
16326 echo $ECHO_N "(cached) $ECHO_C" >&6
16502 $as_echo_n "(cached) " >&6
1632716503 else
1632816504 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
1632916505 fi
1633516511 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1633616512 fi
1633716513
16338 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16339 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
16514 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16515 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1634016516 hardcode_action_F77=
1634116517 if test -n "$hardcode_libdir_flag_spec_F77" || \
1634216518 test -n "$runpath_var_F77" || \
1636016536 # directories.
1636116537 hardcode_action_F77=unsupported
1636216538 fi
16363 { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
16364 echo "${ECHO_T}$hardcode_action_F77" >&6; }
16539 { $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
16540 $as_echo "$hardcode_action_F77" >&6; }
1636516541
1636616542 if test "$hardcode_action_F77" = relink; then
1636716543 # Fast installation is not supported
1687117047 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
1687217048
1687317049
16874 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
16875 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
17050 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
17051 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
1687617052 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
16877 echo $ECHO_N "(cached) $ECHO_C" >&6
17053 $as_echo_n "(cached) " >&6
1687817054 else
1687917055 lt_cv_prog_compiler_rtti_exceptions=no
1688017056 ac_outfile=conftest.$ac_objext
1688917065 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1689017066 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1689117067 -e 's:$: $lt_compiler_flag:'`
16892 (eval echo "\"\$as_me:16893: $lt_compile\"" >&5)
17068 (eval echo "\"\$as_me:17069: $lt_compile\"" >&5)
1689317069 (eval "$lt_compile" 2>conftest.err)
1689417070 ac_status=$?
1689517071 cat conftest.err >&5
16896 echo "$as_me:16897: \$? = $ac_status" >&5
17072 echo "$as_me:17073: \$? = $ac_status" >&5
1689717073 if (exit $ac_status) && test -s "$ac_outfile"; then
1689817074 # The compiler can only warn and ignore the option if not recognized
1689917075 # So say no if there are warnings other than the usual output.
1690617082 $rm conftest*
1690717083
1690817084 fi
16909 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16910 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
17085 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
17086 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
1691117087
1691217088 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
1691317089 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
1692117097 lt_prog_compiler_pic_GCJ=
1692217098 lt_prog_compiler_static_GCJ=
1692317099
16924 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
16925 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
17100 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
17101 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1692617102
1692717103 if test "$GCC" = yes; then
1692817104 lt_prog_compiler_wl_GCJ='-Wl,'
1715317329 esac
1715417330 fi
1715517331
17156 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
17157 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
17332 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
17333 $as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
1715817334
1715917335 #
1716017336 # Check to make sure the PIC flag actually works.
1716117337 #
1716217338 if test -n "$lt_prog_compiler_pic_GCJ"; then
1716317339
17164 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17165 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
17340 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17341 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
1716617342 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
17167 echo $ECHO_N "(cached) $ECHO_C" >&6
17343 $as_echo_n "(cached) " >&6
1716817344 else
1716917345 lt_cv_prog_compiler_pic_works_GCJ=no
1717017346 ac_outfile=conftest.$ac_objext
1717917355 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1718017356 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1718117357 -e 's:$: $lt_compiler_flag:'`
17182 (eval echo "\"\$as_me:17183: $lt_compile\"" >&5)
17358 (eval echo "\"\$as_me:17359: $lt_compile\"" >&5)
1718317359 (eval "$lt_compile" 2>conftest.err)
1718417360 ac_status=$?
1718517361 cat conftest.err >&5
17186 echo "$as_me:17187: \$? = $ac_status" >&5
17362 echo "$as_me:17363: \$? = $ac_status" >&5
1718717363 if (exit $ac_status) && test -s "$ac_outfile"; then
1718817364 # The compiler can only warn and ignore the option if not recognized
1718917365 # So say no if there are warnings other than the usual output.
1719617372 $rm conftest*
1719717373
1719817374 fi
17199 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
17200 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
17375 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
17376 $as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
1720117377
1720217378 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
1720317379 case $lt_prog_compiler_pic_GCJ in
1722417400 # Check to make sure the static flag actually works.
1722517401 #
1722617402 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
17227 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17228 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
17403 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17404 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
1722917405 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
17230 echo $ECHO_N "(cached) $ECHO_C" >&6
17406 $as_echo_n "(cached) " >&6
1723117407 else
1723217408 lt_cv_prog_compiler_static_works_GCJ=no
1723317409 save_LDFLAGS="$LDFLAGS"
1725217428 LDFLAGS="$save_LDFLAGS"
1725317429
1725417430 fi
17255 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
17256 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
17431 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
17432 $as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
1725717433
1725817434 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
1725917435 :
1726217438 fi
1726317439
1726417440
17265 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17266 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
17441 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17442 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
1726717443 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
17268 echo $ECHO_N "(cached) $ECHO_C" >&6
17444 $as_echo_n "(cached) " >&6
1726917445 else
1727017446 lt_cv_prog_compiler_c_o_GCJ=no
1727117447 $rm -r conftest 2>/dev/null
1728317459 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1728417460 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1728517461 -e 's:$: $lt_compiler_flag:'`
17286 (eval echo "\"\$as_me:17287: $lt_compile\"" >&5)
17462 (eval echo "\"\$as_me:17463: $lt_compile\"" >&5)
1728717463 (eval "$lt_compile" 2>out/conftest.err)
1728817464 ac_status=$?
1728917465 cat out/conftest.err >&5
17290 echo "$as_me:17291: \$? = $ac_status" >&5
17466 echo "$as_me:17467: \$? = $ac_status" >&5
1729117467 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1729217468 then
1729317469 # The compiler can only warn and ignore the option if not recognized
1730917485 $rm conftest*
1731017486
1731117487 fi
17312 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17313 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
17488 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17489 $as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
1731417490
1731517491
1731617492 hard_links="nottested"
1731717493 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
1731817494 # do not overwrite the value of need_locks provided by the user
17319 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17320 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
17495 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17496 $as_echo_n "checking if we can lock with hard links... " >&6; }
1732117497 hard_links=yes
1732217498 $rm conftest*
1732317499 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1732417500 touch conftest.a
1732517501 ln conftest.a conftest.b 2>&5 || hard_links=no
1732617502 ln conftest.a conftest.b 2>/dev/null && hard_links=no
17327 { echo "$as_me:$LINENO: result: $hard_links" >&5
17328 echo "${ECHO_T}$hard_links" >&6; }
17503 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
17504 $as_echo "$hard_links" >&6; }
1732917505 if test "$hard_links" = no; then
17330 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17331 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17506 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17507 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1733217508 need_locks=warn
1733317509 fi
1733417510 else
1733517511 need_locks=no
1733617512 fi
1733717513
17338 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17339 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
17514 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17515 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
1734017516
1734117517 runpath_var=
1734217518 allow_undefined_flag_GCJ=
1776717943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1776817944 *) ac_try_echo=$ac_try;;
1776917945 esac
17770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17947 $as_echo "$ac_try_echo") >&5
1777117948 (eval "$ac_link") 2>conftest.er1
1777217949 ac_status=$?
1777317950 grep -v '^ *+' conftest.er1 >conftest.err
1777417951 rm -f conftest.er1
1777517952 cat conftest.err >&5
17776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1777717954 (exit $ac_status); } && {
1777817955 test -z "$ac_c_werror_flag" ||
1777917956 test ! -s conftest.err
17780 } && test -s conftest$ac_exeext &&
17781 $as_test_x conftest$ac_exeext; then
17957 } && test -s conftest$ac_exeext && {
17958 test "$cross_compiling" = yes ||
17959 $as_test_x conftest$ac_exeext
17960 }; then
1778217961
1778317962 lt_aix_libpath_sed='
1778417963 /Import File Strings/,/^$/ {
1779317972 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1779417973 fi
1779517974 else
17796 echo "$as_me: failed program was:" >&5
17975 $as_echo "$as_me: failed program was:" >&5
1779717976 sed 's/^/| /' conftest.$ac_ext >&5
1779817977
1779917978
1780017979 fi
1780117980
17981 rm -rf conftest.dSYM
1780217982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1780317983 conftest$ac_exeext conftest.$ac_ext
1780417984 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1783318013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783418014 *) ac_try_echo=$ac_try;;
1783518015 esac
17836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18017 $as_echo "$ac_try_echo") >&5
1783718018 (eval "$ac_link") 2>conftest.er1
1783818019 ac_status=$?
1783918020 grep -v '^ *+' conftest.er1 >conftest.err
1784018021 rm -f conftest.er1
1784118022 cat conftest.err >&5
17842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1784318024 (exit $ac_status); } && {
1784418025 test -z "$ac_c_werror_flag" ||
1784518026 test ! -s conftest.err
17846 } && test -s conftest$ac_exeext &&
17847 $as_test_x conftest$ac_exeext; then
18027 } && test -s conftest$ac_exeext && {
18028 test "$cross_compiling" = yes ||
18029 $as_test_x conftest$ac_exeext
18030 }; then
1784818031
1784918032 lt_aix_libpath_sed='
1785018033 /Import File Strings/,/^$/ {
1785918042 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1786018043 fi
1786118044 else
17862 echo "$as_me: failed program was:" >&5
18045 $as_echo "$as_me: failed program was:" >&5
1786318046 sed 's/^/| /' conftest.$ac_ext >&5
1786418047
1786518048
1786618049 fi
1786718050
18051 rm -rf conftest.dSYM
1786818052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1786918053 conftest$ac_exeext conftest.$ac_ext
1787018054 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1831618500 esac
1831718501 fi
1831818502
18319 { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
18320 echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
18503 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
18504 $as_echo "$ld_shlibs_GCJ" >&6; }
1832118505 test "$ld_shlibs_GCJ" = no && can_build_shared=no
1832218506
1832318507 #
1833718521 # Test whether the compiler implicitly links with -lc since on some
1833818522 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1833918523 # to ld, don't add -lc before -lgcc.
18340 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18341 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
18524 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18525 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1834218526 $rm conftest*
1834318527 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1834418528
1834518529 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1834618530 (eval $ac_compile) 2>&5
1834718531 ac_status=$?
18348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1834918533 (exit $ac_status); } 2>conftest.err; then
1835018534 soname=conftest
1835118535 lib=conftest
1836318547 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
1836418548 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
1836518549 ac_status=$?
18366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1836718551 (exit $ac_status); }
1836818552 then
1836918553 archive_cmds_need_lc_GCJ=no
1837518559 cat conftest.err 1>&5
1837618560 fi
1837718561 $rm conftest*
18378 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
18379 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
18562 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
18563 $as_echo "$archive_cmds_need_lc_GCJ" >&6; }
1838018564 ;;
1838118565 esac
1838218566 fi
1838318567 ;;
1838418568 esac
1838518569
18386 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18387 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
18570 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18571 $as_echo_n "checking dynamic linker characteristics... " >&6; }
1838818572 library_names_spec=
1838918573 libname_spec='lib$name'
1839018574 soname_spec=
1894519129 dynamic_linker=no
1894619130 ;;
1894719131 esac
18948 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18949 echo "${ECHO_T}$dynamic_linker" >&6; }
19132 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
19133 $as_echo "$dynamic_linker" >&6; }
1895019134 test "$dynamic_linker" = no && can_build_shared=no
1895119135
1895219136 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
18953 echo $ECHO_N "(cached) $ECHO_C" >&6
19137 $as_echo_n "(cached) " >&6
1895419138 else
1895519139 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
1895619140 fi
1895719141
1895819142 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1895919143 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
18960 echo $ECHO_N "(cached) $ECHO_C" >&6
19144 $as_echo_n "(cached) " >&6
1896119145 else
1896219146 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
1896319147 fi
1896919153 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1897019154 fi
1897119155
18972 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18973 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
19156 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
19157 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1897419158 hardcode_action_GCJ=
1897519159 if test -n "$hardcode_libdir_flag_spec_GCJ" || \
1897619160 test -n "$runpath_var_GCJ" || \
1899419178 # directories.
1899519179 hardcode_action_GCJ=unsupported
1899619180 fi
18997 { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
18998 echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
19181 { $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
19182 $as_echo "$hardcode_action_GCJ" >&6; }
1899919183
1900019184 if test "$hardcode_action_GCJ" = relink; then
1900119185 # Fast installation is not supported
1991820102 ;;
1991920103
1992020104 *)
19921 { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
19922 echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
20105 { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
20106 $as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
1992320107 { (exit 1); exit 1; }; }
1992420108 ;;
1992520109 esac
1993820122 chmod +x "$ofile"
1993920123 else
1994020124 rm -f "${ofile}T"
19941 { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
19942 echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
20125 { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
20126 $as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
1994320127 { (exit 1); exit 1; }; }
1994420128 fi
1994520129 fi
2001920203 if test -n "$ac_tool_prefix"; then
2002020204 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2002120205 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
20022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
20207 $as_echo_n "checking for $ac_word... " >&6; }
2002420208 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20025 echo $ECHO_N "(cached) $ECHO_C" >&6
20209 $as_echo_n "(cached) " >&6
2002620210 else
2002720211 case $PKG_CONFIG in
2002820212 [\\/]* | ?:[\\/]*)
2003720221 for ac_exec_ext in '' $ac_executable_extensions; do
2003820222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2003920223 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20040 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20224 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2004120225 break 2
2004220226 fi
2004320227 done
2004920233 fi
2005020234 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2005120235 if test -n "$PKG_CONFIG"; then
20052 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20053 echo "${ECHO_T}$PKG_CONFIG" >&6; }
20054 else
20055 { echo "$as_me:$LINENO: result: no" >&5
20056 echo "${ECHO_T}no" >&6; }
20236 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20237 $as_echo "$PKG_CONFIG" >&6; }
20238 else
20239 { $as_echo "$as_me:$LINENO: result: no" >&5
20240 $as_echo "no" >&6; }
2005720241 fi
2005820242
2005920243
2006220246 ac_pt_PKG_CONFIG=$PKG_CONFIG
2006320247 # Extract the first word of "pkg-config", so it can be a program name with args.
2006420248 set dummy pkg-config; ac_word=$2
20065 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20066 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20249 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
20250 $as_echo_n "checking for $ac_word... " >&6; }
2006720251 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
20068 echo $ECHO_N "(cached) $ECHO_C" >&6
20252 $as_echo_n "(cached) " >&6
2006920253 else
2007020254 case $ac_pt_PKG_CONFIG in
2007120255 [\\/]* | ?:[\\/]*)
2008020264 for ac_exec_ext in '' $ac_executable_extensions; do
2008120265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2008220266 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20083 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20267 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2008420268 break 2
2008520269 fi
2008620270 done
2009220276 fi
2009320277 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2009420278 if test -n "$ac_pt_PKG_CONFIG"; then
20095 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
20096 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
20097 else
20098 { echo "$as_me:$LINENO: result: no" >&5
20099 echo "${ECHO_T}no" >&6; }
20279 { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
20280 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
20281 else
20282 { $as_echo "$as_me:$LINENO: result: no" >&5
20283 $as_echo "no" >&6; }
2010020284 fi
2010120285
2010220286 if test "x$ac_pt_PKG_CONFIG" = x; then
2010420288 else
2010520289 case $cross_compiling:$ac_tool_warned in
2010620290 yes:)
20107 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
20108 whose name does not start with the host triplet. If you think this
20109 configuration is useful to you, please write to autoconf@gnu.org." >&5
20110 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
20111 whose name does not start with the host triplet. If you think this
20112 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
20291 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
20292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2011320293 ac_tool_warned=yes ;;
2011420294 esac
2011520295 PKG_CONFIG=$ac_pt_PKG_CONFIG
2012120301 fi
2012220302 if test -n "$PKG_CONFIG"; then
2012320303 _pkg_min_version=0.9.0
20124 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
20125 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
20304 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
20305 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
2012620306 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
20127 { echo "$as_me:$LINENO: result: yes" >&5
20128 echo "${ECHO_T}yes" >&6; }
20307 { $as_echo "$as_me:$LINENO: result: yes" >&5
20308 $as_echo "yes" >&6; }
2012920309 else
20130 { echo "$as_me:$LINENO: result: no" >&5
20131 echo "${ECHO_T}no" >&6; }
20310 { $as_echo "$as_me:$LINENO: result: no" >&5
20311 $as_echo "no" >&6; }
2013220312 PKG_CONFIG=""
2013320313 fi
2013420314
2013520315 fi
2013620316
2013720317 pkg_failed=no
20138 { echo "$as_me:$LINENO: checking for OPENCV" >&5
20139 echo $ECHO_N "checking for OPENCV... $ECHO_C" >&6; }
20318 { $as_echo "$as_me:$LINENO: checking for OPENCV" >&5
20319 $as_echo_n "checking for OPENCV... " >&6; }
2014020320
2014120321 if test -n "$PKG_CONFIG"; then
2014220322 if test -n "$OPENCV_CFLAGS"; then
2014320323 pkg_cv_OPENCV_CFLAGS="$OPENCV_CFLAGS"
2014420324 else
2014520325 if test -n "$PKG_CONFIG" && \
20146 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"opencv >= 1.0.0\"") >&5
20326 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"opencv >= 1.0.0\"") >&5
2014720327 ($PKG_CONFIG --exists --print-errors "opencv >= 1.0.0") 2>&5
2014820328 ac_status=$?
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2015020330 (exit $ac_status); }; then
2015120331 pkg_cv_OPENCV_CFLAGS=`$PKG_CONFIG --cflags "opencv >= 1.0.0" 2>/dev/null`
2015220332 else
2016120341 pkg_cv_OPENCV_LIBS="$OPENCV_LIBS"
2016220342 else
2016320343 if test -n "$PKG_CONFIG" && \
20164 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"opencv >= 1.0.0\"") >&5
20344 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"opencv >= 1.0.0\"") >&5
2016520345 ($PKG_CONFIG --exists --print-errors "opencv >= 1.0.0") 2>&5
2016620346 ac_status=$?
20167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2016820348 (exit $ac_status); }; then
2016920349 pkg_cv_OPENCV_LIBS=`$PKG_CONFIG --libs "opencv >= 1.0.0" 2>/dev/null`
2017020350 else
2019220372 # Put the nasty error message in config.log where it belongs
2019320373 echo "$OPENCV_PKG_ERRORS" >&5
2019420374
20195 { echo "$as_me:$LINENO: result: no" >&5
20196 echo "${ECHO_T}no" >&6; }
20375 { $as_echo "$as_me:$LINENO: result: no" >&5
20376 $as_echo "no" >&6; }
2019720377 true
2019820378 elif test $pkg_failed = untried; then
2019920379 true
2020020380 else
2020120381 OPENCV_CFLAGS=$pkg_cv_OPENCV_CFLAGS
2020220382 OPENCV_LIBS=$pkg_cv_OPENCV_LIBS
20203 { echo "$as_me:$LINENO: result: yes" >&5
20204 echo "${ECHO_T}yes" >&6; }
20383 { $as_echo "$as_me:$LINENO: result: yes" >&5
20384 $as_echo "yes" >&6; }
2020520385 HAVE_OPENCV=true
2020620386 fi
2020720387 if test x$HAVE_OPENCV = xfalse; then
20208 { echo "$as_me:$LINENO: WARNING: *** opencv >= 1.0.0 not found - this program enables optional plugin with the Open Source Computer Vision library >= 1.0.0 http://opencvlibrary.sourceforge.net/ ***" >&5
20209 echo "$as_me: WARNING: *** opencv >= 1.0.0 not found - this program enables optional plugin with the Open Source Computer Vision library >= 1.0.0 http://opencvlibrary.sourceforge.net/ ***" >&2;}
20388 { $as_echo "$as_me:$LINENO: WARNING: *** opencv >= 1.0.0 not found - this program enables optional plugin with the Open Source Computer Vision library >= 1.0.0 http://opencvlibrary.sourceforge.net/ ***" >&5
20389 $as_echo "$as_me: WARNING: *** opencv >= 1.0.0 not found - this program enables optional plugin with the Open Source Computer Vision library >= 1.0.0 http://opencvlibrary.sourceforge.net/ ***" >&2;}
2021020390 else
2021120391 OPENCV_CFLAGS="$OPENCV_CFLAGS -DOPENCV_PREFIX=`pkg-config opencv --variable=prefix`"
2021220392 fi
2022220402
2022320403
2022420404 # Checks for header files.
20225 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
20226 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
20405 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
20406 $as_echo_n "checking for ANSI C header files... " >&6; }
2022720407 if test "${ac_cv_header_stdc+set}" = set; then
20228 echo $ECHO_N "(cached) $ECHO_C" >&6
20408 $as_echo_n "(cached) " >&6
2022920409 else
2023020410 cat >conftest.$ac_ext <<_ACEOF
2023120411 /* confdefs.h. */
2025220432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2025320433 *) ac_try_echo=$ac_try;;
2025420434 esac
20255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20436 $as_echo "$ac_try_echo") >&5
2025620437 (eval "$ac_compile") 2>conftest.er1
2025720438 ac_status=$?
2025820439 grep -v '^ *+' conftest.er1 >conftest.err
2025920440 rm -f conftest.er1
2026020441 cat conftest.err >&5
20261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2026220443 (exit $ac_status); } && {
2026320444 test -z "$ac_c_werror_flag" ||
2026420445 test ! -s conftest.err
2026520446 } && test -s conftest.$ac_objext; then
2026620447 ac_cv_header_stdc=yes
2026720448 else
20268 echo "$as_me: failed program was:" >&5
20449 $as_echo "$as_me: failed program was:" >&5
2026920450 sed 's/^/| /' conftest.$ac_ext >&5
2027020451
2027120452 ac_cv_header_stdc=no
2035720538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2035820539 *) ac_try_echo=$ac_try;;
2035920540 esac
20360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20542 $as_echo "$ac_try_echo") >&5
2036120543 (eval "$ac_link") 2>&5
2036220544 ac_status=$?
20363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2036420546 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2036520547 { (case "(($ac_try" in
2036620548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2036720549 *) ac_try_echo=$ac_try;;
2036820550 esac
20369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20552 $as_echo "$ac_try_echo") >&5
2037020553 (eval "$ac_try") 2>&5
2037120554 ac_status=$?
20372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2037320556 (exit $ac_status); }; }; then
2037420557 :
2037520558 else
20376 echo "$as_me: program exited with status $ac_status" >&5
20377 echo "$as_me: failed program was:" >&5
20559 $as_echo "$as_me: program exited with status $ac_status" >&5
20560 $as_echo "$as_me: failed program was:" >&5
2037820561 sed 's/^/| /' conftest.$ac_ext >&5
2037920562
2038020563 ( exit $ac_status )
2038120564 ac_cv_header_stdc=no
2038220565 fi
20566 rm -rf conftest.dSYM
2038320567 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2038420568 fi
2038520569
2038620570
2038720571 fi
2038820572 fi
20389 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
20390 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
20573 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
20574 $as_echo "$ac_cv_header_stdc" >&6; }
2039120575 if test $ac_cv_header_stdc = yes; then
2039220576
2039320577 cat >>confdefs.h <<\_ACEOF
2040320587
2040420588 for ac_header in float.h inttypes.h limits.h stdlib.h string.h
2040520589 do
20406 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20590 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
2040720591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20408 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20409 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20592 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
20593 $as_echo_n "checking for $ac_header... " >&6; }
2041020594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20411 echo $ECHO_N "(cached) $ECHO_C" >&6
20412 fi
20413 ac_res=`eval echo '${'$as_ac_Header'}'`
20414 { echo "$as_me:$LINENO: result: $ac_res" >&5
20415 echo "${ECHO_T}$ac_res" >&6; }
20595 $as_echo_n "(cached) " >&6
20596 fi
20597 ac_res=`eval 'as_val=${'$as_ac_Header'}
20598 $as_echo "$as_val"'`
20599 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
20600 $as_echo "$ac_res" >&6; }
2041620601 else
2041720602 # Is the header compilable?
20418 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20419 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20603 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
20604 $as_echo_n "checking $ac_header usability... " >&6; }
2042020605 cat >conftest.$ac_ext <<_ACEOF
2042120606 /* confdefs.h. */
2042220607 _ACEOF
2043220617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2043320618 *) ac_try_echo=$ac_try;;
2043420619 esac
20435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20621 $as_echo "$ac_try_echo") >&5
2043620622 (eval "$ac_compile") 2>conftest.er1
2043720623 ac_status=$?
2043820624 grep -v '^ *+' conftest.er1 >conftest.err
2043920625 rm -f conftest.er1
2044020626 cat conftest.err >&5
20441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2044220628 (exit $ac_status); } && {
2044320629 test -z "$ac_c_werror_flag" ||
2044420630 test ! -s conftest.err
2044520631 } && test -s conftest.$ac_objext; then
2044620632 ac_header_compiler=yes
2044720633 else
20448 echo "$as_me: failed program was:" >&5
20634 $as_echo "$as_me: failed program was:" >&5
2044920635 sed 's/^/| /' conftest.$ac_ext >&5
2045020636
2045120637 ac_header_compiler=no
2045220638 fi
2045320639
2045420640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20455 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20456 echo "${ECHO_T}$ac_header_compiler" >&6; }
20641 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20642 $as_echo "$ac_header_compiler" >&6; }
2045720643
2045820644 # Is the header present?
20459 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20460 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20645 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
20646 $as_echo_n "checking $ac_header presence... " >&6; }
2046120647 cat >conftest.$ac_ext <<_ACEOF
2046220648 /* confdefs.h. */
2046320649 _ACEOF
2047120657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2047220658 *) ac_try_echo=$ac_try;;
2047320659 esac
20474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20661 $as_echo "$ac_try_echo") >&5
2047520662 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
2047620663 ac_status=$?
2047720664 grep -v '^ *+' conftest.er1 >conftest.err
2047820665 rm -f conftest.er1
2047920666 cat conftest.err >&5
20480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2048120668 (exit $ac_status); } >/dev/null && {
2048220669 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2048320670 test ! -s conftest.err
2048420671 }; then
2048520672 ac_header_preproc=yes
2048620673 else
20487 echo "$as_me: failed program was:" >&5
20674 $as_echo "$as_me: failed program was:" >&5
2048820675 sed 's/^/| /' conftest.$ac_ext >&5
2048920676
2049020677 ac_header_preproc=no
2049120678 fi
2049220679
2049320680 rm -f conftest.err conftest.$ac_ext
20494 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20495 echo "${ECHO_T}$ac_header_preproc" >&6; }
20681 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20682 $as_echo "$ac_header_preproc" >&6; }
2049620683
2049720684 # So? What about this header?
2049820685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
2049920686 yes:no: )
20500 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20501 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20502 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20503 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20687 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20688 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20689 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20690 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
2050420691 ac_header_preproc=yes
2050520692 ;;
2050620693 no:yes:* )
20507 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20508 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20509 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20510 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20511 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20512 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20513 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20514 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20516 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20517 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20518 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20694 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20695 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20696 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20697 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20698 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20699 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20700 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20701 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20702 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20703 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20704 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20705 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
2051920706 ( cat <<\_ASBOX
2052020707 ## ----------------------------------------- ##
2052120708 ## Report this to richard.spindler@gmail.com ##
2052420711 ) | sed "s/^/$as_me: WARNING: /" >&2
2052520712 ;;
2052620713 esac
20527 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20528 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20714 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
20715 $as_echo_n "checking for $ac_header... " >&6; }
2052920716 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20530 echo $ECHO_N "(cached) $ECHO_C" >&6
20717 $as_echo_n "(cached) " >&6
2053120718 else
2053220719 eval "$as_ac_Header=\$ac_header_preproc"
2053320720 fi
20534 ac_res=`eval echo '${'$as_ac_Header'}'`
20535 { echo "$as_me:$LINENO: result: $ac_res" >&5
20536 echo "${ECHO_T}$ac_res" >&6; }
20537
20538 fi
20539 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20721 ac_res=`eval 'as_val=${'$as_ac_Header'}
20722 $as_echo "$as_val"'`
20723 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
20724 $as_echo "$ac_res" >&6; }
20725
20726 fi
20727 as_val=`eval 'as_val=${'$as_ac_Header'}
20728 $as_echo "$as_val"'`
20729 if test "x$as_val" = x""yes; then
2054020730 cat >>confdefs.h <<_ACEOF
20541 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20731 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
2054220732 _ACEOF
2054320733
2054420734 fi
2054720737
2054820738
2054920739 # Checks for typedefs, structures, and compiler characteristics.
20550 { echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
20551 echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6; }
20740 { $as_echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
20741 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
2055220742 if test "${ac_cv_header_stdbool_h+set}" = set; then
20553 echo $ECHO_N "(cached) $ECHO_C" >&6
20743 $as_echo_n "(cached) " >&6
2055420744 else
2055520745 cat >conftest.$ac_ext <<_ACEOF
2055620746 /* confdefs.h. */
2059120781 char h[sizeof (_Bool)];
2059220782 char i[sizeof s.t];
2059320783 enum { j = false, k = true, l = false * true, m = true * 256 };
20784 /* The following fails for
20785 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
2059420786 _Bool n[m];
2059520787 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
2059620788 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
2064020832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2064120833 *) ac_try_echo=$ac_try;;
2064220834 esac
20643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20836 $as_echo "$ac_try_echo") >&5
2064420837 (eval "$ac_compile") 2>conftest.er1
2064520838 ac_status=$?
2064620839 grep -v '^ *+' conftest.er1 >conftest.err
2064720840 rm -f conftest.er1
2064820841 cat conftest.err >&5
20649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2065020843 (exit $ac_status); } && {
2065120844 test -z "$ac_c_werror_flag" ||
2065220845 test ! -s conftest.err
2065320846 } && test -s conftest.$ac_objext; then
2065420847 ac_cv_header_stdbool_h=yes
2065520848 else
20656 echo "$as_me: failed program was:" >&5
20849 $as_echo "$as_me: failed program was:" >&5
2065720850 sed 's/^/| /' conftest.$ac_ext >&5
2065820851
2065920852 ac_cv_header_stdbool_h=no
2066120854
2066220855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2066320856 fi
20664 { echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
20665 echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6; }
20666 { echo "$as_me:$LINENO: checking for _Bool" >&5
20667 echo $ECHO_N "checking for _Bool... $ECHO_C" >&6; }
20857 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
20858 $as_echo "$ac_cv_header_stdbool_h" >&6; }
20859 { $as_echo "$as_me:$LINENO: checking for _Bool" >&5
20860 $as_echo_n "checking for _Bool... " >&6; }
2066820861 if test "${ac_cv_type__Bool+set}" = set; then
20669 echo $ECHO_N "(cached) $ECHO_C" >&6
20670 else
20671 cat >conftest.$ac_ext <<_ACEOF
20862 $as_echo_n "(cached) " >&6
20863 else
20864 ac_cv_type__Bool=no
20865 cat >conftest.$ac_ext <<_ACEOF
2067220866 /* confdefs.h. */
2067320867 _ACEOF
2067420868 cat confdefs.h >>conftest.$ac_ext
2067520869 cat >>conftest.$ac_ext <<_ACEOF
2067620870 /* end confdefs.h. */
2067720871 $ac_includes_default
20678 typedef _Bool ac__type_new_;
2067920872 int
2068020873 main ()
2068120874 {
20682 if ((ac__type_new_ *) 0)
20683 return 0;
20684 if (sizeof (ac__type_new_))
20685 return 0;
20875 if (sizeof (_Bool))
20876 return 0;
2068620877 ;
2068720878 return 0;
2068820879 }
2069320884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2069420885 *) ac_try_echo=$ac_try;;
2069520886 esac
20696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20888 $as_echo "$ac_try_echo") >&5
2069720889 (eval "$ac_compile") 2>conftest.er1
2069820890 ac_status=$?
2069920891 grep -v '^ *+' conftest.er1 >conftest.err
2070020892 rm -f conftest.er1
2070120893 cat conftest.err >&5
20702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2070320895 (exit $ac_status); } && {
2070420896 test -z "$ac_c_werror_flag" ||
2070520897 test ! -s conftest.err
2070620898 } && test -s conftest.$ac_objext; then
20707 ac_cv_type__Bool=yes
20708 else
20709 echo "$as_me: failed program was:" >&5
20899 cat >conftest.$ac_ext <<_ACEOF
20900 /* confdefs.h. */
20901 _ACEOF
20902 cat confdefs.h >>conftest.$ac_ext
20903 cat >>conftest.$ac_ext <<_ACEOF
20904 /* end confdefs.h. */
20905 $ac_includes_default
20906 int
20907 main ()
20908 {
20909 if (sizeof ((_Bool)))
20910 return 0;
20911 ;
20912 return 0;
20913 }
20914 _ACEOF
20915 rm -f conftest.$ac_objext
20916 if { (ac_try="$ac_compile"
20917 case "(($ac_try" in
20918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20919 *) ac_try_echo=$ac_try;;
20920 esac
20921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20922 $as_echo "$ac_try_echo") >&5
20923 (eval "$ac_compile") 2>conftest.er1
20924 ac_status=$?
20925 grep -v '^ *+' conftest.er1 >conftest.err
20926 rm -f conftest.er1
20927 cat conftest.err >&5
20928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20929 (exit $ac_status); } && {
20930 test -z "$ac_c_werror_flag" ||
20931 test ! -s conftest.err
20932 } && test -s conftest.$ac_objext; then
20933 :
20934 else
20935 $as_echo "$as_me: failed program was:" >&5
2071020936 sed 's/^/| /' conftest.$ac_ext >&5
2071120937
20712 ac_cv_type__Bool=no
20938 ac_cv_type__Bool=yes
2071320939 fi
2071420940
2071520941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20716 fi
20717 { echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
20718 echo "${ECHO_T}$ac_cv_type__Bool" >&6; }
20719 if test $ac_cv_type__Bool = yes; then
20942 else
20943 $as_echo "$as_me: failed program was:" >&5
20944 sed 's/^/| /' conftest.$ac_ext >&5
20945
20946
20947 fi
20948
20949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20950 fi
20951 { $as_echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
20952 $as_echo "$ac_cv_type__Bool" >&6; }
20953 if test "x$ac_cv_type__Bool" = x""yes; then
2072020954
2072120955 cat >>confdefs.h <<_ACEOF
2072220956 #define HAVE__BOOL 1
2073320967
2073420968 fi
2073520969
20736 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
20737 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
20970 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
20971 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
2073820972 if test "${ac_cv_c_const+set}" = set; then
20739 echo $ECHO_N "(cached) $ECHO_C" >&6
20973 $as_echo_n "(cached) " >&6
2074020974 else
2074120975 cat >conftest.$ac_ext <<_ACEOF
2074220976 /* confdefs.h. */
2080821042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2080921043 *) ac_try_echo=$ac_try;;
2081021044 esac
20811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21046 $as_echo "$ac_try_echo") >&5
2081221047 (eval "$ac_compile") 2>conftest.er1
2081321048 ac_status=$?
2081421049 grep -v '^ *+' conftest.er1 >conftest.err
2081521050 rm -f conftest.er1
2081621051 cat conftest.err >&5
20817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2081821053 (exit $ac_status); } && {
2081921054 test -z "$ac_c_werror_flag" ||
2082021055 test ! -s conftest.err
2082121056 } && test -s conftest.$ac_objext; then
2082221057 ac_cv_c_const=yes
2082321058 else
20824 echo "$as_me: failed program was:" >&5
21059 $as_echo "$as_me: failed program was:" >&5
2082521060 sed 's/^/| /' conftest.$ac_ext >&5
2082621061
2082721062 ac_cv_c_const=no
2082921064
2083021065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083121066 fi
20832 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
20833 echo "${ECHO_T}$ac_cv_c_const" >&6; }
21067 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
21068 $as_echo "$ac_cv_c_const" >&6; }
2083421069 if test $ac_cv_c_const = no; then
2083521070
2083621071 cat >>confdefs.h <<\_ACEOF
20837 #define const
21072 #define const /**/
2083821073 _ACEOF
2083921074
2084021075 fi
2084121076
20842 { echo "$as_me:$LINENO: checking for inline" >&5
20843 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
21077 { $as_echo "$as_me:$LINENO: checking for inline" >&5
21078 $as_echo_n "checking for inline... " >&6; }
2084421079 if test "${ac_cv_c_inline+set}" = set; then
20845 echo $ECHO_N "(cached) $ECHO_C" >&6
21080 $as_echo_n "(cached) " >&6
2084621081 else
2084721082 ac_cv_c_inline=no
2084821083 for ac_kw in inline __inline__ __inline; do
2086521100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2086621101 *) ac_try_echo=$ac_try;;
2086721102 esac
20868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21104 $as_echo "$ac_try_echo") >&5
2086921105 (eval "$ac_compile") 2>conftest.er1
2087021106 ac_status=$?
2087121107 grep -v '^ *+' conftest.er1 >conftest.err
2087221108 rm -f conftest.er1
2087321109 cat conftest.err >&5
20874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2087521111 (exit $ac_status); } && {
2087621112 test -z "$ac_c_werror_flag" ||
2087721113 test ! -s conftest.err
2087821114 } && test -s conftest.$ac_objext; then
2087921115 ac_cv_c_inline=$ac_kw
2088021116 else
20881 echo "$as_me: failed program was:" >&5
21117 $as_echo "$as_me: failed program was:" >&5
2088221118 sed 's/^/| /' conftest.$ac_ext >&5
2088321119
2088421120
2088921125 done
2089021126
2089121127 fi
20892 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
20893 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
21128 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
21129 $as_echo "$ac_cv_c_inline" >&6; }
2089421130
2089521131
2089621132 case $ac_cv_c_inline in
2091321149
2091421150 for ac_header in stdlib.h
2091521151 do
20916 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21152 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
2091721153 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20918 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20919 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21154 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21155 $as_echo_n "checking for $ac_header... " >&6; }
2092021156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20921 echo $ECHO_N "(cached) $ECHO_C" >&6
20922 fi
20923 ac_res=`eval echo '${'$as_ac_Header'}'`
20924 { echo "$as_me:$LINENO: result: $ac_res" >&5
20925 echo "${ECHO_T}$ac_res" >&6; }
21157 $as_echo_n "(cached) " >&6
21158 fi
21159 ac_res=`eval 'as_val=${'$as_ac_Header'}
21160 $as_echo "$as_val"'`
21161 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21162 $as_echo "$ac_res" >&6; }
2092621163 else
2092721164 # Is the header compilable?
20928 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20929 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21165 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21166 $as_echo_n "checking $ac_header usability... " >&6; }
2093021167 cat >conftest.$ac_ext <<_ACEOF
2093121168 /* confdefs.h. */
2093221169 _ACEOF
2094221179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2094321180 *) ac_try_echo=$ac_try;;
2094421181 esac
20945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21183 $as_echo "$ac_try_echo") >&5
2094621184 (eval "$ac_compile") 2>conftest.er1
2094721185 ac_status=$?
2094821186 grep -v '^ *+' conftest.er1 >conftest.err
2094921187 rm -f conftest.er1
2095021188 cat conftest.err >&5
20951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2095221190 (exit $ac_status); } && {
2095321191 test -z "$ac_c_werror_flag" ||
2095421192 test ! -s conftest.err
2095521193 } && test -s conftest.$ac_objext; then
2095621194 ac_header_compiler=yes
2095721195 else
20958 echo "$as_me: failed program was:" >&5
21196 $as_echo "$as_me: failed program was:" >&5
2095921197 sed 's/^/| /' conftest.$ac_ext >&5
2096021198
2096121199 ac_header_compiler=no
2096221200 fi
2096321201
2096421202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20965 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20966 echo "${ECHO_T}$ac_header_compiler" >&6; }
21203 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21204 $as_echo "$ac_header_compiler" >&6; }
2096721205
2096821206 # Is the header present?
20969 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20970 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21207 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21208 $as_echo_n "checking $ac_header presence... " >&6; }
2097121209 cat >conftest.$ac_ext <<_ACEOF
2097221210 /* confdefs.h. */
2097321211 _ACEOF
2098121219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2098221220 *) ac_try_echo=$ac_try;;
2098321221 esac
20984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21223 $as_echo "$ac_try_echo") >&5
2098521224 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
2098621225 ac_status=$?
2098721226 grep -v '^ *+' conftest.er1 >conftest.err
2098821227 rm -f conftest.er1
2098921228 cat conftest.err >&5
20990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099121230 (exit $ac_status); } >/dev/null && {
2099221231 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2099321232 test ! -s conftest.err
2099421233 }; then
2099521234 ac_header_preproc=yes
2099621235 else
20997 echo "$as_me: failed program was:" >&5
21236 $as_echo "$as_me: failed program was:" >&5
2099821237 sed 's/^/| /' conftest.$ac_ext >&5
2099921238
2100021239 ac_header_preproc=no
2100121240 fi
2100221241
2100321242 rm -f conftest.err conftest.$ac_ext
21004 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21005 echo "${ECHO_T}$ac_header_preproc" >&6; }
21243 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21244 $as_echo "$ac_header_preproc" >&6; }
2100621245
2100721246 # So? What about this header?
2100821247 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
2100921248 yes:no: )
21010 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21011 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21012 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21013 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21249 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21250 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21251 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21252 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
2101421253 ac_header_preproc=yes
2101521254 ;;
2101621255 no:yes:* )
21017 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21018 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21019 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21020 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21021 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21022 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21023 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21024 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21025 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21026 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21027 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21028 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21257 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21259 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21260 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21261 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21262 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21263 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21264 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21265 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21266 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21267 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
2102921268 ( cat <<\_ASBOX
2103021269 ## ----------------------------------------- ##
2103121270 ## Report this to richard.spindler@gmail.com ##
2103421273 ) | sed "s/^/$as_me: WARNING: /" >&2
2103521274 ;;
2103621275 esac
21037 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21038 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21276 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21277 $as_echo_n "checking for $ac_header... " >&6; }
2103921278 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21040 echo $ECHO_N "(cached) $ECHO_C" >&6
21279 $as_echo_n "(cached) " >&6
2104121280 else
2104221281 eval "$as_ac_Header=\$ac_header_preproc"
2104321282 fi
21044 ac_res=`eval echo '${'$as_ac_Header'}'`
21045 { echo "$as_me:$LINENO: result: $ac_res" >&5
21046 echo "${ECHO_T}$ac_res" >&6; }
21047
21048 fi
21049 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21283 ac_res=`eval 'as_val=${'$as_ac_Header'}
21284 $as_echo "$as_val"'`
21285 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21286 $as_echo "$ac_res" >&6; }
21287
21288 fi
21289 as_val=`eval 'as_val=${'$as_ac_Header'}
21290 $as_echo "$as_val"'`
21291 if test "x$as_val" = x""yes; then
2105021292 cat >>confdefs.h <<_ACEOF
21051 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21293 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
2105221294 _ACEOF
2105321295
2105421296 fi
2105521297
2105621298 done
2105721299
21058 { echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
21059 echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6; }
21300 { $as_echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
21301 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
2106021302 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
21061 echo $ECHO_N "(cached) $ECHO_C" >&6
21303 $as_echo_n "(cached) " >&6
2106221304 else
2106321305 if test "$cross_compiling" = yes; then
2106421306 ac_cv_func_malloc_0_nonnull=no
2108921331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2109021332 *) ac_try_echo=$ac_try;;
2109121333 esac
21092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21335 $as_echo "$ac_try_echo") >&5
2109321336 (eval "$ac_link") 2>&5
2109421337 ac_status=$?
21095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2109621339 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2109721340 { (case "(($ac_try" in
2109821341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2109921342 *) ac_try_echo=$ac_try;;
2110021343 esac
21101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21345 $as_echo "$ac_try_echo") >&5
2110221346 (eval "$ac_try") 2>&5
2110321347 ac_status=$?
21104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2110521349 (exit $ac_status); }; }; then
2110621350 ac_cv_func_malloc_0_nonnull=yes
2110721351 else
21108 echo "$as_me: program exited with status $ac_status" >&5
21109 echo "$as_me: failed program was:" >&5
21352 $as_echo "$as_me: program exited with status $ac_status" >&5
21353 $as_echo "$as_me: failed program was:" >&5
2111021354 sed 's/^/| /' conftest.$ac_ext >&5
2111121355
2111221356 ( exit $ac_status )
2111321357 ac_cv_func_malloc_0_nonnull=no
2111421358 fi
21359 rm -rf conftest.dSYM
2111521360 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2111621361 fi
2111721362
2111821363
2111921364 fi
21120 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
21121 echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; }
21365 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
21366 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
2112221367 if test $ac_cv_func_malloc_0_nonnull = yes; then
2112321368
2112421369 cat >>confdefs.h <<\_ACEOF
2115121396
2115221397 for ac_func in floor memset pow sqrt
2115321398 do
21154 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21155 { echo "$as_me:$LINENO: checking for $ac_func" >&5
21156 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21399 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
21400 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
21401 $as_echo_n "checking for $ac_func... " >&6; }
2115721402 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21158 echo $ECHO_N "(cached) $ECHO_C" >&6
21403 $as_echo_n "(cached) " >&6
2115921404 else
2116021405 cat >conftest.$ac_ext <<_ACEOF
2116121406 /* confdefs.h. */
2120821453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2120921454 *) ac_try_echo=$ac_try;;
2121021455 esac
21211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21457 $as_echo "$ac_try_echo") >&5
2121221458 (eval "$ac_link") 2>conftest.er1
2121321459 ac_status=$?
2121421460 grep -v '^ *+' conftest.er1 >conftest.err
2121521461 rm -f conftest.er1
2121621462 cat conftest.err >&5
21217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2121821464 (exit $ac_status); } && {
2121921465 test -z "$ac_c_werror_flag" ||
2122021466 test ! -s conftest.err
21221 } && test -s conftest$ac_exeext &&
21222 $as_test_x conftest$ac_exeext; then
21467 } && test -s conftest$ac_exeext && {
21468 test "$cross_compiling" = yes ||
21469 $as_test_x conftest$ac_exeext
21470 }; then
2122321471 eval "$as_ac_var=yes"
2122421472 else
21225 echo "$as_me: failed program was:" >&5
21473 $as_echo "$as_me: failed program was:" >&5
2122621474 sed 's/^/| /' conftest.$ac_ext >&5
2122721475
2122821476 eval "$as_ac_var=no"
2122921477 fi
2123021478
21479 rm -rf conftest.dSYM
2123121480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2123221481 conftest$ac_exeext conftest.$ac_ext
2123321482 fi
21234 ac_res=`eval echo '${'$as_ac_var'}'`
21235 { echo "$as_me:$LINENO: result: $ac_res" >&5
21236 echo "${ECHO_T}$ac_res" >&6; }
21237 if test `eval echo '${'$as_ac_var'}'` = yes; then
21483 ac_res=`eval 'as_val=${'$as_ac_var'}
21484 $as_echo "$as_val"'`
21485 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21486 $as_echo "$ac_res" >&6; }
21487 as_val=`eval 'as_val=${'$as_ac_var'}
21488 $as_echo "$as_val"'`
21489 if test "x$as_val" = x""yes; then
2123821490 cat >>confdefs.h <<_ACEOF
21239 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21491 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2124021492 _ACEOF
2124121493
2124221494 fi
2124621498 HAVE_GAVL=false
2124721499
2124821500 pkg_failed=no
21249 { echo "$as_me:$LINENO: checking for GAVL" >&5
21250 echo $ECHO_N "checking for GAVL... $ECHO_C" >&6; }
21501 { $as_echo "$as_me:$LINENO: checking for GAVL" >&5
21502 $as_echo_n "checking for GAVL... " >&6; }
2125121503
2125221504 if test -n "$PKG_CONFIG"; then
2125321505 if test -n "$GAVL_CFLAGS"; then
2125421506 pkg_cv_GAVL_CFLAGS="$GAVL_CFLAGS"
2125521507 else
2125621508 if test -n "$PKG_CONFIG" && \
21257 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gavl >= 0.2.3\"") >&5
21509 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gavl >= 0.2.3\"") >&5
2125821510 ($PKG_CONFIG --exists --print-errors "gavl >= 0.2.3") 2>&5
2125921511 ac_status=$?
21260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2126121513 (exit $ac_status); }; then
2126221514 pkg_cv_GAVL_CFLAGS=`$PKG_CONFIG --cflags "gavl >= 0.2.3" 2>/dev/null`
2126321515 else
2127221524 pkg_cv_GAVL_LIBS="$GAVL_LIBS"
2127321525 else
2127421526 if test -n "$PKG_CONFIG" && \
21275 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gavl >= 0.2.3\"") >&5
21527 { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gavl >= 0.2.3\"") >&5
2127621528 ($PKG_CONFIG --exists --print-errors "gavl >= 0.2.3") 2>&5
2127721529 ac_status=$?
21278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2127921531 (exit $ac_status); }; then
2128021532 pkg_cv_GAVL_LIBS=`$PKG_CONFIG --libs "gavl >= 0.2.3" 2>/dev/null`
2128121533 else
2130321555 # Put the nasty error message in config.log where it belongs
2130421556 echo "$GAVL_PKG_ERRORS" >&5
2130521557
21306 { echo "$as_me:$LINENO: result: no" >&5
21307 echo "${ECHO_T}no" >&6; }
21558 { $as_echo "$as_me:$LINENO: result: no" >&5
21559 $as_echo "no" >&6; }
2130821560 true
2130921561 elif test $pkg_failed = untried; then
2131021562 true
2131121563 else
2131221564 GAVL_CFLAGS=$pkg_cv_GAVL_CFLAGS
2131321565 GAVL_LIBS=$pkg_cv_GAVL_LIBS
21314 { echo "$as_me:$LINENO: result: yes" >&5
21315 echo "${ECHO_T}yes" >&6; }
21566 { $as_echo "$as_me:$LINENO: result: yes" >&5
21567 $as_echo "yes" >&6; }
2131621568 HAVE_GAVL=true
2131721569 fi
2131821570 if test x$HAVE_GAVL = xfalse; then
21319 { echo "$as_me:$LINENO: WARNING: *** gavl >= 0.2.3 not found - this program enables optional plugin with the gmerlin audio
21571 { $as_echo "$as_me:$LINENO: WARNING: *** gavl >= 0.2.3 not found - this program enables optional plugin with the gmerlin audio
2132021572 video library >= 0.2.3 http://gmerlin.sourceforge.net/ ***" >&5
21321 echo "$as_me: WARNING: *** gavl >= 0.2.3 not found - this program enables optional plugin with the gmerlin audio
21573 $as_echo "$as_me: WARNING: *** gavl >= 0.2.3 not found - this program enables optional plugin with the gmerlin audio
2132221574 video library >= 0.2.3 http://gmerlin.sourceforge.net/ ***" >&2;}
2132321575 fi
2132421576 if test x$HAVE_GAVL = xtrue; then
2133021582 fi
2133121583
2133221584
21333 ac_config_files="$ac_config_files Makefile include/Makefile src/Makefile doc/Makefile doc/html/Makefile"
21585 ac_config_files="$ac_config_files frei0r.pc Makefile include/Makefile src/Makefile doc/Makefile doc/html/Makefile"
2133421586
2133521587
2133621588 cat >confcache <<\_ACEOF
2136021612 case $ac_val in #(
2136121613 *${as_nl}*)
2136221614 case $ac_var in #(
21363 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
21364 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
21615 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
21616 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2136521617 esac
2136621618 case $ac_var in #(
2136721619 _ | IFS | as_nl) ;; #(
21620 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2136821621 *) $as_unset $ac_var ;;
2136921622 esac ;;
2137021623 esac
2139721650 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2139821651 if test -w "$cache_file"; then
2139921652 test "x$cache_file" != "x/dev/null" &&
21400 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
21401 echo "$as_me: updating cache $cache_file" >&6;}
21653 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
21654 $as_echo "$as_me: updating cache $cache_file" >&6;}
2140221655 cat confcache >$cache_file
2140321656 else
21404 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
21405 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21657 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
21658 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2140621659 fi
2140721660 fi
2140821661 rm -f confcache
2141821671 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2141921672 # 1. Remove the extension, and $U if already installed.
2142021673 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21421 ac_i=`echo "$ac_i" | sed "$ac_script"`
21674 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2142221675 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2142321676 # will be set to the directory where LIBOBJS objects are built.
2142421677 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2143021683
2143121684
2143221685 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
21433 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
21686 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
2143421687 Usually this means the macro was only invoked conditionally." >&5
21435 echo "$as_me: error: conditional \"AMDEP\" was never defined.
21688 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
2143621689 Usually this means the macro was only invoked conditionally." >&2;}
2143721690 { (exit 1); exit 1; }; }
2143821691 fi
2143921692 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
21440 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
21693 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
2144121694 Usually this means the macro was only invoked conditionally." >&5
21442 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
21695 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
2144321696 Usually this means the macro was only invoked conditionally." >&2;}
2144421697 { (exit 1); exit 1; }; }
2144521698 fi
2144621699 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
21447 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
21700 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
2144821701 Usually this means the macro was only invoked conditionally." >&5
21449 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
21702 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
2145021703 Usually this means the macro was only invoked conditionally." >&2;}
2145121704 { (exit 1); exit 1; }; }
2145221705 fi
2145321706 if test -z "${HAVE_OPENCV_TRUE}" && test -z "${HAVE_OPENCV_FALSE}"; then
21454 { { echo "$as_me:$LINENO: error: conditional \"HAVE_OPENCV\" was never defined.
21707 { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_OPENCV\" was never defined.
2145521708 Usually this means the macro was only invoked conditionally." >&5
21456 echo "$as_me: error: conditional \"HAVE_OPENCV\" was never defined.
21709 $as_echo "$as_me: error: conditional \"HAVE_OPENCV\" was never defined.
2145721710 Usually this means the macro was only invoked conditionally." >&2;}
2145821711 { (exit 1); exit 1; }; }
2145921712 fi
2146021713 if test -z "${HAVE_GAVL_TRUE}" && test -z "${HAVE_GAVL_FALSE}"; then
21461 { { echo "$as_me:$LINENO: error: conditional \"HAVE_GAVL\" was never defined.
21714 { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GAVL\" was never defined.
2146221715 Usually this means the macro was only invoked conditionally." >&5
21463 echo "$as_me: error: conditional \"HAVE_GAVL\" was never defined.
21716 $as_echo "$as_me: error: conditional \"HAVE_GAVL\" was never defined.
2146421717 Usually this means the macro was only invoked conditionally." >&2;}
2146521718 { (exit 1); exit 1; }; }
2146621719 fi
2146721720
2146821721 : ${CONFIG_STATUS=./config.status}
21722 ac_write_fail=0
2146921723 ac_clean_files_save=$ac_clean_files
2147021724 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21471 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
21472 echo "$as_me: creating $CONFIG_STATUS" >&6;}
21473 cat >$CONFIG_STATUS <<_ACEOF
21725 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
21726 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21727 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2147421728 #! $SHELL
2147521729 # Generated by $as_me.
2147621730 # Run this file to recreate the current configuration.
2148321737 SHELL=\${CONFIG_SHELL-$SHELL}
2148421738 _ACEOF
2148521739
21486 cat >>$CONFIG_STATUS <<\_ACEOF
21740 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2148721741 ## --------------------- ##
2148821742 ## M4sh Initialization. ##
2148921743 ## --------------------- ##
2149321747 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2149421748 emulate sh
2149521749 NULLCMD=:
21496 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21750 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2149721751 # is contrary to our usage. Disable this feature.
2149821752 alias -g '${1+"$@"}'='"$@"'
2149921753 setopt NO_GLOB_SUBST
2151521769 as_cr_digits='0123456789'
2151621770 as_cr_alnum=$as_cr_Letters$as_cr_digits
2151721771
21772 as_nl='
21773 '
21774 export as_nl
21775 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21776 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21777 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21778 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21779 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21780 as_echo='printf %s\n'
21781 as_echo_n='printf %s'
21782 else
21783 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21784 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
21785 as_echo_n='/usr/ucb/echo -n'
21786 else
21787 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21788 as_echo_n_body='eval
21789 arg=$1;
21790 case $arg in
21791 *"$as_nl"*)
21792 expr "X$arg" : "X\\(.*\\)$as_nl";
21793 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21794 esac;
21795 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
21796 '
21797 export as_echo_n_body
21798 as_echo_n='sh -c $as_echo_n_body as_echo'
21799 fi
21800 export as_echo_body
21801 as_echo='sh -c $as_echo_body as_echo'
21802 fi
21803
2151821804 # The user is always right.
2151921805 if test "${PATH_SEPARATOR+set}" != set; then
21520 echo "#! /bin/sh" >conf$$.sh
21521 echo "exit 0" >>conf$$.sh
21522 chmod +x conf$$.sh
21523 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21524 PATH_SEPARATOR=';'
21525 else
21526 PATH_SEPARATOR=:
21527 fi
21528 rm -f conf$$.sh
21806 PATH_SEPARATOR=:
21807 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21808 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21809 PATH_SEPARATOR=';'
21810 }
2152921811 fi
2153021812
2153121813 # Support unset when possible.
2154121823 # there to prevent editors from complaining about space-tab.
2154221824 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2154321825 # splitting by setting IFS to empty value.)
21544 as_nl='
21545 '
2154621826 IFS=" "" $as_nl"
2154721827
2154821828 # Find who we are. Look in the path if we contain no directory separator.
2156521845 as_myself=$0
2156621846 fi
2156721847 if test ! -f "$as_myself"; then
21568 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21848 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2156921849 { (exit 1); exit 1; }
2157021850 fi
2157121851
2157821858 PS4='+ '
2157921859
2158021860 # NLS nuisances.
21581 for as_var in \
21582 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21583 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21584 LC_TELEPHONE LC_TIME
21585 do
21586 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21587 eval $as_var=C; export $as_var
21588 else
21589 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21590 fi
21591 done
21861 LC_ALL=C
21862 export LC_ALL
21863 LANGUAGE=C
21864 export LANGUAGE
2159221865
2159321866 # Required to use basename.
2159421867 if expr a : '\(a\)' >/dev/null 2>&1 &&
2161021883 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2161121884 X"$0" : 'X\(//\)$' \| \
2161221885 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21613 echo X/"$0" |
21886 $as_echo X/"$0" |
2161421887 sed '/^.*\/\([^/][^/]*\)\/*$/{
2161521888 s//\1/
2161621889 q
2166121934 s/-\n.*//
2166221935 ' >$as_me.lineno &&
2166321936 chmod +x "$as_me.lineno" ||
21664 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21937 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2166521938 { (exit 1); exit 1; }; }
2166621939
2166721940 # Don't try to exec as it changes $[0], causing all sort of problems
2168921962 *)
2169021963 ECHO_N='-n';;
2169121964 esac
21692
2169321965 if expr a : '\(a\)' >/dev/null 2>&1 &&
2169421966 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2169521967 as_expr=expr
2170221974 rm -f conf$$.dir/conf$$.file
2170321975 else
2170421976 rm -f conf$$.dir
21705 mkdir conf$$.dir
21706 fi
21707 echo >conf$$.file
21708 if ln -s conf$$.file conf$$ 2>/dev/null; then
21709 as_ln_s='ln -s'
21710 # ... but there are two gotchas:
21711 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21712 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21713 # In both cases, we have to default to `cp -p'.
21714 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21977 mkdir conf$$.dir 2>/dev/null
21978 fi
21979 if (echo >conf$$.file) 2>/dev/null; then
21980 if ln -s conf$$.file conf$$ 2>/dev/null; then
21981 as_ln_s='ln -s'
21982 # ... but there are two gotchas:
21983 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21984 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21985 # In both cases, we have to default to `cp -p'.
21986 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21987 as_ln_s='cp -p'
21988 elif ln conf$$.file conf$$ 2>/dev/null; then
21989 as_ln_s=ln
21990 else
2171521991 as_ln_s='cp -p'
21716 elif ln conf$$.file conf$$ 2>/dev/null; then
21717 as_ln_s=ln
21992 fi
2171821993 else
2171921994 as_ln_s='cp -p'
2172021995 fi
2173922014 as_test_x='
2174022015 eval sh -c '\''
2174122016 if test -d "$1"; then
21742 test -d "$1/.";
22017 test -d "$1/.";
2174322018 else
2174422019 case $1 in
21745 -*)set "./$1";;
22020 -*)set "./$1";;
2174622021 esac;
2174722022 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2174822023 ???[sx]*):;;*)false;;esac;fi
2176522040 # values after options handling.
2176622041 ac_log="
2176722042 This file was extended by frei0r-plugins $as_me 1.1.22, which was
21768 generated by GNU Autoconf 2.61. Invocation command line was
22043 generated by GNU Autoconf 2.63. Invocation command line was
2176922044
2177022045 CONFIG_FILES = $CONFIG_FILES
2177122046 CONFIG_HEADERS = $CONFIG_HEADERS
2177822053
2177922054 _ACEOF
2178022055
21781 cat >>$CONFIG_STATUS <<_ACEOF
22056 case $ac_config_files in *"
22057 "*) set x $ac_config_files; shift; ac_config_files=$*;;
22058 esac
22059
22060 case $ac_config_headers in *"
22061 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
22062 esac
22063
22064
22065 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2178222066 # Files that config.status was made for.
2178322067 config_files="$ac_config_files"
2178422068 config_headers="$ac_config_headers"
2178622070
2178722071 _ACEOF
2178822072
21789 cat >>$CONFIG_STATUS <<\_ACEOF
22073 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2179022074 ac_cs_usage="\
2179122075 \`$as_me' instantiates files from templates according to the
2179222076 current configuration.
2179322077
21794 Usage: $0 [OPTIONS] [FILE]...
22078 Usage: $0 [OPTION]... [FILE]...
2179522079
2179622080 -h, --help print this help, then exit
2179722081 -V, --version print version number and configuration settings, then exit
21798 -q, --quiet do not print progress messages
22082 -q, --quiet, --silent
22083 do not print progress messages
2179922084 -d, --debug don't remove temporary files
2180022085 --recheck update $as_me by reconfiguring in the same conditions
21801 --file=FILE[:TEMPLATE]
21802 instantiate the configuration file FILE
21803 --header=FILE[:TEMPLATE]
21804 instantiate the configuration header FILE
22086 --file=FILE[:TEMPLATE]
22087 instantiate the configuration file FILE
22088 --header=FILE[:TEMPLATE]
22089 instantiate the configuration header FILE
2180522090
2180622091 Configuration files:
2180722092 $config_files
2181522100 Report bugs to <bug-autoconf@gnu.org>."
2181622101
2181722102 _ACEOF
21818 cat >>$CONFIG_STATUS <<_ACEOF
22103 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2181922104 ac_cs_version="\\
2182022105 frei0r-plugins config.status 1.1.22
21821 configured by $0, generated by GNU Autoconf 2.61,
21822 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
21823
21824 Copyright (C) 2006 Free Software Foundation, Inc.
22106 configured by $0, generated by GNU Autoconf 2.63,
22107 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22108
22109 Copyright (C) 2008 Free Software Foundation, Inc.
2182522110 This config.status script is free software; the Free Software Foundation
2182622111 gives unlimited permission to copy, distribute and modify it."
2182722112
2182922114 srcdir='$srcdir'
2183022115 INSTALL='$INSTALL'
2183122116 MKDIR_P='$MKDIR_P'
22117 AWK='$AWK'
22118 test -n "\$AWK" || AWK=awk
2183222119 _ACEOF
2183322120
21834 cat >>$CONFIG_STATUS <<\_ACEOF
21835 # If no file are specified by the user, then we need to provide default
21836 # value. By we need to know if files were specified by the user.
22121 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22122 # The default lists apply if the user does not specify any file.
2183722123 ac_need_defaults=:
2183822124 while test $# != 0
2183922125 do
2185522141 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2185622142 ac_cs_recheck=: ;;
2185722143 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21858 echo "$ac_cs_version"; exit ;;
22144 $as_echo "$ac_cs_version"; exit ;;
2185922145 --debug | --debu | --deb | --de | --d | -d )
2186022146 debug=: ;;
2186122147 --file | --fil | --fi | --f )
2186222148 $ac_shift
21863 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
22149 case $ac_optarg in
22150 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22151 esac
22152 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
2186422153 ac_need_defaults=false;;
2186522154 --header | --heade | --head | --hea )
2186622155 $ac_shift
21867 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
22156 case $ac_optarg in
22157 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22158 esac
22159 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
2186822160 ac_need_defaults=false;;
2186922161 --he | --h)
2187022162 # Conflict between --help and --header
21871 { echo "$as_me: error: ambiguous option: $1
22163 { $as_echo "$as_me: error: ambiguous option: $1
2187222164 Try \`$0 --help' for more information." >&2
2187322165 { (exit 1); exit 1; }; };;
2187422166 --help | --hel | -h )
21875 echo "$ac_cs_usage"; exit ;;
22167 $as_echo "$ac_cs_usage"; exit ;;
2187622168 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2187722169 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2187822170 ac_cs_silent=: ;;
2187922171
2188022172 # This is an error.
21881 -*) { echo "$as_me: error: unrecognized option: $1
22173 -*) { $as_echo "$as_me: error: unrecognized option: $1
2188222174 Try \`$0 --help' for more information." >&2
2188322175 { (exit 1); exit 1; }; } ;;
2188422176
2189722189 fi
2189822190
2189922191 _ACEOF
21900 cat >>$CONFIG_STATUS <<_ACEOF
22192 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2190122193 if \$ac_cs_recheck; then
21902 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21903 CONFIG_SHELL=$SHELL
22194 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22195 shift
22196 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
22197 CONFIG_SHELL='$SHELL'
2190422198 export CONFIG_SHELL
21905 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22199 exec "\$@"
2190622200 fi
2190722201
2190822202 _ACEOF
21909 cat >>$CONFIG_STATUS <<\_ACEOF
22203 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2191022204 exec 5>>config.log
2191122205 {
2191222206 echo
2191322207 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2191422208 ## Running $as_me. ##
2191522209 _ASBOX
21916 echo "$ac_log"
22210 $as_echo "$ac_log"
2191722211 } >&5
2191822212
2191922213 _ACEOF
21920 cat >>$CONFIG_STATUS <<_ACEOF
22214 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2192122215 #
2192222216 # INIT-COMMANDS
2192322217 #
2192522219
2192622220 _ACEOF
2192722221
21928 cat >>$CONFIG_STATUS <<\_ACEOF
22222 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2192922223
2193022224 # Handling of arguments.
2193122225 for ac_config_target in $ac_config_targets
2193322227 case $ac_config_target in
2193422228 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
2193522229 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
22230 "frei0r.pc") CONFIG_FILES="$CONFIG_FILES frei0r.pc" ;;
2193622231 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2193722232 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
2193822233 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
2193922234 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
2194022235 "doc/html/Makefile") CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;
2194122236
21942 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21943 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22237 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22238 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2194422239 { (exit 1); exit 1; }; };;
2194522240 esac
2194622241 done
2198122276 (umask 077 && mkdir "$tmp")
2198222277 } ||
2198322278 {
21984 echo "$me: cannot create a temporary directory in ." >&2
22279 $as_echo "$as_me: cannot create a temporary directory in ." >&2
2198522280 { (exit 1); exit 1; }
2198622281 }
2198722282
21988 #
21989 # Set up the sed scripts for CONFIG_FILES section.
21990 #
21991
21992 # No need to generate the scripts if there are no CONFIG_FILES.
21993 # This happens for instance when ./config.status config.h
22283 # Set up the scripts for CONFIG_FILES section.
22284 # No need to generate them if there are no CONFIG_FILES.
22285 # This happens for instance with `./config.status config.h'.
2199422286 if test -n "$CONFIG_FILES"; then
2199522287
22288
22289 ac_cr='
22290 '
22291 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22292 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22293 ac_cs_awk_cr='\\r'
22294 else
22295 ac_cs_awk_cr=$ac_cr
22296 fi
22297
22298 echo 'BEGIN {' >"$tmp/subs1.awk" &&
2199622299 _ACEOF
2199722300
2199822301
21999
22302 {
22303 echo "cat >conf$$subs.awk <<_ACEOF" &&
22304 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22305 echo "_ACEOF"
22306 } >conf$$subs.sh ||
22307 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22308 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22309 { (exit 1); exit 1; }; }
22310 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
2200022311 ac_delim='%!_!# '
2200122312 for ac_last_try in false false false false false :; do
22002 cat >conf$$subs.sed <<_ACEOF
22003 SHELL!$SHELL$ac_delim
22004 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
22005 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
22006 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
22007 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
22008 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
22009 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
22010 exec_prefix!$exec_prefix$ac_delim
22011 prefix!$prefix$ac_delim
22012 program_transform_name!$program_transform_name$ac_delim
22013 bindir!$bindir$ac_delim
22014 sbindir!$sbindir$ac_delim
22015 libexecdir!$libexecdir$ac_delim
22016 datarootdir!$datarootdir$ac_delim
22017 datadir!$datadir$ac_delim
22018 sysconfdir!$sysconfdir$ac_delim
22019 sharedstatedir!$sharedstatedir$ac_delim
22020 localstatedir!$localstatedir$ac_delim
22021 includedir!$includedir$ac_delim
22022 oldincludedir!$oldincludedir$ac_delim
22023 docdir!$docdir$ac_delim
22024 infodir!$infodir$ac_delim
22025 htmldir!$htmldir$ac_delim
22026 dvidir!$dvidir$ac_delim
22027 pdfdir!$pdfdir$ac_delim
22028 psdir!$psdir$ac_delim
22029 libdir!$libdir$ac_delim
22030 localedir!$localedir$ac_delim
22031 mandir!$mandir$ac_delim
22032 DEFS!$DEFS$ac_delim
22033 ECHO_C!$ECHO_C$ac_delim
22034 ECHO_N!$ECHO_N$ac_delim
22035 ECHO_T!$ECHO_T$ac_delim
22036 LIBS!$LIBS$ac_delim
22037 build_alias!$build_alias$ac_delim
22038 host_alias!$host_alias$ac_delim
22039 target_alias!$target_alias$ac_delim
22040 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
22041 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
22042 INSTALL_DATA!$INSTALL_DATA$ac_delim
22043 am__isrc!$am__isrc$ac_delim
22044 CYGPATH_W!$CYGPATH_W$ac_delim
22045 PACKAGE!$PACKAGE$ac_delim
22046 VERSION!$VERSION$ac_delim
22047 ACLOCAL!$ACLOCAL$ac_delim
22048 AUTOCONF!$AUTOCONF$ac_delim
22049 AUTOMAKE!$AUTOMAKE$ac_delim
22050 AUTOHEADER!$AUTOHEADER$ac_delim
22051 MAKEINFO!$MAKEINFO$ac_delim
22052 install_sh!$install_sh$ac_delim
22053 STRIP!$STRIP$ac_delim
22054 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
22055 mkdir_p!$mkdir_p$ac_delim
22056 AWK!$AWK$ac_delim
22057 SET_MAKE!$SET_MAKE$ac_delim
22058 am__leading_dot!$am__leading_dot$ac_delim
22059 AMTAR!$AMTAR$ac_delim
22060 am__tar!$am__tar$ac_delim
22061 am__untar!$am__untar$ac_delim
22062 CXX!$CXX$ac_delim
22063 CXXFLAGS!$CXXFLAGS$ac_delim
22064 LDFLAGS!$LDFLAGS$ac_delim
22065 CPPFLAGS!$CPPFLAGS$ac_delim
22066 ac_ct_CXX!$ac_ct_CXX$ac_delim
22067 EXEEXT!$EXEEXT$ac_delim
22068 OBJEXT!$OBJEXT$ac_delim
22069 DEPDIR!$DEPDIR$ac_delim
22070 am__include!$am__include$ac_delim
22071 am__quote!$am__quote$ac_delim
22072 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
22073 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
22074 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
22075 CXXDEPMODE!$CXXDEPMODE$ac_delim
22076 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
22077 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
22078 CC!$CC$ac_delim
22079 CFLAGS!$CFLAGS$ac_delim
22080 ac_ct_CC!$ac_ct_CC$ac_delim
22081 CCDEPMODE!$CCDEPMODE$ac_delim
22082 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
22083 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
22084 build!$build$ac_delim
22085 build_cpu!$build_cpu$ac_delim
22086 build_vendor!$build_vendor$ac_delim
22087 build_os!$build_os$ac_delim
22088 host!$host$ac_delim
22089 host_cpu!$host_cpu$ac_delim
22090 host_vendor!$host_vendor$ac_delim
22091 host_os!$host_os$ac_delim
22092 SED!$SED$ac_delim
22093 GREP!$GREP$ac_delim
22094 EGREP!$EGREP$ac_delim
22095 LN_S!$LN_S$ac_delim
22096 ECHO!$ECHO$ac_delim
22097 AR!$AR$ac_delim
22098 RANLIB!$RANLIB$ac_delim
22099 DSYMUTIL!$DSYMUTIL$ac_delim
22100 _ACEOF
22101
22102 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
22313 . ./conf$$subs.sh ||
22314 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22315 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22316 { (exit 1); exit 1; }; }
22317
22318 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
22319 if test $ac_delim_n = $ac_delim_num; then
2210322320 break
2210422321 elif $ac_last_try; then
22105 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22106 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22322 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22323 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2210722324 { (exit 1); exit 1; }; }
2210822325 else
2210922326 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2211022327 fi
2211122328 done
22112
22113 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22114 if test -n "$ac_eof"; then
22115 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22116 ac_eof=`expr $ac_eof + 1`
22117 fi
22118
22119 cat >>$CONFIG_STATUS <<_ACEOF
22120 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
22121 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22329 rm -f conf$$subs.sh
22330
22331 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22332 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2212222333 _ACEOF
22123 sed '
22124 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22125 s/^/s,@/; s/!/@,|#_!!_#|/
22126 :n
22127 t n
22128 s/'"$ac_delim"'$/,g/; t
22129 s/$/\\/; p
22130 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22131 ' >>$CONFIG_STATUS <conf$$subs.sed
22132 rm -f conf$$subs.sed
22133 cat >>$CONFIG_STATUS <<_ACEOF
22134 CEOF$ac_eof
22334 sed -n '
22335 h
22336 s/^/S["/; s/!.*/"]=/
22337 p
22338 g
22339 s/^[^!]*!//
22340 :repl
22341 t repl
22342 s/'"$ac_delim"'$//
22343 t delim
22344 :nl
22345 h
22346 s/\(.\{148\}\).*/\1/
22347 t more1
22348 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
22349 p
22350 n
22351 b repl
22352 :more1
22353 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22354 p
22355 g
22356 s/.\{148\}//
22357 t nl
22358 :delim
22359 h
22360 s/\(.\{148\}\).*/\1/
22361 t more2
22362 s/["\\]/\\&/g; s/^/"/; s/$/"/
22363 p
22364 b
22365 :more2
22366 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22367 p
22368 g
22369 s/.\{148\}//
22370 t delim
22371 ' <conf$$subs.awk | sed '
22372 /^[^""]/{
22373 N
22374 s/\n//
22375 }
22376 ' >>$CONFIG_STATUS || ac_write_fail=1
22377 rm -f conf$$subs.awk
22378 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22379 _ACAWK
22380 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
22381 for (key in S) S_is_set[key] = 1
22382 FS = ""
22383
22384 }
22385 {
22386 line = $ 0
22387 nfields = split(line, field, "@")
22388 substed = 0
22389 len = length(field[1])
22390 for (i = 2; i < nfields; i++) {
22391 key = field[i]
22392 keylen = length(key)
22393 if (S_is_set[key]) {
22394 value = S[key]
22395 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22396 len += length(value) + length(field[++i])
22397 substed = 1
22398 } else
22399 len += 1 + keylen
22400 }
22401
22402 print line
22403 }
22404
22405 _ACAWK
2213522406 _ACEOF
22136
22137
22138 ac_delim='%!_!# '
22139 for ac_last_try in false false false false false :; do
22140 cat >conf$$subs.sed <<_ACEOF
22141 NMEDIT!$NMEDIT$ac_delim
22142 CPP!$CPP$ac_delim
22143 CXXCPP!$CXXCPP$ac_delim
22144 F77!$F77$ac_delim
22145 FFLAGS!$FFLAGS$ac_delim
22146 ac_ct_F77!$ac_ct_F77$ac_delim
22147 LIBTOOL!$LIBTOOL$ac_delim
22148 PKG_CONFIG!$PKG_CONFIG$ac_delim
22149 OPENCV_CFLAGS!$OPENCV_CFLAGS$ac_delim
22150 OPENCV_LIBS!$OPENCV_LIBS$ac_delim
22151 HAVE_OPENCV_TRUE!$HAVE_OPENCV_TRUE$ac_delim
22152 HAVE_OPENCV_FALSE!$HAVE_OPENCV_FALSE$ac_delim
22153 LIBOBJS!$LIBOBJS$ac_delim
22154 GAVL_CFLAGS!$GAVL_CFLAGS$ac_delim
22155 GAVL_LIBS!$GAVL_LIBS$ac_delim
22156 HAVE_GAVL_TRUE!$HAVE_GAVL_TRUE$ac_delim
22157 HAVE_GAVL_FALSE!$HAVE_GAVL_FALSE$ac_delim
22158 LTLIBOBJS!$LTLIBOBJS$ac_delim
22407 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22408 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22409 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22410 else
22411 cat
22412 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
22413 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
22414 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
22415 { (exit 1); exit 1; }; }
2215922416 _ACEOF
22160
22161 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 18; then
22162 break
22163 elif $ac_last_try; then
22164 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22165 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22166 { (exit 1); exit 1; }; }
22167 else
22168 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22169 fi
22170 done
22171
22172 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22173 if test -n "$ac_eof"; then
22174 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22175 ac_eof=`expr $ac_eof + 1`
22176 fi
22177
22178 cat >>$CONFIG_STATUS <<_ACEOF
22179 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22180 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22181 _ACEOF
22182 sed '
22183 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22184 s/^/s,@/; s/!/@,|#_!!_#|/
22185 :n
22186 t n
22187 s/'"$ac_delim"'$/,g/; t
22188 s/$/\\/; p
22189 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22190 ' >>$CONFIG_STATUS <conf$$subs.sed
22191 rm -f conf$$subs.sed
22192 cat >>$CONFIG_STATUS <<_ACEOF
22193 :end
22194 s/|#_!!_#|//g
22195 CEOF$ac_eof
22196 _ACEOF
22197
2219822417
2219922418 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2220022419 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2221122430 }'
2221222431 fi
2221322432
22214 cat >>$CONFIG_STATUS <<\_ACEOF
22433 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2221522434 fi # test -n "$CONFIG_FILES"
2221622435
22217
22218 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
22436 # Set up the scripts for CONFIG_HEADERS section.
22437 # No need to generate them if there are no CONFIG_HEADERS.
22438 # This happens for instance with `./config.status Makefile'.
22439 if test -n "$CONFIG_HEADERS"; then
22440 cat >"$tmp/defines.awk" <<\_ACAWK ||
22441 BEGIN {
22442 _ACEOF
22443
22444 # Transform confdefs.h into an awk script `defines.awk', embedded as
22445 # here-document in config.status, that substitutes the proper values into
22446 # config.h.in to produce config.h.
22447
22448 # Create a delimiter string that does not exist in confdefs.h, to ease
22449 # handling of long lines.
22450 ac_delim='%!_!# '
22451 for ac_last_try in false false :; do
22452 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
22453 if test -z "$ac_t"; then
22454 break
22455 elif $ac_last_try; then
22456 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
22457 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
22458 { (exit 1); exit 1; }; }
22459 else
22460 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22461 fi
22462 done
22463
22464 # For the awk script, D is an array of macro values keyed by name,
22465 # likewise P contains macro parameters if any. Preserve backslash
22466 # newline sequences.
22467
22468 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22469 sed -n '
22470 s/.\{148\}/&'"$ac_delim"'/g
22471 t rset
22472 :rset
22473 s/^[ ]*#[ ]*define[ ][ ]*/ /
22474 t def
22475 d
22476 :def
22477 s/\\$//
22478 t bsnl
22479 s/["\\]/\\&/g
22480 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22481 D["\1"]=" \3"/p
22482 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
22483 d
22484 :bsnl
22485 s/["\\]/\\&/g
22486 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22487 D["\1"]=" \3\\\\\\n"\\/p
22488 t cont
22489 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
22490 t cont
22491 d
22492 :cont
22493 n
22494 s/.\{148\}/&'"$ac_delim"'/g
22495 t clear
22496 :clear
22497 s/\\$//
22498 t bsnlc
22499 s/["\\]/\\&/g; s/^/"/; s/$/"/p
22500 d
22501 :bsnlc
22502 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
22503 b cont
22504 ' <confdefs.h | sed '
22505 s/'"$ac_delim"'/"\\\
22506 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22507
22508 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22509 for (key in D) D_is_set[key] = 1
22510 FS = ""
22511 }
22512 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22513 line = \$ 0
22514 split(line, arg, " ")
22515 if (arg[1] == "#") {
22516 defundef = arg[2]
22517 mac1 = arg[3]
22518 } else {
22519 defundef = substr(arg[1], 2)
22520 mac1 = arg[2]
22521 }
22522 split(mac1, mac2, "(") #)
22523 macro = mac2[1]
22524 prefix = substr(line, 1, index(line, defundef) - 1)
22525 if (D_is_set[macro]) {
22526 # Preserve the white space surrounding the "#".
22527 print prefix "define", macro P[macro] D[macro]
22528 next
22529 } else {
22530 # Replace #undef with comments. This is necessary, for example,
22531 # in the case of _POSIX_SOURCE, which is predefined and required
22532 # on some systems where configure will not decide to define it.
22533 if (defundef == "undef") {
22534 print "/*", prefix defundef, macro, "*/"
22535 next
22536 }
22537 }
22538 }
22539 { print }
22540 _ACAWK
22541 _ACEOF
22542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22543 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
22544 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
22545 { (exit 1); exit 1; }; }
22546 fi # test -n "$CONFIG_HEADERS"
22547
22548
22549 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
22550 shift
22551 for ac_tag
2221922552 do
2222022553 case $ac_tag in
2222122554 :[FHLC]) ac_mode=$ac_tag; continue;;
2222222555 esac
2222322556 case $ac_mode$ac_tag in
2222422557 :[FHL]*:*);;
22225 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22226 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22558 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
22559 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
2222722560 { (exit 1); exit 1; }; };;
2222822561 :[FH]-) ac_tag=-:-;;
2222922562 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2225222585 [\\/$]*) false;;
2225322586 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2225422587 esac ||
22255 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22256 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22588 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22589 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
2225722590 { (exit 1); exit 1; }; };;
2225822591 esac
22259 ac_file_inputs="$ac_file_inputs $ac_f"
22592 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22593 ac_file_inputs="$ac_file_inputs '$ac_f'"
2226022594 done
2226122595
2226222596 # Let's still pretend it is `configure' which instantiates (i.e., don't
2226322597 # use $as_me), people would be surprised to read:
2226422598 # /* config.h. Generated by config.status. */
22265 configure_input="Generated from "`IFS=:
22266 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22599 configure_input='Generated from '`
22600 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22601 `' by configure.'
2226722602 if test x"$ac_file" != x-; then
2226822603 configure_input="$ac_file. $configure_input"
22269 { echo "$as_me:$LINENO: creating $ac_file" >&5
22270 echo "$as_me: creating $ac_file" >&6;}
22604 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
22605 $as_echo "$as_me: creating $ac_file" >&6;}
2227122606 fi
22607 # Neutralize special characters interpreted by sed in replacement strings.
22608 case $configure_input in #(
22609 *\&* | *\|* | *\\* )
22610 ac_sed_conf_input=`$as_echo "$configure_input" |
22611 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22612 *) ac_sed_conf_input=$configure_input;;
22613 esac
2227222614
2227322615 case $ac_tag in
22274 *:-:* | *:-) cat >"$tmp/stdin";;
22616 *:-:* | *:-) cat >"$tmp/stdin" \
22617 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
22618 $as_echo "$as_me: error: could not create $ac_file" >&2;}
22619 { (exit 1); exit 1; }; } ;;
2227522620 esac
2227622621 ;;
2227722622 esac
2228122626 X"$ac_file" : 'X\(//\)[^/]' \| \
2228222627 X"$ac_file" : 'X\(//\)$' \| \
2228322628 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22284 echo X"$ac_file" |
22629 $as_echo X"$ac_file" |
2228522630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2228622631 s//\1/
2228722632 q
2230722652 as_dirs=
2230822653 while :; do
2230922654 case $as_dir in #(
22310 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22655 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2231122656 *) as_qdir=$as_dir;;
2231222657 esac
2231322658 as_dirs="'$as_qdir' $as_dirs"
2231622661 X"$as_dir" : 'X\(//\)[^/]' \| \
2231722662 X"$as_dir" : 'X\(//\)$' \| \
2231822663 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22319 echo X"$as_dir" |
22664 $as_echo X"$as_dir" |
2232022665 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2232122666 s//\1/
2232222667 q
2233722682 test -d "$as_dir" && break
2233822683 done
2233922684 test -z "$as_dirs" || eval "mkdir $as_dirs"
22340 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22341 echo "$as_me: error: cannot create directory $as_dir" >&2;}
22685 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22686 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
2234222687 { (exit 1); exit 1; }; }; }
2234322688 ac_builddir=.
2234422689
2234522690 case "$ac_dir" in
2234622691 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2234722692 *)
22348 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22693 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2234922694 # A ".." for each directory in $ac_dir_suffix.
22350 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22695 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2235122696 case $ac_top_builddir_sub in
2235222697 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2235322698 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2239222737 esac
2239322738 _ACEOF
2239422739
22395 cat >>$CONFIG_STATUS <<\_ACEOF
22740 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2239622741 # If the template does not know about datarootdir, expand it.
2239722742 # FIXME: This hack should be removed a few years after 2.60.
2239822743 ac_datarootdir_hack=; ac_datarootdir_seen=
2239922744
22400 case `sed -n '/datarootdir/ {
22745 ac_sed_dataroot='
22746 /datarootdir/ {
2240122747 p
2240222748 q
2240322749 }
2240622752 /@infodir@/p
2240722753 /@localedir@/p
2240822754 /@mandir@/p
22409 ' $ac_file_inputs` in
22755 '
22756 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
2241022757 *datarootdir*) ac_datarootdir_seen=yes;;
2241122758 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22412 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22413 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22759 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22760 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2241422761 _ACEOF
22415 cat >>$CONFIG_STATUS <<_ACEOF
22762 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2241622763 ac_datarootdir_hack='
2241722764 s&@datadir@&$datadir&g
2241822765 s&@docdir@&$docdir&g
2242622773 # Neutralize VPATH when `$srcdir' = `.'.
2242722774 # Shell code in configure.ac might set extrasub.
2242822775 # FIXME: do we really want to maintain this feature?
22429 cat >>$CONFIG_STATUS <<_ACEOF
22430 sed "$ac_vpsub
22776 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22777 ac_sed_extra="$ac_vpsub
2243122778 $extrasub
2243222779 _ACEOF
22433 cat >>$CONFIG_STATUS <<\_ACEOF
22780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2243422781 :t
2243522782 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22436 s&@configure_input@&$configure_input&;t t
22783 s|@configure_input@|$ac_sed_conf_input|;t t
2243722784 s&@top_builddir@&$ac_top_builddir_sub&;t t
22785 s&@top_build_prefix@&$ac_top_build_prefix&;t t
2243822786 s&@srcdir@&$ac_srcdir&;t t
2243922787 s&@abs_srcdir@&$ac_abs_srcdir&;t t
2244022788 s&@top_srcdir@&$ac_top_srcdir&;t t
2244522793 s&@INSTALL@&$ac_INSTALL&;t t
2244622794 s&@MKDIR_P@&$ac_MKDIR_P&;t t
2244722795 $ac_datarootdir_hack
22448 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22796 "
22797 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
22798 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
22799 $as_echo "$as_me: error: could not create $ac_file" >&2;}
22800 { (exit 1); exit 1; }; }
2244922801
2245022802 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2245122803 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
2245222804 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22453 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22805 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2245422806 which seems to be undefined. Please make sure it is defined." >&5
22455 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22807 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2245622808 which seems to be undefined. Please make sure it is defined." >&2;}
2245722809
2245822810 rm -f "$tmp/stdin"
2245922811 case $ac_file in
22460 -) cat "$tmp/out"; rm -f "$tmp/out";;
22461 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22462 esac
22812 -) cat "$tmp/out" && rm -f "$tmp/out";;
22813 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
22814 esac \
22815 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
22816 $as_echo "$as_me: error: could not create $ac_file" >&2;}
22817 { (exit 1); exit 1; }; }
2246322818 ;;
2246422819 :H)
2246522820 #
2246622821 # CONFIG_HEADER
2246722822 #
22468 _ACEOF
22469
22470 # Transform confdefs.h into a sed script `conftest.defines', that
22471 # substitutes the proper values into config.h.in to produce config.h.
22472 rm -f conftest.defines conftest.tail
22473 # First, append a space to every undef/define line, to ease matching.
22474 echo 's/$/ /' >conftest.defines
22475 # Then, protect against being on the right side of a sed subst, or in
22476 # an unquoted here document, in config.status. If some macros were
22477 # called several times there might be several #defines for the same
22478 # symbol, which is useless. But do not sort them, since the last
22479 # AC_DEFINE must be honored.
22480 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22481 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22482 # NAME is the cpp macro being defined, VALUE is the value it is being given.
22483 # PARAMS is the parameter list in the macro definition--in most cases, it's
22484 # just an empty string.
22485 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
22486 ac_dB='\\)[ (].*,\\1define\\2'
22487 ac_dC=' '
22488 ac_dD=' ,'
22489
22490 uniq confdefs.h |
22491 sed -n '
22492 t rset
22493 :rset
22494 s/^[ ]*#[ ]*define[ ][ ]*//
22495 t ok
22496 d
22497 :ok
22498 s/[\\&,]/\\&/g
22499 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
22500 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
22501 ' >>conftest.defines
22502
22503 # Remove the space that was appended to ease matching.
22504 # Then replace #undef with comments. This is necessary, for
22505 # example, in the case of _POSIX_SOURCE, which is predefined and required
22506 # on some systems where configure will not decide to define it.
22507 # (The regexp can be short, since the line contains either #define or #undef.)
22508 echo 's/ $//
22509 s,^[ #]*u.*,/* & */,' >>conftest.defines
22510
22511 # Break up conftest.defines:
22512 ac_max_sed_lines=50
22513
22514 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22515 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22516 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22517 # et cetera.
22518 ac_in='$ac_file_inputs'
22519 ac_out='"$tmp/out1"'
22520 ac_nxt='"$tmp/out2"'
22521
22522 while :
22523 do
22524 # Write a here document:
22525 cat >>$CONFIG_STATUS <<_ACEOF
22526 # First, check the format of the line:
22527 cat >"\$tmp/defines.sed" <<\\CEOF
22528 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
22529 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
22530 b
22531 :def
22532 _ACEOF
22533 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
22534 echo 'CEOF
22535 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22536 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
22537 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
22538 grep . conftest.tail >/dev/null || break
22539 rm -f conftest.defines
22540 mv conftest.tail conftest.defines
22541 done
22542 rm -f conftest.defines conftest.tail
22543
22544 echo "ac_result=$ac_in" >>$CONFIG_STATUS
22545 cat >>$CONFIG_STATUS <<\_ACEOF
2254622823 if test x"$ac_file" != x-; then
22547 echo "/* $configure_input */" >"$tmp/config.h"
22548 cat "$ac_result" >>"$tmp/config.h"
22549 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
22550 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22551 echo "$as_me: $ac_file is unchanged" >&6;}
22824 {
22825 $as_echo "/* $configure_input */" \
22826 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
22827 } >"$tmp/config.h" \
22828 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
22829 $as_echo "$as_me: error: could not create $ac_file" >&2;}
22830 { (exit 1); exit 1; }; }
22831 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
22832 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22833 $as_echo "$as_me: $ac_file is unchanged" >&6;}
2255222834 else
22553 rm -f $ac_file
22554 mv "$tmp/config.h" $ac_file
22835 rm -f "$ac_file"
22836 mv "$tmp/config.h" "$ac_file" \
22837 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
22838 $as_echo "$as_me: error: could not create $ac_file" >&2;}
22839 { (exit 1); exit 1; }; }
2255522840 fi
2255622841 else
22557 echo "/* $configure_input */"
22558 cat "$ac_result"
22842 $as_echo "/* $configure_input */" \
22843 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
22844 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
22845 $as_echo "$as_me: error: could not create -" >&2;}
22846 { (exit 1); exit 1; }; }
2255922847 fi
22560 rm -f "$tmp/out12"
22561 # Compute $ac_file's index in $config_headers.
22562 _am_arg=$ac_file
22848 # Compute "$ac_file"'s index in $config_headers.
22849 _am_arg="$ac_file"
2256322850 _am_stamp_count=1
2256422851 for _am_header in $config_headers :; do
2256522852 case $_am_header in
2257422861 X"$_am_arg" : 'X\(//\)[^/]' \| \
2257522862 X"$_am_arg" : 'X\(//\)$' \| \
2257622863 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
22577 echo X"$_am_arg" |
22864 $as_echo X"$_am_arg" |
2257822865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2257922866 s//\1/
2258022867 q
2259422881 s/.*/./; q'`/stamp-h$_am_stamp_count
2259522882 ;;
2259622883
22597 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
22598 echo "$as_me: executing $ac_file commands" >&6;}
22884 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
22885 $as_echo "$as_me: executing $ac_file commands" >&6;}
2259922886 ;;
2260022887 esac
2260122888
2261722904 X"$mf" : 'X\(//\)[^/]' \| \
2261822905 X"$mf" : 'X\(//\)$' \| \
2261922906 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
22620 echo X"$mf" |
22907 $as_echo X"$mf" |
2262122908 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2262222909 s//\1/
2262322910 q
2266122948 X"$file" : 'X\(//\)[^/]' \| \
2266222949 X"$file" : 'X\(//\)$' \| \
2266322950 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
22664 echo X"$file" |
22951 $as_echo X"$file" |
2266522952 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2266622953 s//\1/
2266722954 q
2268722974 as_dirs=
2268822975 while :; do
2268922976 case $as_dir in #(
22690 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22977 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2269122978 *) as_qdir=$as_dir;;
2269222979 esac
2269322980 as_dirs="'$as_qdir' $as_dirs"
2269622983 X"$as_dir" : 'X\(//\)[^/]' \| \
2269722984 X"$as_dir" : 'X\(//\)$' \| \
2269822985 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22699 echo X"$as_dir" |
22986 $as_echo X"$as_dir" |
2270022987 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2270122988 s//\1/
2270222989 q
2271723004 test -d "$as_dir" && break
2271823005 done
2271923006 test -z "$as_dirs" || eval "mkdir $as_dirs"
22720 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22721 echo "$as_me: error: cannot create directory $as_dir" >&2;}
23007 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23008 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
2272223009 { (exit 1); exit 1; }; }; }
2272323010 # echo "creating $dirpart/$file"
2272423011 echo '# dummy' > "$dirpart/$file"
2273423021 _ACEOF
2273523022 chmod +x $CONFIG_STATUS
2273623023 ac_clean_files=$ac_clean_files_save
23024
23025 test $ac_write_fail = 0 ||
23026 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
23027 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
23028 { (exit 1); exit 1; }; }
2273723029
2273823030
2273923031 # configure is writing to config.log, and then calls config.status.
2275623048 # would make configure fail if this is the last instruction.
2275723049 $ac_cs_success || { (exit 1); exit 1; }
2275823050 fi
22759
23051 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
23052 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23053 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23054 fi
23055
6666 AM_CONDITIONAL([HAVE_GAVL], [test x$HAVE_GAVL = xtrue])
6767
6868 AC_CONFIG_FILES([
69 frei0r.pc
6970 Makefile
7071 include/Makefile
7172 src/Makefile
0 frei0r (1.1.22git20090409-1) unstable; urgency=low
1
2 * Sync with upstream git to add pkg-config file.
3
4 -- Luca Bigliardi <shammash@artha.org> Thu, 09 Apr 2009 17:39:36 +0200
5
06 frei0r (1.1.22git20090209-1) unstable; urgency=low
17
28 * First official debian package (Closes: #514639).
00 Source: frei0r
1 Section: graphics
1 Section: video
22 Priority: optional
33 Maintainer: Luca Bigliardi <shammash@artha.org>
44 Uploaders: Denis Rojo <jaromil@dyne.org>
77 Vcs-Browser: http://git.dyne.org/?r=frei0r
88 Homepage: http://www.piksel.org/frei0r
99 Build-Depends: cdbs, debhelper (>> 5.0.0), pkg-config, libcv-dev, libgavl-dev (>= 1.1.0)
10 Standards-Version: 3.8.0
10 Standards-Version: 3.8.1
1111
1212 Package: frei0r-plugins
13 Section: graphics
13 Section: video
1414 Architecture: any
1515 Depends: ${shlibs:Depends}, ${misc:Depends}
1616 Description: minimalistic plugin API for video effects, plugins collection
00 usr/include/
1 usr/lib/pkgconfig
175175 srcdir = @srcdir@
176176 sysconfdir = @sysconfdir@
177177 target_alias = @target_alias@
178 top_build_prefix = @top_build_prefix@
178179 top_builddir = @top_builddir@
179180 top_srcdir = @top_srcdir@
180181 SUBDIRS = html
163163 srcdir = @srcdir@
164164 sysconfdir = @sysconfdir@
165165 target_alias = @target_alias@
166 top_build_prefix = @top_build_prefix@
166167 top_builddir = @top_builddir@
167168 top_srcdir = @top_srcdir@
168169 htmldocs_DATA = \
0 prefix=@prefix@
1 exec_prefix=@exec_prefix@
2 libdir=@libdir@
3 includedir=@includedir@
4
5 Name: frei0r
6 Description: minimalistic plugin API for video effects
7 Version: @VERSION@
8 Libs:
9 Cflags: -I${includedir}
10
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 include_HEADERS = frei0r.h
1919 subtract.la letterb0xed.la R.la G.la B.la RGB.la composition.la alphainjection.la\
2020 water.la partik0l.la cartoon.la glow.la lenscorrection.la transparency.la \
2121 colordistance.la perspective.la uvmap.la luminance.la edgeglow.la \
22 cluster.la
22 cluster.la balanc0r.la
2323
2424 if HAVE_GAVL
2525 plugin_LTLIBRARIES += scale0tilt.la
8181 pixeliz0r_la_SOURCES = filter/pixeliz0r/pixeliz0r.c
8282 scanline0r_la_SOURCES = filter/scanline0r/scanline0r.cpp
8383 tehroxx0r_la_SOURCES = filter/tehroxx0r/tehRoxx0r.c
84 balanc0r_la_SOURCES = filter/balanc0r/balanc0r.c
8485 ising0r_la_SOURCES = generator/ising0r/ising0r.c
8586 lissajous0r_la_SOURCES = generator/lissajous0r/lissajous0r.cpp
8687 nois0r_la_SOURCES = generator/nois0r/nois0r.cpp
9898 alphaxor_la_LIBADD =
9999 am_alphaxor_la_OBJECTS = alphaxor.lo
100100 alphaxor_la_OBJECTS = $(am_alphaxor_la_OBJECTS)
101 balanc0r_la_LIBADD =
102 am_balanc0r_la_OBJECTS = balanc0r.lo
103 balanc0r_la_OBJECTS = $(am_balanc0r_la_OBJECTS)
101104 blend_la_LIBADD =
102105 am_blend_la_OBJECTS = blend.lo
103106 blend_la_OBJECTS = $(am_blend_la_OBJECTS)
335338 $(alphaatop_la_SOURCES) $(alphain_la_SOURCES) \
336339 $(alphainjection_la_SOURCES) $(alphaout_la_SOURCES) \
337340 $(alphaover_la_SOURCES) $(alphaxor_la_SOURCES) \
338 $(blend_la_SOURCES) $(brightness_la_SOURCES) \
339 $(burn_la_SOURCES) $(bw0r_la_SOURCES) $(cartoon_la_SOURCES) \
340 $(cluster_la_SOURCES) $(color_only_la_SOURCES) \
341 $(colordistance_la_SOURCES) $(composition_la_SOURCES) \
342 $(contrast0r_la_SOURCES) $(darken_la_SOURCES) \
343 $(delay0r_la_SOURCES) $(difference_la_SOURCES) \
344 $(distort0r_la_SOURCES) $(divide_la_SOURCES) \
345 $(dodge_la_SOURCES) $(edgeglow_la_SOURCES) \
346 $(equaliz0r_la_SOURCES) $(facedetect_la_SOURCES) \
347 $(flippo_la_SOURCES) $(gamma_la_SOURCES) $(glow_la_SOURCES) \
341 $(balanc0r_la_SOURCES) $(blend_la_SOURCES) \
342 $(brightness_la_SOURCES) $(burn_la_SOURCES) $(bw0r_la_SOURCES) \
343 $(cartoon_la_SOURCES) $(cluster_la_SOURCES) \
344 $(color_only_la_SOURCES) $(colordistance_la_SOURCES) \
345 $(composition_la_SOURCES) $(contrast0r_la_SOURCES) \
346 $(darken_la_SOURCES) $(delay0r_la_SOURCES) \
347 $(difference_la_SOURCES) $(distort0r_la_SOURCES) \
348 $(divide_la_SOURCES) $(dodge_la_SOURCES) \
349 $(edgeglow_la_SOURCES) $(equaliz0r_la_SOURCES) \
350 $(facedetect_la_SOURCES) $(flippo_la_SOURCES) \
351 $(gamma_la_SOURCES) $(glow_la_SOURCES) \
348352 $(grain_extract_la_SOURCES) $(grain_merge_la_SOURCES) \
349353 $(hardlight_la_SOURCES) $(hue_la_SOURCES) \
350354 $(hueshift0r_la_SOURCES) $(invert0r_la_SOURCES) \
370374 $(alphaatop_la_SOURCES) $(alphain_la_SOURCES) \
371375 $(alphainjection_la_SOURCES) $(alphaout_la_SOURCES) \
372376 $(alphaover_la_SOURCES) $(alphaxor_la_SOURCES) \
373 $(blend_la_SOURCES) $(brightness_la_SOURCES) \
374 $(burn_la_SOURCES) $(bw0r_la_SOURCES) $(cartoon_la_SOURCES) \
375 $(cluster_la_SOURCES) $(color_only_la_SOURCES) \
376 $(colordistance_la_SOURCES) $(composition_la_SOURCES) \
377 $(contrast0r_la_SOURCES) $(darken_la_SOURCES) \
378 $(delay0r_la_SOURCES) $(difference_la_SOURCES) \
379 $(distort0r_la_SOURCES) $(divide_la_SOURCES) \
380 $(dodge_la_SOURCES) $(edgeglow_la_SOURCES) \
381 $(equaliz0r_la_SOURCES) $(am__facedetect_la_SOURCES_DIST) \
382 $(flippo_la_SOURCES) $(gamma_la_SOURCES) $(glow_la_SOURCES) \
377 $(balanc0r_la_SOURCES) $(blend_la_SOURCES) \
378 $(brightness_la_SOURCES) $(burn_la_SOURCES) $(bw0r_la_SOURCES) \
379 $(cartoon_la_SOURCES) $(cluster_la_SOURCES) \
380 $(color_only_la_SOURCES) $(colordistance_la_SOURCES) \
381 $(composition_la_SOURCES) $(contrast0r_la_SOURCES) \
382 $(darken_la_SOURCES) $(delay0r_la_SOURCES) \
383 $(difference_la_SOURCES) $(distort0r_la_SOURCES) \
384 $(divide_la_SOURCES) $(dodge_la_SOURCES) \
385 $(edgeglow_la_SOURCES) $(equaliz0r_la_SOURCES) \
386 $(am__facedetect_la_SOURCES_DIST) $(flippo_la_SOURCES) \
387 $(gamma_la_SOURCES) $(glow_la_SOURCES) \
383388 $(grain_extract_la_SOURCES) $(grain_merge_la_SOURCES) \
384389 $(hardlight_la_SOURCES) $(hue_la_SOURCES) \
385390 $(hueshift0r_la_SOURCES) $(invert0r_la_SOURCES) \
514519 srcdir = @srcdir@
515520 sysconfdir = @sysconfdir@
516521 target_alias = @target_alias@
522 top_build_prefix = @top_build_prefix@
517523 top_builddir = @top_builddir@
518524 top_srcdir = @top_srcdir@
519525 plugin_LTLIBRARIES = 3dflippo.la brightness.la distort0r.la \
531537 composition.la alphainjection.la water.la partik0l.la \
532538 cartoon.la glow.la lenscorrection.la transparency.la \
533539 colordistance.la perspective.la uvmap.la luminance.la \
534 edgeglow.la cluster.la $(am__append_1) $(am__append_2)
540 edgeglow.la cluster.la balanc0r.la $(am__append_1) \
541 $(am__append_2)
535542 @HAVE_GAVL_TRUE@scale0tilt_la_SOURCES = filter/scale0tilt/scale0tilt.c
536543 @HAVE_GAVL_TRUE@scale0tilt_la_CFLAGS = @GAVL_CFLAGS@ @CFLAGS@
537544 @HAVE_GAVL_TRUE@scale0tilt_la_LIBADD = @GAVL_LIBS@
580587 pixeliz0r_la_SOURCES = filter/pixeliz0r/pixeliz0r.c
581588 scanline0r_la_SOURCES = filter/scanline0r/scanline0r.cpp
582589 tehroxx0r_la_SOURCES = filter/tehroxx0r/tehRoxx0r.c
590 balanc0r_la_SOURCES = filter/balanc0r/balanc0r.c
583591 ising0r_la_SOURCES = generator/ising0r/ising0r.c
584592 lissajous0r_la_SOURCES = generator/lissajous0r/lissajous0r.cpp
585593 nois0r_la_SOURCES = generator/nois0r/nois0r.cpp
684692 $(CXXLINK) -rpath $(plugindir) $(alphaover_la_OBJECTS) $(alphaover_la_LIBADD) $(LIBS)
685693 alphaxor.la: $(alphaxor_la_OBJECTS) $(alphaxor_la_DEPENDENCIES)
686694 $(CXXLINK) -rpath $(plugindir) $(alphaxor_la_OBJECTS) $(alphaxor_la_LIBADD) $(LIBS)
695 balanc0r.la: $(balanc0r_la_OBJECTS) $(balanc0r_la_DEPENDENCIES)
696 $(LINK) -rpath $(plugindir) $(balanc0r_la_OBJECTS) $(balanc0r_la_LIBADD) $(LIBS)
687697 blend.la: $(blend_la_OBJECTS) $(blend_la_DEPENDENCIES)
688698 $(CXXLINK) -rpath $(plugindir) $(blend_la_OBJECTS) $(blend_la_LIBADD) $(LIBS)
689699 brightness.la: $(brightness_la_OBJECTS) $(brightness_la_DEPENDENCIES)
827837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaout.Plo@am__quote@
828838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaover.Plo@am__quote@
829839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphaxor.Plo@am__quote@
840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balanc0r.Plo@am__quote@
830841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blend.Plo@am__quote@
831842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brightness.Plo@am__quote@
832843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn.Plo@am__quote@
953964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954965 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alphainjection.lo `test -f 'mixer2/alphainjection/alphainjection.c' || echo '$(srcdir)/'`mixer2/alphainjection/alphainjection.c
955966
967 balanc0r.lo: filter/balanc0r/balanc0r.c
968 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT balanc0r.lo -MD -MP -MF $(DEPDIR)/balanc0r.Tpo -c -o balanc0r.lo `test -f 'filter/balanc0r/balanc0r.c' || echo '$(srcdir)/'`filter/balanc0r/balanc0r.c
969 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/balanc0r.Tpo $(DEPDIR)/balanc0r.Plo
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='filter/balanc0r/balanc0r.c' object='balanc0r.lo' libtool=yes @AMDEPBACKSLASH@
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o balanc0r.lo `test -f 'filter/balanc0r/balanc0r.c' || echo '$(srcdir)/'`filter/balanc0r/balanc0r.c
973
956974 brightness.lo: filter/brightness/brightness.c
957975 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT brightness.lo -MD -MP -MF $(DEPDIR)/brightness.Tpo -c -o brightness.lo `test -f 'filter/brightness/brightness.c' || echo '$(srcdir)/'`filter/brightness/brightness.c
958976 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/brightness.Tpo $(DEPDIR)/brightness.Plo
0 /* balanc0r.c
1 * Copyright (C) 2009 Dan Dennedy <dan@dennedy.org>
2 * This file is a Frei0r plugin based on digikam's white balance plugin
3 * whose code is under the following copyrights.
4 * Code in setRGBmult and f0r_set_param_value derived from code
5 * copyright (C) 2005-2006 Gilles Caulier <caulier dot gilles at kdemail dot net>.
6 * Values in bbWB array from code
7 * copyright (C) 2004-2005 by Pawel T. Jochym <Jochym jochym at ifj edu pl>.
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */
23
24 #include <stdlib.h>
25 #include <assert.h>
26 #include <math.h>
27 #include <stdio.h>
28
29 #include "frei0r.h"
30 #include "frei0r_math.h"
31
32 static const float bbWB[][3] =
33 {
34 /* 2000 */ { 1.0000, 0.5977, 0.0120 },
35 /* 2010 */ { 1.0000, 0.6021, 0.0140 },
36 /* 2020 */ { 1.0000, 0.6064, 0.0160 },
37 /* 2030 */ { 1.0000, 0.6107, 0.0181 },
38 /* 2040 */ { 1.0000, 0.6150, 0.0202 },
39 /* 2050 */ { 1.0000, 0.6193, 0.0223 },
40 /* 2060 */ { 1.0000, 0.6236, 0.0244 },
41 /* 2070 */ { 1.0000, 0.6278, 0.0265 },
42 /* 2080 */ { 1.0000, 0.6320, 0.0287 },
43 /* 2090 */ { 1.0000, 0.6362, 0.0309 },
44 /* 2100 */ { 1.0000, 0.6403, 0.0331 },
45 /* 2110 */ { 1.0000, 0.6444, 0.0353 },
46 /* 2120 */ { 1.0000, 0.6485, 0.0375 },
47 /* 2130 */ { 1.0000, 0.6526, 0.0398 },
48 /* 2140 */ { 1.0000, 0.6566, 0.0421 },
49 /* 2150 */ { 1.0000, 0.6606, 0.0444 },
50 /* 2160 */ { 1.0000, 0.6646, 0.0467 },
51 /* 2170 */ { 1.0000, 0.6686, 0.0491 },
52 /* 2180 */ { 1.0000, 0.6725, 0.0514 },
53 /* 2190 */ { 1.0000, 0.6764, 0.0538 },
54 /* 2200 */ { 1.0000, 0.6803, 0.0562 },
55 /* 2210 */ { 1.0000, 0.6842, 0.0586 },
56 /* 2220 */ { 1.0000, 0.6880, 0.0611 },
57 /* 2230 */ { 1.0000, 0.6918, 0.0635 },
58 /* 2240 */ { 1.0000, 0.6956, 0.0660 },
59 /* 2250 */ { 1.0000, 0.6994, 0.0685 },
60 /* 2260 */ { 1.0000, 0.7031, 0.0710 },
61 /* 2270 */ { 1.0000, 0.7068, 0.0735 },
62 /* 2280 */ { 1.0000, 0.7105, 0.0761 },
63 /* 2290 */ { 1.0000, 0.7142, 0.0786 },
64 /* 2300 */ { 1.0000, 0.7178, 0.0812 },
65 /* 2310 */ { 1.0000, 0.7214, 0.0838 },
66 /* 2320 */ { 1.0000, 0.7250, 0.0864 },
67 /* 2330 */ { 1.0000, 0.7286, 0.0890 },
68 /* 2340 */ { 1.0000, 0.7321, 0.0917 },
69 /* 2350 */ { 1.0000, 0.7356, 0.0943 },
70 /* 2360 */ { 1.0000, 0.7391, 0.0970 },
71 /* 2370 */ { 1.0000, 0.7426, 0.0997 },
72 /* 2380 */ { 1.0000, 0.7461, 0.1024 },
73 /* 2390 */ { 1.0000, 0.7495, 0.1051 },
74 /* 2400 */ { 1.0000, 0.7529, 0.1079 },
75 /* 2410 */ { 1.0000, 0.7563, 0.1106 },
76 /* 2420 */ { 1.0000, 0.7596, 0.1134 },
77 /* 2430 */ { 1.0000, 0.7630, 0.1162 },
78 /* 2440 */ { 1.0000, 0.7663, 0.1189 },
79 /* 2450 */ { 1.0000, 0.7696, 0.1217 },
80 /* 2460 */ { 1.0000, 0.7728, 0.1246 },
81 /* 2470 */ { 1.0000, 0.7761, 0.1274 },
82 /* 2480 */ { 1.0000, 0.7793, 0.1302 },
83 /* 2490 */ { 1.0000, 0.7825, 0.1331 },
84 /* 2500 */ { 1.0000, 0.7857, 0.1360 },
85 /* 2510 */ { 1.0000, 0.7889, 0.1388 },
86 /* 2520 */ { 1.0000, 0.7920, 0.1417 },
87 /* 2530 */ { 1.0000, 0.7951, 0.1446 },
88 /* 2540 */ { 1.0000, 0.7982, 0.1476 },
89 /* 2550 */ { 1.0000, 0.8013, 0.1505 },
90 /* 2560 */ { 1.0000, 0.8043, 0.1534 },
91 /* 2570 */ { 1.0000, 0.8074, 0.1564 },
92 /* 2580 */ { 1.0000, 0.8104, 0.1593 },
93 /* 2590 */ { 1.0000, 0.8134, 0.1623 },
94 /* 2600 */ { 1.0000, 0.8163, 0.1653 },
95 /* 2610 */ { 1.0000, 0.8193, 0.1683 },
96 /* 2620 */ { 1.0000, 0.8222, 0.1713 },
97 /* 2630 */ { 1.0000, 0.8251, 0.1743 },
98 /* 2640 */ { 1.0000, 0.8280, 0.1773 },
99 /* 2650 */ { 1.0000, 0.8309, 0.1804 },
100 /* 2660 */ { 1.0000, 0.8337, 0.1834 },
101 /* 2670 */ { 1.0000, 0.8365, 0.1865 },
102 /* 2680 */ { 1.0000, 0.8393, 0.1895 },
103 /* 2690 */ { 1.0000, 0.8421, 0.1926 },
104 /* 2700 */ { 1.0000, 0.8449, 0.1957 },
105 /* 2710 */ { 1.0000, 0.8476, 0.1988 },
106 /* 2720 */ { 1.0000, 0.8504, 0.2019 },
107 /* 2730 */ { 1.0000, 0.8531, 0.2050 },
108 /* 2740 */ { 1.0000, 0.8558, 0.2081 },
109 /* 2750 */ { 1.0000, 0.8585, 0.2112 },
110 /* 2760 */ { 1.0000, 0.8611, 0.2144 },
111 /* 2770 */ { 1.0000, 0.8637, 0.2175 },
112 /* 2780 */ { 1.0000, 0.8664, 0.2206 },
113 /* 2790 */ { 1.0000, 0.8690, 0.2238 },
114 /* 2800 */ { 1.0000, 0.8715, 0.2269 },
115 /* 2810 */ { 1.0000, 0.8741, 0.2301 },
116 /* 2820 */ { 1.0000, 0.8766, 0.2333 },
117 /* 2830 */ { 1.0000, 0.8792, 0.2365 },
118 /* 2840 */ { 1.0000, 0.8817, 0.2397 },
119 /* 2850 */ { 1.0000, 0.8842, 0.2429 },
120 /* 2860 */ { 1.0000, 0.8866, 0.2461 },
121 /* 2870 */ { 1.0000, 0.8891, 0.2493 },
122 /* 2880 */ { 1.0000, 0.8915, 0.2525 },
123 /* 2890 */ { 1.0000, 0.8940, 0.2557 },
124 /* 2900 */ { 1.0000, 0.8964, 0.2589 },
125 /* 2910 */ { 1.0000, 0.8987, 0.2621 },
126 /* 2920 */ { 1.0000, 0.9011, 0.2654 },
127 /* 2930 */ { 1.0000, 0.9035, 0.2686 },
128 /* 2940 */ { 1.0000, 0.9058, 0.2719 },
129 /* 2950 */ { 1.0000, 0.9081, 0.2751 },
130 /* 2960 */ { 1.0000, 0.9104, 0.2784 },
131 /* 2970 */ { 1.0000, 0.9127, 0.2816 },
132 /* 2980 */ { 1.0000, 0.9150, 0.2849 },
133 /* 2990 */ { 1.0000, 0.9172, 0.2882 },
134 /* 3000 */ { 1.0000, 0.9195, 0.2914 },
135 /* 3010 */ { 1.0000, 0.9217, 0.2947 },
136 /* 3020 */ { 1.0000, 0.9239, 0.2980 },
137 /* 3030 */ { 1.0000, 0.9261, 0.3013 },
138 /* 3040 */ { 1.0000, 0.9283, 0.3046 },
139 /* 3050 */ { 1.0000, 0.9304, 0.3079 },
140 /* 3060 */ { 1.0000, 0.9326, 0.3112 },
141 /* 3070 */ { 1.0000, 0.9347, 0.3145 },
142 /* 3080 */ { 1.0000, 0.9368, 0.3178 },
143 /* 3090 */ { 1.0000, 0.9389, 0.3211 },
144 /* 3100 */ { 1.0000, 0.9410, 0.3244 },
145 /* 3110 */ { 1.0000, 0.9430, 0.3277 },
146 /* 3120 */ { 1.0000, 0.9451, 0.3310 },
147 /* 3130 */ { 1.0000, 0.9471, 0.3343 },
148 /* 3140 */ { 1.0000, 0.9492, 0.3376 },
149 /* 3150 */ { 1.0000, 0.9512, 0.3410 },
150 /* 3160 */ { 1.0000, 0.9532, 0.3443 },
151 /* 3170 */ { 1.0000, 0.9551, 0.3476 },
152 /* 3180 */ { 1.0000, 0.9571, 0.3509 },
153 /* 3190 */ { 1.0000, 0.9590, 0.3543 },
154 /* 3200 */ { 1.0000, 0.9610, 0.3576 },
155 /* 3210 */ { 1.0000, 0.9629, 0.3609 },
156 /* 3220 */ { 1.0000, 0.9648, 0.3643 },
157 /* 3230 */ { 1.0000, 0.9667, 0.3676 },
158 /* 3240 */ { 1.0000, 0.9686, 0.3709 },
159 /* 3250 */ { 1.0000, 0.9705, 0.3743 },
160 /* 3260 */ { 1.0000, 0.9723, 0.3776 },
161 /* 3270 */ { 1.0000, 0.9741, 0.3810 },
162 /* 3280 */ { 1.0000, 0.9760, 0.3843 },
163 /* 3290 */ { 1.0000, 0.9778, 0.3876 },
164 /* 3300 */ { 1.0000, 0.9796, 0.3910 },
165 /* 3310 */ { 1.0000, 0.9814, 0.3943 },
166 /* 3320 */ { 1.0000, 0.9831, 0.3977 },
167 /* 3330 */ { 1.0000, 0.9849, 0.4010 },
168 /* 3340 */ { 1.0000, 0.9867, 0.4044 },
169 /* 3350 */ { 1.0000, 0.9884, 0.4077 },
170 /* 3360 */ { 1.0000, 0.9901, 0.4111 },
171 /* 3370 */ { 1.0000, 0.9918, 0.4144 },
172 /* 3380 */ { 1.0000, 0.9935, 0.4177 },
173 /* 3390 */ { 1.0000, 0.9952, 0.4211 },
174 /* 3400 */ { 1.0000, 0.9969, 0.4244 },
175 /* 3410 */ { 1.0000, 0.9985, 0.4278 },
176 /* 3420 */ { 1.0000, 1.0000, 0.4311 },
177 /* 3430 */ { 1.0000, 1.0000, 0.4345 },
178 /* 3440 */ { 1.0000, 1.0000, 0.4378 },
179 /* 3450 */ { 1.0000, 1.0000, 0.4412 },
180 /* 3460 */ { 1.0000, 1.0000, 0.4445 },
181 /* 3470 */ { 1.0000, 1.0000, 0.4479 },
182 /* 3480 */ { 0.9992, 1.0000, 0.4512 },
183 /* 3490 */ { 0.9977, 1.0000, 0.4545 },
184 /* 3500 */ { 0.9962, 1.0000, 0.4579 },
185 /* 3510 */ { 0.9947, 1.0000, 0.4612 },
186 /* 3520 */ { 0.9932, 1.0000, 0.4646 },
187 /* 3530 */ { 0.9918, 1.0000, 0.4679 },
188 /* 3540 */ { 0.9903, 1.0000, 0.4712 },
189 /* 3550 */ { 0.9888, 1.0000, 0.4746 },
190 /* 3560 */ { 0.9874, 1.0000, 0.4779 },
191 /* 3570 */ { 0.9859, 1.0000, 0.4812 },
192 /* 3580 */ { 0.9845, 1.0000, 0.4846 },
193 /* 3590 */ { 0.9830, 1.0000, 0.4879 },
194 /* 3600 */ { 0.9816, 1.0000, 0.4912 },
195 /* 3610 */ { 0.9802, 1.0000, 0.4945 },
196 /* 3620 */ { 0.9788, 1.0000, 0.4979 },
197 /* 3630 */ { 0.9773, 1.0000, 0.5012 },
198 /* 3640 */ { 0.9759, 1.0000, 0.5045 },
199 /* 3650 */ { 0.9745, 1.0000, 0.5078 },
200 /* 3660 */ { 0.9731, 1.0000, 0.5111 },
201 /* 3670 */ { 0.9717, 1.0000, 0.5144 },
202 /* 3680 */ { 0.9703, 1.0000, 0.5178 },
203 /* 3690 */ { 0.9689, 1.0000, 0.5211 },
204 /* 3700 */ { 0.9676, 1.0000, 0.5244 },
205 /* 3710 */ { 0.9662, 1.0000, 0.5277 },
206 /* 3720 */ { 0.9648, 1.0000, 0.5310 },
207 /* 3730 */ { 0.9634, 1.0000, 0.5343 },
208 /* 3740 */ { 0.9621, 1.0000, 0.5376 },
209 /* 3750 */ { 0.9607, 1.0000, 0.5409 },
210 /* 3760 */ { 0.9594, 1.0000, 0.5442 },
211 /* 3770 */ { 0.9580, 1.0000, 0.5474 },
212 /* 3780 */ { 0.9567, 1.0000, 0.5507 },
213 /* 3790 */ { 0.9553, 1.0000, 0.5540 },
214 /* 3800 */ { 0.9540, 1.0000, 0.5573 },
215 /* 3810 */ { 0.9527, 1.0000, 0.5606 },
216 /* 3820 */ { 0.9514, 1.0000, 0.5638 },
217 /* 3830 */ { 0.9500, 1.0000, 0.5671 },
218 /* 3840 */ { 0.9487, 1.0000, 0.5704 },
219 /* 3850 */ { 0.9474, 1.0000, 0.5736 },
220 /* 3860 */ { 0.9461, 1.0000, 0.5769 },
221 /* 3870 */ { 0.9448, 1.0000, 0.5802 },
222 /* 3880 */ { 0.9435, 1.0000, 0.5834 },
223 /* 3890 */ { 0.9422, 1.0000, 0.5867 },
224 /* 3900 */ { 0.9409, 1.0000, 0.5899 },
225 /* 3910 */ { 0.9397, 1.0000, 0.5932 },
226 /* 3920 */ { 0.9384, 1.0000, 0.5964 },
227 /* 3930 */ { 0.9371, 1.0000, 0.5996 },
228 /* 3940 */ { 0.9358, 1.0000, 0.6029 },
229 /* 3950 */ { 0.9346, 1.0000, 0.6061 },
230 /* 3960 */ { 0.9333, 1.0000, 0.6093 },
231 /* 3970 */ { 0.9321, 1.0000, 0.6126 },
232 /* 3980 */ { 0.9308, 1.0000, 0.6158 },
233 /* 3990 */ { 0.9296, 1.0000, 0.6190 },
234 /* 4000 */ { 0.9283, 1.0000, 0.6222 },
235 /* 4010 */ { 0.9271, 1.0000, 0.6254 },
236 /* 4020 */ { 0.9259, 1.0000, 0.6286 },
237 /* 4030 */ { 0.9247, 1.0000, 0.6318 },
238 /* 4040 */ { 0.9234, 1.0000, 0.6350 },
239 /* 4050 */ { 0.9222, 1.0000, 0.6382 },
240 /* 4060 */ { 0.9210, 1.0000, 0.6414 },
241 /* 4070 */ { 0.9198, 1.0000, 0.6446 },
242 /* 4080 */ { 0.9186, 1.0000, 0.6478 },
243 /* 4090 */ { 0.9174, 1.0000, 0.6509 },
244 /* 4100 */ { 0.9162, 1.0000, 0.6541 },
245 /* 4110 */ { 0.9150, 1.0000, 0.6573 },
246 /* 4120 */ { 0.9138, 1.0000, 0.6605 },
247 /* 4130 */ { 0.9126, 1.0000, 0.6636 },
248 /* 4140 */ { 0.9115, 1.0000, 0.6668 },
249 /* 4150 */ { 0.9103, 1.0000, 0.6699 },
250 /* 4160 */ { 0.9091, 1.0000, 0.6731 },
251 /* 4170 */ { 0.9080, 1.0000, 0.6762 },
252 /* 4180 */ { 0.9068, 1.0000, 0.6794 },
253 /* 4190 */ { 0.9056, 1.0000, 0.6825 },
254 /* 4200 */ { 0.9045, 1.0000, 0.6856 },
255 /* 4210 */ { 0.9033, 1.0000, 0.6887 },
256 /* 4220 */ { 0.9022, 1.0000, 0.6919 },
257 /* 4230 */ { 0.9011, 1.0000, 0.6950 },
258 /* 4240 */ { 0.8999, 1.0000, 0.6981 },
259 /* 4250 */ { 0.8988, 1.0000, 0.7012 },
260 /* 4260 */ { 0.8974, 1.0000, 0.7041 },
261 /* 4270 */ { 0.8960, 1.0000, 0.7070 },
262 /* 4280 */ { 0.8946, 1.0000, 0.7098 },
263 /* 4290 */ { 0.8932, 1.0000, 0.7127 },
264 /* 4300 */ { 0.8918, 1.0000, 0.7155 },
265 /* 4310 */ { 0.8904, 1.0000, 0.7184 },
266 /* 4320 */ { 0.8890, 1.0000, 0.7212 },
267 /* 4330 */ { 0.8876, 1.0000, 0.7240 },
268 /* 4340 */ { 0.8862, 1.0000, 0.7269 },
269 /* 4350 */ { 0.8849, 1.0000, 0.7297 },
270 /* 4360 */ { 0.8835, 1.0000, 0.7325 },
271 /* 4370 */ { 0.8821, 1.0000, 0.7353 },
272 /* 4380 */ { 0.8808, 1.0000, 0.7381 },
273 /* 4390 */ { 0.8795, 1.0000, 0.7409 },
274 /* 4400 */ { 0.8781, 1.0000, 0.7437 },
275 /* 4410 */ { 0.8768, 1.0000, 0.7465 },
276 /* 4420 */ { 0.8755, 1.0000, 0.7493 },
277 /* 4430 */ { 0.8742, 1.0000, 0.7521 },
278 /* 4440 */ { 0.8729, 1.0000, 0.7549 },
279 /* 4450 */ { 0.8716, 1.0000, 0.7576 },
280 /* 4460 */ { 0.8703, 1.0000, 0.7604 },
281 /* 4470 */ { 0.8690, 1.0000, 0.7632 },
282 /* 4480 */ { 0.8677, 1.0000, 0.7659 },
283 /* 4490 */ { 0.8664, 1.0000, 0.7687 },
284 /* 4500 */ { 0.8652, 1.0000, 0.7714 },
285 /* 4510 */ { 0.8639, 1.0000, 0.7742 },
286 /* 4520 */ { 0.8627, 1.0000, 0.7769 },
287 /* 4530 */ { 0.8614, 1.0000, 0.7797 },
288 /* 4540 */ { 0.8602, 1.0000, 0.7824 },
289 /* 4550 */ { 0.8589, 1.0000, 0.7851 },
290 /* 4560 */ { 0.8577, 1.0000, 0.7879 },
291 /* 4570 */ { 0.8565, 1.0000, 0.7906 },
292 /* 4580 */ { 0.8553, 1.0000, 0.7933 },
293 /* 4590 */ { 0.8541, 1.0000, 0.7960 },
294 /* 4600 */ { 0.8529, 1.0000, 0.7987 },
295 /* 4610 */ { 0.8517, 1.0000, 0.8014 },
296 /* 4620 */ { 0.8505, 1.0000, 0.8041 },
297 /* 4630 */ { 0.8493, 1.0000, 0.8068 },
298 /* 4640 */ { 0.8481, 1.0000, 0.8095 },
299 /* 4650 */ { 0.8469, 1.0000, 0.8122 },
300 /* 4660 */ { 0.8458, 1.0000, 0.8148 },
301 /* 4670 */ { 0.8446, 1.0000, 0.8175 },
302 /* 4680 */ { 0.8434, 1.0000, 0.8202 },
303 /* 4690 */ { 0.8423, 1.0000, 0.8228 },
304 /* 4700 */ { 0.8411, 1.0000, 0.8255 },
305 /* 4710 */ { 0.8400, 1.0000, 0.8282 },
306 /* 4720 */ { 0.8389, 1.0000, 0.8308 },
307 /* 4730 */ { 0.8377, 1.0000, 0.8335 },
308 /* 4740 */ { 0.8366, 1.0000, 0.8361 },
309 /* 4750 */ { 0.8355, 1.0000, 0.8387 },
310 /* 4760 */ { 0.8344, 1.0000, 0.8414 },
311 /* 4770 */ { 0.8333, 1.0000, 0.8440 },
312 /* 4780 */ { 0.8322, 1.0000, 0.8466 },
313 /* 4790 */ { 0.8311, 1.0000, 0.8492 },
314 /* 4800 */ { 0.8300, 1.0000, 0.8518 },
315 /* 4810 */ { 0.8289, 1.0000, 0.8544 },
316 /* 4820 */ { 0.8278, 1.0000, 0.8570 },
317 /* 4830 */ { 0.8268, 1.0000, 0.8596 },
318 /* 4840 */ { 0.8257, 1.0000, 0.8622 },
319 /* 4850 */ { 0.8246, 1.0000, 0.8648 },
320 /* 4860 */ { 0.8236, 1.0000, 0.8674 },
321 /* 4870 */ { 0.8225, 1.0000, 0.8700 },
322 /* 4880 */ { 0.8215, 1.0000, 0.8725 },
323 /* 4890 */ { 0.8204, 1.0000, 0.8751 },
324 /* 4900 */ { 0.8194, 1.0000, 0.8777 },
325 /* 4910 */ { 0.8183, 1.0000, 0.8802 },
326 /* 4920 */ { 0.8173, 1.0000, 0.8828 },
327 /* 4930 */ { 0.8163, 1.0000, 0.8853 },
328 /* 4940 */ { 0.8153, 1.0000, 0.8879 },
329 /* 4950 */ { 0.8143, 1.0000, 0.8904 },
330 /* 4960 */ { 0.8132, 1.0000, 0.8930 },
331 /* 4970 */ { 0.8122, 1.0000, 0.8955 },
332 /* 4980 */ { 0.8112, 1.0000, 0.8980 },
333 /* 4990 */ { 0.8102, 1.0000, 0.9005 },
334 /* 5000 */ { 0.8093, 1.0000, 0.9031 },
335 /* 5010 */ { 0.8083, 1.0000, 0.9056 },
336 /* 5020 */ { 0.8073, 1.0000, 0.9081 },
337 /* 5030 */ { 0.8063, 1.0000, 0.9106 },
338 /* 5040 */ { 0.8053, 1.0000, 0.9131 },
339 /* 5050 */ { 0.8044, 1.0000, 0.9156 },
340 /* 5060 */ { 0.8034, 1.0000, 0.9181 },
341 /* 5070 */ { 0.8024, 1.0000, 0.9206 },
342 /* 5080 */ { 0.8015, 1.0000, 0.9230 },
343 /* 5090 */ { 0.8005, 1.0000, 0.9255 },
344 /* 5100 */ { 0.7996, 1.0000, 0.9280 },
345 /* 5110 */ { 0.7986, 1.0000, 0.9305 },
346 /* 5120 */ { 0.7977, 1.0000, 0.9329 },
347 /* 5130 */ { 0.7968, 1.0000, 0.9354 },
348 /* 5140 */ { 0.7958, 1.0000, 0.9378 },
349 /* 5150 */ { 0.7949, 1.0000, 0.9403 },
350 /* 5160 */ { 0.7940, 1.0000, 0.9427 },
351 /* 5170 */ { 0.7931, 1.0000, 0.9452 },
352 /* 5180 */ { 0.7922, 1.0000, 0.9476 },
353 /* 5190 */ { 0.7913, 1.0000, 0.9500 },
354 /* 5200 */ { 0.7904, 1.0000, 0.9524 },
355 /* 5210 */ { 0.7895, 1.0000, 0.9549 },
356 /* 5220 */ { 0.7886, 1.0000, 0.9573 },
357 /* 5230 */ { 0.7877, 1.0000, 0.9597 },
358 /* 5240 */ { 0.7868, 1.0000, 0.9621 },
359 /* 5250 */ { 0.7859, 1.0000, 0.9645 },
360 /* 5260 */ { 0.7850, 1.0000, 0.9669 },
361 /* 5270 */ { 0.7841, 1.0000, 0.9693 },
362 /* 5280 */ { 0.7833, 1.0000, 0.9717 },
363 /* 5290 */ { 0.7824, 1.0000, 0.9741 },
364 /* 5300 */ { 0.7815, 1.0000, 0.9764 },
365 /* 5310 */ { 0.7807, 1.0000, 0.9788 },
366 /* 5320 */ { 0.7798, 1.0000, 0.9812 },
367 /* 5330 */ { 0.7790, 1.0000, 0.9835 },
368 /* 5340 */ { 0.7781, 1.0000, 0.9859 },
369 /* 5350 */ { 0.7773, 1.0000, 0.9883 },
370 /* 5360 */ { 0.7764, 1.0000, 0.9906 },
371 /* 5370 */ { 0.7756, 1.0000, 0.9930 },
372 /* 5380 */ { 0.7748, 1.0000, 0.9953 },
373 /* 5390 */ { 0.7739, 1.0000, 0.9976 },
374 /* 5400 */ { 0.7731, 1.0000, 1.0000 },
375 /* 5410 */ { 0.7723, 1.0000, 1.0000 },
376 /* 5420 */ { 0.7715, 1.0000, 1.0000 },
377 /* 5430 */ { 0.7706, 1.0000, 1.0000 },
378 /* 5440 */ { 0.7698, 1.0000, 1.0000 },
379 /* 5450 */ { 0.7690, 1.0000, 1.0000 },
380 /* 5460 */ { 0.7682, 1.0000, 1.0000 },
381 /* 5470 */ { 0.7674, 1.0000, 1.0000 },
382 /* 5480 */ { 0.7666, 1.0000, 1.0000 },
383 /* 5490 */ { 0.7658, 1.0000, 1.0000 },
384 /* 5500 */ { 0.7650, 1.0000, 1.0000 },
385 /* 5510 */ { 0.7642, 1.0000, 1.0000 },
386 /* 5520 */ { 0.7634, 1.0000, 1.0000 },
387 /* 5530 */ { 0.7627, 1.0000, 1.0000 },
388 /* 5540 */ { 0.7619, 1.0000, 1.0000 },
389 /* 5550 */ { 0.7611, 1.0000, 1.0000 },
390 /* 5560 */ { 0.7603, 1.0000, 1.0000 },
391 /* 5570 */ { 0.7596, 1.0000, 1.0000 },
392 /* 5580 */ { 0.7588, 1.0000, 1.0000 },
393 /* 5590 */ { 0.7580, 1.0000, 1.0000 },
394 /* 5600 */ { 0.7573, 1.0000, 1.0000 },
395 /* 5610 */ { 0.7565, 1.0000, 1.0000 },
396 /* 5620 */ { 0.7558, 1.0000, 1.0000 },
397 /* 5630 */ { 0.7550, 1.0000, 1.0000 },
398 /* 5640 */ { 0.7543, 1.0000, 1.0000 },
399 /* 5650 */ { 0.7535, 1.0000, 1.0000 },
400 /* 5660 */ { 0.7528, 1.0000, 1.0000 },
401 /* 5670 */ { 0.7521, 1.0000, 1.0000 },
402 /* 5680 */ { 0.7513, 1.0000, 1.0000 },
403 /* 5690 */ { 0.7506, 1.0000, 1.0000 },
404 /* 5700 */ { 0.7499, 1.0000, 1.0000 },
405 /* 5710 */ { 0.7492, 1.0000, 1.0000 },
406 /* 5720 */ { 0.7484, 1.0000, 1.0000 },
407 /* 5730 */ { 0.7477, 1.0000, 1.0000 },
408 /* 5740 */ { 0.7470, 1.0000, 1.0000 },
409 /* 5750 */ { 0.7456, 1.0000, 1.0000 },
410 /* 5760 */ { 0.7436, 1.0000, 1.0000 },
411 /* 5770 */ { 0.7416, 1.0000, 1.0000 },
412 /* 5780 */ { 0.7396, 1.0000, 1.0000 },
413 /* 5790 */ { 0.7377, 1.0000, 1.0000 },
414 /* 5800 */ { 0.7358, 1.0000, 1.0000 },
415 /* 5810 */ { 0.7338, 1.0000, 1.0000 },
416 /* 5820 */ { 0.7319, 1.0000, 1.0000 },
417 /* 5830 */ { 0.7300, 1.0000, 1.0000 },
418 /* 5840 */ { 0.7281, 1.0000, 1.0000 },
419 /* 5850 */ { 0.7263, 1.0000, 1.0000 },
420 /* 5860 */ { 0.7244, 1.0000, 1.0000 },
421 /* 5870 */ { 0.7225, 1.0000, 1.0000 },
422 /* 5880 */ { 0.7207, 1.0000, 1.0000 },
423 /* 5890 */ { 0.7189, 1.0000, 1.0000 },
424 /* 5900 */ { 0.7170, 1.0000, 1.0000 },
425 /* 5910 */ { 0.7152, 1.0000, 1.0000 },
426 /* 5920 */ { 0.7134, 1.0000, 1.0000 },
427 /* 5930 */ { 0.7116, 1.0000, 1.0000 },
428 /* 5940 */ { 0.7099, 1.0000, 1.0000 },
429 /* 5950 */ { 0.7081, 1.0000, 1.0000 },
430 /* 5960 */ { 0.7063, 1.0000, 1.0000 },
431 /* 5970 */ { 0.7046, 1.0000, 1.0000 },
432 /* 5980 */ { 0.7029, 1.0000, 1.0000 },
433 /* 5990 */ { 0.7011, 1.0000, 1.0000 },
434 /* 6000 */ { 0.6994, 1.0000, 1.0000 },
435 /* 6010 */ { 0.6977, 1.0000, 1.0000 },
436 /* 6020 */ { 0.6960, 1.0000, 1.0000 },
437 /* 6030 */ { 0.6943, 1.0000, 1.0000 },
438 /* 6040 */ { 0.6926, 1.0000, 1.0000 },
439 /* 6050 */ { 0.6910, 1.0000, 1.0000 },
440 /* 6060 */ { 0.6893, 1.0000, 1.0000 },
441 /* 6070 */ { 0.6877, 1.0000, 1.0000 },
442 /* 6080 */ { 0.6860, 1.0000, 1.0000 },
443 /* 6090 */ { 0.6844, 1.0000, 1.0000 },
444 /* 6100 */ { 0.6828, 1.0000, 1.0000 },
445 /* 6110 */ { 0.6812, 1.0000, 1.0000 },
446 /* 6120 */ { 0.6796, 1.0000, 1.0000 },
447 /* 6130 */ { 0.6780, 1.0000, 1.0000 },
448 /* 6140 */ { 0.6764, 1.0000, 1.0000 },
449 /* 6150 */ { 0.6748, 1.0000, 1.0000 },
450 /* 6160 */ { 0.6733, 1.0000, 1.0000 },
451 /* 6170 */ { 0.6717, 1.0000, 1.0000 },
452 /* 6180 */ { 0.6702, 1.0000, 1.0000 },
453 /* 6190 */ { 0.6686, 1.0000, 1.0000 },
454 /* 6200 */ { 0.6671, 1.0000, 1.0000 },
455 /* 6210 */ { 0.6656, 1.0000, 1.0000 },
456 /* 6220 */ { 0.6641, 1.0000, 1.0000 },
457 /* 6230 */ { 0.6626, 1.0000, 1.0000 },
458 /* 6240 */ { 0.6611, 1.0000, 1.0000 },
459 /* 6250 */ { 0.6596, 1.0000, 1.0000 },
460 /* 6260 */ { 0.6581, 1.0000, 1.0000 },
461 /* 6270 */ { 0.6566, 1.0000, 1.0000 },
462 /* 6280 */ { 0.6552, 1.0000, 1.0000 },
463 /* 6290 */ { 0.6537, 1.0000, 1.0000 },
464 /* 6300 */ { 0.6523, 1.0000, 1.0000 },
465 /* 6310 */ { 0.6508, 1.0000, 1.0000 },
466 /* 6320 */ { 0.6494, 1.0000, 1.0000 },
467 /* 6330 */ { 0.6480, 1.0000, 1.0000 },
468 /* 6340 */ { 0.6465, 1.0000, 1.0000 },
469 /* 6350 */ { 0.6451, 1.0000, 1.0000 },
470 /* 6360 */ { 0.6437, 1.0000, 1.0000 },
471 /* 6370 */ { 0.6423, 1.0000, 1.0000 },
472 /* 6380 */ { 0.6410, 1.0000, 1.0000 },
473 /* 6390 */ { 0.6396, 1.0000, 1.0000 },
474 /* 6400 */ { 0.6382, 1.0000, 1.0000 },
475 /* 6410 */ { 0.6368, 1.0000, 1.0000 },
476 /* 6420 */ { 0.6355, 1.0000, 1.0000 },
477 /* 6430 */ { 0.6341, 1.0000, 1.0000 },
478 /* 6440 */ { 0.6328, 1.0000, 1.0000 },
479 /* 6450 */ { 0.6315, 1.0000, 1.0000 },
480 /* 6460 */ { 0.6301, 1.0000, 1.0000 },
481 /* 6470 */ { 0.6288, 1.0000, 1.0000 },
482 /* 6480 */ { 0.6275, 1.0000, 1.0000 },
483 /* 6490 */ { 0.6262, 1.0000, 1.0000 },
484 /* 6500 */ { 0.6249, 1.0000, 1.0000 },
485 /* 6510 */ { 0.6236, 1.0000, 1.0000 },
486 /* 6520 */ { 0.6223, 1.0000, 1.0000 },
487 /* 6530 */ { 0.6210, 1.0000, 1.0000 },
488 /* 6540 */ { 0.6198, 1.0000, 1.0000 },
489 /* 6550 */ { 0.6185, 1.0000, 1.0000 },
490 /* 6560 */ { 0.6173, 1.0000, 1.0000 },
491 /* 6570 */ { 0.6160, 1.0000, 1.0000 },
492 /* 6580 */ { 0.6148, 1.0000, 1.0000 },
493 /* 6590 */ { 0.6135, 1.0000, 1.0000 },
494 /* 6600 */ { 0.6123, 1.0000, 1.0000 },
495 /* 6610 */ { 0.6111, 1.0000, 1.0000 },
496 /* 6620 */ { 0.6098, 1.0000, 1.0000 },
497 /* 6630 */ { 0.6086, 1.0000, 1.0000 },
498 /* 6640 */ { 0.6074, 1.0000, 1.0000 },
499 /* 6650 */ { 0.6062, 1.0000, 1.0000 },
500 /* 6660 */ { 0.6050, 1.0000, 1.0000 },
501 /* 6670 */ { 0.6038, 1.0000, 1.0000 },
502 /* 6680 */ { 0.6026, 1.0000, 1.0000 },
503 /* 6690 */ { 0.6015, 1.0000, 1.0000 },
504 /* 6700 */ { 0.6003, 1.0000, 1.0000 },
505 /* 6710 */ { 0.5991, 1.0000, 1.0000 },
506 /* 6720 */ { 0.5980, 1.0000, 1.0000 },
507 /* 6730 */ { 0.5968, 1.0000, 1.0000 },
508 /* 6740 */ { 0.5957, 1.0000, 1.0000 },
509 /* 6750 */ { 0.5945, 1.0000, 1.0000 },
510 /* 6760 */ { 0.5934, 1.0000, 1.0000 },
511 /* 6770 */ { 0.5923, 1.0000, 1.0000 },
512 /* 6780 */ { 0.5911, 1.0000, 1.0000 },
513 /* 6790 */ { 0.5900, 0.9992, 1.0000 },
514 /* 6800 */ { 0.5889, 0.9981, 1.0000 },
515 /* 6810 */ { 0.5878, 0.9970, 1.0000 },
516 /* 6820 */ { 0.5867, 0.9959, 1.0000 },
517 /* 6830 */ { 0.5856, 0.9948, 1.0000 },
518 /* 6840 */ { 0.5845, 0.9937, 1.0000 },
519 /* 6850 */ { 0.5834, 0.9926, 1.0000 },
520 /* 6860 */ { 0.5823, 0.9915, 1.0000 },
521 /* 6870 */ { 0.5813, 0.9904, 1.0000 },
522 /* 6880 */ { 0.5802, 0.9893, 1.0000 },
523 /* 6890 */ { 0.5791, 0.9882, 1.0000 },
524 /* 6900 */ { 0.5781, 0.9871, 1.0000 },
525 /* 6910 */ { 0.5770, 0.9861, 1.0000 },
526 /* 6920 */ { 0.5760, 0.9850, 1.0000 },
527 /* 6930 */ { 0.5749, 0.9839, 1.0000 },
528 /* 6940 */ { 0.5739, 0.9829, 1.0000 },
529 /* 6950 */ { 0.5728, 0.9818, 1.0000 },
530 /* 6960 */ { 0.5718, 0.9808, 1.0000 },
531 /* 6970 */ { 0.5708, 0.9797, 1.0000 },
532 /* 6980 */ { 0.5698, 0.9787, 1.0000 },
533 /* 6990 */ { 0.5687, 0.9776, 1.0000 },
534 /* 7000 */ { 0.5677, 0.9766, 1.0000 },
535 };
536
537 typedef struct balanc0r_instance
538 {
539 unsigned int width;
540 unsigned int height;
541 f0r_param_color_t color;
542 double temperature;
543 double green;
544 float mr, mg, mb;
545 } balanc0r_instance_t;
546
547 int f0r_init()
548 {
549 return 1;
550 }
551
552 void f0r_deinit()
553 {
554 }
555
556 void f0r_get_plugin_info(f0r_plugin_info_t* colordistance_info)
557 {
558 colordistance_info->name = "White Balance";
559 colordistance_info->author = "Dan Dennedy";
560 colordistance_info->plugin_type = F0R_PLUGIN_TYPE_FILTER;
561 colordistance_info->color_model = F0R_COLOR_MODEL_RGBA8888;
562 colordistance_info->frei0r_version = FREI0R_MAJOR_VERSION;
563 colordistance_info->major_version = 0;
564 colordistance_info->minor_version = 2;
565 colordistance_info->num_params = 2;
566 colordistance_info->explanation = "Adjust the white balance / color temperature";
567 }
568
569 void f0r_get_param_info(f0r_param_info_t* info, int param_index)
570 {
571 switch(param_index) {
572 case 0:
573 info->name = "Neutral Color";
574 info->type = F0R_PARAM_COLOR;
575 info->explanation = "Choose a color from the source image that should be white.";
576 break;
577 case 1:
578 info->name = "Green Tint";
579 info->type = F0R_PARAM_DOUBLE;
580 info->explanation = "Adjust the level of green.";
581 break;
582 }
583
584 }
585
586 f0r_instance_t f0r_construct(unsigned int width, unsigned int height)
587 {
588 balanc0r_instance_t* inst =
589 (balanc0r_instance_t*)malloc(sizeof(balanc0r_instance_t));
590 inst->width = width; inst->height = height;
591 inst->color.r = 1.0;
592 inst->color.g = 1.0;
593 inst->color.b = 1.0;
594 inst->temperature = 4750.0;
595 inst->green = 1.2;
596 return (f0r_instance_t)inst;
597 }
598
599 void f0r_destruct(f0r_instance_t instance)
600 {
601 free(instance);
602 }
603
604 static void setRGBmult(balanc0r_instance_t *o)
605 {
606 int t = o->temperature/10.0 - 200.0;
607 float mi;
608
609 o->mr = 1.0 / bbWB[t][0];
610 o->mg = 1.0 / bbWB[t][1] * o->green;
611 o->mb = 1.0 / bbWB[t][2];
612
613 // Normalize to at least 1.0, so we are not dimming colors only bumping.
614 mi = MIN(o->mr, o->mg);
615 mi = MIN(mi, o->mb);
616 o->mr /= mi;
617 o->mg /= mi;
618 o->mb /= mi;
619 }
620
621 void f0r_set_param_value(f0r_instance_t instance,
622 f0r_param_t param, int param_index)
623 {
624 assert(instance);
625 balanc0r_instance_t* inst = (balanc0r_instance_t*)instance;
626
627 switch(param_index) {
628 case 0:
629 inst->color = *((f0r_param_color_t*)param);
630 int l = 0;
631 int r = sizeof(bbWB)/sizeof(float)/3;
632 int m = (l + r )/2;
633 double t = MAX(inst->color.r, inst->color.g);
634
635 t = MAX(t, inst->color.b);
636 if (t > 0) {
637 double sR = inst->color.r /t;
638 double sG = inst->color.g /t;
639 double sB = inst->color.b /t;
640 double mRB = sR/sB;
641
642 for (;r - l > 1 ; m = (l + r)/2) {
643 if (bbWB[m][0] / bbWB[m][2] > mRB)
644 l = m;
645 else
646 r = m;
647 }
648 t = m * 10.0 + 2000.0;
649 inst->temperature = CLAMP(t, 2200.0, 7000.0);
650 inst->green = (bbWB[m][1] / bbWB[m][0]) / (sG/sR);
651 }
652 setRGBmult(inst);
653 break;
654 case 1:
655 {
656 double g = *((double*)param);
657 if (g != 1.2) {
658 inst->green = g;
659 setRGBmult(inst);
660 }
661 break;
662 }
663 }
664 }
665
666 void f0r_get_param_value(f0r_instance_t instance,
667 f0r_param_t param, int param_index)
668 {
669 assert(instance);
670 balanc0r_instance_t* inst = (balanc0r_instance_t*)instance;
671
672 switch(param_index) {
673 case 0:
674 *((f0r_param_color_t*)param) = inst->color;
675 break;
676 case 1:
677 *((double*)param) = inst->green;
678 break;
679 }
680
681 }
682
683 void f0r_update(f0r_instance_t instance, double time,
684 const uint32_t* inframe, uint32_t* outframe)
685 {
686 assert(instance);
687 balanc0r_instance_t* inst = (balanc0r_instance_t*)instance;
688 unsigned int len = inst->width * inst->height + 1;
689 unsigned char* dst = (unsigned char*)outframe;
690 const unsigned char* src = (unsigned char*)inframe;
691
692 while (--len) {
693 *dst++ = CLAMP0255(*src++ * inst->mr);
694 *dst++ = CLAMP0255(*src++ * inst->mg);
695 *dst++ = CLAMP0255(*src++ * inst->mb);
696 *dst++ = *src++; // copy alpha
697 }
698 }
699