From: Rainer Orth Date: Fri, 3 May 2002 11:09:51 +0000 (+0000) Subject: configure.in: Update local install.html, configopts.html paths. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6ab05a0bec76b804c58bbe2fd89c472070573b6;p=gcc.git configure.in: Update local install.html, configopts.html paths. * configure.in: Update local install.html, configopts.html paths. * configure: Regenerate. From-SVN: r53083 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 708fe08634b..aad4fd142d8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Rainer Orth + + * configure.in: Update local install.html, configopts.html paths. + * configure: Regenerate. + 2002-05-02 Kaveh R. Ghazi * config/os/irix/irix5.2/bits/os_defines.h diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index a7117c8efca..da685507640 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 => " echo "" echo "and the configuration information here:" - echo " faster => ${srcdir}/docs/configopts.html" + echo " faster => ${srcdir}/docs/html/configopts.html" echo " slower => " echo "" echo "before proceeding with ${_cv_gnu_make_command}." diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index f0101f582ac..51d2a0db8f6 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 => " echo "" echo "and the configuration information here:" - echo " faster => ${srcdir}/docs/configopts.html" + echo " faster => ${srcdir}/docs/html/configopts.html" echo " slower => " echo "" echo "before proceeding with ${_cv_gnu_make_command}."