Code-Contribution: Add "Run bootstrap.sh" instruction - #193
Conversation
When `configure` is removed from the repository, developers will need to run `bootstrap.sh` in order to generate build scripts on their own system.
|
Marking as draft to prevent unintentional merge until the asterisk PR is merged. |
|
The content is written such that it shouldn’t matter when it is merged. If it won’t go in until the other PR does, then I will update it to remove the ambiguity. |
|
You don't have to remove the ambiguity but you might update the tip noting that branch changes update configure.ac and may require re-running bootstrap. |
gtjoseph
left a comment
There was a problem hiding this comment.
Sorry, I just thought of one more warning...
Do NOT run bootstrap.sh if configure already exists unless you've made changes to configure.ac or any of the files in the autoconf directory. Doing so could result in unintended changes not related to your task.
|
This change is now moot |
Can you clarify what unintended changes you're referring to? I would think all of them would be handled by |
When
configureis removed from the repository, developers will need to runbootstrap.shin order to generate build scripts on their own system.