Modify ↓
#59 closed enhancement (fixed)
Add "autoreconf" recipe command
Reported by: | Chandler Carruth <chandlerc@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | Recipe commands | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
To allow easy building of GNU Autotools packages, provide a command to directly call autoreconf and generate all necessary files for configure and make. Proposed syntax as follows:
<c:autoreconf install="1" force="1" symlink="1">
With only install defaulting to 1. It should generate the following:
# autoreconf --install --force --symlink
Attachments (2)
Change History (5)
comment:1 Changed 19 years ago by Chandler Carruth <chandlerc@…>
comment:2 Changed 19 years ago by cmlenz
- Milestone set to 0.6
Changed 19 years ago by anonymous
comment:3 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
This patch was committed in [525] without closing the ticket. Closing now.
Note: See
TracTickets for help on using
tickets.
Further information about autoreconf, snipped from its help:
<snip>
<snip>
Of these various flags the ones i think are relevant are:
None of these strike me as needing to be enabled by default. My 2-cents...