From xemacs-m  Thu May 29 05:52:00 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 FAA06693
	for <xemacs-beta@xemacs.org>; Thu, 29 May 1997 05:52:00 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id EAA00592; Thu, 29 May 1997 04:08:30 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id DAA23227; Thu, 29 May 1997 03:50:53 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id DAA03529; Thu, 29 May 1997 03:50:51 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id DAA17967; Thu, 29 May 1997 03:50:56 -0700
Date: Thu, 29 May 1997 03:50:56 -0700
Message-Id: <199705291050.DAA17967@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: Steven L Baur <steve@miranova.com>
Cc: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: PATCH: new-configure-3.diff
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta2)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

A third patch for autoconf2 and other things in in your incoming.
Unfortunately, configure is still somewhat unstable, but things
hopefully get better each beta, and the size of the configure patches
is declining exponentially, so stability should be "just around the
corner".  It is possible that the 3 problems Kyle reported for NetBSD
have been fixed.

1997-05-29  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Replace standard Autoconf MMAP test with Neal
	Becker's replacement, hacked somewhat.

1997-05-28  Martin Buchholz  <mrb@eng.sun.com>

	* lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.

	* lib-src/etags.c: Version 12.7 from Francesco.

	* configure.in: Juggle link order of X libraries.
	Add support for using zsh to run configure.
	Document --with-tty=no.
	Fix -no-recursion option.
	Recognize and ignore --cache-file option.
	Recognize null values for preprocessor symbols converted to shell
	variables.  This maybe fixes the "-ltermcap" problem.
	Remove spurious blanks from various SUBST-ituted variables.
	Fix conditional creation of gdbinit.
	Conditionally create .sbinit for Sunpro C.
	

