From xemacs-m  Thu Jan 30 13:17:21 1997
Received: from black-ice.cc.vt.edu (root@black-ice.cc.vt.edu [128.173.14.71])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id NAA15407 for <xemacs-beta@xemacs.org>; Thu, 30 Jan 1997 13:17:15 -0600 (CST)
Received: from black-ice.cc.vt.edu (valdis@LOCALHOST [127.0.0.1])
	by black-ice.cc.vt.edu (8.8.5/8.8.5) with ESMTP id OAA38748;
	Thu, 30 Jan 1997 14:17:02 -0500
Message-Id: <199701301917.OAA38748@black-ice.cc.vt.edu>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: 20.0-b93 - small patchlet for AIX 4.2 and CDE
In-Reply-To: Your message of "30 Jan 1997 10:02:12 PST."
             <m24tfz9h3v.fsf@altair.xemacs.org> 
From: Valdis.Kletnieks@vt.edu
X-Url: http://black-ice.cc.vt.edu/~valdis/
References: <199701301521.AAA08992@mikan.jaist.ac.jp>
            <m24tfz9h3v.fsf@altair.xemacs.org>
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="==_Exmh_-2095272652P";
	micalg=pgp-md5; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7bit
Date: Thu, 30 Jan 1997 14:17:00 -0500

--==_Exmh_-2095272652P
Content-Type: multipart/mixed ;
	boundary="==_Exmh_-20982083800"

This is a multipart MIME message.

--==_Exmh_-20982083800
Content-Type: text/plain; charset=us-ascii

Appended is a small patchlet that lets configure auto-detect CDE under
AIX 4.2.  I *think* that it should work under AIX 4.1 as well, so
we don't *strictly* need a new aix4-2.h and you could just add the
definition to the aix4-1.h file, but I don't have a 4.1 system that
has the X11.Dt.adt fileset installed, so I can't verify that.

/Valdis


--==_Exmh_-20982083800
Content-Type: application/octet-stream ; name="aix4.2"
Content-Description: aix4.2
Content-Disposition: attachment; filename="aix4.2"

*** configure.dist	Mon Jan 27 15:34:52 1997
--- configure	Mon Jan 27 15:34:14 1997
***************
*** 1154,1159 ****
--- 1154,1160 ----
    i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;;
    rs6000-ibm-aix3.1*  | powerpc-ibm-aix3.1*  ) machine=ibmrs6000 opsys=aix3-1	;;
    rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5	;;
+   rs6000-ibm-aix4.2*  | powerpc-ibm-aix4.2*  ) machine=ibmrs6000 opsys=aix4-2	;;
    rs6000-ibm-aix4.1*  | powerpc-ibm-aix4.1*  ) machine=ibmrs6000 opsys=aix4-1	;;
    rs6000-ibm-aix4*    | powerpc-ibm-aix4*    ) machine=ibmrs6000 opsys=aix4	;;
    rs6000-ibm-aix*     | powerpc-ibm-aix*     ) machine=ibmrs6000 opsys=aix3-2	;;
*** configure.in.dist	Mon Jan 27 15:27:47 1997
--- configure.in	Mon Jan 27 15:28:10 1997
***************
*** 1160,1165 ****
--- 1160,1166 ----
    i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;;
    rs6000-ibm-aix3.1*  | powerpc-ibm-aix3.1*  ) machine=ibmrs6000 opsys=aix3-1	;;
    rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5	;;
+   rs6000-ibm-aix4.2*  | powerpc-ibm-aix4.2*  ) machine=ibmrs6000 opsys=aix4-2	;;
    rs6000-ibm-aix4.1*  | powerpc-ibm-aix4.1*  ) machine=ibmrs6000 opsys=aix4-1	;;
    rs6000-ibm-aix4*    | powerpc-ibm-aix4*    ) machine=ibmrs6000 opsys=aix4	;;
    rs6000-ibm-aix*     | powerpc-ibm-aix*     ) machine=ibmrs6000 opsys=aix3-2	;;
*** /dev/null	Thu Jan 30 13:57:52 1997
--- src/s/aix4-2.h	Mon Jan 27 15:33:17 1997
***************
*** 0 ****
--- 1,5 ----
+ /* valdis.kletnieks@vt.edu - tell configure how to auto-detect CDE */
+ #define C_SWITCH_X_SYSTEM -I/usr/dt/include/Tt -I/usr/dt/include
+ 
+ /* Other than that, treat the same as AIX 4.1 */
+ #include "aix4-1.h"

--==_Exmh_-20982083800--



--==_Exmh_-2095272652P
Content-Type: application/pgp-signature

-----BEGIN PGP MESSAGE-----
Version: 2.6.2

iQCVAwUBMvDzqNQBOOoptg9JAQEkRwQArCh1XXIAbJ5/+1VYVimsAfb3LYWQzBLf
shHNtIVE+JcZBmy9HDMKnsyRZQHQ3AMDUtmX5YwSnhiL801syV6bGcQcJ3z2Uzlp
EantnKnPnRa2x51xxG57I7AQxPHDZg+F0yh7qe4v6gX71noLx6iwZMFxY+gnsirF
VAnT3enrBkY=
=8vBj
-----END PGP MESSAGE-----

--==_Exmh_-2095272652P--

