summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 08cf3c93..9ef71b53 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,7 +11,7 @@ for file in config.guess config.sub
do
echo "$0: getting $file..."
wget -q --timeout=5 -O config/$file.tmp \
- "https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=config/${file};hb=HEAD" \
+ "https://git.savannah.gnu.org/cgit/config.git/plain/${file}" \
&& mv config/$file.tmp config/$file \
&& chmod a+x config/$file
retval=$?