Francois Gouget : testbot/build: Also re-run autoconf if aclocal.m4 is modified.
Module: tools Branch: master Commit: bfcb757079437c3b5c3e28570a38e5139fdd5a49 URL: https://source.winehq.org/git/tools.git/?a=commit;h=bfcb757079437c3b5c3e2857... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Apr 19 03:31:57 2018 +0200 testbot/build: Also re-run autoconf if aclocal.m4 is modified. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 80aeb4c..94f87e2 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; }
participants (1)
-
Alexandre Julliard