aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-17 15:35:28 -0700
committerPaul Eggert2012-09-17 15:35:28 -0700
commitdee26dfa11ac3936c84f42b83a0e1ec7ae2b15f9 (patch)
tree3422e706b3df5a1d1590ec125a57377bf72035d1 /ChangeLog
parent50bfc8243c7385f7e795bca26b539f57c167170c (diff)
downloademacs-dee26dfa11ac3936c84f42b83a0e1ec7ae2b15f9.tar.gz
emacs-dee26dfa11ac3936c84f42b83a0e1ec7ae2b15f9.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48d1e52e2cd..3b5b6862a15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,14 @@
8 This undoes part of the 2012-09-10 patch. 8 This undoes part of the 2012-09-10 patch.
9 (bootstrap): Run ./configure, rather than trying to run config.status 9 (bootstrap): Run ./configure, rather than trying to run config.status
10 if it exists. That builds src/epaths.h more reliably. 10 if it exists. That builds src/epaths.h more reliably.
11 Run autogen/copy_autogen if autogen.sh fails,
12 to create 'configure'; problem reported by Andreas Schwab in
13 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
14 * autogen.sh: Exit with status 1 when failing due to missing tools,
15 reverting the 2012-09-10 change to this file.
16 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
17 Use 'cp -f' for the build-aux files, since the destinations are
18 typically read-only.
11 19
12 Remove no-longer-needed Solaris 2.4 vfork bug workaround. 20 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
13 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on 21 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on