build: add a help message and removed a TODO.
authorOjas Shirekar <ojas.shirekar@gmail.com>
Fri, 5 Feb 2016 05:10:53 +0000 (10:40 +0530)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
Add a help message for --systemtap-includes
optparse.SUPPRESS_HELP was replaced by help message
and the TODO comment was removed

Refs: https://github.com/nodejs/node/issues/4607
PR-URL: https://github.com/nodejs/node/pull/5080
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rich Trott <rtrott@gmail.com>
configure

index b3acf08..dc0129e 100755 (executable)
--- a/configure
+++ b/configure
@@ -196,12 +196,10 @@ shared_optgroup.add_option('--shared-zlib-libpath',
 
 parser.add_option_group(shared_optgroup)
 
-# TODO document when we've decided on what the tracing API and its options will
-# look like
 parser.add_option('--systemtap-includes',
     action='store',
     dest='systemtap_includes',
-    help=optparse.SUPPRESS_HELP)
+    help='directory containing systemtap header files')
 
 parser.add_option('--tag',
     action='store',