David T-G writes:
> Hi again, folks --
>
> ...and then Thomas Roessler said...
> % Mutt-1.2.2 is on its way to the FTP archive under
>
> I pulled down the tarball, extracted, patched, configured, and made, but
> was stopped because of the keymap_defs.h problem. Perhaps that should be
> fixed before 1.2.3 comes out...
If you have automake and autoconf installed, try the following patch:
-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----
--- Makefile.am.orig Wed Jun 21 16:03:38 2000
+++ Makefile.am Wed Jun 21 16:04:03 2000
@@ -97,7 +97,7 @@
cp muttbug.sh muttbug
chmod +x muttbug
-keymap.h: keymap_defs.h
+Makefile: $(BUILT_SOURCES)
keymap_defs.h: $(OPS) $(srcdir)/gen_defs
$(srcdir)/gen_defs $(OPS) > keymap_defs.h
-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----
(Actually, if you don't have automake and autoconf, it might just work
to apply this patch to Makefile.in).