aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure939
1 files changed, 367 insertions, 572 deletions
diff --git a/configure b/configure
index d4f82d57f7e..3471c72f0de 100755
--- a/configure
+++ b/configure
@@ -614,7 +614,121 @@ ac_includes_default="\
614# include <unistd.h> 614# include <unistd.h>
615#endif" 615#endif"
616 616
617ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO GZIP_PROG LIBSOUND PKG_CONFIG ALSA_CFLAGS ALSA_LIBS CFLAGS_SOUND SET_MAKE GTK_CFLAGS GTK_LIBS XFT_CFLAGS XFT_LIBS FREETYPE_CFLAGS FREETYPE_LIBS FONTCONFIG_CFLAGS FONTCONFIG_LIBS HAVE_LIBOTF LIBOTF_CFLAGS LIBOTF_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS GETOPT_H GETOPTOBJS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS' 617ac_header_list=
618ac_func_list=
619ac_subst_vars='SHELL
620PATH_SEPARATOR
621PACKAGE_NAME
622PACKAGE_TARNAME
623PACKAGE_VERSION
624PACKAGE_STRING
625PACKAGE_BUGREPORT
626exec_prefix
627prefix
628program_transform_name
629bindir
630sbindir
631libexecdir
632datarootdir
633datadir
634sysconfdir
635sharedstatedir
636localstatedir
637includedir
638oldincludedir
639docdir
640infodir
641htmldir
642dvidir
643pdfdir
644psdir
645libdir
646localedir
647mandir
648DEFS
649ECHO_C
650ECHO_N
651ECHO_T
652LIBS
653build_alias
654host_alias
655target_alias
656MAINT
657build
658build_cpu
659build_vendor
660build_os
661host
662host_cpu
663host_vendor
664host_os
665CC
666CFLAGS
667LDFLAGS
668CPPFLAGS
669ac_ct_CC
670EXEEXT
671OBJEXT
672CPP
673GREP
674EGREP
675LN_S
676INSTALL_PROGRAM
677INSTALL_SCRIPT
678INSTALL_DATA
679RANLIB
680INSTALL_INFO
681GZIP_PROG
682LIBSOUND
683PKG_CONFIG
684ALSA_CFLAGS
685ALSA_LIBS
686
687CFLAGS_SOUND
688SET_MAKE
689XMKMF
690GTK_CFLAGS
691GTK_LIBS
692XFT_CFLAGS
693XFT_LIBS
694FREETYPE_CFLAGS
695FREETYPE_LIBS
696FONTCONFIG_CFLAGS
697FONTCONFIG_LIBS
698HAVE_LIBOTF
699LIBOTF_CFLAGS
700LIBOTF_LIBS
701ALLOCA
702liblockfile
703LIBOBJS
704NEED_SETGID
705KMEM_GROUP
706GETLOADAVG_LIBS
707GETOPT_H
708GETOPTOBJS
709version
710configuration
711canonical
712srcdir
713lispdir
714locallisppath
715lisppath
716x_default_search_path
717etcdir
718archlibdir
719bitmapdir
720gamedir
721gameuser
722c_switch_system
723c_switch_machine
724LD_SWITCH_X_SITE
725LD_SWITCH_X_SITE_AUX
726C_SWITCH_X_SITE
727X_TOOLKIT_TYPE
728machfile
729opsysfile
730carbon_appdir
731LTLIBOBJS'
618ac_subst_files='' 732ac_subst_files=''
619 ac_precious_vars='build_alias 733 ac_precious_vars='build_alias
620host_alias 734host_alias
@@ -1834,19 +1948,19 @@ if test "${with_png+set}" = set; then
1834fi 1948fi
1835 1949
1836 1950
1837# Check whether --with-freetype or --without-freetype was given. 1951# Check whether --with-freetype was given.
1838if test "${with_freetype+set}" = set; then 1952if test "${with_freetype+set}" = set; then
1839 withval="$with_freetype" 1953 withval=$with_freetype;
1954fi
1840 1955
1841fi;
1842 1956
1843# Check whether --with-xft or --without-xft was given. 1957# Check whether --with-xft was given.
1844if test "${with_xft+set}" = set; then 1958if test "${with_xft+set}" = set; then
1845 withval="$with_xft" 1959 withval=$with_xft;
1960fi
1846 1961
1847fi;
1848 1962
1849# Check whether --with-gtk or --without-gtk was given. 1963# Check whether --with-gtk was given.
1850if test "${with_gtk+set}" = set; then 1964if test "${with_gtk+set}" = set; then
1851 withval=$with_gtk; 1965 withval=$with_gtk;
1852fi 1966fi
@@ -1881,15 +1995,15 @@ if test "${enable_carbon_app+set}" = set; then
1881fi 1995fi
1882 1996
1883 1997
1884# Check whether --enable-font-backend or --disable-font-backend was given. 1998# Check whether --enable-font-backend was given.
1885if test "${enable_font_backend+set}" = set; then 1999if test "${enable_font_backend+set}" = set; then
1886 enableval="$enable_font_backend" 2000 enableval=$enable_font_backend; USE_FONT_BACKEND=$enableval
1887 USE_FONT_BACKEND=$enableval
1888else 2001else
1889 USE_FONT_BACKEND=no 2002 USE_FONT_BACKEND=no
1890fi; 2003fi
1891 2004
1892# Check whether --enable-asserts or --disable-asserts was given. 2005
2006# Check whether --enable-asserts was given.
1893if test "${enable_asserts+set}" = set; then 2007if test "${enable_asserts+set}" = set; then
1894 enableval=$enable_asserts; USE_XASSERTS=$enableval 2008 enableval=$enable_asserts; USE_XASSERTS=$enableval
1895else 2009else
@@ -12404,8 +12518,8 @@ if test "${HAVE_X11}" = "yes"; then
12404 if test -z "$PKG_CONFIG"; then 12518 if test -z "$PKG_CONFIG"; then
12405 # Extract the first word of "pkg-config", so it can be a program name with args. 12519 # Extract the first word of "pkg-config", so it can be a program name with args.
12406set dummy pkg-config; ac_word=$2 12520set dummy pkg-config; ac_word=$2
12407echo "$as_me:$LINENO: checking for $ac_word" >&5 12521{ echo "$as_me:$LINENO: checking for $ac_word" >&5
12408echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12522echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12409if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12523if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12410 echo $ECHO_N "(cached) $ECHO_C" >&6 12524 echo $ECHO_N "(cached) $ECHO_C" >&6
12411else 12525else
@@ -12420,58 +12534,58 @@ do
12420 IFS=$as_save_IFS 12534 IFS=$as_save_IFS
12421 test -z "$as_dir" && as_dir=. 12535 test -z "$as_dir" && as_dir=.
12422 for ac_exec_ext in '' $ac_executable_extensions; do 12536 for ac_exec_ext in '' $ac_executable_extensions; do
12423 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 12537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12424 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12538 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12425 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12426 break 2 12540 break 2
12427 fi 12541 fi
12428done 12542done
12429done 12543done
12544IFS=$as_save_IFS
12430 12545
12431 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 12546 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12432 ;; 12547 ;;
12433esac 12548esac
12434fi 12549fi
12435PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12550PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12436
12437if test -n "$PKG_CONFIG"; then 12551if test -n "$PKG_CONFIG"; then
12438 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12552 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12439echo "${ECHO_T}$PKG_CONFIG" >&6 12553echo "${ECHO_T}$PKG_CONFIG" >&6; }
12440else 12554else
12441 echo "$as_me:$LINENO: result: no" >&5 12555 { echo "$as_me:$LINENO: result: no" >&5
12442echo "${ECHO_T}no" >&6 12556echo "${ECHO_T}no" >&6; }
12443fi 12557fi
12444 12558
12559
12445 fi 12560 fi
12446 12561
12447 if test "$PKG_CONFIG" = "no" ; then 12562 if test "$PKG_CONFIG" = "no" ; then
12448 echo "*** The pkg-config script could not be found. Make sure it is" 12563 HAVE_XFT=no
12449 echo "*** in your path, or give the full path to pkg-config with"
12450 echo "*** the PKG_CONFIG environment variable or --with-pkg-config-prog."
12451 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12452 else 12564 else
12453 PKG_CONFIG_MIN_VERSION=0.9.0 12565 PKG_CONFIG_MIN_VERSION=0.9.0
12454 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 12566 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12455 echo "$as_me:$LINENO: checking for xft >= 0.13.0" >&5 12567 { echo "$as_me:$LINENO: checking for xft >= 0.13.0" >&5
12456echo $ECHO_N "checking for xft >= 0.13.0... $ECHO_C" >&6 12568echo $ECHO_N "checking for xft >= 0.13.0... $ECHO_C" >&6; }
12457 12569
12458 if $PKG_CONFIG --exists "xft >= 0.13.0" ; then 12570 if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then
12459 echo "$as_me:$LINENO: result: yes" >&5 12571 { echo "$as_me:$LINENO: result: yes" >&5
12460echo "${ECHO_T}yes" >&6 12572echo "${ECHO_T}yes" >&6; }
12461 succeeded=yes 12573 succeeded=yes
12462 12574
12463 echo "$as_me:$LINENO: checking XFT_CFLAGS" >&5 12575 { echo "$as_me:$LINENO: checking XFT_CFLAGS" >&5
12464echo $ECHO_N "checking XFT_CFLAGS... $ECHO_C" >&6 12576echo $ECHO_N "checking XFT_CFLAGS... $ECHO_C" >&6; }
12465 XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"` 12577 XFT_CFLAGS=`$PKG_CONFIG --cflags "xft >= 0.13.0"`
12466 echo "$as_me:$LINENO: result: $XFT_CFLAGS" >&5 12578 { echo "$as_me:$LINENO: result: $XFT_CFLAGS" >&5
12467echo "${ECHO_T}$XFT_CFLAGS" >&6 12579echo "${ECHO_T}$XFT_CFLAGS" >&6; }
12468 12580
12469 echo "$as_me:$LINENO: checking XFT_LIBS" >&5 12581 { echo "$as_me:$LINENO: checking XFT_LIBS" >&5
12470echo $ECHO_N "checking XFT_LIBS... $ECHO_C" >&6 12582echo $ECHO_N "checking XFT_LIBS... $ECHO_C" >&6; }
12471 XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"` 12583 XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"`
12472 echo "$as_me:$LINENO: result: $XFT_LIBS" >&5 12584 { echo "$as_me:$LINENO: result: $XFT_LIBS" >&5
12473echo "${ECHO_T}$XFT_LIBS" >&6 12585echo "${ECHO_T}$XFT_LIBS" >&6; }
12474 else 12586 else
12587 { echo "$as_me:$LINENO: result: no" >&5
12588echo "${ECHO_T}no" >&6; }
12475 XFT_CFLAGS="" 12589 XFT_CFLAGS=""
12476 XFT_LIBS="" 12590 XFT_LIBS=""
12477 ## If we have a custom action on failure, don't print errors, but 12591 ## If we have a custom action on failure, don't print errors, but
@@ -12502,17 +12616,17 @@ echo "${ECHO_T}$XFT_LIBS" >&6
12502 CFLAGS="$CFLAGS $XFT_CFLAGS" 12616 CFLAGS="$CFLAGS $XFT_CFLAGS"
12503 LIBS="$XFT_LIBS $LIBS" 12617 LIBS="$XFT_LIBS $LIBS"
12504 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 12618 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12505 echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 12619 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
12506echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6 12620echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; }
12507if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 12621if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12508 echo $ECHO_N "(cached) $ECHO_C" >&6 12622 echo $ECHO_N "(cached) $ECHO_C" >&6
12509fi 12623fi
12510echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 12624{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
12511echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6 12625echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; }
12512else 12626else
12513 # Is the header compilable? 12627 # Is the header compilable?
12514echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5 12628{ echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5
12515echo $ECHO_N "checking X11/Xft/Xft.h usability... $ECHO_C" >&6 12629echo $ECHO_N "checking X11/Xft/Xft.h usability... $ECHO_C" >&6; }
12516cat >conftest.$ac_ext <<_ACEOF 12630cat >conftest.$ac_ext <<_ACEOF
12517/* confdefs.h. */ 12631/* confdefs.h. */
12518_ACEOF 12632_ACEOF
@@ -12523,41 +12637,37 @@ $ac_includes_default
12523#include <X11/Xft/Xft.h> 12637#include <X11/Xft/Xft.h>
12524_ACEOF 12638_ACEOF
12525rm -f conftest.$ac_objext 12639rm -f conftest.$ac_objext
12526if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12640if { (ac_try="$ac_compile"
12527 (eval $ac_compile) 2>conftest.er1 12641case "(($ac_try" in
12642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12643 *) ac_try_echo=$ac_try;;
12644esac
12645eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12646 (eval "$ac_compile") 2>conftest.er1
12528 ac_status=$? 12647 ac_status=$?
12529 grep -v '^ *+' conftest.er1 >conftest.err 12648 grep -v '^ *+' conftest.er1 >conftest.err
12530 rm -f conftest.er1 12649 rm -f conftest.er1
12531 cat conftest.err >&5 12650 cat conftest.err >&5
12532 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12533 (exit $ac_status); } && 12652 (exit $ac_status); } && {
12534 { ac_try='test -z "$ac_c_werror_flag" 12653 test -z "$ac_c_werror_flag" ||
12535 || test ! -s conftest.err' 12654 test ! -s conftest.err
12536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12655 } && test -s conftest.$ac_objext; then
12537 (eval $ac_try) 2>&5
12538 ac_status=$?
12539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540 (exit $ac_status); }; } &&
12541 { ac_try='test -s conftest.$ac_objext'
12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12544 ac_status=$?
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; }; then
12547 ac_header_compiler=yes 12656 ac_header_compiler=yes
12548else 12657else
12549 echo "$as_me: failed program was:" >&5 12658 echo "$as_me: failed program was:" >&5
12550sed 's/^/| /' conftest.$ac_ext >&5 12659sed 's/^/| /' conftest.$ac_ext >&5
12551 12660
12552ac_header_compiler=no 12661 ac_header_compiler=no
12553fi 12662fi
12554rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 12663
12555echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12556echo "${ECHO_T}$ac_header_compiler" >&6 12665{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12666echo "${ECHO_T}$ac_header_compiler" >&6; }
12557 12667
12558# Is the header present? 12668# Is the header present?
12559echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5 12669{ echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5
12560echo $ECHO_N "checking X11/Xft/Xft.h presence... $ECHO_C" >&6 12670echo $ECHO_N "checking X11/Xft/Xft.h presence... $ECHO_C" >&6; }
12561cat >conftest.$ac_ext <<_ACEOF 12671cat >conftest.$ac_ext <<_ACEOF
12562/* confdefs.h. */ 12672/* confdefs.h. */
12563_ACEOF 12673_ACEOF
@@ -12566,24 +12676,22 @@ cat >>conftest.$ac_ext <<_ACEOF
12566/* end confdefs.h. */ 12676/* end confdefs.h. */
12567#include <X11/Xft/Xft.h> 12677#include <X11/Xft/Xft.h>
12568_ACEOF 12678_ACEOF
12569if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12679if { (ac_try="$ac_cpp conftest.$ac_ext"
12570 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12680case "(($ac_try" in
12681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12682 *) ac_try_echo=$ac_try;;
12683esac
12684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12685 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12571 ac_status=$? 12686 ac_status=$?
12572 grep -v '^ *+' conftest.er1 >conftest.err 12687 grep -v '^ *+' conftest.er1 >conftest.err
12573 rm -f conftest.er1 12688 rm -f conftest.er1
12574 cat conftest.err >&5 12689 cat conftest.err >&5
12575 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12576 (exit $ac_status); } >/dev/null; then 12691 (exit $ac_status); } >/dev/null && {
12577 if test -s conftest.err; then 12692 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12578 ac_cpp_err=$ac_c_preproc_warn_flag 12693 test ! -s conftest.err
12579 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 12694 }; then
12580 else
12581 ac_cpp_err=
12582 fi
12583else
12584 ac_cpp_err=yes
12585fi
12586if test -z "$ac_cpp_err"; then
12587 ac_header_preproc=yes 12695 ac_header_preproc=yes
12588else 12696else
12589 echo "$as_me: failed program was:" >&5 12697 echo "$as_me: failed program was:" >&5
@@ -12591,9 +12699,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
12591 12699
12592 ac_header_preproc=no 12700 ac_header_preproc=no
12593fi 12701fi
12702
12594rm -f conftest.err conftest.$ac_ext 12703rm -f conftest.err conftest.$ac_ext
12595echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 12704{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12596echo "${ECHO_T}$ac_header_preproc" >&6 12705echo "${ECHO_T}$ac_header_preproc" >&6; }
12597 12706
12598# So? What about this header? 12707# So? What about this header?
12599case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 12708case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -12617,30 +12726,23 @@ echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compil
12617echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;} 12726echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;}
12618 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5 12727 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5
12619echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;} 12728echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;}
12620 ( 12729
12621 cat <<\_ASBOX
12622## ------------------------------------------ ##
12623## Report this to the AC_PACKAGE_NAME lists. ##
12624## ------------------------------------------ ##
12625_ASBOX
12626 ) |
12627 sed "s/^/$as_me: WARNING: /" >&2
12628 ;; 12730 ;;
12629esac 12731esac
12630echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 12732{ echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
12631echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6 12733echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; }
12632if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 12734if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
12633 echo $ECHO_N "(cached) $ECHO_C" >&6 12735 echo $ECHO_N "(cached) $ECHO_C" >&6
12634else 12736else
12635 ac_cv_header_X11_Xft_Xft_h=$ac_header_preproc 12737 ac_cv_header_X11_Xft_Xft_h=$ac_header_preproc
12636fi 12738fi
12637echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 12739{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
12638echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6 12740echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; }
12639 12741
12640fi 12742fi
12641if test $ac_cv_header_X11_Xft_Xft_h = yes; then 12743if test $ac_cv_header_X11_Xft_Xft_h = yes; then
12642 echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5 12744 { echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5
12643echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6 12745echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6; }
12644if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then 12746if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then
12645 echo $ECHO_N "(cached) $ECHO_C" >&6 12747 echo $ECHO_N "(cached) $ECHO_C" >&6
12646else 12748else
@@ -12653,56 +12755,53 @@ cat confdefs.h >>conftest.$ac_ext
12653cat >>conftest.$ac_ext <<_ACEOF 12755cat >>conftest.$ac_ext <<_ACEOF
12654/* end confdefs.h. */ 12756/* end confdefs.h. */
12655 12757
12656/* Override any gcc2 internal prototype to avoid an error. */ 12758/* Override any GCC internal prototype to avoid an error.
12759 Use char because int might match the return type of a GCC
12760 builtin and then its argument prototype would still apply. */
12657#ifdef __cplusplus 12761#ifdef __cplusplus
12658extern "C" 12762extern "C"
12659#endif 12763#endif
12660/* We use char because int might match the return type of a gcc2
12661 builtin and then its argument prototype would still apply. */
12662char XftFontOpen (); 12764char XftFontOpen ();
12663int 12765int
12664main () 12766main ()
12665{ 12767{
12666XftFontOpen (); 12768return XftFontOpen ();
12667 ; 12769 ;
12668 return 0; 12770 return 0;
12669} 12771}
12670_ACEOF 12772_ACEOF
12671rm -f conftest.$ac_objext conftest$ac_exeext 12773rm -f conftest.$ac_objext conftest$ac_exeext
12672if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12774if { (ac_try="$ac_link"
12673 (eval $ac_link) 2>conftest.er1 12775case "(($ac_try" in
12776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12777 *) ac_try_echo=$ac_try;;
12778esac
12779eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12780 (eval "$ac_link") 2>conftest.er1
12674 ac_status=$? 12781 ac_status=$?
12675 grep -v '^ *+' conftest.er1 >conftest.err 12782 grep -v '^ *+' conftest.er1 >conftest.err
12676 rm -f conftest.er1 12783 rm -f conftest.er1
12677 cat conftest.err >&5 12784 cat conftest.err >&5
12678 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12679 (exit $ac_status); } && 12786 (exit $ac_status); } && {
12680 { ac_try='test -z "$ac_c_werror_flag" 12787 test -z "$ac_c_werror_flag" ||
12681 || test ! -s conftest.err' 12788 test ! -s conftest.err
12682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12789 } && test -s conftest$ac_exeext &&
12683 (eval $ac_try) 2>&5 12790 $as_test_x conftest$ac_exeext; then
12684 ac_status=$?
12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686 (exit $ac_status); }; } &&
12687 { ac_try='test -s conftest$ac_exeext'
12688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12689 (eval $ac_try) 2>&5
12690 ac_status=$?
12691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12692 (exit $ac_status); }; }; then
12693 ac_cv_lib_Xft_XftFontOpen=yes 12791 ac_cv_lib_Xft_XftFontOpen=yes
12694else 12792else
12695 echo "$as_me: failed program was:" >&5 12793 echo "$as_me: failed program was:" >&5
12696sed 's/^/| /' conftest.$ac_ext >&5 12794sed 's/^/| /' conftest.$ac_ext >&5
12697 12795
12698ac_cv_lib_Xft_XftFontOpen=no 12796 ac_cv_lib_Xft_XftFontOpen=no
12699fi 12797fi
12700rm -f conftest.err conftest.$ac_objext \ 12798
12799rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12701 conftest$ac_exeext conftest.$ac_ext 12800 conftest$ac_exeext conftest.$ac_ext
12702LIBS=$ac_check_lib_save_LIBS 12801LIBS=$ac_check_lib_save_LIBS
12703fi 12802fi
12704echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5 12803{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12705echo "${ECHO_T}$ac_cv_lib_Xft_XftFontOpen" >&6 12804echo "${ECHO_T}$ac_cv_lib_Xft_XftFontOpen" >&6; }
12706if test $ac_cv_lib_Xft_XftFontOpen = yes; then 12805if test $ac_cv_lib_Xft_XftFontOpen = yes; then
12707 HAVE_XFT=yes 12806 HAVE_XFT=yes
12708fi 12807fi
@@ -12743,8 +12842,8 @@ elif test "x${with_freetype}" != "xno"; then
12743 if test -z "$PKG_CONFIG"; then 12842 if test -z "$PKG_CONFIG"; then
12744 # Extract the first word of "pkg-config", so it can be a program name with args. 12843 # Extract the first word of "pkg-config", so it can be a program name with args.
12745set dummy pkg-config; ac_word=$2 12844set dummy pkg-config; ac_word=$2
12746echo "$as_me:$LINENO: checking for $ac_word" >&5 12845{ echo "$as_me:$LINENO: checking for $ac_word" >&5
12747echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12846echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12748if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12847if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12749 echo $ECHO_N "(cached) $ECHO_C" >&6 12848 echo $ECHO_N "(cached) $ECHO_C" >&6
12750else 12849else
@@ -12759,58 +12858,58 @@ do
12759 IFS=$as_save_IFS 12858 IFS=$as_save_IFS
12760 test -z "$as_dir" && as_dir=. 12859 test -z "$as_dir" && as_dir=.
12761 for ac_exec_ext in '' $ac_executable_extensions; do 12860 for ac_exec_ext in '' $ac_executable_extensions; do
12762 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 12861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12763 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12862 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12765 break 2 12864 break 2
12766 fi 12865 fi
12767done 12866done
12768done 12867done
12868IFS=$as_save_IFS
12769 12869
12770 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 12870 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12771 ;; 12871 ;;
12772esac 12872esac
12773fi 12873fi
12774PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12874PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12775
12776if test -n "$PKG_CONFIG"; then 12875if test -n "$PKG_CONFIG"; then
12777 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12876 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12778echo "${ECHO_T}$PKG_CONFIG" >&6 12877echo "${ECHO_T}$PKG_CONFIG" >&6; }
12779else 12878else
12780 echo "$as_me:$LINENO: result: no" >&5 12879 { echo "$as_me:$LINENO: result: no" >&5
12781echo "${ECHO_T}no" >&6 12880echo "${ECHO_T}no" >&6; }
12782fi 12881fi
12783 12882
12883
12784 fi 12884 fi
12785 12885
12786 if test "$PKG_CONFIG" = "no" ; then 12886 if test "$PKG_CONFIG" = "no" ; then
12787 echo "*** The pkg-config script could not be found. Make sure it is" 12887 HAVE_FREETYPE=no
12788 echo "*** in your path, or give the full path to pkg-config with"
12789 echo "*** the PKG_CONFIG environment variable or --with-pkg-config-prog."
12790 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12791 else 12888 else
12792 PKG_CONFIG_MIN_VERSION=0.9.0 12889 PKG_CONFIG_MIN_VERSION=0.9.0
12793 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 12890 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12794 echo "$as_me:$LINENO: checking for freetype2" >&5 12891 { echo "$as_me:$LINENO: checking for freetype2" >&5
12795echo $ECHO_N "checking for freetype2... $ECHO_C" >&6 12892echo $ECHO_N "checking for freetype2... $ECHO_C" >&6; }
12796 12893
12797 if $PKG_CONFIG --exists "freetype2" ; then 12894 if $PKG_CONFIG --exists "freetype2" 2>&5; then
12798 echo "$as_me:$LINENO: result: yes" >&5 12895 { echo "$as_me:$LINENO: result: yes" >&5
12799echo "${ECHO_T}yes" >&6 12896echo "${ECHO_T}yes" >&6; }
12800 succeeded=yes 12897 succeeded=yes
12801 12898
12802 echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5 12899 { echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5
12803echo $ECHO_N "checking FREETYPE_CFLAGS... $ECHO_C" >&6 12900echo $ECHO_N "checking FREETYPE_CFLAGS... $ECHO_C" >&6; }
12804 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"` 12901 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"`
12805 echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5 12902 { echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5
12806echo "${ECHO_T}$FREETYPE_CFLAGS" >&6 12903echo "${ECHO_T}$FREETYPE_CFLAGS" >&6; }
12807 12904
12808 echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5 12905 { echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5
12809echo $ECHO_N "checking FREETYPE_LIBS... $ECHO_C" >&6 12906echo $ECHO_N "checking FREETYPE_LIBS... $ECHO_C" >&6; }
12810 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"` 12907 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"`
12811 echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5 12908 { echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5
12812echo "${ECHO_T}$FREETYPE_LIBS" >&6 12909echo "${ECHO_T}$FREETYPE_LIBS" >&6; }
12813 else 12910 else
12911 { echo "$as_me:$LINENO: result: no" >&5
12912echo "${ECHO_T}no" >&6; }
12814 FREETYPE_CFLAGS="" 12913 FREETYPE_CFLAGS=""
12815 FREETYPE_LIBS="" 12914 FREETYPE_LIBS=""
12816 ## If we have a custom action on failure, don't print errors, but 12915 ## If we have a custom action on failure, don't print errors, but
@@ -12840,8 +12939,8 @@ echo "${ECHO_T}$FREETYPE_LIBS" >&6
12840 if test -z "$PKG_CONFIG"; then 12939 if test -z "$PKG_CONFIG"; then
12841 # Extract the first word of "pkg-config", so it can be a program name with args. 12940 # Extract the first word of "pkg-config", so it can be a program name with args.
12842set dummy pkg-config; ac_word=$2 12941set dummy pkg-config; ac_word=$2
12843echo "$as_me:$LINENO: checking for $ac_word" >&5 12942{ echo "$as_me:$LINENO: checking for $ac_word" >&5
12844echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12943echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12845if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12944if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12846 echo $ECHO_N "(cached) $ECHO_C" >&6 12945 echo $ECHO_N "(cached) $ECHO_C" >&6
12847else 12946else
@@ -12856,58 +12955,58 @@ do
12856 IFS=$as_save_IFS 12955 IFS=$as_save_IFS
12857 test -z "$as_dir" && as_dir=. 12956 test -z "$as_dir" && as_dir=.
12858 for ac_exec_ext in '' $ac_executable_extensions; do 12957 for ac_exec_ext in '' $ac_executable_extensions; do
12859 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 12958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12860 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12959 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12861 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 12960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12862 break 2 12961 break 2
12863 fi 12962 fi
12864done 12963done
12865done 12964done
12965IFS=$as_save_IFS
12866 12966
12867 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 12967 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12868 ;; 12968 ;;
12869esac 12969esac
12870fi 12970fi
12871PKG_CONFIG=$ac_cv_path_PKG_CONFIG 12971PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12872
12873if test -n "$PKG_CONFIG"; then 12972if test -n "$PKG_CONFIG"; then
12874 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 12973 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12875echo "${ECHO_T}$PKG_CONFIG" >&6 12974echo "${ECHO_T}$PKG_CONFIG" >&6; }
12876else 12975else
12877 echo "$as_me:$LINENO: result: no" >&5 12976 { echo "$as_me:$LINENO: result: no" >&5
12878echo "${ECHO_T}no" >&6 12977echo "${ECHO_T}no" >&6; }
12879fi 12978fi
12880 12979
12980
12881 fi 12981 fi
12882 12982
12883 if test "$PKG_CONFIG" = "no" ; then 12983 if test "$PKG_CONFIG" = "no" ; then
12884 echo "*** The pkg-config script could not be found. Make sure it is" 12984 HAVE_FC=no
12885 echo "*** in your path, or give the full path to pkg-config with"
12886 echo "*** the PKG_CONFIG environment variable or --with-pkg-config-prog."
12887 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12888 else 12985 else
12889 PKG_CONFIG_MIN_VERSION=0.9.0 12986 PKG_CONFIG_MIN_VERSION=0.9.0
12890 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 12987 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12891 echo "$as_me:$LINENO: checking for fontconfig" >&5 12988 { echo "$as_me:$LINENO: checking for fontconfig" >&5
12892echo $ECHO_N "checking for fontconfig... $ECHO_C" >&6 12989echo $ECHO_N "checking for fontconfig... $ECHO_C" >&6; }
12893 12990
12894 if $PKG_CONFIG --exists "fontconfig" ; then 12991 if $PKG_CONFIG --exists "fontconfig" 2>&5; then
12895 echo "$as_me:$LINENO: result: yes" >&5 12992 { echo "$as_me:$LINENO: result: yes" >&5
12896echo "${ECHO_T}yes" >&6 12993echo "${ECHO_T}yes" >&6; }
12897 succeeded=yes 12994 succeeded=yes
12898 12995
12899 echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5 12996 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5
12900echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6 12997echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; }
12901 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig"` 12998 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig"`
12902 echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5 12999 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5
12903echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6 13000echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; }
12904 13001
12905 echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5 13002 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5
12906echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6 13003echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; }
12907 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig"` 13004 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig"`
12908 echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5 13005 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5
12909echo "${ECHO_T}$FONTCONFIG_LIBS" >&6 13006echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; }
12910 else 13007 else
13008 { echo "$as_me:$LINENO: result: no" >&5
13009echo "${ECHO_T}no" >&6; }
12911 FONTCONFIG_CFLAGS="" 13010 FONTCONFIG_CFLAGS=""
12912 FONTCONFIG_LIBS="" 13011 FONTCONFIG_LIBS=""
12913 ## If we have a custom action on failure, don't print errors, but 13012 ## If we have a custom action on failure, don't print errors, but
@@ -12943,8 +13042,8 @@ _ACEOF
12943 13042
12944 # Extract the first word of "libotf-config", so it can be a program name with args. 13043 # Extract the first word of "libotf-config", so it can be a program name with args.
12945set dummy libotf-config; ac_word=$2 13044set dummy libotf-config; ac_word=$2
12946echo "$as_me:$LINENO: checking for $ac_word" >&5 13045{ echo "$as_me:$LINENO: checking for $ac_word" >&5
12947echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 13046echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12948if test "${ac_cv_prog_HAVE_LIBOTF+set}" = set; then 13047if test "${ac_cv_prog_HAVE_LIBOTF+set}" = set; then
12949 echo $ECHO_N "(cached) $ECHO_C" >&6 13048 echo $ECHO_N "(cached) $ECHO_C" >&6
12950else 13049else
@@ -12957,26 +13056,28 @@ do
12957 IFS=$as_save_IFS 13056 IFS=$as_save_IFS
12958 test -z "$as_dir" && as_dir=. 13057 test -z "$as_dir" && as_dir=.
12959 for ac_exec_ext in '' $ac_executable_extensions; do 13058 for ac_exec_ext in '' $ac_executable_extensions; do
12960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 13059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12961 ac_cv_prog_HAVE_LIBOTF="yes" 13060 ac_cv_prog_HAVE_LIBOTF="yes"
12962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 13061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12963 break 2 13062 break 2
12964 fi 13063 fi
12965done 13064done
12966done 13065done
13066IFS=$as_save_IFS
12967 13067
12968 test -z "$ac_cv_prog_HAVE_LIBOTF" && ac_cv_prog_HAVE_LIBOTF="no" 13068 test -z "$ac_cv_prog_HAVE_LIBOTF" && ac_cv_prog_HAVE_LIBOTF="no"
12969fi 13069fi
12970fi 13070fi
12971HAVE_LIBOTF=$ac_cv_prog_HAVE_LIBOTF 13071HAVE_LIBOTF=$ac_cv_prog_HAVE_LIBOTF
12972if test -n "$HAVE_LIBOTF"; then 13072if test -n "$HAVE_LIBOTF"; then
12973 echo "$as_me:$LINENO: result: $HAVE_LIBOTF" >&5 13073 { echo "$as_me:$LINENO: result: $HAVE_LIBOTF" >&5
12974echo "${ECHO_T}$HAVE_LIBOTF" >&6 13074echo "${ECHO_T}$HAVE_LIBOTF" >&6; }
12975else 13075else
12976 echo "$as_me:$LINENO: result: no" >&5 13076 { echo "$as_me:$LINENO: result: no" >&5
12977echo "${ECHO_T}no" >&6 13077echo "${ECHO_T}no" >&6; }
12978fi 13078fi
12979 13079
13080
12980 if test "${HAVE_LIBOTF}" = "yes"; then 13081 if test "${HAVE_LIBOTF}" = "yes"; then
12981 13082
12982cat >>confdefs.h <<\_ACEOF 13083cat >>confdefs.h <<\_ACEOF
@@ -14151,19 +14252,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14151 rm -f conftest.er1 14252 rm -f conftest.er1
14152 cat conftest.err >&5 14253 cat conftest.err >&5
14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154 (exit $ac_status); } && 14255 (exit $ac_status); } && {
14155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14256 test -z "$ac_c_werror_flag" ||
14156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14257 test ! -s conftest.err
14157 (eval $ac_try) 2>&5 14258 } && test -s conftest.$ac_objext; then
14158 ac_status=$?
14159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14160 (exit $ac_status); }; } &&
14161 { ac_try='test -s conftest.$ac_objext'
14162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14163 (eval $ac_try) 2>&5
14164 ac_status=$?
14165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14166 (exit $ac_status); }; }; then
14167 ac_header_compiler=yes 14259 ac_header_compiler=yes
14168else 14260else
14169 echo "$as_me: failed program was:" >&5 14261 echo "$as_me: failed program was:" >&5
@@ -15628,19 +15720,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15628 rm -f conftest.er1 15720 rm -f conftest.er1
15629 cat conftest.err >&5 15721 cat conftest.err >&5
15630 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15631 (exit $ac_status); } && 15723 (exit $ac_status); } && {
15632 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15724 test -z "$ac_c_werror_flag" ||
15633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15725 test ! -s conftest.err
15634 (eval $ac_try) 2>&5 15726 } && test -s conftest.$ac_objext; then
15635 ac_status=$?
15636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15637 (exit $ac_status); }; } &&
15638 { ac_try='test -s conftest.$ac_objext'
15639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15640 (eval $ac_try) 2>&5
15641 ac_status=$?
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); }; }; then
15644 ac_header_compiler=yes 15727 ac_header_compiler=yes
15645else 15728else
15646 echo "$as_me: failed program was:" >&5 15729 echo "$as_me: failed program was:" >&5
@@ -16422,19 +16505,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16422 rm -f conftest.er1 16505 rm -f conftest.er1
16423 cat conftest.err >&5 16506 cat conftest.err >&5
16424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16425 (exit $ac_status); } && 16508 (exit $ac_status); } && {
16426 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16509 test -z "$ac_c_werror_flag" ||
16427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16510 test ! -s conftest.err
16428 (eval $ac_try) 2>&5 16511 } && test -s conftest$ac_exeext &&
16429 ac_status=$? 16512 $as_test_x conftest$ac_exeext; then
16430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16431 (exit $ac_status); }; } &&
16432 { ac_try='test -s conftest$ac_exeext'
16433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16434 (eval $ac_try) 2>&5
16435 ac_status=$?
16436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16437 (exit $ac_status); }; }; then
16438 eval "$as_ac_var=yes" 16513 eval "$as_ac_var=yes"
16439else 16514else
16440 echo "$as_me: failed program was:" >&5 16515 echo "$as_me: failed program was:" >&5
@@ -16579,19 +16654,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16579 rm -f conftest.er1 16654 rm -f conftest.er1
16580 cat conftest.err >&5 16655 cat conftest.err >&5
16581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16582 (exit $ac_status); } && 16657 (exit $ac_status); } && {
16583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16658 test -z "$ac_c_werror_flag" ||
16584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16659 test ! -s conftest.err
16585 (eval $ac_try) 2>&5 16660 } && test -s conftest$ac_exeext &&
16586 ac_status=$? 16661 $as_test_x conftest$ac_exeext; then
16587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16588 (exit $ac_status); }; } &&
16589 { ac_try='test -s conftest$ac_exeext'
16590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16591 (eval $ac_try) 2>&5
16592 ac_status=$?
16593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16594 (exit $ac_status); }; }; then
16595 ac_cv_lib_elf_elf_begin=yes 16662 ac_cv_lib_elf_elf_begin=yes
16596else 16663else
16597 echo "$as_me: failed program was:" >&5 16664 echo "$as_me: failed program was:" >&5
@@ -16654,19 +16721,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16654 rm -f conftest.er1 16721 rm -f conftest.er1
16655 cat conftest.err >&5 16722 cat conftest.err >&5
16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); } && 16724 (exit $ac_status); } && {
16658 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16725 test -z "$ac_c_werror_flag" ||
16659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16726 test ! -s conftest.err
16660 (eval $ac_try) 2>&5 16727 } && test -s conftest$ac_exeext &&
16661 ac_status=$? 16728 $as_test_x conftest$ac_exeext; then
16662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16663 (exit $ac_status); }; } &&
16664 { ac_try='test -s conftest$ac_exeext'
16665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16666 (eval $ac_try) 2>&5
16667 ac_status=$?
16668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); }; }; then
16670 ac_cv_lib_kvm_kvm_open=yes 16729 ac_cv_lib_kvm_kvm_open=yes
16671else 16730else
16672 echo "$as_me: failed program was:" >&5 16731 echo "$as_me: failed program was:" >&5
@@ -16728,19 +16787,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16728 rm -f conftest.er1 16787 rm -f conftest.er1
16729 cat conftest.err >&5 16788 cat conftest.err >&5
16730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16731 (exit $ac_status); } && 16790 (exit $ac_status); } && {
16732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16791 test -z "$ac_c_werror_flag" ||
16733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16792 test ! -s conftest.err
16734 (eval $ac_try) 2>&5 16793 } && test -s conftest$ac_exeext &&
16735 ac_status=$? 16794 $as_test_x conftest$ac_exeext; then
16736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16737 (exit $ac_status); }; } &&
16738 { ac_try='test -s conftest$ac_exeext'
16739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16740 (eval $ac_try) 2>&5
16741 ac_status=$?
16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743 (exit $ac_status); }; }; then
16744 ac_cv_lib_util_getloadavg=yes 16795 ac_cv_lib_util_getloadavg=yes
16745else 16796else
16746 echo "$as_me: failed program was:" >&5 16797 echo "$as_me: failed program was:" >&5
@@ -18016,19 +18067,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18016 rm -f conftest.er1 18067 rm -f conftest.er1
18017 cat conftest.err >&5 18068 cat conftest.err >&5
18018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18019 (exit $ac_status); } && 18070 (exit $ac_status); } && {
18020 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18071 test -z "$ac_c_werror_flag" ||
18021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18072 test ! -s conftest.err
18022 (eval $ac_try) 2>&5 18073 } && test -s conftest.$ac_objext; then
18023 ac_status=$?
18024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18025 (exit $ac_status); }; } &&
18026 { ac_try='test -s conftest.$ac_objext'
18027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18028 (eval $ac_try) 2>&5
18029 ac_status=$?
18030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18031 (exit $ac_status); }; }; then
18032 ac_cv_member_struct_nlist_n_un_n_name=yes 18074 ac_cv_member_struct_nlist_n_un_n_name=yes
18033else 18075else
18034 echo "$as_me: failed program was:" >&5 18076 echo "$as_me: failed program was:" >&5
@@ -18246,60 +18288,7 @@ rm -f conftest*
18246# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 18288# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
18247# in glibc 2.1.3, but that breaks too many other things. 18289# in glibc 2.1.3, but that breaks too many other things.
18248# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 18290# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
18249echo "$as_me:$LINENO: checking for fseeko" >&5 18291if test $ac_cv_sys_largefile_source != unknown; then
18250echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
18251if test "${ac_cv_func_fseeko+set}" = set; then
18252 echo $ECHO_N "(cached) $ECHO_C" >&6
18253else
18254 cat >conftest.$ac_ext <<_ACEOF
18255/* confdefs.h. */
18256_ACEOF
18257cat confdefs.h >>conftest.$ac_ext
18258cat >>conftest.$ac_ext <<_ACEOF
18259/* end confdefs.h. */
18260#include <stdio.h>
18261int
18262main ()
18263{
18264return fseeko && fseeko (stdin, 0, 0);
18265 ;
18266 return 0;
18267}
18268_ACEOF
18269rm -f conftest.$ac_objext conftest$ac_exeext
18270if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18271 (eval $ac_link) 2>conftest.er1
18272 ac_status=$?
18273 grep -v '^ *+' conftest.er1 >conftest.err
18274 rm -f conftest.er1
18275 cat conftest.err >&5
18276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18277 (exit $ac_status); } &&
18278 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18280 (eval $ac_try) 2>&5
18281 ac_status=$?
18282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18283 (exit $ac_status); }; } &&
18284 { ac_try='test -s conftest$ac_exeext'
18285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18286 (eval $ac_try) 2>&5
18287 ac_status=$?
18288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18289 (exit $ac_status); }; }; then
18290 ac_cv_func_fseeko=yes
18291else
18292 echo "$as_me: failed program was:" >&5
18293sed 's/^/| /' conftest.$ac_ext >&5
18294
18295ac_cv_func_fseeko=no
18296fi
18297rm -f conftest.err conftest.$ac_objext \
18298 conftest$ac_exeext conftest.$ac_ext
18299fi
18300echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
18301echo "${ECHO_T}$ac_cv_func_fseeko" >&6
18302if test $ac_cv_func_fseeko = yes; then
18303 18292
18304cat >>confdefs.h <<\_ACEOF 18293cat >>confdefs.h <<\_ACEOF
18305#define HAVE_FSEEKO 1 18294#define HAVE_FSEEKO 1
@@ -18610,19 +18599,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18610 rm -f conftest.er1 18599 rm -f conftest.er1
18611 cat conftest.err >&5 18600 cat conftest.err >&5
18612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18613 (exit $ac_status); } && 18602 (exit $ac_status); } && {
18614 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18603 test -z "$ac_c_werror_flag" ||
18615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18604 test ! -s conftest.err
18616 (eval $ac_try) 2>&5 18605 } && test -s conftest.$ac_objext; then
18617 ac_status=$?
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); }; } &&
18620 { ac_try='test -s conftest.$ac_objext'
18621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18622 (eval $ac_try) 2>&5
18623 ac_status=$?
18624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18625 (exit $ac_status); }; }; then
18626 ac_cv_have_decl_optreset=yes 18606 ac_cv_have_decl_optreset=yes
18627else 18607else
18628 echo "$as_me: failed program was:" >&5 18608 echo "$as_me: failed program was:" >&5
@@ -18986,19 +18966,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18986 rm -f conftest.er1 18966 rm -f conftest.er1
18987 cat conftest.err >&5 18967 cat conftest.err >&5
18988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18989 (exit $ac_status); } && 18969 (exit $ac_status); } && {
18990 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18970 test -z "$ac_c_werror_flag" ||
18991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18971 test ! -s conftest.err
18992 (eval $ac_try) 2>&5 18972 } && test -s conftest$ac_exeext &&
18993 ac_status=$? 18973 $as_test_x conftest$ac_exeext; then
18994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18995 (exit $ac_status); }; } &&
18996 { ac_try='test -s conftest$ac_exeext'
18997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18998 (eval $ac_try) 2>&5
18999 ac_status=$?
19000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19001 (exit $ac_status); }; }; then
19002 ac_cv_lib_intl_strftime=yes 18974 ac_cv_lib_intl_strftime=yes
19003else 18975else
19004 echo "$as_me: failed program was:" >&5 18976 echo "$as_me: failed program was:" >&5
@@ -19444,19 +19416,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19444 rm -f conftest.er1 19416 rm -f conftest.er1
19445 cat conftest.err >&5 19417 cat conftest.err >&5
19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447 (exit $ac_status); } && 19419 (exit $ac_status); } && {
19448 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19420 test -z "$ac_c_werror_flag" ||
19449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19421 test ! -s conftest.err
19450 (eval $ac_try) 2>&5 19422 } && test -s conftest$ac_exeext &&
19451 ac_status=$? 19423 $as_test_x conftest$ac_exeext; then
19452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19453 (exit $ac_status); }; } &&
19454 { ac_try='test -s conftest$ac_exeext'
19455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19456 (eval $ac_try) 2>&5
19457 ac_status=$?
19458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); }; }; then
19460 ac_cv_func___res_send=yes 19424 ac_cv_func___res_send=yes
19461else 19425else
19462 echo "$as_me: failed program was:" >&5 19426 echo "$as_me: failed program was:" >&5
@@ -19744,19 +19708,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19744 rm -f conftest.er1 19708 rm -f conftest.er1
19745 cat conftest.err >&5 19709 cat conftest.err >&5
19746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19747 (exit $ac_status); } && 19711 (exit $ac_status); } && {
19748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19712 test -z "$ac_c_werror_flag" ||
19749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19713 test ! -s conftest.err
19750 (eval $ac_try) 2>&5 19714 } && test -s conftest$ac_exeext &&
19751 ac_status=$? 19715 $as_test_x conftest$ac_exeext; then
19752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19753 (exit $ac_status); }; } &&
19754 { ac_try='test -s conftest$ac_exeext'
19755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19756 (eval $ac_try) 2>&5
19757 ac_status=$?
19758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19759 (exit $ac_status); }; }; then
19760 ac_cv_lib_hesiod_hes_getmailhost=yes 19716 ac_cv_lib_hesiod_hes_getmailhost=yes
19761else 19717else
19762 echo "$as_me: failed program was:" >&5 19718 echo "$as_me: failed program was:" >&5
@@ -21947,19 +21903,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21947 rm -f conftest.er1 21903 rm -f conftest.er1
21948 cat conftest.err >&5 21904 cat conftest.err >&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && 21906 (exit $ac_status); } && {
21951 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21907 test -z "$ac_c_werror_flag" ||
21952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21908 test ! -s conftest.err
21953 (eval $ac_try) 2>&5 21909 } && test -s conftest.$ac_objext; then
21954 ac_status=$?
21955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956 (exit $ac_status); }; } &&
21957 { ac_try='test -s conftest.$ac_objext'
21958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21959 (eval $ac_try) 2>&5
21960 ac_status=$?
21961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21962 (exit $ac_status); }; }; then
21963 ac_header_compiler=yes 21910 ac_header_compiler=yes
21964else 21911else
21965 echo "$as_me: failed program was:" >&5 21912 echo "$as_me: failed program was:" >&5
@@ -23008,19 +22955,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23008 rm -f conftest.er1 22955 rm -f conftest.er1
23009 cat conftest.err >&5 22956 cat conftest.err >&5
23010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23011 (exit $ac_status); } && 22958 (exit $ac_status); } && {
23012 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22959 test -z "$ac_c_werror_flag" ||
23013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22960 test ! -s conftest.err
23014 (eval $ac_try) 2>&5 22961 } && test -s conftest.$ac_objext; then
23015 ac_status=$?
23016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23017 (exit $ac_status); }; } &&
23018 { ac_try='test -s conftest.$ac_objext'
23019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23020 (eval $ac_try) 2>&5
23021 ac_status=$?
23022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23023 (exit $ac_status); }; }; then
23024 ac_cv_type_size_t=yes 22962 ac_cv_type_size_t=yes
23025else 22963else
23026 echo "$as_me: failed program was:" >&5 22964 echo "$as_me: failed program was:" >&5
@@ -23077,19 +23015,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23077 rm -f conftest.er1 23015 rm -f conftest.er1
23078 cat conftest.err >&5 23016 cat conftest.err >&5
23079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23080 (exit $ac_status); } && 23018 (exit $ac_status); } && {
23081 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 23019 test -z "$ac_c_werror_flag" ||
23082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23020 test ! -s conftest.err
23083 (eval $ac_try) 2>&5 23021 } && test -s conftest.$ac_objext; then
23084 ac_status=$?
23085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086 (exit $ac_status); }; } &&
23087 { ac_try='test -s conftest.$ac_objext'
23088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23089 (eval $ac_try) 2>&5
23090 ac_status=$?
23091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23092 (exit $ac_status); }; }; then
23093 ac_cv_type_mbstate_t=yes 23022 ac_cv_type_mbstate_t=yes
23094else 23023else
23095 echo "$as_me: failed program was:" >&5 23024 echo "$as_me: failed program was:" >&5
@@ -24210,6 +24139,15 @@ SET_MAKE!$SET_MAKE$ac_delim
24210XMKMF!$XMKMF$ac_delim 24139XMKMF!$XMKMF$ac_delim
24211GTK_CFLAGS!$GTK_CFLAGS$ac_delim 24140GTK_CFLAGS!$GTK_CFLAGS$ac_delim
24212GTK_LIBS!$GTK_LIBS$ac_delim 24141GTK_LIBS!$GTK_LIBS$ac_delim
24142XFT_CFLAGS!$XFT_CFLAGS$ac_delim
24143XFT_LIBS!$XFT_LIBS$ac_delim
24144FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
24145FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
24146FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
24147FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
24148HAVE_LIBOTF!$HAVE_LIBOTF$ac_delim
24149LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
24150LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
24213ALLOCA!$ALLOCA$ac_delim 24151ALLOCA!$ALLOCA$ac_delim
24214liblockfile!$liblockfile$ac_delim 24152liblockfile!$liblockfile$ac_delim
24215LIBOBJS!$LIBOBJS$ac_delim 24153LIBOBJS!$LIBOBJS$ac_delim
@@ -24226,15 +24164,6 @@ lispdir!$lispdir$ac_delim
24226locallisppath!$locallisppath$ac_delim 24164locallisppath!$locallisppath$ac_delim
24227lisppath!$lisppath$ac_delim 24165lisppath!$lisppath$ac_delim
24228x_default_search_path!$x_default_search_path$ac_delim 24166x_default_search_path!$x_default_search_path$ac_delim
24229etcdir!$etcdir$ac_delim
24230archlibdir!$archlibdir$ac_delim
24231bitmapdir!$bitmapdir$ac_delim
24232gamedir!$gamedir$ac_delim
24233gameuser!$gameuser$ac_delim
24234c_switch_system!$c_switch_system$ac_delim
24235c_switch_machine!$c_switch_machine$ac_delim
24236LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim
24237LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim
24238_ACEOF 24167_ACEOF
24239 24168
24240 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 24169 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -24276,6 +24205,15 @@ _ACEOF
24276ac_delim='%!_!# ' 24205ac_delim='%!_!# '
24277for ac_last_try in false false false false false :; do 24206for ac_last_try in false false false false false :; do
24278 cat >conf$$subs.sed <<_ACEOF 24207 cat >conf$$subs.sed <<_ACEOF
24208etcdir!$etcdir$ac_delim
24209archlibdir!$archlibdir$ac_delim
24210bitmapdir!$bitmapdir$ac_delim
24211gamedir!$gamedir$ac_delim
24212gameuser!$gameuser$ac_delim
24213c_switch_system!$c_switch_system$ac_delim
24214c_switch_machine!$c_switch_machine$ac_delim
24215LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim
24216LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim
24279C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim 24217C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim
24280X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim 24218X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim
24281machfile!$machfile$ac_delim 24219machfile!$machfile$ac_delim
@@ -24284,157 +24222,14 @@ carbon_appdir!$carbon_appdir$ac_delim
24284LTLIBOBJS!$LTLIBOBJS$ac_delim 24222LTLIBOBJS!$LTLIBOBJS$ac_delim
24285_ACEOF 24223_ACEOF
24286 24224
24287# No need to generate the scripts if there are no CONFIG_FILES. 24225 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then
24288# This happens for instance when ./config.status config.h 24226 break
24289if test -n "\$CONFIG_FILES"; then 24227 elif $ac_last_try; then
24290 # Protect against being on the right side of a sed subst in config.status. 24228 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24291 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 24229echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24292 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 24230 { (exit 1); exit 1; }; }
24293s,@SHELL@,$SHELL,;t t 24231 else
24294s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 24232 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24295s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
24296s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
24297s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
24298s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
24299s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
24300s,@exec_prefix@,$exec_prefix,;t t
24301s,@prefix@,$prefix,;t t
24302s,@program_transform_name@,$program_transform_name,;t t
24303s,@bindir@,$bindir,;t t
24304s,@sbindir@,$sbindir,;t t
24305s,@libexecdir@,$libexecdir,;t t
24306s,@datadir@,$datadir,;t t
24307s,@sysconfdir@,$sysconfdir,;t t
24308s,@sharedstatedir@,$sharedstatedir,;t t
24309s,@localstatedir@,$localstatedir,;t t
24310s,@libdir@,$libdir,;t t
24311s,@includedir@,$includedir,;t t
24312s,@oldincludedir@,$oldincludedir,;t t
24313s,@infodir@,$infodir,;t t
24314s,@mandir@,$mandir,;t t
24315s,@build_alias@,$build_alias,;t t
24316s,@host_alias@,$host_alias,;t t
24317s,@target_alias@,$target_alias,;t t
24318s,@DEFS@,$DEFS,;t t
24319s,@ECHO_C@,$ECHO_C,;t t
24320s,@ECHO_N@,$ECHO_N,;t t
24321s,@ECHO_T@,$ECHO_T,;t t
24322s,@LIBS@,$LIBS,;t t
24323s,@MAINT@,$MAINT,;t t
24324s,@build@,$build,;t t
24325s,@build_cpu@,$build_cpu,;t t
24326s,@build_vendor@,$build_vendor,;t t
24327s,@build_os@,$build_os,;t t
24328s,@host@,$host,;t t
24329s,@host_cpu@,$host_cpu,;t t
24330s,@host_vendor@,$host_vendor,;t t
24331s,@host_os@,$host_os,;t t
24332s,@CC@,$CC,;t t
24333s,@CFLAGS@,$CFLAGS,;t t
24334s,@LDFLAGS@,$LDFLAGS,;t t
24335s,@CPPFLAGS@,$CPPFLAGS,;t t
24336s,@ac_ct_CC@,$ac_ct_CC,;t t
24337s,@EXEEXT@,$EXEEXT,;t t
24338s,@OBJEXT@,$OBJEXT,;t t
24339s,@CPP@,$CPP,;t t
24340s,@EGREP@,$EGREP,;t t
24341s,@LN_S@,$LN_S,;t t
24342s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
24343s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
24344s,@INSTALL_DATA@,$INSTALL_DATA,;t t
24345s,@RANLIB@,$RANLIB,;t t
24346s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
24347s,@INSTALL_INFO@,$INSTALL_INFO,;t t
24348s,@GZIP_PROG@,$GZIP_PROG,;t t
24349s,@LIBSOUND@,$LIBSOUND,;t t
24350s,@PKG_CONFIG@,$PKG_CONFIG,;t t
24351s,@ALSA_CFLAGS@,$ALSA_CFLAGS,;t t
24352s,@ALSA_LIBS@,$ALSA_LIBS,;t t
24353s,@CFLAGS_SOUND@,$CFLAGS_SOUND,;t t
24354s,@SET_MAKE@,$SET_MAKE,;t t
24355s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
24356s,@GTK_LIBS@,$GTK_LIBS,;t t
24357s,@XFT_CFLAGS@,$XFT_CFLAGS,;t t
24358s,@XFT_LIBS@,$XFT_LIBS,;t t
24359s,@FREETYPE_CFLAGS@,$FREETYPE_CFLAGS,;t t
24360s,@FREETYPE_LIBS@,$FREETYPE_LIBS,;t t
24361s,@FONTCONFIG_CFLAGS@,$FONTCONFIG_CFLAGS,;t t
24362s,@FONTCONFIG_LIBS@,$FONTCONFIG_LIBS,;t t
24363s,@HAVE_LIBOTF@,$HAVE_LIBOTF,;t t
24364s,@LIBOTF_CFLAGS@,$LIBOTF_CFLAGS,;t t
24365s,@LIBOTF_LIBS@,$LIBOTF_LIBS,;t t
24366s,@ALLOCA@,$ALLOCA,;t t
24367s,@liblockfile@,$liblockfile,;t t
24368s,@LIBOBJS@,$LIBOBJS,;t t
24369s,@NEED_SETGID@,$NEED_SETGID,;t t
24370s,@KMEM_GROUP@,$KMEM_GROUP,;t t
24371s,@GETLOADAVG_LIBS@,$GETLOADAVG_LIBS,;t t
24372s,@GETOPT_H@,$GETOPT_H,;t t
24373s,@GETOPTOBJS@,$GETOPTOBJS,;t t
24374s,@version@,$version,;t t
24375s,@configuration@,$configuration,;t t
24376s,@canonical@,$canonical,;t t
24377s,@srcdir@,$srcdir,;t t
24378s,@lispdir@,$lispdir,;t t
24379s,@locallisppath@,$locallisppath,;t t
24380s,@lisppath@,$lisppath,;t t
24381s,@x_default_search_path@,$x_default_search_path,;t t
24382s,@etcdir@,$etcdir,;t t
24383s,@archlibdir@,$archlibdir,;t t
24384s,@docdir@,$docdir,;t t
24385s,@bitmapdir@,$bitmapdir,;t t
24386s,@gamedir@,$gamedir,;t t
24387s,@gameuser@,$gameuser,;t t
24388s,@c_switch_system@,$c_switch_system,;t t
24389s,@c_switch_machine@,$c_switch_machine,;t t
24390s,@LD_SWITCH_X_SITE@,$LD_SWITCH_X_SITE,;t t
24391s,@LD_SWITCH_X_SITE_AUX@,$LD_SWITCH_X_SITE_AUX,;t t
24392s,@C_SWITCH_X_SITE@,$C_SWITCH_X_SITE,;t t
24393s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t
24394s,@machfile@,$machfile,;t t
24395s,@opsysfile@,$opsysfile,;t t
24396s,@carbon_appdir@,$carbon_appdir,;t t
24397s,@LTLIBOBJS@,$LTLIBOBJS,;t t
24398CEOF
24399
24400_ACEOF
24401
24402 cat >>$CONFIG_STATUS <<\_ACEOF
24403 # Split the substitutions into bite-sized pieces for seds with
24404 # small command number limits, like on Digital OSF/1 and HP-UX.
24405 ac_max_sed_lines=48
24406 ac_sed_frag=1 # Number of current file.
24407 ac_beg=1 # First line for current file.
24408 ac_end=$ac_max_sed_lines # Line after last line for current file.
24409 ac_more_lines=:
24410 ac_sed_cmds=
24411 while $ac_more_lines; do
24412 if test $ac_beg -gt 1; then
24413 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
24414 else
24415 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
24416 fi
24417 if test ! -s $tmp/subs.frag; then
24418 ac_more_lines=false
24419 else
24420 # The purpose of the label and of the branching condition is to
24421 # speed up the sed processing (if there are no `@' at all, there
24422 # is no need to browse any of the substitutions).
24423 # These are the two extra sed commands mentioned above.
24424 (echo ':t
24425 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
24426 if test -z "$ac_sed_cmds"; then
24427 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
24428 else
24429 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
24430 fi
24431 ac_sed_frag=`expr $ac_sed_frag + 1`
24432 ac_beg=$ac_end
24433 ac_end=`expr $ac_end + $ac_max_sed_lines`
24434 fi
24435 done
24436 if test -z "$ac_sed_cmds"; then
24437 ac_sed_cmds=cat
24438 fi 24233 fi
24439done 24234done
24440 24235