--- gnome-disk-utility-2.32.1/configure 2010-11-10 23:05:06.000000000 +0100 +++ gnome-disk-utility-2.32.1-magellan/configure 2011-07-15 03:28:59.000000000 +0200 @@ -375,13 +375,7 @@ # script with STATUS, using 1 if that was 0. as_fn_error () { - as_status=$1; test $as_status -eq 0 && as_status=1 - if test "$4"; then - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 - as_fn_exit $as_status + return } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && @@ -11105,33 +11099,6 @@ fi fi -gdu_cv_version_required=0.3.2 - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5 -$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; } -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 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - : -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5 -fi - - - # Check whether --with-help-dir was given. if test "${with_help_dir+set}" = set; then : withval=$with_help_dir; --- gnome-disk-utility-2.32.1/Makefile.in 2010-11-10 23:05:10.000000000 +0100 +++ gnome-disk-utility-2.32.1-magellan/Makefile.in 2011-07-15 03:31:14.000000000 +0200 @@ -296,7 +296,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = src data doc help po +SUBDIRS = src data doc po EXTRA_DIST = \ autogen.sh \ intltool-extract.in \