Re: mutt installation on hpux

2000-04-29 Thread David T-G
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?

Re: mutt installation on hpux

2000-04-29 Thread T.E.Dickey
> > 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

Re: mutt installation on hpux

2000-04-28 Thread Michael P. Soulier
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

Re: mutt installation on hpux

2000-04-28 Thread Lars Hecking
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,/^

mutt installation on hpux

2000-04-28 Thread Carol Leung
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