Specify -f.
This commit is contained in:
parent
edbf0f281c
commit
a1b4bba4e8
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@ class UnexpandedAutoconfMacroFixer(BuildFixer):
|
|||
return False
|
||||
from .fix_build import run_detecting_problems
|
||||
|
||||
run_detecting_problems(self.session, ['autoconf'])
|
||||
run_detecting_problems(self.session, ['autoconf', '-f'])
|
||||
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue