From: Rainer Orth Date: Thu, 23 May 2002 18:51:30 +0000 (+0000) Subject: configure.in: Update local install.html, configopts.html paths. X-Git-Tag: releases/gcc-3.1.1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ce2adcf836811449ba032b8b62f704c10413ab;p=thirdparty%2Fgcc.git configure.in: Update local install.html, configopts.html paths. * configure.in: Update local install.html, configopts.html paths. * configure: Regenerate. From-SVN: r53802 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a0c302784338..4f07a54d8478 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2002-05-23 Rainer Orth + * configure.in: Update local install.html, configopts.html paths. + * configure: Regenerate. + * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Retrieve current limits before setting. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index cee305c0fcdd..0e7e2165da1a 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -21933,11 +21933,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 7682c4d27d0c..fae19a700f4f 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -381,11 +381,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}."