From xemacs-m  Wed Apr  2 18:56:18 1997
Received: from loiosh.kei.com (ckd@loiosh.kei.com [192.88.144.32])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA04665
	for <xemacs-beta@xemacs.org>; Wed, 2 Apr 1997 18:56:17 -0600 (CST)
Received: (from ckd@localhost)
	by loiosh.kei.com (8.8.5/8.8.5) id TAA01114;
	Wed, 2 Apr 1997 19:54:56 -0500 (EST)
To: xemacs-beta@xemacs.org
Subject: configure bug in 19.15 final, and problem with BSD/OS binary kit
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Christopher Davis <ckd@loiosh.kei.com>
Date: 02 Apr 1997 19:54:55 -0500
Message-ID: <w4n2rh7wo0.fsf@loiosh.kei.com>
X-Mailer: Gnus v5.4.40/XEmacs 19.15
X-Face:  I8Alb*-ZdjN\/8k_QR,^l^m6GQB'S-B:}DVP].1HOw#tx:TX$k;Wl;4zqjWR|-jheM#?
 &beR<z=pG{]"563AA5pml2_[f:k>f(!|0<U[iwGMH"Z(rIqt9rGO*^KRV6^ej+*37UKHhC%+"
 7T>b0m=M~=%.Am>"QEY.(#Ys.%"s?z,hmwp&y0%p>9+T
X-Attribution: ckd

The bug: it doesn't print 
if [ "$with_ncurses" = "yes" ]; then
  echo "  Compiling in support for ncurses."
fi

even though it is compiling in that ncurses I happened to have lying around.

The BSD/OS binary kit problem: because of the preceding, you have to have
terminfo descriptions for your terminals or TTY mode doesn't work.

