diff -Naur gnome-terminal-2.30.0.orig/configure gnome-terminal-2.30.0/configure
--- gnome-terminal-2.30.0.orig/configure	2010-04-05 17:39:36.000000000 -0400
+++ gnome-terminal-2.30.0/configure	2010-04-05 17:39:51.000000000 -0400
@@ -13522,24 +13522,24 @@
 fi
 
 
-gdu_cv_version_required=0.3.2
-
-if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  gdu_cv_have_gdu=yes
-else
-  gdu_cv_have_gdu=no
-fi
-
-if test "$gdu_cv_have_gdu" = "yes"; then
-	:
-else
-	as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
-fi
+#gdu_cv_version_required=0.3.2
+#
+#if test -n "$PKG_CONFIG" && \
+#    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
+#  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
+#  ac_status=$?
+#  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+#  test $ac_status = 0; }; then
+#  gdu_cv_have_gdu=yes
+#else
+#  gdu_cv_have_gdu=no
+#fi
+#
+#if test "$gdu_cv_have_gdu" = "yes"; then
+#	:
+#else
+#	as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
+#fi
 
 
 
diff -Naur gnome-terminal-2.30.0.orig/Makefile.am gnome-terminal-2.30.0/Makefile.am
--- gnome-terminal-2.30.0.orig/Makefile.am	2010-04-05 17:39:36.000000000 -0400
+++ gnome-terminal-2.30.0/Makefile.am	2010-04-05 17:39:51.000000000 -0400
@@ -1,4 +1,4 @@
-SUBDIRS = src po help
+SUBDIRS = src po
 
 NULL =
 
diff -Naur gnome-terminal-2.30.0.orig/Makefile.in gnome-terminal-2.30.0/Makefile.in
--- gnome-terminal-2.30.0.orig/Makefile.in	2010-04-05 17:39:35.000000000 -0400
+++ gnome-terminal-2.30.0/Makefile.in	2010-04-05 17:39:51.000000000 -0400
@@ -288,7 +288,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = src po help
+SUBDIRS = src po
 NULL = 
 desktopdir = $(datadir)/applications
 desktop_in_files = @PACKAGE@.desktop.in.in
