* process.h (PSET): Remove.
[emacs.git] / autogen / README
blobd4c2236581b4640826c94b288c048eb4f521330a
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'.
5 File:        Destination:  Created by:
6 configure    ../           autoconf
7 config.in    ../src        autoheader      * also used by MSDOS bzr build
8 aclocal.m4   ../           aclocal
9 Makefile.in  ../lib        automake
10 compile      ../build-aux  automake
11 config.guess ../build-aux  automake
12 config.sub   ../build-aux  automake
13 depcomp      ../build-aux  automake
14 install-sh   ../build-aux  automake
15 missing      ../build-aux  automake
17 There are also some scripts:
19 copy_autogen    - copy pre-built generated files into place
20 update_autogen  - regenerate generated files (for maintainers)