]> Savannah Git Hosting - gnulib.git/commitdiff
valgrind-tests: fixed misleading help message
authorKieran Colford <colfordk@gmail.com>
Fri, 30 May 2014 12:47:43 +0000 (08:47 -0400)
committerPádraig Brady <P@draigBrady.com>
Fri, 30 May 2014 15:00:45 +0000 (16:00 +0100)
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
m4/valgrind-tests.m4

index 13ea1a8c5a4ddb2b555cde7c2eff8b60d8a57139..6b94234141181417c48d5311eb5257c76d2570d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-30  Kieran Colford  <colfordk@gmail.com>
+
+       valgrind-tests: fixed misleading help message
+       * m4/valgrind-tests.m4: The help message generated by configure
+       implied that valgrind was disabled by default, which it wasn't.
+       Adjusted the help message using s/enable/disable/ to clarify.
+
 2014-05-30  Ulrich Weigand  <uweigand@de.ibm.com>
 
        isfinite, isinf, isnan tests: fix for little-endian PowerPC
index 5191a5f0abc5cb425a2d8b4a1cc0c13bad42f450..fb91d539c3c95f12a51ee1805077c26d8b90dd67 100644 (file)
@@ -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?