Ilya Shpigor wrote:
Hi, Ilya.
You need to include patched configure.ac as well with new WINE_CONFIG_MAKEFILE entry.
Hi, Nikolay
You need to include patched configure.ac as well with new WINE_CONFIG_MAKEFILE entry.
Are you shure what the changes in configure.ac needed?
Andrey Turkin wrote in list below:
No you don't need to (most patches do add some subset of autogenerated files for some reason but it is not necessary).
Ilya Shpigor wrote:
Hi, Nikolay
You need to include patched configure.ac as well with new WINE_CONFIG_MAKEFILE entry.
Are you shure what the changes in configure.ac needed?
Yes.
Andrey Turkin wrote in list below:
No you don't need to (most patches do add some subset of autogenerated files for some reason but it is not necessary).
Makefile.in and congifure.ac aren't autogenerated, but Makefile and configure are. Currently Makefile is in ignore list, but configure isn't of course, that's why you need to remove configure diff from your patch, but keep configure.ac in it. Alexandre will regenerate configure with autoconf amyway aftret configure.ac changed.
2009/10/22 Nikolay Sivov bunglehead@gmail.com:
Makefile.in and congifure.ac aren't autogenerated, but Makefile and
They're generated by tools/make_makefiles.
You need to include patched configure.ac as well with new WINE_CONFIG_MAKEFILE entry.
Are there other troubles in these patches?