mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 06:01:22 -08:00
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. |
||
|---|---|---|
| .. | ||
| 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 ../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)