Add AUTORECONF_ARGS variable for situations where the default of -f -i is not sufficient.
Details
Details
- Reviewers
bapt tijl - Group Reviewers
portmgr - Commits
- R11:9fb2c8ee7048: Mk/Uses: autoreconf.mk: Add AUTORECONF_ARGS
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 53565 Build 50456: arc lint + arc unit
Event Timeline
Mk/Uses/autoreconf.mk | ||
---|---|---|
81 | Why not AUTORECONF_FLAGS+= -f -i We keep forcing -f -i because we always want that, but we allow the user to define its own flags before inclusion of the USES |
Mk/Uses/autoreconf.mk | ||
---|---|---|
130 | I would name the variable AUTORECONF_ARGS and put it after the -f -i here. Then document it above as "Extra arguments to autoreconf. Default: none". Then port maintainers can still pass --no-force or --no-install if needed and pass arguments other than flags such as a list of directories. |