From 40b8c6bfbed9123776551d85b312569116209a0c Mon Sep 17 00:00:00 2001 From: baddog Date: Fri, 7 Dec 2001 18:44:57 +0000 Subject: [PATCH] Comment out extraneous i18n support temporarily git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@148 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 5 +++++ configure.in | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9a3a86..8abc5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-08 Abel Cheung + + * configure.in: Comment out dummy i18n support for now, + otherwise it fails to build. + 2001-12-07 Michael Meeks * libspi/component.c diff --git a/configure.in b/configure.in index 70424f7..65317a9 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.7.4