mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
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. |
||
|---|---|---|
| .. | ||
| aclocal.m4 | ||
| compile | ||
| config.guess | ||
| config.in | ||
| config.sub | ||
| configure | ||
| copy_autogen | ||
| depcomp | ||
| install-sh | ||
| Makefile.in | ||
| missing | ||
| README | ||
| update_autogen | ||
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)