]> git.pld-linux.org Git - packages/wesnoth.git/blob - wesnoth-locale_dir.patch
- up to 1.6.4
[packages/wesnoth.git] / wesnoth-locale_dir.patch
1 --- wesnoth-1.2/configure.ac~   2006-12-22 23:33:48.000000000 +0100
2 +++ wesnoth-1.2/configure.ac    2006-12-24 13:03:20.000000000 +0100
3 @@ -106,8 +106,8 @@
4                 esac])
5  AC_SUBST([DATADIR])
6  
7 -#LOCALEDIR="$datadir/locale"
8 -LOCALEDIR=translations
9 +LOCALEDIR="$datadir/locale"
10 +#LOCALEDIR=translations
11  AC_ARG_WITH([localedir],
12              AS_HELP_STRING([--with-localedir@<:@=DIR@:>@], [install locale data under dir @<:@translations@:>@]),
13               [case "${withval}" in
This page took 0.023723 seconds and 3 git commands to generate.