Re: [Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Martin Storsjö

On Tue, 6 Feb 2018, Jacek Caban wrote:



This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION file 
to Wine version, which is imported into configure script.


Signed-off-by: Jacek Caban 
---
mingw-w64-tools/widl/wine-import.sh | 1 +
1 file changed, 1 insertion(+)


Oh, indeed - I didn't notice this.

LGTM, and sorry for the unnecessary churn.

// Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Kai Tietz via Mingw-w64-public
Ok. Thanks, Kai

2018-02-06 11:53 GMT+01:00 Jacek Caban :
>
> This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION
> file to Wine version, which is imported into configure script.
>
> Signed-off-by: Jacek Caban 
> ---
>  mingw-w64-tools/widl/wine-import.sh | 1 +
>  1 file changed, 1 insertion(+)
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Jacek Caban


This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION 
file to Wine version, which is imported into configure script.


Signed-off-by: Jacek Caban 
---
 mingw-w64-tools/widl/wine-import.sh | 1 +
 1 file changed, 1 insertion(+)


diff --git a/mingw-w64-tools/widl/wine-import.sh b/mingw-w64-tools/widl/wine-import.sh
index a02afc9e..ee740a17 100755
--- a/mingw-w64-tools/widl/wine-import.sh
+++ b/mingw-w64-tools/widl/wine-import.sh
@@ -50,3 +50,4 @@ for f in patches/*
 do
 	patch -p3 < $f
 done
+autoconf

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public