aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-11-18 03:50:10 +0000
committerGlenn Morris2008-11-18 03:50:10 +0000
commit44e5501c61de6b3bb7f016cadc4b956493e5e679 (patch)
treebdef85b79361dc4ca3109131faae8016dcf5d98d
parentd0d8885d3f97b134a7fc532ad864352fccad26e3 (diff)
downloademacs-44e5501c61de6b3bb7f016cadc4b956493e5e679.tar.gz
emacs-44e5501c61de6b3bb7f016cadc4b956493e5e679.zip
Regenerate.
-rwxr-xr-xconfigure204
1 files changed, 101 insertions, 103 deletions
diff --git a/configure b/configure
index f79aced67c3..f9c563fe2d1 100755
--- a/configure
+++ b/configure
@@ -694,12 +694,12 @@ GTK_CFLAGS
694GTK_LIBS 694GTK_LIBS
695DBUS_CFLAGS 695DBUS_CFLAGS
696DBUS_LIBS 696DBUS_LIBS
697FONTCONFIG_CFLAGS
698FONTCONFIG_LIBS
697XFT_CFLAGS 699XFT_CFLAGS
698XFT_LIBS 700XFT_LIBS
699FREETYPE_CFLAGS 701FREETYPE_CFLAGS
700FREETYPE_LIBS 702FREETYPE_LIBS
701FONTCONFIG_CFLAGS
702FONTCONFIG_LIBS
703LIBOTF_CFLAGS 703LIBOTF_CFLAGS
704LIBOTF_LIBS 704LIBOTF_LIBS
705M17N_FLT_CFLAGS 705M17N_FLT_CFLAGS
@@ -12575,6 +12575,101 @@ fi
12575 12575
12576### Start of font-backend section. 12576### Start of font-backend section.
12577 12577
12578 succeeded=no
12579
12580 # Extract the first word of "pkg-config", so it can be a program name with args.
12581set dummy pkg-config; ac_word=$2
12582{ echo "$as_me:$LINENO: checking for $ac_word" >&5
12583echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12584if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12585 echo $ECHO_N "(cached) $ECHO_C" >&6
12586else
12587 case $PKG_CONFIG in
12588 [\\/]* | ?:[\\/]*)
12589 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12590 ;;
12591 *)
12592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12593for as_dir in $PATH
12594do
12595 IFS=$as_save_IFS
12596 test -z "$as_dir" && as_dir=.
12597 for ac_exec_ext in '' $ac_executable_extensions; do
12598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12599 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12601 break 2
12602 fi
12603done
12604done
12605IFS=$as_save_IFS
12606
12607 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12608 ;;
12609esac
12610fi
12611PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12612if test -n "$PKG_CONFIG"; then
12613 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12614echo "${ECHO_T}$PKG_CONFIG" >&6; }
12615else
12616 { echo "$as_me:$LINENO: result: no" >&5
12617echo "${ECHO_T}no" >&6; }
12618fi
12619
12620
12621
12622 if test "$PKG_CONFIG" = "no" ; then
12623 HAVE_FC=no
12624 else
12625 PKG_CONFIG_MIN_VERSION=0.9.0
12626 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12627 { echo "$as_me:$LINENO: checking for fontconfig >= 2.2.0" >&5
12628echo $ECHO_N "checking for fontconfig >= 2.2.0... $ECHO_C" >&6; }
12629
12630 if $PKG_CONFIG --exists "fontconfig >= 2.2.0" 2>&5; then
12631 { echo "$as_me:$LINENO: result: yes" >&5
12632echo "${ECHO_T}yes" >&6; }
12633 succeeded=yes
12634
12635 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5
12636echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; }
12637 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
12638 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5
12639echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; }
12640
12641 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5
12642echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; }
12643 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.2.0"|sed -e 's,///*,/,g'`
12644 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5
12645echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; }
12646 else
12647 { echo "$as_me:$LINENO: result: no" >&5
12648echo "${ECHO_T}no" >&6; }
12649 FONTCONFIG_CFLAGS=""
12650 FONTCONFIG_LIBS=""
12651 ## If we have a custom action on failure, don't print errors, but
12652 ## do set a variable so people can do so.
12653 FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig >= 2.2.0"`
12654
12655 fi
12656
12657
12658
12659 else
12660 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12661 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12662 fi
12663 fi
12664
12665 if test $succeeded = yes; then
12666 HAVE_FC=yes
12667 else
12668 HAVE_FC=no
12669 fi
12670
12671test "${HAVE_FC}" = "no" && with_freetype=no
12672
12578## Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'. 12673## Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'.
12579HAVE_XFT=maybe 12674HAVE_XFT=maybe
12580if test "x${with_freetype}" = "xno" || test "x${with_x}" = "xno"; then 12675if test "x${with_freetype}" = "xno" || test "x${with_x}" = "xno"; then
@@ -12903,6 +12998,8 @@ HAVE_FREETYPE=no
12903### Use -lfreetype if available, unless `--with-freetype=no'. 12998### Use -lfreetype if available, unless `--with-freetype=no'.
12904if test "${HAVE_XFT}" = "yes"; then 12999if test "${HAVE_XFT}" = "yes"; then
12905 HAVE_FREETYPE=yes 13000 HAVE_FREETYPE=yes
13001 FONTCONFIG_CFLAGS=
13002 FONTCONFIG_LIBS=
12906elif test "x${with_freetype}" != "xno" && test "x${with_x}" != "xno"; then 13003elif test "x${with_freetype}" != "xno" && test "x${with_x}" != "xno"; then
12907 13004
12908 13005
@@ -12999,105 +13096,6 @@ echo "${ECHO_T}no" >&6; }
12999 HAVE_FREETYPE=no 13096 HAVE_FREETYPE=no
13000 fi 13097 fi
13001 13098
13002 if test "${HAVE_FREETYPE}" = "yes"; then
13003
13004 succeeded=no
13005
13006 # Extract the first word of "pkg-config", so it can be a program name with args.
13007set dummy pkg-config; ac_word=$2
13008{ echo "$as_me:$LINENO: checking for $ac_word" >&5
13009echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13010if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13011 echo $ECHO_N "(cached) $ECHO_C" >&6
13012else
13013 case $PKG_CONFIG in
13014 [\\/]* | ?:[\\/]*)
13015 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13016 ;;
13017 *)
13018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13019for as_dir in $PATH
13020do
13021 IFS=$as_save_IFS
13022 test -z "$as_dir" && as_dir=.
13023 for ac_exec_ext in '' $ac_executable_extensions; do
13024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13025 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13027 break 2
13028 fi
13029done
13030done
13031IFS=$as_save_IFS
13032
13033 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13034 ;;
13035esac
13036fi
13037PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13038if test -n "$PKG_CONFIG"; then
13039 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13040echo "${ECHO_T}$PKG_CONFIG" >&6; }
13041else
13042 { echo "$as_me:$LINENO: result: no" >&5
13043echo "${ECHO_T}no" >&6; }
13044fi
13045
13046
13047
13048 if test "$PKG_CONFIG" = "no" ; then
13049 HAVE_FC=no
13050 else
13051 PKG_CONFIG_MIN_VERSION=0.9.0
13052 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13053 { echo "$as_me:$LINENO: checking for fontconfig" >&5
13054echo $ECHO_N "checking for fontconfig... $ECHO_C" >&6; }
13055
13056 if $PKG_CONFIG --exists "fontconfig" 2>&5; then
13057 { echo "$as_me:$LINENO: result: yes" >&5
13058echo "${ECHO_T}yes" >&6; }
13059 succeeded=yes
13060
13061 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5
13062echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; }
13063 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig"|sed -e 's,///*,/,g'`
13064 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5
13065echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; }
13066
13067 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5
13068echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; }
13069 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig"|sed -e 's,///*,/,g'`
13070 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5
13071echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; }
13072 else
13073 { echo "$as_me:$LINENO: result: no" >&5
13074echo "${ECHO_T}no" >&6; }
13075 FONTCONFIG_CFLAGS=""
13076 FONTCONFIG_LIBS=""
13077 ## If we have a custom action on failure, don't print errors, but
13078 ## do set a variable so people can do so.
13079 FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig"`
13080
13081 fi
13082
13083
13084
13085 else
13086 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13087 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13088 fi
13089 fi
13090
13091 if test $succeeded = yes; then
13092 HAVE_FC=yes
13093 else
13094 HAVE_FC=no
13095 fi
13096
13097 if test "${HAVE_FC}" = "no"; then
13098 HAVE_FREETYPE=no
13099 fi
13100 fi
13101fi 13099fi
13102 13100
13103HAVE_LIBOTF=no 13101HAVE_LIBOTF=no
@@ -25129,12 +25127,12 @@ GTK_CFLAGS!$GTK_CFLAGS$ac_delim
25129GTK_LIBS!$GTK_LIBS$ac_delim 25127GTK_LIBS!$GTK_LIBS$ac_delim
25130DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim 25128DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
25131DBUS_LIBS!$DBUS_LIBS$ac_delim 25129DBUS_LIBS!$DBUS_LIBS$ac_delim
25130FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
25131FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
25132XFT_CFLAGS!$XFT_CFLAGS$ac_delim 25132XFT_CFLAGS!$XFT_CFLAGS$ac_delim
25133XFT_LIBS!$XFT_LIBS$ac_delim 25133XFT_LIBS!$XFT_LIBS$ac_delim
25134FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim 25134FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
25135FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim 25135FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
25136FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
25137FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
25138LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim 25136LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
25139LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim 25137LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
25140M17N_FLT_CFLAGS!$M17N_FLT_CFLAGS$ac_delim 25138M17N_FLT_CFLAGS!$M17N_FLT_CFLAGS$ac_delim