Hi, The newest 1.6svn has become to fail on my system to run autogen.sh at the stage it builds po/POTFILES.in. It simply becomes silent after the message:
> config/libtool.m4:3661: _LT_AC_LANG_F77_CONFIG is expanded from... > config/libtool.m4:3660: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... > configure.ac:155: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): > suspicious cache-id, must contain _cv_ to be cached > config/libtool.m4:3761: _LT_AC_LANG_GCJ_CONFIG is expanded from... > config/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... > Building configure... > Building po/POTFILES.in... It gets stuck at the line in autogen.sh: > make -s -f po/Rules-lyx srcdir=po top_srcdir=. If I remove the "-s" option above, the script says: > cat | msguniq -o .po && rm -f So, it seems po/Rules-lyx doesn't pick up variable $(DOMAIN) in the lines: > l10n_pots: qt4_l10n.pot layouts_l10n.pot languages_l10n.pot ui_l10n.pot > external_l10n.pot formats_l10n.pot > cat $^ | \ > msguniq -o $(DOMAIN).po && rm -f $^ Do you have any idea to fix this? Thanks, Koji