Ninor change in bootstrap.
* bootstrap.conf: Avoid downloading radius.m4 if it is already here.
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment