bneradt commented on a change in pull request #7005:
URL: https://github.com/apache/trafficserver/pull/7005#discussion_r455268269
##########
File path: .vscode/tasks.json
##########
@@ -18,7 +18,7 @@
{
"label": "Configure",
"type": "shell",
- "command": "./configure --enable-ccache
--enable-experimental-plugins --enable-example-plugins --enable-test-tools
--enable-debug --enable-werror",
+ "command": "autoreconf -if; ./configure --enable-ccache
--enable-experimental-plugins --enable-example-plugins --enable-test-tools
--enable-debug --enable-werror",
Review comment:
A minor thing, but I suggest `&&` to separate the commands in case
autoreconf fails for some reason.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]