comparison configure @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 4ef881a120fe 4bae97ce3ac6
children 3816faf8a124
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
3024 NON_GNU_CPP=/usr/ccs/lib/cpp 3024 NON_GNU_CPP=/usr/ccs/lib/cpp
3025 RANLIB="ar -ts" 3025 RANLIB="ar -ts"
3026 ;; 3026 ;;
3027 *-sunos5* | *-solaris* ) 3027 *-sunos5* | *-solaris* )
3028 opsys=sol2-6 3028 opsys=sol2-6
3029 ## FIXME: make this into a proper fix that checks the compiler type,
3030 ## rather than relying on path. Or is /usr/ccs/lib/cpp a bad default now?
3029 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 3031 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then
3030 ## -Xs prevents spurious whitespace. 3032 ## -Xs prevents spurious whitespace.
3031 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 3033 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs"
3032 else 3034 else
3033 NON_GNU_CPP=/usr/ccs/lib/cpp 3035 NON_GNU_CPP=/usr/ccs/lib/cpp
11721 11723
11722 fi 11724 fi
11723 fi 11725 fi
11724 fi 11726 fi
11725 11727
11726 if test x"${USE_X_TOOLKIT}" = xmaybe; then 11728 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
11727 if test x"${HAVE_X11R5}" = xyes; then 11729 if test x"${HAVE_X11R5}" = xyes; then
11728 { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5 11730 { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5
11729 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6; } 11731 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6; }
11730 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 11732 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
11731 echo $ECHO_N "(cached) $ECHO_C" >&6 11733 echo $ECHO_N "(cached) $ECHO_C" >&6
11780 if test $emacs_cv_x11_version_5_with_xaw = yes; then 11782 if test $emacs_cv_x11_version_5_with_xaw = yes; then
11781 { echo "$as_me:$LINENO: result: 5 or newer, with Xaw; use toolkit by default" >&5 11783 { echo "$as_me:$LINENO: result: 5 or newer, with Xaw; use toolkit by default" >&5
11782 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6; } 11784 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6; }
11783 USE_X_TOOLKIT=LUCID 11785 USE_X_TOOLKIT=LUCID
11784 else 11786 else
11785 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5 11787 if test x"${USE_X_TOOLKIT}" = xLUCID; then
11788 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5
11789 echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;}
11790 { (exit 1); exit 1; }; }
11791 else
11792 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5
11786 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6; } 11793 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6; }
11787 USE_X_TOOLKIT=none 11794 USE_X_TOOLKIT=none
11795 fi
11788 fi 11796 fi
11789 else 11797 else
11790 USE_X_TOOLKIT=none 11798 USE_X_TOOLKIT=none
11791 fi 11799 fi
11792 fi 11800 fi
12922 echo "${ECHO_T}yes" >&6; } 12930 echo "${ECHO_T}yes" >&6; }
12923 succeeded=yes 12931 succeeded=yes
12924 12932
12925 { echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5 12933 { echo "$as_me:$LINENO: checking FREETYPE_CFLAGS" >&5
12926 echo $ECHO_N "checking FREETYPE_CFLAGS... $ECHO_C" >&6; } 12934 echo $ECHO_N "checking FREETYPE_CFLAGS... $ECHO_C" >&6; }
12927 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"` 12935 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2"|sed -e 's,///*,/,g'`
12928 { echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5 12936 { echo "$as_me:$LINENO: result: $FREETYPE_CFLAGS" >&5
12929 echo "${ECHO_T}$FREETYPE_CFLAGS" >&6; } 12937 echo "${ECHO_T}$FREETYPE_CFLAGS" >&6; }
12930 12938
12931 { echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5 12939 { echo "$as_me:$LINENO: checking FREETYPE_LIBS" >&5
12932 echo $ECHO_N "checking FREETYPE_LIBS... $ECHO_C" >&6; } 12940 echo $ECHO_N "checking FREETYPE_LIBS... $ECHO_C" >&6; }
12933 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"` 12941 FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2"|sed -e 's,///*,/,g'`
12934 { echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5 12942 { echo "$as_me:$LINENO: result: $FREETYPE_LIBS" >&5
12935 echo "${ECHO_T}$FREETYPE_LIBS" >&6; } 12943 echo "${ECHO_T}$FREETYPE_LIBS" >&6; }
12936 else 12944 else
12937 { echo "$as_me:$LINENO: result: no" >&5 12945 { echo "$as_me:$LINENO: result: no" >&5
12938 echo "${ECHO_T}no" >&6; } 12946 echo "${ECHO_T}no" >&6; }
13019 echo "${ECHO_T}yes" >&6; } 13027 echo "${ECHO_T}yes" >&6; }
13020 succeeded=yes 13028 succeeded=yes
13021 13029
13022 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5 13030 { echo "$as_me:$LINENO: checking FONTCONFIG_CFLAGS" >&5
13023 echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; } 13031 echo $ECHO_N "checking FONTCONFIG_CFLAGS... $ECHO_C" >&6; }
13024 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig"` 13032 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig"|sed -e 's,///*,/,g'`
13025 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5 13033 { echo "$as_me:$LINENO: result: $FONTCONFIG_CFLAGS" >&5
13026 echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; } 13034 echo "${ECHO_T}$FONTCONFIG_CFLAGS" >&6; }
13027 13035
13028 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5 13036 { echo "$as_me:$LINENO: checking FONTCONFIG_LIBS" >&5
13029 echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; } 13037 echo $ECHO_N "checking FONTCONFIG_LIBS... $ECHO_C" >&6; }
13030 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig"` 13038 FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig"|sed -e 's,///*,/,g'`
13031 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5 13039 { echo "$as_me:$LINENO: result: $FONTCONFIG_LIBS" >&5
13032 echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; } 13040 echo "${ECHO_T}$FONTCONFIG_LIBS" >&6; }
13033 else 13041 else
13034 { echo "$as_me:$LINENO: result: no" >&5 13042 { echo "$as_me:$LINENO: result: no" >&5
13035 echo "${ECHO_T}no" >&6; } 13043 echo "${ECHO_T}no" >&6; }