diff -Naur dbus-glib-0.80-orig/configure dbus-glib-0.80-new/configure
--- dbus-glib-0.80-orig/configure	2009-02-02 12:41:25.000000000 -0800
+++ dbus-glib-0.80-new/configure	2009-12-08 17:00:19.123491000 -0800
@@ -24429,13 +24429,7 @@
   $as_echo_n "(cached) " >&6
 else
   if test "$cross_compiling" = yes; then
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
+  ac_cv_func_posix_getpwnam_r=yes
 else
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -25180,13 +25174,7 @@
   $as_echo_n "(cached) " >&6
 else
   if test "$cross_compiling" = yes; then
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&5
-$as_echo "$as_me: error: cannot run test program while cross compiling
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }; }
+  ac_cv_have_abstract_sockets=yes
 else
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -27913,7 +27901,7 @@
 fi
 
 
-ac_config_files="$ac_config_files Makefile m4/Makefile doc/Makefile doc/reference/Makefile doc/reference/version.xml dbus/Makefile dbus/examples/Makefile dbus/examples/statemachine/Makefile test/Makefile test/core/Makefile test/interfaces/Makefile test/data/valid-service-files/debug-glib.service test/data/valid-service-files/debug-echo.service test/data/valid-service-files/interfaces-test.service tools/Makefile dbus-glib-1.pc dbus-glib-1-uninstalled.pc Doxyfile"
+ac_config_files="$ac_config_files Makefile m4/Makefile doc/Makefile doc/reference/Makefile doc/reference/version.xml dbus/Makefile tools/Makefile dbus-glib-1.pc dbus-glib-1-uninstalled.pc Doxyfile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
diff -Naur dbus-glib-0.80-orig/dbus/Makefile.am dbus-glib-0.80-new/dbus/Makefile.am
--- dbus-glib-0.80-orig/dbus/Makefile.am	2009-01-30 13:05:36.000000000 -0800
+++ dbus-glib-0.80-new/dbus/Makefile.am	2009-12-08 17:02:21.065200000 -0800
@@ -1,4 +1,4 @@
-SUBDIRS = . examples
+SUBDIRS = . 
 
 INCLUDES = \
 	-I$(top_srcdir)						\
diff -Naur dbus-glib-0.80-orig/dbus/Makefile.in dbus-glib-0.80-new/dbus/Makefile.in
--- dbus-glib-0.80-orig/dbus/Makefile.in	2009-02-02 12:41:21.000000000 -0800
+++ dbus-glib-0.80-new/dbus/Makefile.in	2009-12-08 17:02:30.814325000 -0800
@@ -315,7 +315,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = . examples
+SUBDIRS = . 
 INCLUDES = \
 	-I$(top_srcdir)						\
 	-I$(top_builddir)					\
diff -Naur dbus-glib-0.80-orig/ltmain.sh dbus-glib-0.80-new/ltmain.sh
--- dbus-glib-0.80-orig/ltmain.sh	2007-08-29 05:28:46.000000000 -0700
+++ dbus-glib-0.80-new/ltmain.sh	2009-12-08 16:56:12.460378000 -0800
@@ -2163,7 +2163,7 @@
 	      fi
 	    done
 	  done
-	  if test "$found" != yes; then
+	  if test "$found" != yes || true; then
 	    # deplib doesn't seem to be a libtool library
 	    if test "$linkmode,$pass" = "prog,link"; then
 	      compile_deplibs="$deplib $compile_deplibs"
diff -Naur dbus-glib-0.80-orig/Makefile.am dbus-glib-0.80-new/Makefile.am
--- dbus-glib-0.80-orig/Makefile.am	2008-05-14 03:21:15.000000000 -0700
+++ dbus-glib-0.80-new/Makefile.am	2009-12-08 16:58:05.101961000 -0800
@@ -1,7 +1,7 @@
 GLIB_PC=dbus-glib-1.pc
 
-SUBDIRS=dbus tools test doc
-DIST_SUBDIRS=dbus tools test doc m4
+SUBDIRS=dbus 
+DIST_SUBDIRS=dbus
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = $(GLIB_PC)
diff -Naur dbus-glib-0.80-orig/Makefile.in dbus-glib-0.80-new/Makefile.in
--- dbus-glib-0.80-orig/Makefile.in	2009-02-02 12:41:24.000000000 -0800
+++ dbus-glib-0.80-new/Makefile.in	2009-12-08 17:02:44.562522000 -0800
@@ -267,8 +267,8 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 GLIB_PC = dbus-glib-1.pc
-SUBDIRS = dbus tools test doc
-DIST_SUBDIRS = dbus tools test doc m4
+SUBDIRS = dbus 
+DIST_SUBDIRS = dbus 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = $(GLIB_PC)
 DISTCLEANFILES = \
