Hi,

I'm trying to build mutt from sources to include the pgp_outlook_compat
patch.  This works fine, the problem is that the compressed folder
support is not included.

I've traced the problem to a call of autoheader in the makefile.  After
`./configure --enable-compressed` the file config.h contains a #define
USE_COMPRESSED directive.  When running make, I get the following output

./gen_defs ./OPS ./OPS.PGP ./OPS.MIX > keymap_defs.h                            
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . && autoheader
configure.in:248: warning: AC_TRY_RUN called without default to allow cross compiling
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
creating config.h                                                               

Running `CONFIG_FILES= CONFIG_HEADERS /bin/sh config.status` alone won't
change config.h.  However, running this command after the run of
autoheader, config.h will change and does not include the USE_COMPRESSED
directive anymore.  :(

BTW, I'm using Debian and download the source through `apt-get source`,
however the problems lies within the mutt make, ie.

        # debian/rules configure
        # cd build-dep/mutt-1.3.22
        # make

will reproduce the problem.

What am I doing wrong?

TIA,
Viktor
-- 
Viktor Rosenfeld
WWW: http://www.informatik.hu-berlin.de/~rosenfel/

Reply via email to