Opened 13 years ago
Closed 13 years ago
#28 closed defect (fixed)
configure script does not convert user input (args) correctly
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | RoarAudio Main Package | Version: | 0.4beta1 |
Keywords: | configure | Cc: | |
Architecture: | Compiler: | ||
Difficulty: | Kernel: | ||
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | Bug Fix |
Description
The current configure script converts names of libraries, headers and such into a internal format (basically changing special chars to underscore). This is not (fully?) done for arguments passed by the user.
Example:
To disable libpulse-simple you need to pass --no-pulse_simple not --no-pulse-simple as user may expect.
There should be a central point within the script which does the converting which is called on all locations converting is needed.
Subtickets
Change History (2)
comment:1 Changed 13 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to assigned
comment:2 Changed 13 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from assigned to closed
- Version changed from current to 0.4beta1
Note: See
TracTickets for help on using
tickets.