Rename emacs-module.h.in -> emacs-module.in.h

* src/emacs-module.h.in: Rename...
* src/emacs-module.in.h: ...to this, for consistency with all other
lib/*.in.h files (bug#80428).
* Makefile.in (CONFIG_STATUS_FILES_IN):
* admin/release-branch.txt:
* src/emacs-module.c: All uses updated.
* admin/authors.el (authors-renamed-files-alist): Register rename.
* configure.ac: Specify non-default AC_CONFIG_FILES input file.
This commit is contained in:
Basil L. Contovounesios
2026-02-18 16:48:06 +01:00
parent 14c0e69c1d
commit 7077633e67
6 changed files with 6 additions and 4 deletions

View File

@@ -1505,6 +1505,8 @@ in the repository.")
;; module.* moved to emacs-module.*
("src/module.h" . "emacs-module.h")
("src/module.c" . "emacs-module.c")
;; Renamed from .h.in to .in.h.
("src/emacs-module.h.in" . "emacs-module.in.h")
("test/src/regex-tests.el" . "regex-emacs-tests.el")
("test/lisp/emacs-lisp/cl-tests.el" . "cl-tests.el")
("url-ns.el" . "url-ns.el")

View File

@@ -60,7 +60,7 @@ Instructions for cutting the Emacs release branch
AC_SUBST_FILE([module_env_snippet_XY+1])
module_env_snippet_XY+1="$srcdir/src/module-env-XY+1.h"
. adding a new 'struct emacs_env_XY+1' to src/emacs-module.h.in,
. adding a new 'struct emacs_env_XY+1' to src/emacs-module.in.h,
with the contents identical to 'struct emacs_env_XY', with one
line added: