diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2002-05-03 11:09:51 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2002-05-03 11:09:51 +0000 |
commit | d6ab05a0bec76b804c58bbe2fd89c472070573b6 (patch) | |
tree | 26caa0320435c5858e44307a1244aba7cdc9f24f | |
parent | 19cba4a0a0724c76811a075248cc8aa395f0a079 (diff) | |
download | gcc-d6ab05a0bec76b804c58bbe2fd89c472070573b6.zip gcc-d6ab05a0bec76b804c58bbe2fd89c472070573b6.tar.gz gcc-d6ab05a0bec76b804c58bbe2fd89c472070573b6.tar.bz2 |
configure.in: Update local install.html, configopts.html paths.
* configure.in: Update local install.html, configopts.html paths.
* configure: Regenerate.
From-SVN: r53083
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 4 | ||||
-rw-r--r-- | libstdc++-v3/configure.in | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 708fe08..aad4fd1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * configure.in: Update local install.html, configopts.html paths. + * configure: Regenerate. + 2002-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * config/os/irix/irix5.2/bits/os_defines.h diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index a7117c8..da68550 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -21885,11 +21885,11 @@ if test ! -f stamp-sanity-warned; then touch stamp-sanity-warned echo "" echo "Please make certain that you read the installation information here:" - echo " faster => ${srcdir}/docs/install.html" + echo " faster => ${srcdir}/docs/html/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 " faster => ${srcdir}/docs/html/configopts.html" echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>" echo "" echo "before proceeding with ${_cv_gnu_make_command}." diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index f0101f5..51d2a0d 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -372,11 +372,11 @@ if test ! -f stamp-sanity-warned; then touch stamp-sanity-warned echo "" echo "Please make certain that you read the installation information here:" - echo " faster => ${srcdir}/docs/install.html" + echo " faster => ${srcdir}/docs/html/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 " faster => ${srcdir}/docs/html/configopts.html" echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>" echo "" echo "before proceeding with ${_cv_gnu_make_command}." |