Skip to content

Commit

Permalink
Use here-document for 'configure --help' output. (#714)
Browse files Browse the repository at this point in the history
Details:
- Changed the configure script function that outputs "--help" text to do 
  so via so-called "here-document" syntax for improved readability and
  maintainability. The change eliminates hundreds of echo statements and 
  makes it easier to change existing configure options' help text, along
  with other benefits such as eliminating the need to escape double-
  quote characters (").
  • Loading branch information
leekillough authored Jan 19, 2023
1 parent c334ec2 commit ecbcf40
Showing 1 changed file with 390 additions and 390 deletions.
Loading

0 comments on commit ecbcf40

Please sign in to comment.