Re: [PATCH] configure.ac: use proper quoting throughout the file

2010-03-15 Thread Yann Droneaud
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

Re: [PATCH] configure.ac: use proper quoting throughout the file

2010-03-15 Thread Alexandre Julliard
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

Re: [PATCH] configure.ac: use proper quoting throughout the file

2010-03-15 Thread Yann Droneaud
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