make is not always GNU make.

This commit is contained in:
Wessel Dankers 2001-10-09 19:41:56 +00:00
parent f22b941751
commit 75e1ae3a28

View file

@ -4,6 +4,8 @@
DIE=0
alias make=${MAKE:-make}
srcdir="`/bin/pwd`"
(autoconf --version) < /dev/null > /dev/null 2>&1 || {