Comment out extraneous i18n support temporarily
authorbaddog <baddog@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 7 Dec 2001 18:44:57 +0000 (18:44 +0000)
committerbaddog <baddog@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 7 Dec 2001 18:44:57 +0000 (18:44 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@148 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
configure.in

index b9a3a86..8abc5c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-08  Abel Cheung  <maddog@linux.org.hk>
+
+       * configure.in: Comment out dummy i18n support for now,
+         otherwise it fails to build.
+
 2001-12-07  Michael Meeks  <michael@ximian.com>
 
        * libspi/component.c
index 70424f7..65317a9 100644 (file)
@@ -31,7 +31,7 @@ AM_CONFIG_HEADER(config.h)
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE
 
-AM_PROG_XML_I18N_TOOLS
+dnl AM_PROG_XML_I18N_TOOLS
 
 dnl Checks for programs
 AC_PROG_CC
@@ -47,8 +47,8 @@ AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 
 dnl internationalization support
-ALL_LINGUAS=""
-AM_GLIB_GNU_GETTEXT
+dnl ALL_LINGUAS=""
+dnl AM_GLIB_GNU_GETTEXT
 
 AC_CHECK_PROG(GTKDOC, gtkdoc-mkdb, true, false)
 
@@ -146,7 +146,7 @@ AC_MSG_ERROR([You must have popt 1.5 or greater to compile the utilities.]))
 AC_OUTPUT([
 Makefile
 at-spi-1.0.pc
-po/Makefile.in
+dnl po/Makefile.in
 docs/Makefile
 docs/reference/Makefile
 docs/reference/idl/Makefile