17 Jan
2009
17 Jan
'09
9:34 p.m.
On Sat, Jan 17, 2009 at 12:31 PM, Vitaly Lipatov <lav(a)etersoft.ru> wrote:
В сообщении от 17 января 2009 Paul Chitescu написал(a):
For changing "Wine" to wine", you can pipe through 'tr "W" "w"', when every supported system has a working "tr".
What about using the standard @PACKAGE_TARNAME@ which is by default normalized (spaces removed, converted to lowercase, some other unsafe characters converted) by autoconf in AC_INIT? It is a good idea to use PACKAGE_TARNAME, but only if we need tarname in wine --version output :) Does anyone know what is wine --version purpose if not for human read?
Again, can be used in scripts, many of which aren't public. -- -Austin