~ubuntu-branches/ubuntu/quantal/indicator-session/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Ken VanDine
  • Date: 2012-02-14 18:49:02 UTC
  • mfrom: (1.1.46)
  • Revision ID: package-import@ubuntu.com-20120214184902-uf9zw55ys3x2v7za
Tags: 0.3.91-0ubuntu1

* Backport "Don't lock the session when switching to another one"
  work from Robert Ancell, the screen locking is already done by 
  consolekit and enforcing it there is problematic to i.e use the 
  lightdm greeter as a lock screen (lp: #878836)
* debian/control:
  - recommends python-aptdaemon.pkcompat so packagekit doesn't get installed
* debian/source/format:
  - use v1, v3 doesn't play nicely with vcs backports

[ Ken VanDine ]
* New upstream release. (lp: #903756)
* debian/control
  - added new build depends on libpackagekit-glib2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
644
644
APPLET_LIBS
645
645
APPLET_CFLAGS
646
646
AM_BACKSLASH
647
 
AM_DEFAULT_VERBOSITY
 
647
AM_DEFAULT_V
 
648
AM_V
648
649
OTOOL64
649
650
OTOOL
650
651
LIPO
679
680
am__fastdepCC_FALSE
680
681
am__fastdepCC_TRUE
681
682
CCDEPMODE
 
683
am__nodep
682
684
AMDEPBACKSLASH
683
685
AMDEP_FALSE
684
686
AMDEP_TRUE
717
719
INTLTOOL_KEYS_RULE
718
720
INTLTOOL_DIRECTORY_RULE
719
721
INTLTOOL_DESKTOP_RULE
 
722
intltool__v_merge_options_0
 
723
intltool__v_merge_options_
 
724
INTLTOOL_V_MERGE_OPTIONS
 
725
INTLTOOL__v_MERGE_0
 
726
INTLTOOL__v_MERGE_
 
727
INTLTOOL_V_MERGE
 
728
AM_DEFAULT_VERBOSITY
720
729
INTLTOOL_EXTRACT
721
730
INTLTOOL_MERGE
722
731
INTLTOOL_UPDATE
2756
2765
 
2757
2766
# Define the identity of the package.
2758
2767
 PACKAGE=indicator-session
2759
 
 VERSION=0.3.90
 
2768
 VERSION=0.3.91
2760
2769
 
2761
2770
 
2762
2771
cat >>confdefs.h <<_ACEOF
2786
2795
 
2787
2796
# We need awk for the "check" target.  The system "awk" is bad on
2788
2797
# some platforms.
2789
 
# Always define AMTAR for backward compatibility.
2790
 
 
2791
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
2792
 
 
2793
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
2798
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2799
# in the wild :-(  We should find a proper way to deprecate it ...
 
2800
AMTAR='$${TAR-tar}'
 
2801
 
 
2802
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2794
2803
 
2795
2804
 
2796
2805
 
3120
3129
if test "x$enable_dependency_tracking" != xno; then
3121
3130
  am_depcomp="$ac_aux_dir/depcomp"
3122
3131
  AMDEPBACKSLASH='\'
 
3132
  am__nodep='_no'
3123
3133
fi
3124
3134
 if test "x$enable_dependency_tracking" != xno; then
3125
3135
  AMDEP_TRUE=
3933
3943
  # instance it was reported that on HP-UX the gcc test will end up
3934
3944
  # making a dummy file named `D' -- because `-MD' means `put the output
3935
3945
  # in D'.
 
3946
  rm -rf conftest.dir
3936
3947
  mkdir conftest.dir
3937
3948
  # Copy depcomp to subdir because otherwise we won't find it if we're
3938
3949
  # using a relative directory.
3992
4003
        break
3993
4004
      fi
3994
4005
      ;;
3995
 
    msvisualcpp | msvcmsys)
 
4006
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3996
4007
      # This compiler won't grok `-c -o', but also, the minuso test has
3997
4008
      # not run yet.  These depmodes are late enough in the game, and
3998
4009
      # so weak that their functioning should not be impacted.
4196
4207
    as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
4197
4208
fi
4198
4209
 
4199
 
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4200
 
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4201
 
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4202
 
     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4203
 
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
4204
 
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4205
 
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4206
 
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4207
 
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4208
 
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4209
 
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4210
 
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@'
4211
 
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4212
 
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4213
 
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4214
 
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4215
 
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4216
 
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4217
 
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4210
if test -z "$AM_DEFAULT_VERBOSITY"; then
 
4211
  AM_DEFAULT_VERBOSITY=1
 
4212
fi
 
4213
 
 
4214
 
 
4215
INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
 
4216
INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
 
4217
INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
 
4218
 
 
4219
 
 
4220
 
 
4221
 
 
4222
INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
 
4223
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
 
4224
intltool__v_merge_options_0='-q'
 
4225
 
 
4226
 
 
4227
 
 
4228
 
 
4229
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4230
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4231
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4232
     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4233
      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
 
4234
     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4235
   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4236
    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4237
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4238
       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4239
      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4240
      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
 
4241
      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4242
      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4243
    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4244
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4245
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4246
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
4247
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4218
4248
 
4219
4249
 
4220
4250
 
5202
5232
  # instance it was reported that on HP-UX the gcc test will end up
5203
5233
  # making a dummy file named `D' -- because `-MD' means `put the output
5204
5234
  # in D'.
 
5235
  rm -rf conftest.dir
5205
5236
  mkdir conftest.dir
5206
5237
  # Copy depcomp to subdir because otherwise we won't find it if we're
5207
5238
  # using a relative directory.
5261
5292
        break
5262
5293
      fi
5263
5294
      ;;
5264
 
    msvisualcpp | msvcmsys)
 
5295
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5265
5296
      # This compiler won't grok `-c -o', but also, the minuso test has
5266
5297
      # not run yet.  These depmodes are late enough in the game, and
5267
5298
      # so weak that their functioning should not be impacted.
9480
9511
$RM -r conftest*
9481
9512
 
9482
9513
 
 
9514
## CAVEAT EMPTOR:
 
9515
## There is no encapsulation within the following macros, do not change
 
9516
## the running order or otherwise move them around unless you know exactly
 
9517
## what you are doing...
9483
9518
if test -n "$compiler"; then
9484
9519
 
9485
9520
lt_prog_compiler_no_builtin_flag=
13049
13084
no)  AM_DEFAULT_VERBOSITY=1;;
13050
13085
*)   AM_DEFAULT_VERBOSITY=0;;
13051
13086
esac
 
13087
am_make=${MAKE-make}
 
13088
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
13089
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
13090
if ${am_cv_make_support_nested_variables+:} false; then :
 
13091
  $as_echo_n "(cached) " >&6
 
13092
else
 
13093
  if $as_echo 'TRUE=$(BAR$(V))
 
13094
BAR0=false
 
13095
BAR1=true
 
13096
V=1
 
13097
am__doit:
 
13098
        @$(TRUE)
 
13099
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
13100
  am_cv_make_support_nested_variables=yes
 
13101
else
 
13102
  am_cv_make_support_nested_variables=no
 
13103
fi
 
13104
fi
 
13105
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
13106
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
13107
if test $am_cv_make_support_nested_variables = yes; then
 
13108
    AM_V='$(V)'
 
13109
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
13110
else
 
13111
  AM_V=$AM_DEFAULT_VERBOSITY
 
13112
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
13113
fi
13052
13114
AM_BACKSLASH='\'
13053
13115
 
13054
13116
 
13321
13383
                                       dbus-glib-1
13322
13384
                                       gudev-1.0
13323
13385
                                       gio-unix-2.0
13324
 
                                       indicator3-0.4 >= \$INDICATOR_REQUIRED_VERSION\""; } >&5
 
13386
                                       indicator3-0.4 >= \$INDICATOR_REQUIRED_VERSION
 
13387
                                       packagekit-glib2\""; } >&5
13325
13388
  ($PKG_CONFIG --exists --print-errors "dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
13326
13389
                                       dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
13327
13390
                                       dbus-glib-1
13328
13391
                                       gudev-1.0
13329
13392
                                       gio-unix-2.0
13330
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION") 2>&5
 
13393
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13394
                                       packagekit-glib2") 2>&5
13331
13395
  ac_status=$?
13332
13396
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13333
13397
  test $ac_status = 0; }; then
13336
13400
                                       dbus-glib-1
13337
13401
                                       gudev-1.0
13338
13402
                                       gio-unix-2.0
13339
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>/dev/null`
 
13403
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13404
                                       packagekit-glib2" 2>/dev/null`
13340
13405
                      test "x$?" != "x0" && pkg_failed=yes
13341
13406
else
13342
13407
  pkg_failed=yes
13353
13418
                                       dbus-glib-1
13354
13419
                                       gudev-1.0
13355
13420
                                       gio-unix-2.0
13356
 
                                       indicator3-0.4 >= \$INDICATOR_REQUIRED_VERSION\""; } >&5
 
13421
                                       indicator3-0.4 >= \$INDICATOR_REQUIRED_VERSION
 
13422
                                       packagekit-glib2\""; } >&5
13357
13423
  ($PKG_CONFIG --exists --print-errors "dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
13358
13424
                                       dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
13359
13425
                                       dbus-glib-1
13360
13426
                                       gudev-1.0
13361
13427
                                       gio-unix-2.0
13362
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION") 2>&5
 
13428
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13429
                                       packagekit-glib2") 2>&5
13363
13430
  ac_status=$?
13364
13431
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13365
13432
  test $ac_status = 0; }; then
13368
13435
                                       dbus-glib-1
13369
13436
                                       gudev-1.0
13370
13437
                                       gio-unix-2.0
13371
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>/dev/null`
 
13438
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13439
                                       packagekit-glib2" 2>/dev/null`
13372
13440
                      test "x$?" != "x0" && pkg_failed=yes
13373
13441
else
13374
13442
  pkg_failed=yes
13394
13462
                                       dbus-glib-1
13395
13463
                                       gudev-1.0
13396
13464
                                       gio-unix-2.0
13397
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>&1`
 
13465
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13466
                                       packagekit-glib2" 2>&1`
13398
13467
        else
13399
13468
                SESSIONSERVICE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
13400
13469
                                       dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
13401
13470
                                       dbus-glib-1
13402
13471
                                       gudev-1.0
13403
13472
                                       gio-unix-2.0
13404
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>&1`
 
13473
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13474
                                       packagekit-glib2" 2>&1`
13405
13475
        fi
13406
13476
        # Put the nasty error message in config.log where it belongs
13407
13477
        echo "$SESSIONSERVICE_PKG_ERRORS" >&5
13411
13481
                                       dbus-glib-1
13412
13482
                                       gudev-1.0
13413
13483
                                       gio-unix-2.0
13414
 
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION) were not met:
 
13484
                                       indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13485
                                       packagekit-glib2) were not met:
13415
13486
 
13416
13487
$SESSIONSERVICE_PKG_ERRORS
13417
13488
 
13459
13530
                                       gudev-1.0
13460
13531
                                       dbus-glib-1
13461
13532
                                       gio-unix-2.0
13462
 
                                       indicator-0.4 >= \$INDICATOR_REQUIRED_VERSION\""; } >&5
 
13533
                                       indicator-0.4 >= \$INDICATOR_REQUIRED_VERSION
 
13534
                                       packagekit-glib2\""; } >&5
13463
13535
  ($PKG_CONFIG --exists --print-errors "dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
13464
13536
                                       dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
13465
13537
                                       gudev-1.0
13466
13538
                                       dbus-glib-1
13467
13539
                                       gio-unix-2.0
13468
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION") 2>&5
 
13540
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13541
                                       packagekit-glib2") 2>&5
13469
13542
  ac_status=$?
13470
13543
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13471
13544
  test $ac_status = 0; }; then
13474
13547
                                       gudev-1.0
13475
13548
                                       dbus-glib-1
13476
13549
                                       gio-unix-2.0
13477
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>/dev/null`
 
13550
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13551
                                       packagekit-glib2" 2>/dev/null`
13478
13552
                      test "x$?" != "x0" && pkg_failed=yes
13479
13553
else
13480
13554
  pkg_failed=yes
13491
13565
                                       gudev-1.0
13492
13566
                                       dbus-glib-1
13493
13567
                                       gio-unix-2.0
13494
 
                                       indicator-0.4 >= \$INDICATOR_REQUIRED_VERSION\""; } >&5
 
13568
                                       indicator-0.4 >= \$INDICATOR_REQUIRED_VERSION
 
13569
                                       packagekit-glib2\""; } >&5
13495
13570
  ($PKG_CONFIG --exists --print-errors "dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
13496
13571
                                       dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
13497
13572
                                       gudev-1.0
13498
13573
                                       dbus-glib-1
13499
13574
                                       gio-unix-2.0
13500
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION") 2>&5
 
13575
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13576
                                       packagekit-glib2") 2>&5
13501
13577
  ac_status=$?
13502
13578
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13503
13579
  test $ac_status = 0; }; then
13506
13582
                                       gudev-1.0
13507
13583
                                       dbus-glib-1
13508
13584
                                       gio-unix-2.0
13509
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>/dev/null`
 
13585
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13586
                                       packagekit-glib2" 2>/dev/null`
13510
13587
                      test "x$?" != "x0" && pkg_failed=yes
13511
13588
else
13512
13589
  pkg_failed=yes
13532
13609
                                       gudev-1.0
13533
13610
                                       dbus-glib-1
13534
13611
                                       gio-unix-2.0
13535
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>&1`
 
13612
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13613
                                       packagekit-glib2" 2>&1`
13536
13614
        else
13537
13615
                SESSIONSERVICE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
13538
13616
                                       dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
13539
13617
                                       gudev-1.0
13540
13618
                                       dbus-glib-1
13541
13619
                                       gio-unix-2.0
13542
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION" 2>&1`
 
13620
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13621
                                       packagekit-glib2" 2>&1`
13543
13622
        fi
13544
13623
        # Put the nasty error message in config.log where it belongs
13545
13624
        echo "$SESSIONSERVICE_PKG_ERRORS" >&5
13549
13628
                                       gudev-1.0
13550
13629
                                       dbus-glib-1
13551
13630
                                       gio-unix-2.0
13552
 
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION) were not met:
 
13631
                                       indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 
13632
                                       packagekit-glib2) were not met:
13553
13633
 
13554
13634
$SESSIONSERVICE_PKG_ERRORS
13555
13635