diff -u old/cvs-1.12.13/maint-aux/gnulib-update new/cvs-1.12.13/maint-aux/gnulib-update
--- old/cvs-1.12.13/maint-aux/gnulib-update	2009-04-25 21:19:18.521500000 -0400
+++ new/cvs-1.12.13/maint-aux/gnulib-update	2009-04-25 21:20:24.367500000 -0400
@@ -53,14 +53,14 @@
   mv m4/error.m4.save m4/error.m4
 fi
 exit $status' EXIT
-	
+
 # Prevent lib/Makefile.am from being overwritten.
 mv lib/Makefile.am lib/Makefile.am.save
 # Prevent m4/error.m4 from being overwritten unless necessary.
 mv m4/error.m4 m4/error.m4.save
 
 # Run the update.
-if $GNULIB_TOOL --import $MODULES >/dev/null; then :; else
+if $GNULIB_TOOL --lib=libcvs --import $MODULES >/dev/null; then :; else
   exit $?
 fi
 
