]> Git Repo - VerusCoin.git/commitdiff
change help string --enable-man to --disable-man
authornomnombtc <[email protected]>
Sun, 28 Aug 2016 00:46:36 +0000 (02:46 +0200)
committerJack Grigg <[email protected]>
Thu, 2 Mar 2017 19:18:40 +0000 (11:18 -0800)
configure.ac

index 6a57c2e3b4b85015602d12d54e9357d961d9ef61..e7fb4a9278dd57f87c4d53fcd9aeba9341a6c159 100644 (file)
@@ -164,10 +164,9 @@ AC_ARG_ENABLE([zmq],
 
 AC_ARG_WITH([protoc-bindir],[AS_HELP_STRING([--with-protoc-bindir=BIN_DIR],[specify protoc bin path])], [protoc_bin_path=$withval], [])
 
-# Enable manpages
 AC_ARG_ENABLE(man,
-    [AS_HELP_STRING([--enable-man],
-                    [install man pages [default=yes]])],,
+    [AS_HELP_STRING([--disable-man],
+                    [do not install man pages (default is to install)])],,
     enable_man=yes)
 AM_CONDITIONAL(ENABLE_MAN, test "$enable_man" != no)
 
This page took 0.026795 seconds and 4 git commands to generate.