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? -- I don't see any)

IIRC, that line should really read

  sed -n '1,/^##m4-files-begin/p' $< > Makefile.amt

and the fix is to change $< to Makefile.in because of problems with HP's
make -- or to use gnu make.  Once you fix this one, this will happen one
more time in the build; do the same sort of thing for that *.in file.


% 
% -- 
% Thomas E. Dickey
% [EMAIL PROTECTED]
% http://www.clark.net/pub/dickey


:-D
-- 
David T-G                       * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]      * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/        Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*

PGP signature

Reply via email to