Thomas --
...and then T.E.Dickey said...
% >
% > I'm trying to install mutt on hpux 10.20. I ran the configure command
...
% > No suffix list.
% > rm -f Makefile.am Makefile.amt
% > sed -n '1,/^##m4-files-begin/p' > Makefile.amt
%
% (what is the input to sed at this point?
>
> Hi,
>
> I'm trying to install mutt on hpux 10.20. I ran the configure command
> with no problems. When I tried running the 'make install', it would
> hung at the following lines.
>
>
>
> No suffix list.
> rm -f Makefile.am Makefile.amt
> sed -n '1,/^##m4-fi
On Sat, Apr 29, 2000 at 03:00:42AM +0100, Lars Hecking wrote:
> This is mutt 1.0.x, right? Edit m4/Makefile.am.in like this:
>
> -sed -n '1,/^##m4-files-begin/p' $< > $@t
> +sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
>
> and the same in m4/Makefile.am.
>
> If you h
Carol Leung writes:
> Hi,
>
> I'm trying to install mutt on hpux 10.20. I ran the configure command
> with no problems. When I tried running the 'make install', it would
> hung at the following lines.
>
>
>
> No suffix list.
> rm -f Makefile.am Makefile.amt
> sed -n '1,/^
Hi,
I'm trying to install mutt on hpux 10.20. I ran the configure command
with no problems. When I tried running the 'make install', it would
hung at the following lines.
No suffix list.
rm -f Makefile.am Makefile.amt
sed -n '1,/^##m4-files-begin/p' > Makefile.amt