]> code.delx.au - gnu-emacs/blob - autogen/README
Fix bug #13734 with errors in lisp.h macro expansion.
[gnu-emacs] / autogen / README
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 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
16
17 There are also some scripts:
18
19 copy_autogen - copy pre-built generated files into place
20 update_autogen - regenerate generated files (for maintainers)