From: Bruno Haible Date: Sat, 4 Sep 2010 13:07:47 +0000 (+0200) Subject: gnulib-tool: Don't talk about CVS any more. X-Git-Tag: v0.1~3851 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b1fc9246bc842bd86938caec829c6874e7c63f42;p=gnulib.git gnulib-tool: Don't talk about CVS any more. * gnulib-tool (func_usage, func_import): Write "version control" instead of CVS. --- diff --git a/ChangeLog b/ChangeLog index 1ba0d9260..501b68697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-04 Bruno Haible + + gnulib-tool: Don't talk about CVS any more. + * gnulib-tool (func_usage, func_import): Write "version control" + instead of CVS. + 2010-09-04 Jim Meyering maint.mk: avoid obscure sc_copyright_check failure in coreutils diff --git a/gnulib-tool b/gnulib-tool index 0352078fd..b809dd1bd 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -155,7 +155,7 @@ Operation modes: if no modules are specified, update the current package from the current gnulib --update update the current package, restore files omitted - from CVS + from version control --create-testdir create a scratch package with the given modules --create-megatestdir create a mega scratch package with the given modules one by one and all together @@ -1283,7 +1283,7 @@ fi fi if test -n "$configure_ac"; then # Use sed, not autoconf --trace, to look for the AC_PREREQ invocation, - # because when some m4 files are omitted from a CVS repository, + # because when some m4 files are omitted from a version control repository, # "autoconf --trace=AC_PREREQ" fails with an error message like this: # m4: aclocal.m4:851: Cannot open m4/absolute-header.m4: No such file or directory # autom4te: m4 failed with exit status: 1 @@ -3946,7 +3946,7 @@ s,^\(.................................................[^ ]*\) *, else # Install the file. # Don't protest if the file should be there but isn't: it happens - # frequently that developers don't put autogenerated files into CVS. + # frequently that developers don't put autogenerated files under version control. func_add_file func_append added_files "$g$nl" fi @@ -4276,8 +4276,8 @@ s,//*$,/,' echo "#" echo "# This file represents the specification of how gnulib-tool is used." echo "# It acts as a cache: It is written and read by gnulib-tool." - echo "# In projects using CVS, this file is meant to be stored in CVS," - echo "# like the configure.ac and various Makefile.am files." + echo "# In projects that use version control, this file is meant to be put under" + echo "# version control, like the configure.ac and various Makefile.am files." echo echo echo "# Specification in the form of a command-line invocation:" @@ -4370,7 +4370,8 @@ s,//*$,/,' echo "# This file represents the compiled summary of the specification in" echo "# gnulib-cache.m4. It lists the computed macro invocations that need" echo "# to be invoked from configure.ac." - echo "# In projects using CVS, this file can be treated like other built files." + echo "# In projects that use version control, this file can be treated like" + echo "# other built files." echo echo echo "# This macro should be invoked from $configure_ac, in the section" @@ -5483,8 +5484,9 @@ s/\([.*$]\)/[\1]/g' else # Apply func_import to all gnulib directories. # To get this list of directories, look at Makefile.am. (Not at - # configure, because it may be omitted from CVS. Also, don't run - # "find $destdir -name gnulib-cache.m4", as it might be too expensive.) + # configure, because it may be omitted from version control. Also, + # don't run "find $destdir -name gnulib-cache.m4", as it might be + # too expensive.) m4dirs= m4dirs_count=0 if test -f "$destdir"/Makefile.am; then @@ -5823,7 +5825,8 @@ s/\([.*$]\)/[\1]/g' else # Install the file. # Don't protest if the file should be there but isn't: it happens - # frequently that developers don't put autogenerated files into CVS. + # frequently that developers don't put autogenerated files under version + # control. func_add_file fi rm -f "$tmpfile"