summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-20 15:38:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-20 15:38:36 +0000
commit10c63fef9c05bc2a4dff6eeba14d56a7c495b104 (patch)
treee553c0f4d1fc2f7ea98cfac0be7460f91f26e578
parent85eca0048ba6cb0f198a31d981cf604c52253c25 (diff)
downloadmpfr-10c63fef9c05bc2a4dff6eeba14d56a7c495b104.tar.gz
[tests/Makefile.am] Updated a comment; in particular, replaced the two
obsolete gmane.org URLs by lists.gnu.org/archive/html/bug-gnulib ones. (merged changeset r13678 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13680 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f1c5c7d44..8bfac2bc9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -100,9 +100,12 @@ TESTS_ENVIRONMENT = env DISPLAY='' MPFR_QUIET=1 $(VALGRIND)
# The -no-install option prevents libtool from generating wrapper scripts
# for the tests.
-# This is useful to easily run the test scripts under valgrind or gdb.
-# See discussion http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/28033
-# http://article.gmane.org/gmane.comp.lib.gnulib.bugs/28140 in particular.
+# This is useful to easily run individual test scripts under valgrind or gdb.
+# See discussion
+# https://lists.gnu.org/archive/html/bug-gnulib/2011-08/msg00247.html
+# and
+# https://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00081.html
+# in particular.
#
# The -L$(top_builddir)/src/.libs option is necessary for some platforms,
# such as HP-UX, when --with-gmp or --with-gmp-lib is used and an old MPFR