Nathan Froyd writes:
> I just downloaded mutt 1.0 tonight and tried to compile it with:
>
> ./configure --with-slang --disable-nls && make && make install
>
> it gives up with a lot of errors about /usr/share/i18n/charmaps/ISO_8859-1,GL
> and the fact that keymap_defs.h is non-existant. After running configure at
If this happens, just make keymap_defs.h ; make
> least once without --disable-nls, the make works. And then when I do make
> install, it gives up with this error:
>
> make[1]: Entering directory /home/nathan/src/mutt-1.0-us/m4'
> make[1]: @SHELL@: Command not found
> make[1]: *** [install-am] Error 127
> make[1]: Leaving directory /home/nathan/src/mutt-1.0-us/m4'
> make: *** [install-recursive] Error 1
You need to have the current versions of autoconf (2.13) and
automake (1.4).