José Matos <[EMAIL PROTECTED]> writes: > It can go in now. I will announce beta 3 soon. FWIW beta 3 was tagged and the > resulting source packages were created yesterday. So for development purposes > bet 3 is out already. :-)
The only problem I have is that compiling with included gettext requires having config.h in top source directory. Two solutions: 1/ move config.h in top level directory and adapt our build machinery. 2/ do not distribute gettext at all and require everybody who wants to compile a tar.gz to have gettext installed. What I am doing currently is to have intl/ populated at ./autogen.sh time). What would you prefer? JMarc