From: jamesh Date: Tue, 11 May 2004 15:16:58 +0000 (+0000) Subject: 2004-05-11 James Henstridge X-Git-Tag: AT_SPI2_ATK_2_12_0~1044 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69f1898c9d75aeb8cf6a1d43ed8a7c242cd6884e;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 2004-05-11 James Henstridge * configure.in: remove GNOME_PLATFORM_GNOME_2 macro, which is a no-op and deprecated. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@664 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index e22677a..b8e8452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-11 James Henstridge + + * configure.in: remove GNOME_PLATFORM_GNOME_2 macro, which is a + no-op and deprecated. + 2004-05-03 Pablo Saratxaga * configure.in: Added "wa" (Walloon) to ALL_LINGUAS. diff --git a/configure.in b/configure.in index 05e0a40..0f749eb 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,6 @@ AC_PROG_INSTALL AC_ISC_POSIX GNOME_COMMON_INIT -GNOME_PLATFORM_GNOME_2(yes, force) GNOME_COMPILE_WARNINGS(maximum) dnl Initialize libtool @@ -50,11 +49,7 @@ dnl internationalization support; uncomment if translatable strings are reintrod dnl ALL_LINGUAS="ar az be bn ca cs cy da de el en_CA en_GB eo es et eu fa fi fr gu he hi hr id is it ja ko lt mn ms ne nl nn no pa pl pt_BR pt ro ru sk sl sq sr@ije sr@Latn sr sv uk vi wa zh_CN" dnl AM_GLIB_GNU_GETTEXT -GTK_DOC_CHECK ([1.0]) - -dnl NOTE: We need to use a separate automake conditional for this -dnl to make this work with the tarballs. -AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) +GTK_DOC_CHECK([1.0]) AC_PATH_XTRA