diff options
| author | Glenn Morris | 2012-07-09 21:11:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-09 21:11:08 -0400 |
| commit | c4907a5e009b57d4c4fc374d45e16b67b11825af (patch) | |
| tree | 1809e0242abd3866187d046b7659e0cc98092f5d | |
| parent | 9e059e3fde0f95b0b06ebce10f2985201e54c11c (diff) | |
| download | emacs-c4907a5e009b57d4c4fc374d45e16b67b11825af.tar.gz emacs-c4907a5e009b57d4c4fc374d45e16b67b11825af.zip | |
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.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5d676ec7d5..3fd8534d6a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/authors.el (authors-fixed-entries): | ||
| 4 | (authors-renamed-files-alist): Update for configure.in -> configure.ac. | ||
| 5 | |||
| 1 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Rename configure.in to configure.ac (Bug#11603). | 8 | Rename configure.in to configure.ac (Bug#11603). |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index aa1a7b52f4c..20cc38cd9c2 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.") | |||
| 427 | ;; No longer distributed. | 427 | ;; No longer distributed. |
| 428 | ;;; ("Ishikawa Chiaki" :changed "aviion.h" "dgux.h") | 428 | ;;; ("Ishikawa Chiaki" :changed "aviion.h" "dgux.h") |
| 429 | ;; ymakefile no longer distributed. | 429 | ;; ymakefile no longer distributed. |
| 430 | ("Michael K. Johnson" :changed "configure.in" "emacs.c" "intel386.h" | 430 | ("Michael K. Johnson" :changed "configure.ac" "emacs.c" "intel386.h" |
| 431 | "mem-limits.h" "process.c" "template.h" "sysdep.c" "syssignal.h" | 431 | "mem-limits.h" "process.c" "template.h" "sysdep.c" "syssignal.h" |
| 432 | "systty.h" "unexcoff.c" "linux.h") | 432 | "systty.h" "unexcoff.c" "linux.h") |
| 433 | ;; No longer distributed. | 433 | ;; No longer distributed. |
| @@ -580,6 +580,7 @@ in the repository.") | |||
| 580 | ("s/windowsnt.h" . "s/ms-w32.h") | 580 | ("s/windowsnt.h" . "s/ms-w32.h") |
| 581 | ("winnt.el" . "w32-fns.el") | 581 | ("winnt.el" . "w32-fns.el") |
| 582 | ("config.emacs" . "configure") | 582 | ("config.emacs" . "configure") |
| 583 | ("configure.in" . "configure.ac") | ||
| 583 | ("config.h.dist" . "config.in") | 584 | ("config.h.dist" . "config.in") |
| 584 | ("config.h-dist" . "config.in") | 585 | ("config.h-dist" . "config.in") |
| 585 | ("config.h.in" . "config.in") | 586 | ("config.h.in" . "config.in") |