]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (MAKE): Export it, for config.status.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Aug 2014 02:34:31 +0000 (19:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Aug 2014 02:34:31 +0000 (19:34 -0700)
Needed on AIX when 'configure' infers MAKE=gmake.

ChangeLog
configure.ac

index 7f0127755aac2da87c837d5e8c601ec83d451510..b61def192ad3d2410174eddcaac5f1e1009d7461 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (MAKE): Export it, for config.status.
+       Needed on AIX when 'configure' infers MAKE=gmake.
+
 2014-08-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        Vector-sorting fixes (Bug#18361).
index 4f17a55895e78d8fc98b7e422241aee97bf68796..32a55fc46e9c03e1ba356f17379f80128f3bf760 100644 (file)
@@ -130,6 +130,7 @@ If you have it installed under another name, configure with 'MAKE=...'.
 For example, run '$0 MAKE=gnu-make'.]])
 }
 MAKE=$ac_cv_path_MAKE
+export MAKE
 
 dnl Fairly arbitrary, older versions might work too.
 AM_INIT_AUTOMAKE(1.11)