From xemacs-m  Sat May 17 06:46:16 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id GAA04189
	for <xemacs-beta@xemacs.org>; Sat, 17 May 1997 06:46:15 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id FAA13909 for <xemacs-beta@xemacs.org>; Sat, 17 May 1997 05:00:01 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id EAA03249; Sat, 17 May 1997 04:45:27 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id EAA13403; Sat, 17 May 1997 04:45:25 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id EAA09950; Sat, 17 May 1997 04:45:24 -0700
Date: Sat, 17 May 1997 04:45:24 -0700
Message-Id: <199705171145.EAA09950@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: 20.3 beta 1 configure patch
X-Mailer: VM 6.24 under 20.1 XEmacs Lucid (beta15)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

I just sent my configure mega patch to Steve for inclusion in 20.3-b1

Since this is likely to be the most broken beta ever, it may be a
while before the beta testers get their hands on it.  First Steve has
to get it to work!  I've successfully built XEmacs on Solaris, SunOS4, 
and HP-UX 10.20.

Here are the Changelog entries:

Sat May 17 03:16:18 1997  Martin Buchholz  <mrb@eng.sun.com>

	* src/s/*.h:
	* src/config.h.in:
	* src/Makefile.in.in:
	* lib-src/Makefile.in.in:
	* lwlib/Makefile.in.in:
	* lwlib/lwlib.c: Remove alloca crap.
	* Makefile.in:
	* configure.in: 
	* INSTALL:
	rewrite for new Autoconf2-capable configure.

	* man/lispref/commands.texi: various doc fixes.\
	
	* etc/xemacs-ja.1: Japanese XEmacs man page
	* etc/app-defaults-ja/Emacs: more Japanese menubar translations
	* lisp/locale/ja/locale-start.el: Japanese splash screen

	* lisp/comint/comint.el:  actually implement, not just call new
	function (comint-extract-current-pathname).  Minor additional
	cleanup.

	* lisp/modes/m4-mode.el: Mods by Martin and Drew
	* lisp/modes/autoconf-mode.el: A new mode to edit configure.in :-)

	* lisp/mule/mule-files.el:  A very old fix from Noah.

	* lisp/prim/events.el:  Random cleanup.

	* lisp/prim/files.el: configure.in uses Autoconf mode.  Makefile.* 
	uses Makefile mode.

	* lisp/utils/hide-copyleft.el:  Fix to work with new FSF address.
	Add copyleft :-)
	Random cleanup.

	* src/database.c:  Make berkdb work with inttypes.h.
	First steps to mule-izing databases (not crashing!)

	* src/eval.c:  New function (strerror) returns possibly translated 
	system error string.
	

