[PATCH] testbot/build: Also re-run autoconf if aclocal.m4 is modified.
19 Apr
2018
19 Apr
'18
1:31 a.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/bin/build/Build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/build/Build.pl b/testbot/bin/build/Build.pl index c0a9a059c..7291ff046 100755 --- a/testbot/bin/build/Build.pl +++ b/testbot/bin/build/Build.pl @@ -105,7 +105,7 @@ sub ApplyPatch($$$) { $NeedImplib = 1; } - elsif ($Line =~ m=^diff.*configure\.ac=) + elsif ($Line =~ m=^diff.*(?:aclocal\.m4|configure\.ac)=) { $NeedAutoconf = 1; } -- 2.17.0
2800
Age (days ago)
2800
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget