aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Christiansen <kenneth@gnu.org>2001-01-05 21:58:54 +0800
committerKenneth Christiansen <kenneth@src.gnome.org>2001-01-05 21:58:54 +0800
commit601f4bc6b207a54bb4ec6a633eb4568e40474777 (patch)
tree8fda9a87871b35068bd431d4dbbb6263bf5243e7
parent355c8a074e0a1b262a454810d8c2aa42b4e21edf (diff)
downloadgsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.tar
gsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.tar.gz
gsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.tar.bz2
gsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.tar.lz
gsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.tar.xz
gsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.tar.zst
gsoc2013-evolution-601f4bc6b207a54bb4ec6a633eb4568e40474777.zip
added support for xml-i18n-tools. This module is now required when
2001-01-06 Kenneth Christiansen <kenneth@gnu.org> * configure.in, macros/autogen.sh: added support for xml-i18n-tools. This module is now required when building from cvs. Please make sure that the macrofile installed by xml-i18n-tools is installed so it's in aclocal's path. or do: export ACLOCAL_FLAGS='-I /usr/local/share/aclocal' svn path=/trunk/; revision=7267
-rw-r--r--macros/autogen.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index c67e8c5457..b9c0751ae6 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -127,6 +127,8 @@ 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
@@ -136,6 +138,8 @@ 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
@@ -168,13 +172,6 @@ do
fi
done
-if [ -r po/Makefile.i18npatch ]; then
- if grep GENPOT po/Makefile.in.in >/dev/null;
- then echo "no need for patching file \`Makefile.in.in'";
- else patch po/Makefile.in.in < po/Makefile.i18npatch;
- fi;
-fi
-
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
if test x$NOCONFIGURE = x; then