bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnulib-tool: don't talk about CVS any more


From: Bruno Haible
Subject: gnulib-tool: don't talk about CVS any more
Date: Sat, 4 Sep 2010 15:08:40 +0200
User-agent: KMail/1.9.9

A small change in terminology:


2010-09-04  Bruno Haible  <address@hidden>

        gnulib-tool: Don't talk about CVS any more.
        * gnulib-tool (func_usage, func_import): Write "version control"
        instead of CVS.

--- gnulib-tool.orig    Sat Sep  4 15:04:38 2010
+++ gnulib-tool Sat Sep  4 15:04:34 2010
@@ -155,7 +155,7 @@
                             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
   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
@@ -3945,7 +3945,7 @@
     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
@@ -4275,8 +4275,8 @@
     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:"
@@ -4369,7 +4369,8 @@
     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"
@@ -5482,8 +5483,9 @@
     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
@@ -5821,7 +5823,8 @@
     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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]