X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=autogen.sh;h=c0083be9c9ab31a762324d0f502a41bccbfb8555;hp=9e3c04523f94134ab5bdb59b4df01b34b0f80efd;hb=ec34f25228d7a0007ce6bcb1e97f263868e9129d;hpb=1eedf54681d4556c6874f7baee8e810cab867756 diff --git a/autogen.sh b/autogen.sh index 9e3c0452..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 || { @@ -70,9 +72,6 @@ if test "$DIE" -eq 1; then exit 1 fi -# Make sure configure doesn't complain about old configuration -rm -f config.status - if test -z "$*"; then echo "**Warning**: I am going to run \`configure' with no arguments." echo "If you wish to pass any to it, please specify them on the"