[ expat-Patches-455263 ] Make install error of xmlwf

noreply@sourceforge.net noreply@sourceforge.net
Sun, 26 Aug 2001 03:27:41 -0700


Patches item #455263, was opened at 2001-08-25 06:57
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=310127&aid=455263&group_id=10127

Category: Build Control
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: TAKAHASHI Masayoshi (maki)
Assigned to: Greg Stein (gstein)
Summary: Make install error of xmlwf

Initial Comment:
On FreeBSD-4.2 RELEASE, I cannot install xmlwf,
because standard shell in FreeBSD is csh(tcsh).

It's a small patch.

%diff -u xmlwf/Makefile.in~ xmlwf/Makefile.in
--- xmlwf/Makefile.in~  Sat Jul 28 05:33:34 2001
+++ xmlwf/Makefile.in   Sat Aug 25 22:38:41 2001
@@ -18,6 +18,8 @@
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT.
 #
 
+SHELL = @SHELL@
+
 bindir = @bindir@
 
 LIBDIR= ../lib/.libs


----------------------------------------------------------------------

>Comment By: Greg Stein (gstein)
Date: 2001-08-26 03:27

Message:
Logged In: YES 
user_id=6501

This was fixed in the latest CVS. The top-level Makefile 
handles the installation, and it has the proper @SHELL@ 
syntax.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-08-25 07:16

Message:
Logged In: YES 
user_id=3066

Assigned to the buildmeister; note that there are two xmlwf build patches to look at.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=310127&aid=455263&group_id=10127