comparison configure.ac @ 4975:871b6166698f

[gaim-migrate @ 5310] Danilo Segan (dsegan) writes: "Updated Serbian translation of Gaim-CVS from April 2, 2003. * intltool-update, and translate everything changed * corrected plural-forms * other updates A patch to configure.ac is neccessary to add "sr" to the language list (variable ALL_LINGUAS). It is now tested and works find with just executing ./autogen.sh for CVS versions. I hope it will be integrated, and I plan to update every week or so. It will be much simpler if it gets integrated into CVS tree. " i added sr to the language list, after a hint from robot101. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 03 Apr 2003 13:41:22 +0000
parents 5496d1704ee0
children fec4b67bad91
comparison
equal deleted inserted replaced
4974:0581a59c9492 4975:871b6166698f
13 AM_PROG_LIBTOOL 13 AM_PROG_LIBTOOL
14 LIBTOOL="$LIBTOOL --silent" 14 LIBTOOL="$LIBTOOL --silent"
15 AC_PROG_INSTALL 15 AC_PROG_INSTALL
16 16
17 17
18 ALL_LINGUAS="bg cs da de es fi fr hu it ja ko nl pl ro ru sk sv zh_CN zh_TW" 18 ALL_LINGUAS="bg cs da de es fi fr hu it ja ko nl pl ro ru sk sr sv zh_CN zh_TW"
19 AM_GNU_GETTEXT_VERSION(0.10.40) 19 AM_GNU_GETTEXT_VERSION(0.10.40)
20 AM_GNU_GETTEXT 20 AM_GNU_GETTEXT
21 21
22 AC_CYGWIN 22 AC_CYGWIN
23 23