aboutsummaryrefslogtreecommitdiffstats
path: root/autogen/README
blob: fd574c41cd68deff2bb4cf59107f23a445b722f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This directory contains some pre-built generated files.
Most people do not need to use these files - instead you should
generate them yourself using eg `autogen.sh'.

File:        Destination:  Created by:
configure    ../           autoconf
config.in    ../src        autoheader      * also used by MSDOS bzr build
aclocal.m4   ../           aclocal
Makefile.in  ../lib        automake
compile      ../           automake
config.guess ../           automake
config.sub   ../           automake
depcomp      ../           automake
install-sh   ../           automake
missing      ../           automake

There are also some scripts:

copy_autogen    - copy pre-built generated files into place
update_autogen  - regenerate generated files (for maintainers)