Index: configure.ac =================================================================== RCS file: /cvsroot/classpath/classpath/configure.ac,v retrieving revision 1.5 diff -u -b -B -r1.5 configure.ac --- configure.ac 4 Feb 2004 08:21:59 -0000 1.5 +++ configure.ac 4 Feb 2004 09:00:55 -0000 @@ -120,7 +120,7 @@ dnl Check for AWT related gthread/gtk/libart_lgpl if test "x${COMPILE_GTK_PEER}" = xyes; then - PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.2 gthread >= 2.2 libart-2.0) + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.2 gthread-2.0 >= 2.2 libart-2.0) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) fi Index: doc/hacking.texinfo =================================================================== RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v retrieving revision 1.19 diff -u -b -B -r1.19 hacking.texinfo --- doc/hacking.texinfo 3 Feb 2004 17:00:26 -0000 1.19 +++ doc/hacking.texinfo 4 Feb 2004 09:00:56 -0000 @@ -614,6 +614,11 @@ @comment node-name, next, previous, up @chapter API Compatibility address@hidden +* Serialization:: Serialization +* Deprecated Methods:: Deprecated methods address@hidden menu + @node Serialization, Deprecated Methods, , API Compatibility @comment node-name, next, previous, up @section Serialization