diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 |