+2007-09-29 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh (GNULIB_CVS_ROOT): Change to read-only git mirror
+ valid since 2007-09-19.
+
2007-09-01 Bruno Haible <bruno@clisp.org>
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
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