Mercurial > geeqie.yaz
changeset 1270:13e96406760b
switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
(new glib-gettextize does not support the old method)
| author | nadvornik |
|---|---|
| date | Thu, 29 Jan 2009 19:23:39 +0000 |
| parents | 08b4598c7cba |
| children | 4fcdbb497df3 |
| files | configure.in po/LINGUAS |
| diffstat | 2 files changed, 36 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Jan 29 19:07:07 2009 +0000 +++ b/configure.in Thu Jan 29 19:23:39 2009 +0000 @@ -299,7 +299,8 @@ # ---------------------------------------------------------------------- dnl Set of available languages -ALL_LINGUAS="ar be bg ca cs da de eo es et eu fi fr hu id it ja ko nl nb pl pt_BR ro ru sk sl sv th tr uk vi zh_CN.GB2312 zh_TW" +ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`" +AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS']) GETTEXT_PACKAGE=$PACKAGE AC_SUBST(GETTEXT_PACKAGE)
