Le lundi 15 mars 2010 à 13:05 +0100, Alexandre Julliard a écrit :
> Yann Droneaud writes:
>
> >> Note: Quoting were not added for WINE macros related to Makefile generation
> >> as they broke things: there are some quoting magic in aclocal.m4 not
> >> fixed by this patch.
> >
> > As stated in the
Yann Droneaud writes:
>> Note: Quoting were not added for WINE macros related to Makefile generation
>> as they broke things: there are some quoting magic in aclocal.m4 not
>> fixed by this patch.
>
> As stated in the patch log, it can be applied safely.
>
> But once applied on current HEAD, most
Hi,
Le lundi 15 mars 2010 à 11:13 +0100, Yann Droneaud a écrit :
> Added quoting around macro parameters as recommanded by autoconf:
> http://www.gnu.org/software/autoconf/manual/html_node/Autoconf-Language.html#Autoconf-Language
>
> Autoconf output was checked to be the same with and without the