@@ -462,11 +462,11 @@
<li>ltmain.sh, libtool.m4, ltoptions.m4, ltsugar.m4, ltversion.m4,
lt~obsolete.m4, and formerly also ltconfig, ltcf-c.sh, ltcf-cxx.sh,
-ltcf-gcj.sh: The master copy of these files is the CVS repository of
+ltcf-gcj.sh: The master copy of these files is the git repository of
<a href="http://www.gnu.org/software/libtool/libtool.html">GNU
libtool</a>. Patches should be posted to <a
href="mailto:libtool-patches@gnu.org">libtool-patches@gnu.org</a>.
-Only after the change makes it to the libtool CVS tree should the new
+Only after the change makes it to the libtool git tree should the new
files be installed in the GCC source tree.<br />
ltgcc.m4 is not imported from upstream.<br />
ltconfig and ltmain.sh are generated files from ltconfig.in and
@@ -490,13 +490,20 @@
symlink-tree and ylwrap: These are copied from mainline automake, using
<code>automake --add-missing --copy --force-missing</code>.</li>
+<li>Top-level config.rpath: This comes originally from gettext, but
+gnulib can be considered upstream. The latest version can be retrieved
+from
+<a href="http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/config.rpath">http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/config.rpath</a>.
+Contents should be kept in sync with relevant parts of libtool.m4 from
+Libtool.</li>
+
<li>gcc/doc/include/texinfo.tex: This file is copied from texinfo,
the latest version is at
-<a href="http://cvs.savannah.gnu.org/viewvc/gnulib/gnulib/build-aux/texinfo.tex?revision=HEAD">http://cvs.savannah.gnu.org/viewvc/gnulib/gnulib/build-aux/texinfo.tex?revision=HEAD</a>.</li>
+<a href="http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/texinfo.tex">http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/texinfo.tex</a>.</li>
<li>gcc/config/soft-fp: The master sources (except for
-<code>t-softfp</code>) are in CVS glibc, and changes should go into
-CVS glibc before going into GCC.</li>
+<code>t-softfp</code>) are in git glibc, and changes should go into
+git glibc before going into GCC.</li>
<li>fastjar: The master sources were at <a
href="http://fastjar.sourceforge.net/">fastjar.sourceforge.net</a>.