mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
change help string --enable-man to --disable-man
This commit is contained in:
parent
a32c102fb1
commit
ae6e754928
@ -167,10 +167,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], [])
|
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,
|
AC_ARG_ENABLE(man,
|
||||||
[AS_HELP_STRING([--enable-man],
|
[AS_HELP_STRING([--disable-man],
|
||||||
[install man pages [default=yes]])],,
|
[do not install man pages (default is to install)])],,
|
||||||
enable_man=yes)
|
enable_man=yes)
|
||||||
AM_CONDITIONAL(ENABLE_MAN, test "$enable_man" != no)
|
AM_CONDITIONAL(ENABLE_MAN, test "$enable_man" != no)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user