Commit bec7b95e bec7b95e67fa1adcff64372ec05253ca7ed9b54e by Sergey Poznyakoff

Ninor change in bootstrap.

* bootstrap.conf: Avoid downloading radius.m4 if it is already here.
1 parent b27174f6
...@@ -96,7 +96,8 @@ do ...@@ -96,7 +96,8 @@ do
96 done 96 done
97 97
98 # Grab the latest radius.m4 98 # Grab the latest radius.m4
99 wget -P m4 http://git.savannah.gnu.org/cgit/radius.git/plain/scripts/radius.m4 99 test -f m4/radius.m4 ||
100 wget -P m4 http://git.savannah.gnu.org/cgit/radius.git/plain/scripts/radius.m4
100 101
101 # Create included listings for texinfo docs. 102 # Create included listings for texinfo docs.
102 #make -C doc/texinfo -f maint.mk 103 #make -C doc/texinfo -f maint.mk
......