diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-21 22:08:39 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-21 22:08:39 +0000 |
commit | a9ab8db15380b666d3a8000f83f4b9cbc404df7e (patch) | |
tree | 9b139276184fbf3931cf1d833c90ee004b8d51f9 /libstdc++-v3/configure.in | |
parent | 6e4fcc9522bb6d679ef196c5dd3e64e6d6f3cad5 (diff) | |
download | gcc-a9ab8db15380b666d3a8000f83f4b9cbc404df7e.zip gcc-a9ab8db15380b666d3a8000f83f4b9cbc404df7e.tar.gz gcc-a9ab8db15380b666d3a8000f83f4b9cbc404df7e.tar.bz2 |
acinclude.m4, [...]: Change sourceware.cygnus.com and sources.redhat.com URLs for libstdc++ web...
* acinclude.m4, configure.in, mkcheck.in,
testsuite/21_strings/ctor_copy_dtor.cc,
testsuite/21_strings/inserters_extractors.cc,
testsuite/23_containers/map_operators.cc,
testsuite/23_containers/vector_element_access.cc,
testsuite/25_algorithms/lower_bound.cc,
testsuite/27_io/ifstream_members.cc,
testsuite/27_io/istream_extractor_arith.cc,
testsuite/27_io/istream_unformatted.cc,
testsuite/27_io/ofstream_members.cc,
testsuite/27_io/ostream_inserter_char.cc,
testsuite/27_io/ostream_inserter_other.cc,
testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
Change sourceware.cygnus.com and sources.redhat.com URLs for
libstdc++ web pages and list archives to point to gcc.gnu.org
* aclocal.m4, configure: Regenerate.
From-SVN: r38428
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 3f44e12..59ead07 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -350,11 +350,11 @@ if test ! -f stamp-sanity-warned; then echo "" echo "Please make certain that you read the installation information here:" echo " faster => ${srcdir}/docs/install.html" - echo " slower => <URL:http://sources.redhat.com/libstdc++/install.html>" + echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>" echo "" echo "and the configuration information here:" echo " faster => ${srcdir}/docs/configopts.html" - echo " slower => <URL:http://sources.redhat.com/libstdc++/configopts.html>" + echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>" echo "" echo "before proceeding with ${_cv_gnu_make_command}." echo "" |