1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
emacs/autogen
Glenn Morris f6ca84c095 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 00:14:31 -07:00
..
aclocal.m4 Auto-commit of generated files. 2011-03-23 00:09:49 -04:00
compile Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
config.guess Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
config.in Auto-commit of generated files. 2011-03-23 00:09:49 -04:00
config.sub Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
configure Auto-commit of generated files. 2011-03-23 00:09:49 -04:00
copy_autogen Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
depcomp Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
install-sh Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
Makefile.in Auto-commit of generated files. 2011-03-23 00:09:49 -04:00
missing Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
README Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
update_autogen Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07: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
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)