aboutsummaryrefslogtreecommitdiffstats
path: root/autogen/README
diff options
context:
space:
mode:
Diffstat (limited to 'autogen/README')
-rw-r--r--autogen/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/autogen/README b/autogen/README
new file mode 100644
index 0000000000..267ae12995
--- /dev/null
+++ b/autogen/README
@@ -0,0 +1,14 @@
+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 autoconf * also used by MSDOS bzr build
+aclocal.m4 ../ aclocal
+Makefile.in ../lib automake
+
+There are also some scripts:
+
+copy_autogen - copy pre-built generated files into place
+update_autogen - regenerate generated files (for maintainers)