* lisp/play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right): New funs.
[bpt/emacs.git] / 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 ../ automake
11 config.guess ../ automake
12 config.sub ../ automake
13 depcomp ../ automake
14 install-sh ../ automake
15 missing ../ 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)