<<< Date Index >>>     <<< Thread Index >>>

Re: mutt/2547: doc/Makefile.in hard-codes SHELL, breaking make on



The following reply was made to PR mutt/2547; it has been noted by GNATS.

From: Rocco Rutte <pdmef@xxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc: 
Subject: Re: mutt/2547: doc/Makefile.in hard-codes SHELL, breaking make on
        Solaris
Date: Sat, 4 Nov 2006 11:54:31 +0000

 Hi,
 
 * carson@xxxxxxxxxx [06-11-04 02:44:08 +0100] wrote:
 
 >doc/Makefile.in contains "SHELL = /bin/sh" instead of "SHELL = @SHELL@". 
 >/bin/sh throws an error on:
 
 >( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` (`cut -d\\" -f2 
 >$(top_srcdir)/reldate.h`)/" $(srcdir)/manual.xml.head ;\
 >          $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
 >                cat - $(srcdir)/manual.xml.tail > manual.xml
 
 Makefile.in is now auto-generated from Makefile.am, and even the
 Makefile.in before this build system cleanup had a fix for solaris
 changing \\" to \\\" which is in CVS now.
 
 Can you please try with latest CVS?
 
    bye, Rocco
 -- 
 :wq!