Dear Maintainer,
Trying to use emacs-vterm [1] fails in Debian Emacs because it's not built
with modules support [2] (i.e. module-file-suffix is nil).
I rebuilt the package myself with the `--with-modules' configure flag
and it works as expected. Could you apply this patch?
Thanks,
Nick
[1] https://github.com/akermu/emacs-libvterm
[2] https://www.gnu.org/software/emacs/manual/html_node/elisp/Dynamic-Modules.html
diff --git a/debian/rules b/debian/rules
index b50b1615ac7..f5e49b6f0cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -273,6 +273,7 @@ confflags += --enable-locallisppath=$(local_lpath)
confflags += --with-sound=alsa
confflags += --without-gconf
confflags += --with-mailutils
+confflags += --with-modules
# x configure flags
confflags_gtk := $(confflags)