Added HAVE_STRUCT_ADDRINFO
[tinc] / autogen.sh
index 9e3c045..c0083be 100644 (file)
@@ -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"