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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 25 Aug 2001 06:57:05 -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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: TAKAHASHI Masayoshi (maki)
Assigned to: Nobody/Anonymous (nobody)
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


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

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