Mercurial > hg > xemacs-beta
comparison configure.in @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 4103f0995bd7 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
1691 cydra*-cydrome-sysv* ) | 1691 cydra*-cydrome-sysv* ) |
1692 machine=cydra5 opsys=usg5-3 | 1692 machine=cydra5 opsys=usg5-3 |
1693 ;; | 1693 ;; |
1694 | 1694 |
1695 ## Data General AViiON Machines | 1695 ## Data General AViiON Machines |
1696 i586-dg-dgux5.4R4* | i586-dg-dgux5.4.4* ) | |
1697 machine=aviion opsys=dgux5-4r4 | |
1698 ;; | |
1696 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) | 1699 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) |
1697 machine=aviion opsys=dgux5-4r3 | 1700 machine=aviion opsys=dgux5-4r3 |
1698 ;; | 1701 ;; |
1699 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) | 1702 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) |
1700 machine=aviion opsys=dgux5-4r2 | 1703 machine=aviion opsys=dgux5-4r2 |
2080 ;; | 2083 ;; |
2081 mips-sgi-irix4.* ) | 2084 mips-sgi-irix4.* ) |
2082 machine=iris4d opsys=irix4-0 | 2085 machine=iris4d opsys=irix4-0 |
2083 ;; | 2086 ;; |
2084 mips-sgi-irix6* ) | 2087 mips-sgi-irix6* ) |
2085 machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp | 2088 machine=iris4d opsys=irix6-0 |
2086 ;; | 2089 ;; |
2087 mips-sgi-irix5.[3-9]* ) | 2090 mips-sgi-irix5.[3-9]* ) |
2088 machine=iris4d opsys=irix5-3 | 2091 machine=iris4d opsys=irix5-3 |
2089 ;; | 2092 ;; |
2090 mips-sgi-irix5.2* ) | 2093 mips-sgi-irix5.2* ) |
3568 [ | 3571 [ |
3569 if [ "${with_menubars}" = "motif" ] || [ "${with_scrollbars}" = "motif" ] \ | 3572 if [ "${with_menubars}" = "motif" ] || [ "${with_scrollbars}" = "motif" ] \ |
3570 || [ "${with_dialogs}" = "motif" ]; then | 3573 || [ "${with_dialogs}" = "motif" ]; then |
3571 with_motif='yes' | 3574 with_motif='yes' |
3572 fi | 3575 fi |
3576 if [ "${with_menubars}" = "athena" ] || [ "${with_scrollbars}" = "athena" ] \ | |
3577 || [ "${with_dialogs}" = "athena" ]; then | |
3578 with_athena='yes' | |
3579 fi | |
3580 if [ "${with_menubars}" = "athena3d" ] || [ "${with_scrollbars}" = "athena3d" ] \ | |
3581 || [ "${with_dialogs}" = "athena3d" ]; then | |
3582 with_athena='yes' | |
3583 fi | |
3573 | 3584 |
3574 # Finish ensuring that we have values for the various toolkit items. | 3585 # Finish ensuring that we have values for the various toolkit items. |
3575 if [ "x${with_menubars}" = "x" ] || [ "${with_menubars}" = "athena" ]; then | 3586 if [ "x${with_menubars}" = "x" ] || [ "${with_menubars}" = "athena" ]; then |
3576 with_menubars='lucid' | 3587 with_menubars='lucid' |
3577 fi | 3588 fi |
4094 if [ "${LISP_FLOAT_TYPE}" = "yes" ] ; then | 4105 if [ "${LISP_FLOAT_TYPE}" = "yes" ] ; then |
4095 ] AC_DEFINE(LISP_FLOAT_TYPE) [ | 4106 ] AC_DEFINE(LISP_FLOAT_TYPE) [ |
4096 fi | 4107 fi |
4097 if [ "${with_motif}" = "yes" ] ; then | 4108 if [ "${with_motif}" = "yes" ] ; then |
4098 ] AC_DEFINE(LWLIB_USES_MOTIF) [ | 4109 ] AC_DEFINE(LWLIB_USES_MOTIF) [ |
4110 fi | |
4111 if [ "${with_athena}" = "yes" ] ; then | |
4112 ] AC_DEFINE(LWLIB_USES_ATHENA) [ | |
4099 fi | 4113 fi |
4100 if [ "${with_menubars}" = "lucid" ] ; then | 4114 if [ "${with_menubars}" = "lucid" ] ; then |
4101 ] AC_DEFINE(LWLIB_MENUBARS_LUCID) [ | 4115 ] AC_DEFINE(LWLIB_MENUBARS_LUCID) [ |
4102 ] AC_DEFINE(HAVE_MENUBARS) [ | 4116 ] AC_DEFINE(HAVE_MENUBARS) [ |
4103 fi | 4117 fi |