From b4250404f2c7956ebd979225b64a10f746a8d090 Mon Sep 17 00:00:00 2001 From: evilynux Date: Mon, 16 Jul 2007 05:38:22 +0000 Subject: [PATCH] There's an annoying bug in /usr/share/intltool/Makefile.in.in requiring me to modify it after a call to intltoolize (localedir). Since i can't figure what's wrong, i'm commenting the call to intltoolize and adding the corresponding files to CVS (at least for now). Solution proposals are much welcome. --- desmume/.cvsignore | 6 +++--- desmume/autogen.sh | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/desmume/.cvsignore b/desmume/.cvsignore index 691a29171..b1a9ededf 100644 --- a/desmume/.cvsignore +++ b/desmume/.cvsignore @@ -10,7 +10,7 @@ depcomp install-sh missing mkinstalldirs -intltool-extract* -intltool-merge* -intltool-update* +intltool-extract +intltool-merge +intltool-update .emacs* diff --git a/desmume/autogen.sh b/desmume/autogen.sh index 6a6e5a7b8..c314288d0 100755 --- a/desmume/autogen.sh +++ b/desmume/autogen.sh @@ -1,5 +1,10 @@ #!/bin/sh -echo "Running intltoolize" -intltoolize --copy --force --automake +# There's an annoying bug in /usr/share/intltool/Makefile.in.in requiring +# me to modify it after a call to intltoolize. Since i can't seem to figure +# what's wrong, i'm commenting the call to intltoolize and adding the +# corresponding files to CVS. + +#echo "Running intltoolize" +#intltoolize --copy --force --automake autoreconf --install --force --verbose