diff options
author | Kenneth Christiansen <kenneth@src.gnome.org> | 2001-01-06 05:10:32 +0800 |
---|---|---|
committer | Kenneth Christiansen <kenneth@src.gnome.org> | 2001-01-06 05:10:32 +0800 |
commit | 9e5394aa6c864341a2bb09615b710368a921e8a8 (patch) | |
tree | d9a6b73c04080c6e2a3b8a2611ea485ad01b55a9 /macros/autogen.sh | |
parent | 63c43c06ab55e11af6257e910db9f60e279d5e67 (diff) | |
download | gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.gz gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.tar.zst gsoc2013-evolution-9e5394aa6c864341a2bb09615b710368a921e8a8.zip |
Reverted, until me and maciej get some good ideas
svn path=/trunk/; revision=7273
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r-- | macros/autogen.sh | 4 |
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 |