From 7772d1a0c071ac5f6e4bfed1d6422dbea8e0108c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 16 Aug 2001 16:23:48 +0000 Subject: [PATCH] 2001-08-16 Michael Meeks * configure.in: use AM_GLIB_GNU_GETTEXT. * Makefile.am (SUBDIRS): kill intl. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@30 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 6 ++++++ Makefile.am | 2 +- configure.in | 3 +-- po/ChangeLog | 4 ++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e800cd..c284c52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-16 Michael Meeks + + * configure.in: use AM_GLIB_GNU_GETTEXT. + + * Makefile.am (SUBDIRS): kill intl. + 2001-08-15 Michael Meeks * registryd/Makefile.am: s/oaf/server/ relocate info file. diff --git a/Makefile.am b/Makefile.am index cab8593..c6abf4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS=po intl docs idl libspi registryd test at-bridge +SUBDIRS=po docs idl libspi registryd test at-bridge EXTRA_DIST= xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in diff --git a/configure.in b/configure.in index ad91a38..4b8e5c4 100644 --- a/configure.in +++ b/configure.in @@ -48,7 +48,7 @@ AM_PROG_LIBTOOL dnl internationalization support ALL_LINGUAS="" -AM_GNOME2_GETTEXT +AM_GLIB_GNU_GETTEXT dnl Checks for libraries PKG_CHECK_MODULES(LIBSPI, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.91 atk >= 0.2) @@ -84,7 +84,6 @@ AC_SUBST(LDFLAGS) AC_OUTPUT([ Makefile po/Makefile.in -intl/Makefile docs/Makefile idl/Makefile libspi/Makefile diff --git a/po/ChangeLog b/po/ChangeLog index 13d93b8..aa3a623 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-08-16 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.39. + 2001-08-15 gettextize * Makefile.in.in: Upgrade to gettext-0.10.38. -- 2.7.4