1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/autogen
Paul Eggert dee26dfa11 * Makefile.in: Run autogen/copy_autogen if autogen.sh fails,
to create 'configure'; problem reported by Andreas Schwab in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
* autogen.sh: Exit with status 1 when failing due to missing tools,
reverting the 2012-09-10 change to this file.
* autogen/copy_autogen: Fail if one of the subsidiary actions fail.
Use 'cp -f' for the build-aux files, since the destinations are
typically read-only.
2012-09-17 15:35:28 -07:00
..
aclocal.m4 Auto-commit of generated files. 2012-08-25 06:17:28 -04:00
compile Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
config.guess Auto-commit of generated files. 2011-04-07 06:18:28 -04:00
config.in Auto-commit of generated files. 2012-09-17 06:17:50 -04:00
config.sub Auto-commit of generated files. 2011-04-07 06:18:28 -04:00
configure Auto-commit of generated files. 2012-09-17 06:17:50 -04:00
copy_autogen * Makefile.in: Run autogen/copy_autogen if autogen.sh fails, 2012-09-17 15:35:28 -07:00
depcomp Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
install-sh Auto-commit of generated files. 2011-11-20 06:21:03 -05:00
Makefile.in Auto-commit of generated files. 2012-09-17 06:17:50 -04:00
missing Remove some files that autoreconf can supply. 2011-03-25 00:14:31 -07:00
README * autogen/copy_autogen, autogen/update_autogen: Update build-aux locations. 2011-07-29 14:59:44 -07:00
update_autogen Rename configure.in to configure.ac. 2012-07-08 21:52:49 -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      ../build-aux  automake
config.guess ../build-aux  automake
config.sub   ../build-aux  automake
depcomp      ../build-aux  automake
install-sh   ../build-aux  automake
missing      ../build-aux  automake

There are also some scripts:

copy_autogen    - copy pre-built generated files into place
update_autogen  - regenerate generated files (for maintainers)