diff options
| author | Paul Eggert | 2012-09-17 14:33:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-17 14:33:14 -0700 |
| commit | 50bfc8243c7385f7e795bca26b539f57c167170c (patch) | |
| tree | 8d26efc306a737a61c8207febe0c0af71a7214c2 /ChangeLog | |
| parent | c8b9f1bcbf98ba65fd8a311befd9df99cd143875 (diff) | |
| download | emacs-50bfc8243c7385f7e795bca26b539f57c167170c.tar.gz emacs-50bfc8243c7385f7e795bca26b539f57c167170c.zip | |
* Makefile.in: Fix build error on FreeBSD.
($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
Suggested by Wolfgang Jenker in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
(MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
This undoes part of the 2012-09-10 patch.
(bootstrap): Run ./configure, rather than trying to run config.status
if it exists. That builds src/epaths.h more reliably.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-09-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-09-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in: Fix build error on FreeBSD. | ||
| 4 | ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env. | ||
| 5 | Suggested by Wolfgang Jenker in | ||
| 6 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>. | ||
| 7 | (MAKE_CONFIG_STATUS): Remove. Remaining use expanded. | ||
| 8 | This undoes part of the 2012-09-10 patch. | ||
| 9 | (bootstrap): Run ./configure, rather than trying to run config.status | ||
| 10 | if it exists. That builds src/epaths.h more reliably. | ||
| 11 | |||
| 3 | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | 12 | Remove no-longer-needed Solaris 2.4 vfork bug workaround. |
| 4 | * configure.ac (ac_cv_func_vfork_works): Default to 'no' on | 13 | * configure.ac (ac_cv_func_vfork_works): Default to 'no' on |
| 5 | Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works. | 14 | Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works. |