comparison configure @ 77320:4bae97ce3ac6

Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Apr 2007 18:07:41 +0000
parents 476a6af9dfd5
children 5a10f80c77e7 5a45becb5728 e6fdae9180d4
comparison
equal deleted inserted replaced
77319:959967514f51 77320:4bae97ce3ac6
2994 NON_GNU_CPP=/usr/ccs/lib/cpp 2994 NON_GNU_CPP=/usr/ccs/lib/cpp
2995 RANLIB="ar -ts" 2995 RANLIB="ar -ts"
2996 ;; 2996 ;;
2997 *-sunos5* | *-solaris* ) 2997 *-sunos5* | *-solaris* )
2998 opsys=sol2-6 2998 opsys=sol2-6
2999 ## FIXME: make this into a proper fix that checks the compiler type,
3000 ## rather than relying on path. Or is /usr/ccs/lib/cpp a bad default now?
2999 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 3001 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then
3000 ## -Xs prevents spurious whitespace. 3002 ## -Xs prevents spurious whitespace.
3001 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 3003 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs"
3002 else 3004 else
3003 NON_GNU_CPP=/usr/ccs/lib/cpp 3005 NON_GNU_CPP=/usr/ccs/lib/cpp
12012 LIBS="$OLD_LIBS" 12014 LIBS="$OLD_LIBS"
12013 fi 12015 fi
12014 fi 12016 fi
12015 fi 12017 fi
12016 12018
12017 if test x"${USE_X_TOOLKIT}" = xmaybe; then 12019 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12018 if test x"${HAVE_X11R5}" = xyes; then 12020 if test x"${HAVE_X11R5}" = xyes; then
12019 { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5 12021 { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5
12020 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6; } 12022 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6; }
12021 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 12023 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
12022 echo $ECHO_N "(cached) $ECHO_C" >&6 12024 echo $ECHO_N "(cached) $ECHO_C" >&6
12071 if test $emacs_cv_x11_version_5_with_xaw = yes; then 12073 if test $emacs_cv_x11_version_5_with_xaw = yes; then
12072 { echo "$as_me:$LINENO: result: 5 or newer, with Xaw; use toolkit by default" >&5 12074 { echo "$as_me:$LINENO: result: 5 or newer, with Xaw; use toolkit by default" >&5
12073 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6; } 12075 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6; }
12074 USE_X_TOOLKIT=LUCID 12076 USE_X_TOOLKIT=LUCID
12075 else 12077 else
12076 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5 12078 if test x"${USE_X_TOOLKIT}" = xLUCID; then
12079 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5
12080 echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;}
12081 { (exit 1); exit 1; }; }
12082 else
12083 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5
12077 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6; } 12084 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6; }
12078 USE_X_TOOLKIT=none 12085 USE_X_TOOLKIT=none
12086 fi
12079 fi 12087 fi
12080 else 12088 else
12081 USE_X_TOOLKIT=none 12089 USE_X_TOOLKIT=none
12082 fi 12090 fi
12083 fi 12091 fi