aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-09-17 14:33:14 -0700
committerPaul Eggert <[email protected]>2012-09-17 14:33:14 -0700
commit50bfc8243c7385f7e795bca26b539f57c167170c (patch)
tree8d26efc306a737a61c8207febe0c0af71a7214c2 /ChangeLog
parentc8b9f1bcbf98ba65fd8a311befd9df99cd143875 (diff)
* 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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b9da90255..48d1e52e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-09-17 Paul Eggert <[email protected]>
+ * 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.
+
Remove no-longer-needed Solaris 2.4 vfork bug workaround.
* configure.ac (ac_cv_func_vfork_works): Default to 'no' on
Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.