diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-20 16:58:23 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-20 16:58:23 -0700 |
commit | 66b874939b5acd59c76fa53373f2e41871ec1fef (patch) | |
tree | 2068f1af187f95a85ac0c7730c7b611b9d4ad8c1 /configure.in | |
parent | 1fe275ee28e8a37fdbbd6d6cf75f1b15b9674b4b (diff) | |
download | emacs-66b874939b5acd59c76fa53373f2e41871ec1fef.tar.gz |
(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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 47bdaf9bbb1..b38aa976259 100644 --- a/configure.in +++ b/configure.in @@ -229,7 +229,7 @@ AC_ARG_ENABLE(maintainer-mode, [enable make rules and dependencies not useful (and sometimes confusing) to the casual installer])], USE_MAINTAINER_MODE=$enableval, - USE_MAINTAINER_MODE=no) + USE_MAINTAINER_MODE=yes) if test $USE_MAINTAINER_MODE = yes; then MAINT= else |