diff options
| author | Glenn Morris | 2011-03-20 16:58:23 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-03-20 16:58:23 -0700 |
| commit | 66b874939b5acd59c76fa53373f2e41871ec1fef (patch) | |
| tree | 2068f1af187f95a85ac0c7730c7b611b9d4ad8c1 /src/ChangeLog | |
| parent | 1fe275ee28e8a37fdbbd6d6cf75f1b15b9674b4b (diff) | |
| download | emacs-66b874939b5acd59c76fa53373f2e41871ec1fef.tar.gz emacs-66b874939b5acd59c76fa53373f2e41871ec1fef.zip | |
(Re)move autotools generated files from the repository.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00225.html
* autogen/: New directory, to be excluded from releases.
* autogen/copy_autogen, autogen/update_autogen: New scripts.
* autogen/README: New file.
* autogen/aclocal.m4, autogen/config.in, autogen/configure:
* autogen/Makefile.in: Add auto-updated generated files.
* autogen.sh: No longer a no-op, now it tests for autotools
and runs them as necessary.
* configure.in: Defaule maintainer-mode to on.
* aclocal.m4, configure, lib/Makefile.in: Remove files.
* src/config.in: Remove file.
* INSTALL.BZR, admin/make-tarball.txt: Update instructions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95bafd023b4..6fa2d821565 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * config.in: Remove file. | ||
| 4 | |||
| 1 | 2011-03-20 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-03-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * minibuf.c (Vcompleting_read_function): Don't declare, global variables | 7 | * minibuf.c (Vcompleting_read_function): Don't declare, global variables |