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 /autogen/README | |
| 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 'autogen/README')
| -rw-r--r-- | autogen/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/autogen/README b/autogen/README new file mode 100644 index 00000000000..267ae129959 --- /dev/null +++ b/autogen/README | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | This directory contains some pre-built generated files. | ||
| 2 | Most people do not need to use these files - instead you should | ||
| 3 | generate them yourself using eg `autogen.sh'. | ||
| 4 | |||
| 5 | File: Destination: Created by: | ||
| 6 | configure ../ autoconf | ||
| 7 | config.in ../src autoconf * also used by MSDOS bzr build | ||
| 8 | aclocal.m4 ../ aclocal | ||
| 9 | Makefile.in ../lib automake | ||
| 10 | |||
| 11 | There are also some scripts: | ||
| 12 | |||
| 13 | copy_autogen - copy pre-built generated files into place | ||
| 14 | update_autogen - regenerate generated files (for maintainers) | ||