Mercurial > emacs
comparison configure @ 76949:476a6af9dfd5
Regenerate.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 05 Apr 2007 06:07:32 +0000 |
parents | fc7b35f4707e |
children | 4bae97ce3ac6 dc002877ce12 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
76948:7322915e700b | 76949:476a6af9dfd5 |
---|---|
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 NON_GNU_CPP=/usr/ccs/lib/cpp | 2999 if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then |
3000 ## -Xs prevents spurious whitespace. | |
3001 NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" | |
3002 else | |
3003 NON_GNU_CPP=/usr/ccs/lib/cpp | |
3004 fi | |
3000 ;; | 3005 ;; |
3001 * ) opsys=bsd4-2 ;; | 3006 * ) opsys=bsd4-2 ;; |
3002 esac | 3007 esac |
3003 ## Watch out for a compiler that we know will not work. | 3008 ## Watch out for a compiler that we know will not work. |
3004 case "${canonical}" in | 3009 case "${canonical}" in |