2004-05-11 James Henstridge <james@daa.com.au>
authorjamesh <jamesh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 11 May 2004 15:16:58 +0000 (15:16 +0000)
committerjamesh <jamesh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 11 May 2004 15:16:58 +0000 (15:16 +0000)
    * 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

ChangeLog
configure.in

index e22677a..b8e8452 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-11  James Henstridge  <james@daa.com.au>
+
+       * configure.in: remove GNOME_PLATFORM_GNOME_2 macro, which is a
+       no-op and deprecated.
+
 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
 
        * configure.in: Added "wa" (Walloon) to ALL_LINGUAS.
index 05e0a40..0f749eb 100644 (file)
@@ -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