(Re)move autotools generated files from the repository.
authorGlenn Morris <rgm@gnu.org>
Sun, 20 Mar 2011 23:58:23 +0000 (16:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 20 Mar 2011 23:58:23 +0000 (16:58 -0700)
commit66b874939b5acd59c76fa53373f2e41871ec1fef
tree2068f1af187f95a85ac0c7730c7b611b9d4ad8c1
parent1fe275ee28e8a37fdbbd6d6cf75f1b15b9674b4b
(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.
13 files changed:
ChangeLog
INSTALL.BZR
admin/make-tarball.txt
autogen.sh
autogen/Makefile.in [moved from lib/Makefile.in with 100% similarity]
autogen/README [new file with mode: 0644]
autogen/aclocal.m4 [moved from aclocal.m4 with 99% similarity]
autogen/config.in [moved from src/config.in with 99% similarity]
autogen/configure [moved from configure with 94% similarity]
autogen/copy_autogen [new file with mode: 0755]
autogen/update_autogen [new file with mode: 0755]
configure.in
src/ChangeLog