]> git.meshlink.io Git - meshlink/commitdiff
make is not always GNU make.
authorWessel Dankers <wsl@tinc-vpn.org>
Tue, 9 Oct 2001 19:41:56 +0000 (19:41 +0000)
committerWessel Dankers <wsl@tinc-vpn.org>
Tue, 9 Oct 2001 19:41:56 +0000 (19:41 +0000)
autogen.sh

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