summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-20 15:36:00 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-20 15:36:00 +0000
commitd1ebdb4741ae0f3912a67569e9844bfd073b321c (patch)
treec0ee27a1469daa3d02bed475abdf395f89998e2e /tests/Makefile.am
parentd83e2d691f09bf511765a0374100df615f995927 (diff)
downloadmpfr-d1ebdb4741ae0f3912a67569e9844bfd073b321c.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. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13678 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a3c0a5bf..99fd892be 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -117,9 +117,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