From xemacs-m  Thu Dec  5 14:32:20 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id OAA06413 for <xemacs-beta@xemacs.org>; Thu, 5 Dec 1996 14:32:19 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id MAA17549; Thu, 5 Dec 1996 12:31:49 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id MAA01451; Thu, 5 Dec 1996 12:31:48 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id MAA03721; Thu, 5 Dec 1996 12:31:46 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id MAA01783; Thu, 5 Dec 1996 12:31:46 -0800
Date: Thu, 5 Dec 1996 12:31:46 -0800
Message-Id: <199612052031.MAA01783@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: nuspl@purdue.edu
Cc: xemacs-beta@xemacs.org
Subject: 20.0-b30 configure.in buglet patch
In-Reply-To: <199612051910.OAA17565@nvwls.cc.purdue.edu>
References: <199612051910.OAA17565@nvwls.cc.purdue.edu>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII

>>>>> "JJN" == Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu> writes:

JJN> < test "${with_scrollbars}" != "no"    && AC_DEFINE(HAVE_DIALOGS)
JJN> ---
JJN> > test "${with_dialogs}"    != "no"    && AC_DEFINE(HAVE_DIALOGS)

It's hard to avoid introducing stupid little bugs like this when
cleaning configure.in - there are probably more.

Configuration is an area where help from beta testers is vital.  If
XEmacs can't configure the same feature set it could before, please
put a little effort into figuring out why.

Many of the changes I've made will make conversion to autoconf 2
easier, but that hasn't happened yet.  Therre will probably be another
round of breakage later when that conversion occurs.  Thanks for your
patience and assistance.  In the long run, these changes should make
configure easier to maintain.

Martin

