aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/authors.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-07-09 21:11:08 -0400
committerGlenn Morris <[email protected]>2012-07-09 21:11:08 -0400
commitc4907a5e009b57d4c4fc374d45e16b67b11825af (patch)
tree1809e0242abd3866187d046b7659e0cc98092f5d /lisp/emacs-lisp/authors.el
parent9e059e3fde0f95b0b06ebce10f2985201e54c11c (diff)
authors.el update for configure.ac renaming
* lisp/emacs-lisp/authors.el (authors-fixed-entries): (authors-renamed-files-alist): Update for configure.in -> configure.ac.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-rw-r--r--lisp/emacs-lisp/authors.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index aa1a7b52f4..20cc38cd9c 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -427,7 +427,7 @@ Changes to files in this list are not listed.")
;; No longer distributed.
;;; ("Ishikawa Chiaki" :changed "aviion.h" "dgux.h")
;; ymakefile no longer distributed.
- ("Michael K. Johnson" :changed "configure.in" "emacs.c" "intel386.h"
+ ("Michael K. Johnson" :changed "configure.ac" "emacs.c" "intel386.h"
"mem-limits.h" "process.c" "template.h" "sysdep.c" "syssignal.h"
"systty.h" "unexcoff.c" "linux.h")
;; No longer distributed.
@@ -580,6 +580,7 @@ in the repository.")
("s/windowsnt.h" . "s/ms-w32.h")
("winnt.el" . "w32-fns.el")
("config.emacs" . "configure")
+ ("configure.in" . "configure.ac")
("config.h.dist" . "config.in")
("config.h-dist" . "config.in")
("config.h.in" . "config.in")