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.
This commit is contained in:
evilynux 2007-07-16 05:38:22 +00:00
parent a6502b4c89
commit b4250404f2
2 changed files with 10 additions and 5 deletions

View File

@ -10,7 +10,7 @@ depcomp
install-sh
missing
mkinstalldirs
intltool-extract*
intltool-merge*
intltool-update*
intltool-extract
intltool-merge
intltool-update
.emacs*

View File

@ -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