2011-03-20 23:58:23 +00:00
|
|
|
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
|
2011-03-21 00:28:18 +00:00
|
|
|
config.in ../src autoheader * also used by MSDOS bzr build
|
2011-03-20 23:58:23 +00:00
|
|
|
aclocal.m4 ../ aclocal
|
|
|
|
Makefile.in ../lib automake
|
Remove some files that autoreconf can supply.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00863.html
* compile, config.guess, config.sub, depcomp, install-sh, missing:
Remove; autoreconf can supply them.
* Makefile.in (sync-from-gnulib): Don't sync config.sub,
config.guess, install-sh. Pass -i to autoreconf.
* autogen/update_autogen (genfiles): Add compile, config.guess,
config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
Discard non-error output from autoreconf in -q case.
* autogen/compile, autogen/config.guess, autogen/config.sub:
* autogen/depcomp, autogen/install-sh, autogen/missing: New files.
* autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
* autogen/README: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
* INSTALL.BZR, admin/make-tarball.txt: Add -i to autoreconf args.
* .bzrignore: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
2011-03-25 07:14:31 +00:00
|
|
|
compile ../ automake
|
|
|
|
config.guess ../ automake
|
|
|
|
config.sub ../ automake
|
|
|
|
depcomp ../ automake
|
|
|
|
install-sh ../ automake
|
|
|
|
missing ../ automake
|
2011-03-20 23:58:23 +00:00
|
|
|
|
|
|
|
There are also some scripts:
|
|
|
|
|
|
|
|
copy_autogen - copy pre-built generated files into place
|
|
|
|
update_autogen - regenerate generated files (for maintainers)
|