Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 664:728508bb08df
prev660:d1b2695347c6
next671:a530ea88eebd
author nkeynes
date Mon May 12 10:00:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
file annotate diff log raw
1.1 --- a/configure.in Wed Apr 16 23:47:32 2008 +0000
1.2 +++ b/configure.in Mon May 12 10:00:13 2008 +0000
1.3 @@ -202,7 +202,7 @@
1.4 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[translation domain])
1.5
1.6 dnl Add the languages which your application supports here.
1.7 -ALL_LINGUAS="de pt_BR"
1.8 +ALL_LINGUAS="de es it pt_BR"
1.9 AM_GLIB_GNU_GETTEXT
1.10
1.11 AC_OUTPUT([
.