summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-09-29 23:31:59 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:06 +0200
commitbf7d91d9d5aed0d232d153a24a515de4a0a2f9cd (patch)
treeba27c9e81596d20a640ec6f7238bfbe89f5b0425 /autogen.sh
parentaf2ab3aafbf83fe88047fe98b021317108524db0 (diff)
downloadexternal_gettext-bf7d91d9d5aed0d232d153a24a515de4a0a2f9cd.zip
external_gettext-bf7d91d9d5aed0d232d153a24a515de4a0a2f9cd.tar.gz
external_gettext-bf7d91d9d5aed0d232d153a24a515de4a0a2f9cd.tar.bz2
Update gnulib CVS repository URL.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c10f960..70d6449 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,12 +48,12 @@ done
if test $skip_gnulib = false; then
if test -z "$GNULIB_TOOL"; then
# Check out gnulib in a subdirectory 'gnulib'.
- GNULIB_CVS_ROOT=':pserver:anonymous@cvs.savannah.gnu.org:/sources/gnulib'
+ GNULIB_CVS_ROOT=':pserver:anonymous@pserver.git.sv.gnu.org:/gnulib.git'
GNULIB_CVS_REPOSITORY='gnulib'
if test -d gnulib; then
(cd gnulib && cvs update -d -P)
else
- cvs -d "$GNULIB_CVS_ROOT" checkout $GNULIB_CVS_REPOSITORY
+ cvs -d "$GNULIB_CVS_ROOT" checkout -d $GNULIB_CVS_REPOSITORY HEAD
fi
# Now it should contain a gnulib-tool.
if test -f gnulib/gnulib-tool; then