Ticket #3029 (closed enhancement: fixed)
configure.ac: warn about unknown '--with-' / '--enable-' options
Reported by: | slyfox | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.11 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
As we use 'AC_CONFIG_SUBDIRS' macro for samba sources
option checking is disabled for us.
Before the patch:
$ ./configure --with-i-have-misspelled-editor-for-edit
...
# no warnings
The patch enables warnings back only for top-level ./configure:
$ ./configure --with-i-have-misspelled-editor-for-edit
...
configure: WARNING: unrecognized options: --with-i-have-misspelled-editor-for-edit
Attachments
Change History
Changed 11 years ago by slyfox
- Attachment mc-4.8.9-unknown-opts.patch added
comment:1 Changed 11 years ago by slyfox
- Branch state changed from no branch to on review
branch: 3029_warn_about_unknown_switches
changeset:1599510170c1abca5ed3a18f8f5ecc9c9b8aab20
comment:3 Changed 11 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Milestone changed from Future Releases to 4.8.11
comment:4 Changed 11 years ago by andrew_b
- Votes for changeset changed from slavazanko to slavazanko andrew_b
- Branch state changed from on review to approved
comment:5 Changed 11 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [d362fc964ed7c2ffea185ce0138ba3fe141129e9].
Note: See
TracTickets for help on using
tickets.
mc-4.8.9-unknown-opts.patch