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:
parent
a6502b4c89
commit
b4250404f2
|
@ -10,7 +10,7 @@ depcomp
|
|||
install-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
intltool-extract*
|
||||
intltool-merge*
|
||||
intltool-update*
|
||||
intltool-extract
|
||||
intltool-merge
|
||||
intltool-update
|
||||
.emacs*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue