make is not always GNU make.
[tinc] / autogen.sh
index 344fbfa..c0083be 100644 (file)
@@ -4,6 +4,8 @@
 
 DIE=0
 
+alias make=${MAKE:-make}
+
 srcdir="`/bin/pwd`"
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {