aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Christiansen <kenneth@src.gnome.org>2001-01-06 05:10:32 +0800
committerKenneth Christiansen <kenneth@src.gnome.org>2001-01-06 05:10:32 +0800
commit9e5394aa6c864341a2bb09615b710368a921e8a8 (patch)
treed9a6b73c04080c6e2a3b8a2611ea485ad01b55a9
parent63c43c06ab55e11af6257e910db9f60e279d5e67 (diff)
downloadgsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar
gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.gz
gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.bz2
gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.lz
gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.xz
gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.zst
gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.zip
Reverted, until me and maciej get some good ideas
svn path=/trunk/; revision=7273
-rw-r--r--macros/autogen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index b9c0751ae6..74b8047d1e 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -127,8 +127,6 @@ do
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
echo "Making $dr/aclocal.m4 writable ..."
- echo "Running xml-i18n-toolize... Ignore non-fatal messages."
- xml-i18n-toolize --copy --force --automake
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
fi
@@ -138,8 +136,6 @@ do
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force --copy
echo "Making $dr/aclocal.m4 writable ..."
- echo "Running xml-i18n-toolize... Ignore non-fatal messages."
- xml-i18n-toolize --copy --force --automake
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then