* configure.ac (MAKE): Export it, for config.status.
Needed on AIX when 'configure' infers MAKE=gmake.
This commit is contained in:
parent
0ac6761dfb
commit
ced5a8f219
2 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue