make is not always GNU make.
This commit is contained in:
parent
f22b941751
commit
75e1ae3a28
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
DIE=0
|
||||
|
||||
alias make=${MAKE:-make}
|
||||
|
||||
srcdir="`/bin/pwd`"
|
||||
|
||||
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
|
||||
|
|
Loading…
Reference in a new issue