From 70d406464f4c60601c2b5703ed30b280076afe3e Mon Sep 17 00:00:00 2001 From: evilynux Date: Tue, 17 Jul 2007 03:06:49 +0000 Subject: [PATCH] Games' localization files should be in /usr/share/locale like other applications. Therefore i'm removing the autogenerated files and generating with intltoolize again (use ./autogen.sh). --- desmume/autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/autogen.sh b/desmume/autogen.sh index c314288d0..94596f170 100755 --- a/desmume/autogen.sh +++ b/desmume/autogen.sh @@ -4,7 +4,7 @@ # what's wrong, i'm commenting the call to intltoolize and adding the # corresponding files to CVS. -#echo "Running intltoolize" -#intltoolize --copy --force --automake +echo "Running intltoolize" +intltoolize --copy --force --automake autoreconf --install --force --verbose