aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/scan-build/scan-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scan-build/scan-build b/tools/scan-build/scan-build
index f7e521f49e..9ba94d1474 100755
--- a/tools/scan-build/scan-build
+++ b/tools/scan-build/scan-build
@@ -201,8 +201,8 @@ sub SetHtmlEnv {
die "No build command." if (scalar(@$Args) == 0);
my $Cmd = $$Args[0];
-
- if ($Cmd =~ /configure/) {
+
+ if ($Cmd =~ /configure/ || $Cmd =~ /autogen/) {
return;
}