bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] valgrind-tests: fixed misleading help message


From: Kieran Colford
Subject: [PATCH] valgrind-tests: fixed misleading help message
Date: Fri, 30 May 2014 08:47:43 -0400

The help message generated by a configure script using this module
implied that valgrind was disabled by default, which it wasn't.
Left the auto enablement in and patched the help message like:
s/enable/disable/
---
 ChangeLog            |    8 ++++++++
 m4/valgrind-tests.m4 |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 13ea1a8..b9a4501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-30  Kieran Colford  <address@hidden>
+
+       valgrind-tests: fixed misleading help message
+       The help message generated by a configure script using this module
+       implied that valgrind was disabled by default, which it wasn't.
+       Left the auto enablement in and patched the help message like:
+       s/enable/disable/
+
 2014-05-30  Ulrich Weigand  <address@hidden>
 
        isfinite, isinf, isnan tests: fix for little-endian PowerPC
diff --git a/m4/valgrind-tests.m4 b/m4/valgrind-tests.m4
index 5191a5f..fb91d53 100644
--- a/m4/valgrind-tests.m4
+++ b/m4/valgrind-tests.m4
@@ -12,8 +12,8 @@ dnl From Simon Josefsson
 AC_DEFUN([gl_VALGRIND_TESTS],
 [
   AC_ARG_ENABLE(valgrind-tests,
-    AS_HELP_STRING([--enable-valgrind-tests],
-                   [run self tests under valgrind]),
+    AS_HELP_STRING([--disable-valgrind-tests],
+                   [don't try to run self tests under valgrind]),
     [opt_valgrind_tests=$enableval], [opt_valgrind_tests=yes])
 
   # Run self-tests under valgrind?
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]