build: Fix help string for `--enable-external-signer` configure option #25770

pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:220802-signer changing 1 files +1 −1
  1. hebasto commented at 10:37 AM on August 2, 2022: member

    This PR is a follow up of bitcoin/bitcoin#24065 and fixes the help string according to the actual default value https://github.com/bitcoin/bitcoin/blob/816ca01650f4cc66a61ac2f9b0f8b74cd9cd0cf8/configure.ac#L324-L327

  2. build: Fix help string for `--enable-external-signer` configure option 8df063e537
  3. fanquake added the label Build system on Aug 2, 2022
  4. kristapsk approved
  5. kristapsk commented at 11:12 AM on August 2, 2022: contributor

    cr utACK 8df063e53712b69a346a83c599ca9cb83905b70b

  6. in configure.ac:325 in 8df063e537
     321 | @@ -322,7 +322,7 @@ AC_ARG_ENABLE([werror],
     322 |      [enable_werror=no])
     323 |  
     324 |  AC_ARG_ENABLE([external-signer],
     325 | -    [AS_HELP_STRING([--enable-external-signer],[compile external signer support (default is yes, requires Boost::Process)])],
     326 | +    [AS_HELP_STRING([--enable-external-signer],[compile external signer support (default is auto, requires Boost::Process)])],
    


    jarolrod commented at 4:56 PM on August 2, 2022:

    the default is auto, you can also supply yes and no. Should we follow the convention used elsewhere of specifying the possible inputs, so for example, the help output could be:

    --enable-external-signer[=yes|no|auto]
                              compile external signer support (default is auto,
                              requires Boost::Process)
    
  7. jarolrod commented at 4:56 PM on August 2, 2022: member

    ACK 8df063e53712b69a346a83c599ca9cb83905b70b

    This is correct, it's documented in the code a few lines below :)

    relevant output of ./configure -help on this PR branch:

    --enable-external-signer
                              compile external signer support (default is auto,
                              requires Boost::Process)
    
  8. fanquake merged this on Aug 4, 2022
  9. fanquake closed this on Aug 4, 2022

  10. hebasto deleted the branch on Aug 4, 2022
  11. sidhujag referenced this in commit 1372bb62f5 on Aug 4, 2022
  12. bitcoin locked this on Aug 4, 2023

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 21:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me