From xemacs-m  Fri Jan  3 17:05:30 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id RAA04330 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 17:05:30 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA17638; Fri, 3 Jan 1997 15:05:02 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id PAA14770; Fri, 3 Jan 1997 15:05:00 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id PAA18765; Fri, 3 Jan 1997 15:04:59 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id PAA02484; Fri, 3 Jan 1997 15:04:57 -0800
Date: Fri, 3 Jan 1997 15:04:57 -0800
Message-Id: <199701032304.PAA02484@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: carney@gvc.dec.com
Cc: xemacs-beta@xemacs.org
Subject: XEmacs 19.15-b6 patched success on Digital UNIX V4.0A
In-Reply-To: <9701031549.AA27843@fornet.gvc.dec.com>
References: <9701031549.AA27843@fornet.gvc.dec.com>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "SC" == Steve Carney <carney@gvc.dec.com> writes:

SC> I built 15b6 on DUNIX 4.0A, with just one minor problem.  configure
SC> didn't find rename, so HAVE_RENAME isn't being defined in config.h.
SC> Consequently, I added it to decosf4-0.h (the corresponding patch is
SC> below).  rename is defined in /usr/include/unistd.h.

configure.in does nothing special for rename.  It looks for rename the
same way it looks for waitpid and a zillion other functions.  Please
investigate why AC_HAVE_FUNCS isn't working.  The other functions may
also not be getting properly detected.

Martin

