CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 04/10/17 13:09:24
Modified files:
. : configure.ac
Log message:
fixed finding of used locales
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.95&tr2=1.96&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.95 wesnoth/configure.ac:1.96
--- wesnoth/configure.ac:1.95 Fri Oct 15 21:03:43 2004
+++ wesnoth/configure.ac Sun Oct 17 13:09:24 2004
@@ -10,7 +10,7 @@
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default
server for this version])
-AC_REVISION([$Revision: 1.95 $])
+AC_REVISION([$Revision: 1.96 $])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([foreign 1.5])
@@ -599,7 +599,7 @@
#######################################################################
rm -rf translations
-for domain in `grep SUBDIRS $srcdir/po/Makefile.am | cut -d= -f2`
+for domain in `grep ^SUBDIRS $srcdir/po/Makefile.am | cut -d= -f2`
do
for lang in `cat $srcdir/po/$domain/LINGUAS`
do