Auto-commit of generated files.
[bpt/emacs.git] / autogen / README
... / ...
CommitLineData
1This directory contains some pre-built generated files.
2Most people do not need to use these files - instead you should
3generate them yourself using eg `autogen.sh'.
4
5File: Destination: Created by:
6configure ../ autoconf
7config.in ../src autoheader * also used by MSDOS bzr build
8aclocal.m4 ../ aclocal
9Makefile.in ../lib automake
10compile ../build-aux automake
11config.guess ../build-aux automake
12config.sub ../build-aux automake
13depcomp ../build-aux automake
14install-sh ../build-aux automake
15missing ../build-aux automake
16
17There are also some scripts:
18
19copy_autogen - copy pre-built generated files into place
20update_autogen - regenerate generated files (for maintainers)