Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more help text for custom options of ./configure in general. #17336

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions qb/qb.params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ EOF
print_help_option "--host=HOST" "Cross-compile with HOST-gcc instead of gcc"
print_help_option "--help" "Show this help"

printf %s\\n '' 'Default for custom toggle options can be yes, no, or auto.'
print_help_option 'Disable option is shown:' 'Default is yes'
print_help_option 'Enable option is shown:' 'Default is no'
print_help_option 'Both options are shown:' 'Default is auto (included if the necessary library is present)'
printf %s\\n '' 'Custom options:'

while read -r VAR _ COMMENT; do
Expand Down
Loading