Denis B. Roegel writes:
> Hello,
> 
> Please apologize the use of an antique and Y2K-buggy elm mailer.
> That's why I want to switch to mutt!
> 
> I am trying to compile mutt on solaris.
> 
> I retrieved mutt-1.1.tar.gz, made
> 
> ./configure --prefix=/users/model/roegel/mutt 
>--with-sharedir=/users/model/roegel/mutt --with-mailpath=/mail --disable-fcntl 
>--with-docdir=/users/model/roegel/mutt
> make keymap_defs.h
> make install
> 
> and then I get:
> 
> ...
> Making install in doc
> test -f manual.html || make manual.html || cp 
>/users/model/roegel/elmtmp/mutt-1.1-us/doc/manual*.html ./
> test -f manual.txt || make manual.txt || cp 
>/users/model/roegel/elmtmp/mutt-1.1-us/doc/manual.txt ./
> (cd .. && make makedoc)
> cd /users/model/roegel/elmtmp/mutt-1.1-us && aclocal -I m4
> aclocal: macro `E_SET at /usr/local/gnu/bin/aclocal line 319, <CONFIGURE> line 82.

 Bogus. There is no such macro. Maybe this version of aclocal has trouble
 with AC_PROG_MAKE_SET?

> *** Error code 1
> make: Fatal error: Command failed for target 
>`/users/model/roegel/elmtmp/mutt-1.1-us/aclocal.m4'
> Current working directory /users/model/roegel/eLmtmp/mutt-1.1-us
> *** Error code 1
> make: Fatal error: Command failed for target `../makedoc'
> Current working directory /users/model/roegel/elmtmp/mutt-1.1-us/doc
> *** Error code 1
> make: Fatal error: Command failed for target `install-recursive'
> bar mutt-1.1-us 367 % 
 
 Works fine here on Solaris 7 with mutt-1.1. I suggest you install the
 latest autoconf (2.13) and automake (1.14). aclocal is part of the
 automake distribution.

Reply via email to