Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
2001-02-04 Kenneth Christiansen <kenneth@gnu.org> * configure.in: Added AM_PROG_XML_I18N_TOOLS so translations works correctly. * macros/autogen.sh: Added a check for xml-i18n-tools. svn path=/trunk/; revision=7951
This commit is contained in:
committed by
Kenneth Christiansen
parent
d33f5f73f8
commit
1b96583c0c
@ -13,6 +13,8 @@ PACKAGE=evolution
|
||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||
AC_SUBST(VERSION)
|
||||
|
||||
dnl Initialize xml-i18n-tools
|
||||
AM_PROG_XML_I18N_TOOLS
|
||||
|
||||
dnl Initialize libtool
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
@ -17,6 +17,16 @@ fi
|
||||
DIE=1
|
||||
}
|
||||
|
||||
(grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/configure.in >/dev/null) && {
|
||||
(xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`xml-i18n-toolize' installed to compile Gnome."
|
||||
echo "Get ftp://ftp.gnome.org/pub/GNOME/stable/sources/xml-i18n-tools/xml-i18n-tools-0.6.tar.gz"
|
||||
echo "(or a newer version if it is available)"
|
||||
DIE=1
|
||||
}
|
||||
}
|
||||
|
||||
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
|
||||
(libtool --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user