~ubuntu-branches/ubuntu/jaunty/gvfs/jaunty-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-13 21:04:33 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090413210433-73a32hx0aipfy5qr
Tags: 1.2.2-0ubuntu1
* New upstream version:
  - ftp: Fix error handling in some cases
  - proxy monitor: Fix warning spew
* debian/patches/91_svn_change_ssh_use_gnome_keyring.patch:
  - svn change to get the ssh backend to use gnome-keyring (lp: #345496)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2582
2582
 
2583
2583
# Define the identity of the package.
2584
2584
 PACKAGE=gvfs
2585
 
 VERSION=1.2.1
 
2585
 VERSION=1.2.2
2586
2586
 
2587
2587
 
2588
2588
cat >>confdefs.h <<_ACEOF
23072
23072
 
23073
23073
 
23074
23074
 
23075
 
 
23076
 
 
23077
 
 
23078
 
 
23079
 
 
23080
 
 
23081
 
 
23082
 
 
23083
 
 
23084
 
 
23085
 
 
23086
 
 
23087
 
 
23088
 
 
23089
 
 
23090
 
 
23091
 
 
23092
 
 
23093
 
 
23094
 
 
23095
 
 
23096
 
 
23097
 
 
23098
 
 
23099
 
 
23100
 
 
23101
 
 
23102
 
 
23103
 
 
23104
 
 
23105
 
 
23106
 
 
23107
 
 
23108
 
 
23109
 
 
23110
 
 
23111
 
 
23112
 
 
23113
 
 
23114
 
 
23115
 
 
23116
 
 
23117
 
 
23118
 
 
23119
 
 
23120
 
 
23121
 
 
23122
 
 
23123
 
 
23124
 
 
23125
 
 
23126
 
 
23127
 
 
23128
 
 
23129
 
 
23130
 
 
23131
 
 
23132
 
 
23133
 
 
23134
 
 
23135
 
 
23136
 
 
23137
 
 
23138
 
 
23139
 
 
23140
 
 
23141
 
 
23142
 
 
23143
 
 
23144
 
 
23145
 
 
23146
 
 
23147
 
 
23148
 
 
23149
 
 
23150
 
 
23151
23075
# Check the gettext tools to make sure they are GNU
23152
23076
# Extract the first word of "xgettext", so it can be a program name with args.
23153
23077
set dummy xgettext; ac_word=$2
23365
23289
 
23366
23290
 
23367
23291
if test -z "$INTLTOOL_PERL"; then
23368
 
   { { $as_echo "$as_me:$LINENO: error: perl not found" >&5
23369
 
$as_echo "$as_me: error: perl not found" >&2;}
 
23292
   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
23293
$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
23370
23294
   { (exit 1); exit 1; }; }
23371
23295
fi
23372
 
{ $as_echo "$as_me:$LINENO: checking for perl >= 5.8.1" >&5
23373
 
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
23374
 
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
23375
 
if test $? -ne 0; then
23376
 
   { { $as_echo "$as_me:$LINENO: error: perl 5.8.1 is required for intltool" >&5
23377
 
$as_echo "$as_me: error: perl 5.8.1 is required for intltool" >&2;}
 
23296
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
23297
   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
23298
$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
23378
23299
   { (exit 1); exit 1; }; }
23379
 
else
23380
 
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
23381
 
   { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5
23382
 
$as_echo "$IT_PERL_VERSION" >&6; }
23383
23300
fi
23384
23301
if test "x" != "xno-xml"; then
23385
23302
   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
30013
29930
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
30014
29931
      esac ;;
30015
29932
    "po/stamp-it":C)
30016
 
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
 
29933
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
30017
29934
       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
30018
29935
$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
30019
29936
   { (exit 1); exit 1; }; }