Ticket #165 (closed defect: fixed)
The ./configure configure hook should complain if ./configure does not exist
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Cabal library | Version: | 1.2.0 |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | very easy (<1 hour) | |
| GHC Version: | 6.4.2 | Platform: | Linux |
Description
We often have problems with people not running auto(re)conf before Setup configure, and things breaking later on. The hook that runs ./configure should fail if ./configure doesn't exist; it probably shouldn't give any suggestion on how to create it, as people will blindly follow the suggestion and one size probably won't fit all.
This essentially depends on the proposals to split up hooks into smaller, composable parts.
Ian Lynagh
Change History
Note: See
TracTickets for help on using
tickets.
