From: Wessel Dankers Date: Tue, 9 Oct 2001 19:41:56 +0000 (+0000) Subject: make is not always GNU make. X-Git-Tag: release-1.0pre5~59 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=75e1ae3a287642ca4281792c94ecd07332f39c08;hp=f22b9417510cca258785f8958c8dfed90e26d81b make is not always GNU make. --- diff --git a/autogen.sh b/autogen.sh index 344fbfa0..c0083be9 100644 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,8 @@ DIE=0 +alias make=${MAKE:-make} + srcdir="`/bin/pwd`" (autoconf --version) < /dev/null > /dev/null 2>&1 || {