Jim Meyering <[EMAIL PROTECTED]> ha escrit:
> + * build-aux/bootstrap: Sync from coreutils:
> + 2007-10-24 Jim Meyering <[EMAIL PROTECTED]>
> + Get gnulib from the git repository, not from an obsolete cvs one.
There are some cvs leftovers, though:
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 889a2d2..0e2bd34 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -48,8 +48,6 @@ Options:
--force Attempt to bootstrap even if the sources seem
not to have been checked out.
--skip-po Do not download po files.
- --cvs-user=USERNAME Set the username to use when checking out
- sources from the gnulib repository.
If the file bootstrap.conf exists in the current working directory, its
contents are read as shell variables to configure the bootstrap.
@@ -159,8 +157,6 @@ do
exit;;
--gnulib-srcdir=*)
GNULIB_SRCDIR=`expr "$option" : '--gnulib-srcdir=\(.*\)'`;;
- --cvs-user=*)
- CVS_USER=`expr "$option" : '--cvs-user=\(.*\)'`;;
--skip-po)
SKIP_PO=t;;
--force)
@@ -226,20 +222,6 @@ case ${GNULIB_SRCDIR--} in
if [ ! -d gnulib ]; then
echo "$0: getting gnulib files..."
- case ${CVS_AUTH-pserver} in
- pserver)
- CVS_PREFIX=':pserver:anonymous@';;
- ssh)
- CVS_PREFIX="[EMAIL PROTECTED]";;
- *)
- echo "$0: $CVS_AUTH: Unknown CVS access method" >&2
- exit 1;;
- esac
-
- case $CVS_RSH in
- '') CVS_RSH=ssh; export CVS_RSH;;
- esac
-
trap cleanup_gnulib 1 2 13 15
git clone --depth 2 git://git.sv.gnu.org/gnulib ||
Regards,
Sergey