README 757 B

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