Here's the file you need.
The message was posted on this list on Feb 26th.
* On Tue Mar 13 2001, Chris Green screamed:
-> On Tue, Mar 13, 2001 at 01:47:22PM +0000, Lars Hecking wrote:
-> >
-> > > I have just built mutt 1.3.16i and had a (minor) problem.
-> >
-> > This is mutt-users. mutt-1.3.16.i is a development version,
-> > and feedback about this version should go to mutt-dev.
-> >
-> Yes, OK, but I don't really want to get on the mutt-dev list to
-> report just the occasional build problem. I tend to go with
-> development versions at the moment because I use IMAP and that is
-> where a lot of the new development fixes and changes seem to be.
->
-> > The solution to your problem is in the mutt-dev archives.
-> > In fact, it was even posted here less than a week ago.
-> >
-> OK, thanks.
->
-> --
-> Chris Green ([EMAIL PROTECTED])
-> Home: [EMAIL PROTECTED] Work: [EMAIL PROTECTED]
-> WWW: http://www.isbd.co.uk/
---
Nelson D. Guerrero
Platinom.NET Dominicana | E-Mail: [EMAIL PROTECTED]
Cub Scout #42, Ens. Naco | Tel: (809) 567-4600
Santo Domingo, Dominican Republic | WWW: http://www.platinom.net
-----------------------------------------------------------------------------
#!/bin/sh --
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@
mandir=@mandir@
sharedir=@sharedir@
srcdir=@srcdir@
docdir=@docdir@
includedir=@includedir@
top_srcdir=@top_srcdir@
top_builddir=..
SOURCE="$1"
TARGET="$2"
rm -f "$TARGET"
sed -e "s;/usr/local/bin/;$bindir/;g" \
-e "s;/usr/local/doc/mutt/;$docdir/;g" \
"$SOURCE" > $TARGET
chmod 644 "$TARGET"