Francois Gouget : testbot/build: Also re-run autoconf if aclocal.m4 is modified.

Alexandre Julliard julliard at winehq.org
Thu Apr 19 16:47:20 CDT 2018


Module: tools
Branch: master
Commit: bfcb757079437c3b5c3e28570a38e5139fdd5a49
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=bfcb757079437c3b5c3e28570a38e5139fdd5a49

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
       }




More information about the wine-cvs mailing list