Opened 13 years ago
Closed 12 years ago
#27 closed defect (fixed)
configure --help should print possible values for wildcard options
Reported by: | ph3-der-loewe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | RoarAudio major release 0.4 |
Component: | RoarAudio Main Package | Version: | 0.4beta4 |
Keywords: | configure | Cc: | |
Architecture: | Compiler: | ||
Difficulty: | Kernel: | ||
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | New feature |
Description
configure --help currently only prints infos on the options itself but not about possible values.
Those information may be extracted at runtime directly out of the script itself.
The following command lion shows a short not yet fully working example for this and the --no-* option:
$ grep test_lib_defmake configure | awk '{print $5}' | sort | uniq
Subtickets
Change History (3)
comment:1 Changed 13 years ago by ph3-der-loewe
- Keywords configure added
comment:2 Changed 13 years ago by ph3-der-loewe
- Milestone set to RoarAudio major release 0.4
comment:3 Changed 12 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from new to closed
- Version changed from current to 0.4beta4
Note: See
TracTickets for help on using
tickets.