~ubuntu-branches/ubuntu/natty/gvfs/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-03-22 11:11:57 UTC
  • Revision ID: james.westby@ubuntu.com-20110322111157-tn8edztqci0xr9hk
Correctly update using merge-upstream otherwise the diff will be reverted
in the diff.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
908
908
LDFLAGS
909
909
LIBS
910
910
CPPFLAGS
911
 
CC
912
 
LDFLAGS
913
 
LIBS
914
 
CPPFLAGS
915
911
CPP
916
 
CPPFLAGS
917
912
PKG_CONFIG
918
913
PKG_CONFIG_PATH
919
914
PKG_CONFIG_LIBDIR
3033
3028
 
3034
3029
# Define the identity of the package.
3035
3030
 PACKAGE=gvfs
3036
 
 VERSION=1.7.2
 
3031
 VERSION=1.7.3
3037
3032
 
3038
3033
 
3039
3034
cat >>confdefs.h <<_ACEOF
15519
15514
    pkg_cv_FUSE_CFLAGS="$FUSE_CFLAGS"
15520
15515
 elif test -n "$PKG_CONFIG"; then
15521
15516
    if test -n "$PKG_CONFIG" && \
15522
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse\""; } >&5
15523
 
  ($PKG_CONFIG --exists --print-errors "fuse") 2>&5
 
15517
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.8.0\""; } >&5
 
15518
  ($PKG_CONFIG --exists --print-errors "fuse >= 2.8.0") 2>&5
15524
15519
  ac_status=$?
15525
15520
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15526
15521
  test $ac_status = 0; }; then
15527
 
  pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags "fuse" 2>/dev/null`
 
15522
  pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.8.0" 2>/dev/null`
15528
15523
else
15529
15524
  pkg_failed=yes
15530
15525
fi
15535
15530
    pkg_cv_FUSE_LIBS="$FUSE_LIBS"
15536
15531
 elif test -n "$PKG_CONFIG"; then
15537
15532
    if test -n "$PKG_CONFIG" && \
15538
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse\""; } >&5
15539
 
  ($PKG_CONFIG --exists --print-errors "fuse") 2>&5
 
15533
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.8.0\""; } >&5
 
15534
  ($PKG_CONFIG --exists --print-errors "fuse >= 2.8.0") 2>&5
15540
15535
  ac_status=$?
15541
15536
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15542
15537
  test $ac_status = 0; }; then
15543
 
  pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs "fuse" 2>/dev/null`
 
15538
  pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs "fuse >= 2.8.0" 2>/dev/null`
15544
15539
else
15545
15540
  pkg_failed=yes
15546
15541
fi
15560
15555
        _pkg_short_errors_supported=no
15561
15556
fi
15562
15557
        if test $_pkg_short_errors_supported = yes; then
15563
 
                FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse" 2>&1`
 
15558
                FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.8.0" 2>&1`
15564
15559
        else
15565
 
                FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse" 2>&1`
 
15560
                FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.8.0" 2>&1`
15566
15561
        fi
15567
15562
        # Put the nasty error message in config.log where it belongs
15568
15563
        echo "$FUSE_PKG_ERRORS" >&5
15569
15564
 
15570
 
        as_fn_error $? "Package requirements (fuse) were not met:
 
15565
        as_fn_error $? "Package requirements (fuse >= 2.8.0) were not met:
15571
15566
 
15572
15567
$FUSE_PKG_ERRORS
15573
15568