X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=autogen.sh;h=9e3c04523f94134ab5bdb59b4df01b34b0f80efd;hp=09e5ecdcff1f8d8fc44687289db93074b965af65;hb=9175d2048382c617a639fd3d437a9e06baa66d0f;hpb=04db888b1a94a7d63fdf9800cfd722aa9c16cd26 diff --git a/autogen.sh b/autogen.sh index 09e5ecdc..9e3c0452 100644 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ DIE=0 -srcdir="`pwd`" +srcdir="`/bin/pwd`" (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo @@ -70,6 +70,9 @@ 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"