Mercurial > hg > xemacs-beta
comparison configure @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 859a2309aef8 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
2075 ;; | 2075 ;; |
2076 mips-sgi-irix4.* ) | 2076 mips-sgi-irix4.* ) |
2077 machine=iris4d opsys=irix4-0 | 2077 machine=iris4d opsys=irix4-0 |
2078 ;; | 2078 ;; |
2079 mips-sgi-irix6* ) | 2079 mips-sgi-irix6* ) |
2080 machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp | 2080 machine=iris4d opsys=irix6-0 |
2081 ;; | 2081 ;; |
2082 mips-sgi-irix5.[3-9]* ) | 2082 mips-sgi-irix5.[3-9]* ) |
2083 machine=iris4d opsys=irix5-3 | 2083 machine=iris4d opsys=irix5-3 |
2084 ;; | 2084 ;; |
2085 mips-sgi-irix5.2* ) | 2085 mips-sgi-irix5.2* ) |
5136 | 5136 |
5137 if [ "${with_menubars}" = "motif" ] || [ "${with_scrollbars}" = "motif" ] \ | 5137 if [ "${with_menubars}" = "motif" ] || [ "${with_scrollbars}" = "motif" ] \ |
5138 || [ "${with_dialogs}" = "motif" ]; then | 5138 || [ "${with_dialogs}" = "motif" ]; then |
5139 with_motif='yes' | 5139 with_motif='yes' |
5140 fi | 5140 fi |
5141 if [ "${with_menubars}" = "athena" ] || [ "${with_scrollbars}" = "athena" ] \ | |
5142 || [ "${with_dialogs}" = "athena" ]; then | |
5143 with_athena='yes' | |
5144 fi | |
5145 if [ "${with_menubars}" = "athena3d" ] || [ "${with_scrollbars}" = "athena3d" ] \ | |
5146 || [ "${with_dialogs}" = "athena3d" ]; then | |
5147 with_athena='yes' | |
5148 fi | |
5141 | 5149 |
5142 # Finish ensuring that we have values for the various toolkit items. | 5150 # Finish ensuring that we have values for the various toolkit items. |
5143 if [ "x${with_menubars}" = "x" ] || [ "${with_menubars}" = "athena" ]; then | 5151 if [ "x${with_menubars}" = "x" ] || [ "${with_menubars}" = "athena" ]; then |
5144 with_menubars='lucid' | 5152 with_menubars='lucid' |
5145 fi | 5153 fi |
7303 echo "#define" LWLIB_USES_MOTIF "1" >> confdefs.h | 7311 echo "#define" LWLIB_USES_MOTIF "1" >> confdefs.h |
7304 DEFS="$DEFS -DLWLIB_USES_MOTIF=1" | 7312 DEFS="$DEFS -DLWLIB_USES_MOTIF=1" |
7305 ac_sed_defs="${ac_sed_defs}\${ac_dA}LWLIB_USES_MOTIF\${ac_dB}LWLIB_USES_MOTIF\${ac_dC}1\${ac_dD} | 7313 ac_sed_defs="${ac_sed_defs}\${ac_dA}LWLIB_USES_MOTIF\${ac_dB}LWLIB_USES_MOTIF\${ac_dC}1\${ac_dD} |
7306 \${ac_uA}LWLIB_USES_MOTIF\${ac_uB}LWLIB_USES_MOTIF\${ac_uC}1\${ac_uD} | 7314 \${ac_uA}LWLIB_USES_MOTIF\${ac_uB}LWLIB_USES_MOTIF\${ac_uC}1\${ac_uD} |
7307 \${ac_eA}LWLIB_USES_MOTIF\${ac_eB}LWLIB_USES_MOTIF\${ac_eC}1\${ac_eD} | 7315 \${ac_eA}LWLIB_USES_MOTIF\${ac_eB}LWLIB_USES_MOTIF\${ac_eC}1\${ac_eD} |
7316 " | |
7317 } | |
7318 | |
7319 fi | |
7320 if [ "${with_athena}" = "yes" ] ; then | |
7321 | |
7322 { | |
7323 test -n "$verbose" && \ | |
7324 echo " defining LWLIB_USES_ATHENA" | |
7325 echo "#define" LWLIB_USES_ATHENA "1" >> confdefs.h | |
7326 DEFS="$DEFS -DLWLIB_USES_ATHENA=1" | |
7327 ac_sed_defs="${ac_sed_defs}\${ac_dA}LWLIB_USES_ATHENA\${ac_dB}LWLIB_USES_ATHENA\${ac_dC}1\${ac_dD} | |
7328 \${ac_uA}LWLIB_USES_ATHENA\${ac_uB}LWLIB_USES_ATHENA\${ac_uC}1\${ac_uD} | |
7329 \${ac_eA}LWLIB_USES_ATHENA\${ac_eB}LWLIB_USES_ATHENA\${ac_eC}1\${ac_eD} | |
7308 " | 7330 " |
7309 } | 7331 } |
7310 | 7332 |
7311 fi | 7333 fi |
7312 if [ "${with_menubars}" = "lucid" ] ; then | 7334 if [ "${with_menubars}" = "lucid" ] ; then |