From: Fred L. Drake, Jr. Date: Fri, 10 Aug 2001 13:53:58 +0000 (+0000) Subject: Make sure SHELL is properly set from the configure script. X-Git-Tag: R_1_95_3~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e70122a1d357f93fe9ea6c5d3f59cd29d4a1582;p=libexpat Make sure SHELL is properly set from the configure script. This closes SF bug #448560. --- diff --git a/expat/xmlwf/Makefile.in b/expat/xmlwf/Makefile.in index fa002355..9e4bc15e 100644 --- a/expat/xmlwf/Makefile.in +++ b/expat/xmlwf/Makefile.in @@ -18,6 +18,8 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT. # +SHELL = @SHELL@ + bindir = @bindir@ LIBDIR= ../lib/.libs