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:
@@ -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")
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user