~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Sebastien Bacher, Jeremy Bicha
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.13.10 upstream) (2.2.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110530110449-hinl17kxkcefjw6x
Tags: 1:3.0.2-0ubuntu1
[ Sebastien Bacher ]
* New upstream version
* debian/control.in:
  - the new libgweather version is in oneiric, use it
  - drop the python and python-gconf depends, 
    they were added for gnome-panel-add which is still using gconf and buggy
* debian/gnome-panel-data.install:
  - don't install the apport hook, it's only getting gconf datas which 
    doesn't work since gnome-panel uses gsettings
* debian/patches/90_build_fixes.patch:
  - restore build fix from git not applied in the new serie
* debian/patches/01_panel_submenus.patch:
  - don't take that Debian diff, the .menus use the upstream naming in Ubuntu
* debian/patches/06_no_resize_grip.patch:
  - dropped, the issue is fixed in the new version
* debian/patches/50_fix-potfiles.patch:
  - dropped, the issue is fixed in the new version
* debian/watch:
  - track unstable series as well

Drop those delta, since gnome-panel is not the default Ubuntu session now we
can go back to an experience closer to the upstream one: 
* debian/control.in:
  - drop the indicators recommends, unity-2d is the ubuntu fallback session
    so we can get back to use an upstream config for gnome-panel and reduce
    the delta we carry
* debian/patches/04_default_panel_config.patch:
  - don't modify the upstream layout
* debian/patches/05_no_session_delay.patch:
  - no need to tweak the upstream session to optimize it
* debian/patches/16_compiz_workspace_switcher.patch:
  - go back to the upstream switcher behaviour    
* debian/patches/25_dynamic_fusa_detection.patch:
  - not needed since we use the upstream layout, could be ported if someone
    is wanting to do the work though
* debian/patches/30_disable-initial-animation.patch, debian/rules:
  - drop the --disable-initial-animation, that was some login optimization
    but since it's not the default desktop you should go back to the 
    upstream behaviour

[ Jeremy Bicha ]   
* New upstream version
* Merge from Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Recommends gnome-settings-daemon which has the timezone polkit service
* debian/rules:
  - Update translations template.
* debian/gnome-panel-data.install:
  - Install apport hook
  - Install the "About Ubuntu" menu item.
* debian/patches/01_layout.patch:
  - Disabled, Help & About Ubuntu don't fit as well in Gnome Panel 3
* debian/patches/01_panel_submenus.patch.
  - Dropped
* debian/patches/03_dnd_places_link.patch:
  - Disabled, when using Drag'n'Drop from Places menu, install a link launcher
    (.desktop file) instead of copying the entire directory.
* debian/patches/17_about-ubuntu-translation.patch:
  - List ubuntu-about.desktop for translation.
* debian/patches/40_unset_menuproxy.patch:
  - Make sure gnome-panel and the applets don't pick up menu proxies.
* debian/patches/50_fix-potfiles.patch
  - Fix i18n
* debian/patches/85_disable_shutdown_on_ltsp.patch:
  - Suppress the shutdown option in the panel if LTSP_CLIENT is set.
* debian/patches/71_change_bookmark_submenu_limit_value.patch
  - Dropped, picked up by Debian
* debian/patches/18_lockdown_lock_editor.patch:
* debian/patches/90_git_wnck_show_realize.patch:
* debian/patches/90_fix_linking_DSO_link.patch:
* debian/patches/91_gir_annotations.patch
* debian/patches/92_git_calendar_day.patch
* debian/patches/92_git_fix_applets_in_multiscreen.patch:
  - Dropped, applied upstream
* debian/watch:
  - watch unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.67 for gnome-panel 2.32.1.
 
3
# Generated by GNU Autoconf 2.65 for gnome-panel 3.0.2.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel>.
6
6
#
7
7
#
8
8
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10
 
# Foundation, Inc.
 
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
10
# Inc.
11
11
#
12
12
#
13
13
# This configure script is free software; the Free Software Foundation
320
320
      test -d "$as_dir" && break
321
321
    done
322
322
    test -z "$as_dirs" || eval "mkdir $as_dirs"
323
 
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
323
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
324
324
 
325
325
 
326
326
} # as_fn_mkdir_p
360
360
fi # as_fn_arith
361
361
 
362
362
 
363
 
# as_fn_error STATUS ERROR [LINENO LOG_FD]
364
 
# ----------------------------------------
 
363
# as_fn_error ERROR [LINENO LOG_FD]
 
364
# ---------------------------------
365
365
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366
366
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
367
 
# script with STATUS, using 1 if that was 0.
 
367
# script with status $?, using 1 if that was 0.
368
368
as_fn_error ()
369
369
{
370
 
  as_status=$1; test $as_status -eq 0 && as_status=1
371
 
  if test "$4"; then
372
 
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
373
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
370
  as_status=$?; test $as_status -eq 0 && as_status=1
 
371
  if test "$3"; then
 
372
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
373
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374
374
  fi
375
 
  $as_echo "$as_me: error: $2" >&2
 
375
  $as_echo "$as_me: error: $1" >&2
376
376
  as_fn_exit $as_status
377
377
} # as_fn_error
378
378
 
683
683
exec 6>&1
684
684
 
685
685
# Name of the host.
686
 
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 
686
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
687
687
# so uname gets run too.
688
688
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
689
689
 
702
702
# Identity of this package.
703
703
PACKAGE_NAME='gnome-panel'
704
704
PACKAGE_TARNAME='gnome-panel'
705
 
PACKAGE_VERSION='2.32.1'
706
 
PACKAGE_STRING='gnome-panel 2.32.1'
 
705
PACKAGE_VERSION='3.0.2'
 
706
PACKAGE_STRING='gnome-panel 3.0.2'
707
707
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel'
708
708
PACKAGE_URL=''
709
709
 
787
787
CATALOGS
788
788
MSGFMT_OPTS
789
789
GETTEXT_PACKAGE
790
 
BONOBO_ACT_IDLDIR
791
 
BONOBO_IDLDIR
792
 
ORBIT_IDL
793
 
HAVE_BONOBO_FALSE
794
 
HAVE_BONOBO_TRUE
795
 
GIO_QUERYMODULES
796
 
LIBPANEL_APPLET_BONOBO_LIBS
797
 
LIBPANEL_APPLET_BONOBO_CFLAGS
798
 
PANEL_MODULE_BONOBO_LIBS
799
 
PANEL_MODULE_BONOBO_CFLAGS
800
 
BONOBO_LIBS
801
 
BONOBO_CFLAGS
802
 
LIB_PANEL_APPLET_BONOBO_LT_VERSION
 
790
appletsdir_pkgconfig
803
791
appletsdir
804
792
modulesdir
805
793
XRANDR_LIBS
834
822
FISH_CFLAGS
835
823
LIBPANEL_APPLET_LIBS
836
824
LIBPANEL_APPLET_CFLAGS
 
825
TELEPATHY_GLIB_LIBS
 
826
TELEPATHY_GLIB_CFLAGS
837
827
PANEL_LIBS
838
828
PANEL_CFLAGS
839
829
EGG_SMCLIENT_LIBS
840
830
EGG_SMCLIENT_CFLAGS
841
831
DISABLE_DEPRECATED_CFLAGS
842
832
PANEL_INTLTOOL_PANEL_APPLET_RULE
 
833
GSETTINGS_RULES
 
834
GLIB_COMPILE_SCHEMAS
 
835
gsettingsschemadir
 
836
GSETTINGS_DISABLE_SCHEMAS_COMPILE
843
837
HAVE_INTROSPECTION_FALSE
844
838
HAVE_INTROSPECTION_TRUE
845
839
INTROSPECTION_MAKEFILE
946
940
MAINTAINER_MODE_FALSE
947
941
MAINTAINER_MODE_TRUE
948
942
LIB_PANEL_APPLET_LT_VERSION
 
943
LIBPANEL_APPLET_API_VERSION
949
944
ACLOCAL_AMFLAGS
950
945
AM_BACKSLASH
951
946
AM_DEFAULT_VERBOSITY
1026
1021
enable_compile_warnings
1027
1022
enable_iso_c
1028
1023
enable_introspection
 
1024
enable_schemas_compile
1029
1025
enable_deprecation_flags
 
1026
enable_telepathy_glib
1030
1027
enable_eds
1031
1028
enable_network_manager
1032
1029
with_in_process_applets
1033
1030
with_x
1034
 
enable_bonobo
1035
1031
with_html_dir
1036
1032
enable_gtk_doc
1037
1033
enable_gtk_doc_html
1061
1057
EGG_SMCLIENT_LIBS
1062
1058
PANEL_CFLAGS
1063
1059
PANEL_LIBS
 
1060
TELEPATHY_GLIB_CFLAGS
 
1061
TELEPATHY_GLIB_LIBS
1064
1062
LIBPANEL_APPLET_CFLAGS
1065
1063
LIBPANEL_APPLET_LIBS
1066
1064
FISH_CFLAGS
1079
1077
X_LIBS
1080
1078
XMKMF
1081
1079
XRANDR_CFLAGS
1082
 
XRANDR_LIBS
1083
 
BONOBO_CFLAGS
1084
 
BONOBO_LIBS
1085
 
PANEL_MODULE_BONOBO_CFLAGS
1086
 
PANEL_MODULE_BONOBO_LIBS
1087
 
LIBPANEL_APPLET_BONOBO_CFLAGS
1088
 
LIBPANEL_APPLET_BONOBO_LIBS'
 
1080
XRANDR_LIBS'
1089
1081
 
1090
1082
 
1091
1083
# Initialize some variables set by options.
1148
1140
  fi
1149
1141
 
1150
1142
  case $ac_option in
1151
 
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1152
 
  *=)   ac_optarg= ;;
1153
 
  *)    ac_optarg=yes ;;
 
1143
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
1144
  *)    ac_optarg=yes ;;
1154
1145
  esac
1155
1146
 
1156
1147
  # Accept the important Cygnus configure options, so we can diagnose typos.
1195
1186
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1196
1187
    # Reject names that are not valid shell variable names.
1197
1188
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1198
 
      as_fn_error $? "invalid feature name: $ac_useropt"
 
1189
      as_fn_error "invalid feature name: $ac_useropt"
1199
1190
    ac_useropt_orig=$ac_useropt
1200
1191
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201
1192
    case $ac_user_opts in
1221
1212
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1222
1213
    # Reject names that are not valid shell variable names.
1223
1214
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224
 
      as_fn_error $? "invalid feature name: $ac_useropt"
 
1215
      as_fn_error "invalid feature name: $ac_useropt"
1225
1216
    ac_useropt_orig=$ac_useropt
1226
1217
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1227
1218
    case $ac_user_opts in
1425
1416
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1426
1417
    # Reject names that are not valid shell variable names.
1427
1418
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1428
 
      as_fn_error $? "invalid package name: $ac_useropt"
 
1419
      as_fn_error "invalid package name: $ac_useropt"
1429
1420
    ac_useropt_orig=$ac_useropt
1430
1421
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1431
1422
    case $ac_user_opts in
1441
1432
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1442
1433
    # Reject names that are not valid shell variable names.
1443
1434
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1444
 
      as_fn_error $? "invalid package name: $ac_useropt"
 
1435
      as_fn_error "invalid package name: $ac_useropt"
1445
1436
    ac_useropt_orig=$ac_useropt
1446
1437
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1447
1438
    case $ac_user_opts in
1471
1462
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1472
1463
    x_libraries=$ac_optarg ;;
1473
1464
 
1474
 
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1475
 
Try \`$0 --help' for more information"
 
1465
  -*) as_fn_error "unrecognized option: \`$ac_option'
 
1466
Try \`$0 --help' for more information."
1476
1467
    ;;
1477
1468
 
1478
1469
  *=*)
1480
1471
    # Reject names that are not valid shell variable names.
1481
1472
    case $ac_envvar in #(
1482
1473
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1483
 
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
 
1474
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1484
1475
    esac
1485
1476
    eval $ac_envvar=\$ac_optarg
1486
1477
    export $ac_envvar ;;
1498
1489
 
1499
1490
if test -n "$ac_prev"; then
1500
1491
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1501
 
  as_fn_error $? "missing argument to $ac_option"
 
1492
  as_fn_error "missing argument to $ac_option"
1502
1493
fi
1503
1494
 
1504
1495
if test -n "$ac_unrecognized_opts"; then
1505
1496
  case $enable_option_checking in
1506
1497
    no) ;;
1507
 
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
 
1498
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1508
1499
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1509
1500
  esac
1510
1501
fi
1527
1518
    [\\/$]* | ?:[\\/]* )  continue;;
1528
1519
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1529
1520
  esac
1530
 
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 
1521
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1531
1522
done
1532
1523
 
1533
1524
# There might be people who depend on the old broken behavior: `$host'
1541
1532
if test "x$host_alias" != x; then
1542
1533
  if test "x$build_alias" = x; then
1543
1534
    cross_compiling=maybe
1544
 
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1545
 
    If a cross compiler is detected then cross compile mode will be used" >&2
 
1535
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
1536
    If a cross compiler is detected then cross compile mode will be used." >&2
1546
1537
  elif test "x$build_alias" != "x$host_alias"; then
1547
1538
    cross_compiling=yes
1548
1539
  fi
1557
1548
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1558
1549
ac_ls_di=`ls -di .` &&
1559
1550
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1560
 
  as_fn_error $? "working directory cannot be determined"
 
1551
  as_fn_error "working directory cannot be determined"
1561
1552
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1562
 
  as_fn_error $? "pwd does not report name of working directory"
 
1553
  as_fn_error "pwd does not report name of working directory"
1563
1554
 
1564
1555
 
1565
1556
# Find the source files, if location was not specified.
1598
1589
fi
1599
1590
if test ! -r "$srcdir/$ac_unique_file"; then
1600
1591
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1601
 
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 
1592
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1602
1593
fi
1603
1594
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1604
1595
ac_abs_confdir=`(
1605
 
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
 
1596
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1606
1597
        pwd)`
1607
1598
# When building in place, set srcdir=.
1608
1599
if test "$ac_abs_confdir" = "$ac_pwd"; then
1628
1619
  # Omit some internal or obsolete options to make the list less imposing.
1629
1620
  # This message is too long to be a string in the A/UX 3.1 sh.
1630
1621
  cat <<_ACEOF
1631
 
\`configure' configures gnome-panel 2.32.1 to adapt to many kinds of systems.
 
1622
\`configure' configures gnome-panel 3.0.2 to adapt to many kinds of systems.
1632
1623
 
1633
1624
Usage: $0 [OPTION]... [VAR=VALUE]...
1634
1625
 
1642
1633
      --help=short        display options specific to this package
1643
1634
      --help=recursive    display the short help of all the included packages
1644
1635
  -V, --version           display version information and exit
1645
 
  -q, --quiet, --silent   do not print \`checking ...' messages
 
1636
  -q, --quiet, --silent   do not print \`checking...' messages
1646
1637
      --cache-file=FILE   cache test results in FILE [disabled]
1647
1638
  -C, --config-cache      alias for \`--cache-file=config.cache'
1648
1639
  -n, --no-create         do not create output files
1702
1693
 
1703
1694
if test -n "$ac_init_help"; then
1704
1695
  case $ac_init_help in
1705
 
     short | recursive ) echo "Configuration of gnome-panel 2.32.1:";;
 
1696
     short | recursive ) echo "Configuration of gnome-panel 3.0.2:";;
1706
1697
   esac
1707
1698
  cat <<\_ACEOF
1708
1699
 
1727
1718
  --enable-iso-c          Try to warn if code is not ISO C
1728
1719
  --enable-introspection=[no/auto/yes]
1729
1720
                          Enable introspection for this build
 
1721
  --disable-schemas-compile
 
1722
                          Disable regeneration of gschemas.compiled on install
1730
1723
  --enable-deprecation-flags
1731
1724
                          use *_DISABLE_DEPRECATED flags [default=no]
 
1725
  --enable-telepathy-glib Enable telepathy-glib support (auto)
1732
1726
  --enable-eds            Enable evolution-data-server dependencies
1733
1727
                          [default=auto]
1734
1728
  --enable-network-manager
1735
1729
                          Enable NetworkManager support (auto)
1736
 
  --enable-bonobo         Enable Bonobo compatibility modules (auto)
1737
1730
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
1738
1731
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
1739
1732
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
1784
1777
  PANEL_CFLAGS
1785
1778
              C compiler flags for PANEL, overriding pkg-config
1786
1779
  PANEL_LIBS  linker flags for PANEL, overriding pkg-config
 
1780
  TELEPATHY_GLIB_CFLAGS
 
1781
              C compiler flags for TELEPATHY_GLIB, overriding pkg-config
 
1782
  TELEPATHY_GLIB_LIBS
 
1783
              linker flags for TELEPATHY_GLIB, overriding pkg-config
1787
1784
  LIBPANEL_APPLET_CFLAGS
1788
1785
              C compiler flags for LIBPANEL_APPLET, overriding pkg-config
1789
1786
  LIBPANEL_APPLET_LIBS
1813
1810
  XRANDR_CFLAGS
1814
1811
              C compiler flags for XRANDR, overriding pkg-config
1815
1812
  XRANDR_LIBS linker flags for XRANDR, overriding pkg-config
1816
 
  BONOBO_CFLAGS
1817
 
              C compiler flags for BONOBO, overriding pkg-config
1818
 
  BONOBO_LIBS linker flags for BONOBO, overriding pkg-config
1819
 
  PANEL_MODULE_BONOBO_CFLAGS
1820
 
              C compiler flags for PANEL_MODULE_BONOBO, overriding pkg-config
1821
 
  PANEL_MODULE_BONOBO_LIBS
1822
 
              linker flags for PANEL_MODULE_BONOBO, overriding pkg-config
1823
 
  LIBPANEL_APPLET_BONOBO_CFLAGS
1824
 
              C compiler flags for LIBPANEL_APPLET_BONOBO, overriding
1825
 
              pkg-config
1826
 
  LIBPANEL_APPLET_BONOBO_LIBS
1827
 
              linker flags for LIBPANEL_APPLET_BONOBO, overriding pkg-config
1828
1813
 
1829
1814
Use these variables to override the choices made by `configure' or to help
1830
1815
it to find libraries and programs with nonstandard names/locations.
1892
1877
test -n "$ac_init_help" && exit $ac_status
1893
1878
if $ac_init_version; then
1894
1879
  cat <<\_ACEOF
1895
 
gnome-panel configure 2.32.1
1896
 
generated by GNU Autoconf 2.67
 
1880
gnome-panel configure 3.0.2
 
1881
generated by GNU Autoconf 2.65
1897
1882
 
1898
 
Copyright (C) 2010 Free Software Foundation, Inc.
 
1883
Copyright (C) 2009 Free Software Foundation, Inc.
1899
1884
This configure script is free software; the Free Software Foundation
1900
1885
gives unlimited permission to copy, distribute and modify it.
1901
1886
_ACEOF
1998
1983
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999
1984
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2000
1985
$as_echo_n "checking for $2... " >&6; }
2001
 
if eval "test \"\${$3+set}\"" = set; then :
 
1986
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2002
1987
  $as_echo_n "(cached) " >&6
2003
1988
else
2004
1989
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078
2063
    mv -f conftest.er1 conftest.err
2079
2064
  fi
2080
2065
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2081
 
  test $ac_status = 0; } > conftest.i && {
 
2066
  test $ac_status = 0; } >/dev/null && {
2082
2067
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2083
2068
         test ! -s conftest.err
2084
2069
       }; then :
2145
2130
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2146
2131
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2147
2132
$as_echo_n "checking for $2... " >&6; }
2148
 
if eval "test \"\${$3+set}\"" = set; then :
 
2133
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2149
2134
  $as_echo_n "(cached) " >&6
2150
2135
else
2151
2136
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2175
2160
ac_fn_c_check_header_mongrel ()
2176
2161
{
2177
2162
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2178
 
  if eval "test \"\${$3+set}\"" = set; then :
 
2163
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2179
2164
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2180
2165
$as_echo_n "checking for $2... " >&6; }
2181
 
if eval "test \"\${$3+set}\"" = set; then :
 
2166
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2182
2167
  $as_echo_n "(cached) " >&6
2183
2168
fi
2184
2169
eval ac_res=\$$3
2214
2199
else
2215
2200
  ac_header_preproc=no
2216
2201
fi
2217
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
2202
rm -f conftest.err conftest.$ac_ext
2218
2203
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2219
2204
$as_echo "$ac_header_preproc" >&6; }
2220
2205
 
2237
2222
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2238
2223
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2239
2224
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2240
 
( $as_echo "## -------------------------------------------------------------------------- ##
 
2225
( cat <<\_ASBOX
 
2226
## -------------------------------------------------------------------------- ##
2241
2227
## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel ##
2242
 
## -------------------------------------------------------------------------- ##"[]
 
2228
## -------------------------------------------------------------------------- ##
 
2229
_ASBOX
2243
2230
     ) | sed "s/^/$as_me: WARNING:     /" >&2
2244
2231
    ;;
2245
2232
esac
2246
2233
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2247
2234
$as_echo_n "checking for $2... " >&6; }
2248
 
if eval "test \"\${$3+set}\"" = set; then :
 
2235
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2249
2236
  $as_echo_n "(cached) " >&6
2250
2237
else
2251
2238
  eval "$3=\$ac_header_compiler"
2261
2248
This file contains any messages produced by compilers while
2262
2249
running configure, to aid debugging if configure makes a mistake.
2263
2250
 
2264
 
It was created by gnome-panel $as_me 2.32.1, which was
2265
 
generated by GNU Autoconf 2.67.  Invocation command line was
 
2251
It was created by gnome-panel $as_me 3.0.2, which was
 
2252
generated by GNU Autoconf 2.65.  Invocation command line was
2266
2253
 
2267
2254
  $ $0 $@
2268
2255
 
2372
2359
  {
2373
2360
    echo
2374
2361
 
2375
 
    $as_echo "## ---------------- ##
 
2362
    cat <<\_ASBOX
 
2363
## ---------------- ##
2376
2364
## Cache variables. ##
2377
 
## ---------------- ##"[]
 
2365
## ---------------- ##
 
2366
_ASBOX
2378
2367
    echo
2379
2368
    # The following way of writing the cache mishandles newlines in values,
2380
2369
(
2408
2397
)
2409
2398
    echo
2410
2399
 
2411
 
    $as_echo "## ----------------- ##
 
2400
    cat <<\_ASBOX
 
2401
## ----------------- ##
2412
2402
## Output variables. ##
2413
 
## ----------------- ##"[]
 
2403
## ----------------- ##
 
2404
_ASBOX
2414
2405
    echo
2415
2406
    for ac_var in $ac_subst_vars
2416
2407
    do
2423
2414
    echo
2424
2415
 
2425
2416
    if test -n "$ac_subst_files"; then
2426
 
      $as_echo "## ------------------- ##
 
2417
      cat <<\_ASBOX
 
2418
## ------------------- ##
2427
2419
## File substitutions. ##
2428
 
## ------------------- ##"[]
 
2420
## ------------------- ##
 
2421
_ASBOX
2429
2422
      echo
2430
2423
      for ac_var in $ac_subst_files
2431
2424
      do
2439
2432
    fi
2440
2433
 
2441
2434
    if test -s confdefs.h; then
2442
 
      $as_echo "## ----------- ##
 
2435
      cat <<\_ASBOX
 
2436
## ----------- ##
2443
2437
## confdefs.h. ##
2444
 
## ----------- ##"[]
 
2438
## ----------- ##
 
2439
_ASBOX
2445
2440
      echo
2446
2441
      cat confdefs.h
2447
2442
      echo
2496
2491
ac_site_file1=NONE
2497
2492
ac_site_file2=NONE
2498
2493
if test -n "$CONFIG_SITE"; then
2499
 
  # We do not want a PATH search for config.site.
2500
 
  case $CONFIG_SITE in #((
2501
 
    -*)  ac_site_file1=./$CONFIG_SITE;;
2502
 
    */*) ac_site_file1=$CONFIG_SITE;;
2503
 
    *)   ac_site_file1=./$CONFIG_SITE;;
2504
 
  esac
 
2494
  ac_site_file1=$CONFIG_SITE
2505
2495
elif test "x$prefix" != xNONE; then
2506
2496
  ac_site_file1=$prefix/share/config.site
2507
2497
  ac_site_file2=$prefix/etc/config.site
2516
2506
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2517
2507
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2518
2508
    sed 's/^/| /' "$ac_site_file" >&5
2519
 
    . "$ac_site_file" \
2520
 
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2521
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2522
 
as_fn_error $? "failed to load site script $ac_site_file
2523
 
See \`config.log' for more details" "$LINENO" 5; }
 
2509
    . "$ac_site_file"
2524
2510
  fi
2525
2511
done
2526
2512
 
2596
2582
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2597
2583
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2598
2584
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2599
 
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
2585
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2600
2586
fi
2601
2587
## -------------------- ##
2602
2588
## Main body of script. ##
2615
2601
 
2616
2602
ac_aux_dir=
2617
2603
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2618
 
  if test -f "$ac_dir/install-sh"; then
2619
 
    ac_aux_dir=$ac_dir
2620
 
    ac_install_sh="$ac_aux_dir/install-sh -c"
2621
 
    break
2622
 
  elif test -f "$ac_dir/install.sh"; then
2623
 
    ac_aux_dir=$ac_dir
2624
 
    ac_install_sh="$ac_aux_dir/install.sh -c"
2625
 
    break
2626
 
  elif test -f "$ac_dir/shtool"; then
2627
 
    ac_aux_dir=$ac_dir
2628
 
    ac_install_sh="$ac_aux_dir/shtool install -c"
2629
 
    break
2630
 
  fi
 
2604
  for ac_t in install-sh install.sh shtool; do
 
2605
    if test -f "$ac_dir/$ac_t"; then
 
2606
      ac_aux_dir=$ac_dir
 
2607
      ac_install_sh="$ac_aux_dir/$ac_t -c"
 
2608
      break 2
 
2609
    fi
 
2610
  done
2631
2611
done
2632
2612
if test -z "$ac_aux_dir"; then
2633
 
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
2613
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2634
2614
fi
2635
2615
 
2636
2616
# These three variables are undocumented and unsupported,
2746
2726
'
2747
2727
case `pwd` in
2748
2728
  *[\\\"\#\$\&\'\`$am_lf]*)
2749
 
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
 
2729
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2750
2730
esac
2751
2731
case $srcdir in
2752
2732
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2753
 
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2733
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2754
2734
esac
2755
2735
 
2756
2736
# Do `set' in a subshell so we don't clobber the current shell's
2772
2752
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2773
2753
      # broken ls alias from the environment.  This has actually
2774
2754
      # happened.  Such a system could not be considered "sane".
2775
 
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
2755
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2776
2756
alias in your environment" "$LINENO" 5
2777
2757
   fi
2778
2758
 
2782
2762
   # Ok.
2783
2763
   :
2784
2764
else
2785
 
   as_fn_error $? "newly created file is older than distributed files!
 
2765
   as_fn_error "newly created file is older than distributed files!
2786
2766
Check your system clock" "$LINENO" 5
2787
2767
fi
2788
2768
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3020
3000
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3021
3001
set x ${MAKE-make}
3022
3002
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3023
 
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
 
3003
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3024
3004
  $as_echo_n "(cached) " >&6
3025
3005
else
3026
3006
  cat >conftest.make <<\_ACEOF
3028
3008
all:
3029
3009
        @echo '@@@%%%=$(MAKE)=@@@%%%'
3030
3010
_ACEOF
3031
 
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 
3011
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3032
3012
case `${MAKE-make} -f conftest.make 2>/dev/null` in
3033
3013
  *@@@%%%=?*=@@@%%%*)
3034
3014
    eval ac_cv_prog_make_${ac_make}_set=yes;;
3062
3042
  am__isrc=' -I$(srcdir)'
3063
3043
  # test to see if srcdir already configured
3064
3044
  if test -f $srcdir/config.status; then
3065
 
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
3045
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3066
3046
  fi
3067
3047
fi
3068
3048
 
3078
3058
 
3079
3059
# Define the identity of the package.
3080
3060
 PACKAGE='gnome-panel'
3081
 
 VERSION='2.32.1'
 
3061
 VERSION='3.0.2'
3082
3062
 
3083
3063
 
3084
3064
cat >>confdefs.h <<_ACEOF
3232
3212
#   change to C+1:0:0
3233
3213
# - If the interface is the same as the previous version, change to C:R+1:A
3234
3214
 
3235
 
LIB_PANEL_APPLET_LT_VERSION=0:6:0
 
3215
LIBPANEL_APPLET_API_VERSION=4.0
 
3216
LIBPANEL_APPLET_API_VERSION=$LIBPANEL_APPLET_API_VERSION
 
3217
 
 
3218
 
 
3219
LIB_PANEL_APPLET_LT_VERSION=0:1:0
3236
3220
 
3237
3221
 
3238
3222
 
3648
3632
 
3649
3633
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3650
3634
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3651
 
as_fn_error $? "no acceptable C compiler found in \$PATH
3652
 
See \`config.log' for more details" "$LINENO" 5; }
 
3635
as_fn_error "no acceptable C compiler found in \$PATH
 
3636
See \`config.log' for more details." "$LINENO" 5; }
3653
3637
 
3654
3638
# Provide some information about the compiler.
3655
3639
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3763
3747
 
3764
3748
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3765
3749
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3766
 
as_fn_error 77 "C compiler cannot create executables
3767
 
See \`config.log' for more details" "$LINENO" 5; }
 
3750
{ as_fn_set_status 77
 
3751
as_fn_error "C compiler cannot create executables
 
3752
See \`config.log' for more details." "$LINENO" 5; }; }
3768
3753
else
3769
3754
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3770
3755
$as_echo "yes" >&6; }
3806
3791
else
3807
3792
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3808
3793
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3809
 
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3810
 
See \`config.log' for more details" "$LINENO" 5; }
 
3794
as_fn_error "cannot compute suffix of executables: cannot compile and link
 
3795
See \`config.log' for more details." "$LINENO" 5; }
3811
3796
fi
3812
3797
rm -f conftest conftest$ac_cv_exeext
3813
3798
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3864
3849
    else
3865
3850
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3866
3851
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3867
 
as_fn_error $? "cannot run C compiled programs.
 
3852
as_fn_error "cannot run C compiled programs.
3868
3853
If you meant to cross compile, use \`--host'.
3869
 
See \`config.log' for more details" "$LINENO" 5; }
 
3854
See \`config.log' for more details." "$LINENO" 5; }
3870
3855
    fi
3871
3856
  fi
3872
3857
fi
3917
3902
 
3918
3903
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3919
3904
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3920
 
as_fn_error $? "cannot compute suffix of object files: cannot compile
3921
 
See \`config.log' for more details" "$LINENO" 5; }
 
3905
as_fn_error "cannot compute suffix of object files: cannot compile
 
3906
See \`config.log' for more details." "$LINENO" 5; }
3922
3907
fi
3923
3908
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3924
3909
fi
4270
4255
 
4271
4256
case "$am__api_version" in
4272
4257
    1.01234)
4273
 
        as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
 
4258
        as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
4274
4259
    ;;
4275
4260
    *)
4276
4261
    ;;
4287
4272
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
4288
4273
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
4289
4274
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
4290
 
        as_fn_error $? "Your intltool is too old.  You need intltool 0.40.0 or later." "$LINENO" 5
 
4275
        as_fn_error "Your intltool is too old.  You need intltool 0.40.0 or later." "$LINENO" 5
4291
4276
fi
4292
4277
 
4293
4278
# Extract the first word of "intltool-update", so it can be a program name with args.
4411
4396
 
4412
4397
 
4413
4398
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
4414
 
    as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
 
4399
    as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
4415
4400
fi
4416
4401
 
4417
4402
  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 $< $@'
4693
4678
 
4694
4679
 
4695
4680
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
4696
 
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
 
4681
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
4697
4682
fi
4698
4683
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
4699
4684
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
4700
4685
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
4701
4686
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
4702
 
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
 
4687
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
4703
4688
fi
4704
4689
 
4705
4690
# Extract the first word of "perl", so it can be a program name with args.
4743
4728
 
4744
4729
 
4745
4730
if test -z "$INTLTOOL_PERL"; then
4746
 
   as_fn_error $? "perl not found" "$LINENO" 5
 
4731
   as_fn_error "perl not found" "$LINENO" 5
4747
4732
fi
4748
4733
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
4749
4734
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
4750
4735
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
4751
4736
if test $? -ne 0; then
4752
 
   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
 
4737
   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
4753
4738
else
4754
4739
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
4755
4740
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
4762
4747
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4763
4748
$as_echo "ok" >&6; }
4764
4749
   else
4765
 
       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
 
4750
       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
4766
4751
   fi
4767
4752
fi
4768
4753
 
5167
5152
 
5168
5153
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5169
5154
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5170
 
as_fn_error $? "no acceptable C compiler found in \$PATH
5171
 
See \`config.log' for more details" "$LINENO" 5; }
 
5155
as_fn_error "no acceptable C compiler found in \$PATH
 
5156
See \`config.log' for more details." "$LINENO" 5; }
5172
5157
 
5173
5158
# Provide some information about the compiler.
5174
5159
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5576
5561
  # Broken: fails on valid input.
5577
5562
continue
5578
5563
fi
5579
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
5564
rm -f conftest.err conftest.$ac_ext
5580
5565
 
5581
5566
  # OK, works on sane cases.  Now check whether nonexistent headers
5582
5567
  # can be detected and how.
5592
5577
ac_preproc_ok=:
5593
5578
break
5594
5579
fi
5595
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
5580
rm -f conftest.err conftest.$ac_ext
5596
5581
 
5597
5582
done
5598
5583
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5599
 
rm -f conftest.i conftest.err conftest.$ac_ext
 
5584
rm -f conftest.err conftest.$ac_ext
5600
5585
if $ac_preproc_ok; then :
5601
5586
  break
5602
5587
fi
5635
5620
  # Broken: fails on valid input.
5636
5621
continue
5637
5622
fi
5638
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
5623
rm -f conftest.err conftest.$ac_ext
5639
5624
 
5640
5625
  # OK, works on sane cases.  Now check whether nonexistent headers
5641
5626
  # can be detected and how.
5651
5636
ac_preproc_ok=:
5652
5637
break
5653
5638
fi
5654
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
5639
rm -f conftest.err conftest.$ac_ext
5655
5640
 
5656
5641
done
5657
5642
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5658
 
rm -f conftest.i conftest.err conftest.$ac_ext
 
5643
rm -f conftest.err conftest.$ac_ext
5659
5644
if $ac_preproc_ok; then :
5660
5645
 
5661
5646
else
5662
5647
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5663
5648
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5664
 
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5665
 
See \`config.log' for more details" "$LINENO" 5; }
 
5649
as_fn_error "C preprocessor \"$CPP\" fails sanity check
 
5650
See \`config.log' for more details." "$LINENO" 5; }
5666
5651
fi
5667
5652
 
5668
5653
ac_ext=c
5723
5708
  done
5724
5709
IFS=$as_save_IFS
5725
5710
  if test -z "$ac_cv_path_GREP"; then
5726
 
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5711
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5727
5712
  fi
5728
5713
else
5729
5714
  ac_cv_path_GREP=$GREP
5789
5774
  done
5790
5775
IFS=$as_save_IFS
5791
5776
  if test -z "$ac_cv_path_EGREP"; then
5792
 
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5777
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5793
5778
  fi
5794
5779
else
5795
5780
  ac_cv_path_EGREP=$EGREP
5916
5901
 
5917
5902
# Make sure we can run config.sub.
5918
5903
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5919
 
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
5904
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5920
5905
 
5921
5906
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5922
5907
$as_echo_n "checking build system type... " >&6; }
5927
5912
test "x$ac_build_alias" = x &&
5928
5913
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5929
5914
test "x$ac_build_alias" = x &&
5930
 
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 
5915
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
5931
5916
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5932
 
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
5917
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5933
5918
 
5934
5919
fi
5935
5920
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5936
5921
$as_echo "$ac_cv_build" >&6; }
5937
5922
case $ac_cv_build in
5938
5923
*-*-*) ;;
5939
 
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
 
5924
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5940
5925
esac
5941
5926
build=$ac_cv_build
5942
5927
ac_save_IFS=$IFS; IFS='-'
5961
5946
  ac_cv_host=$ac_cv_build
5962
5947
else
5963
5948
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5964
 
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
5949
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5965
5950
fi
5966
5951
 
5967
5952
fi
5969
5954
$as_echo "$ac_cv_host" >&6; }
5970
5955
case $ac_cv_host in
5971
5956
*-*-*) ;;
5972
 
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
 
5957
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5973
5958
esac
5974
5959
host=$ac_cv_host
5975
5960
ac_save_IFS=$IFS; IFS='-'
6296
6281
 
6297
6282
 
6298
6283
 
6299
 
macro_version='2.2.6b'
6300
 
macro_revision='1.3017'
 
6284
macro_version='2.2.6'
 
6285
macro_revision='1.3012'
6301
6286
 
6302
6287
 
6303
6288
 
6370
6355
  done
6371
6356
IFS=$as_save_IFS
6372
6357
  if test -z "$ac_cv_path_SED"; then
6373
 
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
6358
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
6374
6359
  fi
6375
6360
else
6376
6361
  ac_cv_path_SED=$SED
6449
6434
  done
6450
6435
IFS=$as_save_IFS
6451
6436
  if test -z "$ac_cv_path_FGREP"; then
6452
 
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
6437
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6453
6438
  fi
6454
6439
else
6455
6440
  ac_cv_path_FGREP=$FGREP
6565
6550
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566
6551
$as_echo "no" >&6; }
6567
6552
fi
6568
 
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
 
6553
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6569
6554
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6570
6555
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6571
6556
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6767
6752
else
6768
6753
  lt_cv_nm_interface="BSD nm"
6769
6754
  echo "int some_variable = 0;" > conftest.$ac_ext
6770
 
  (eval echo "\"\$as_me:6770: $ac_compile\"" >&5)
 
6755
  (eval echo "\"\$as_me:6755: $ac_compile\"" >&5)
6771
6756
  (eval "$ac_compile" 2>conftest.err)
6772
6757
  cat conftest.err >&5
6773
 
  (eval echo "\"\$as_me:6773: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
6758
  (eval echo "\"\$as_me:6758: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6774
6759
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6775
6760
  cat conftest.err >&5
6776
 
  (eval echo "\"\$as_me:6776: output\"" >&5)
 
6761
  (eval echo "\"\$as_me:6761: output\"" >&5)
6777
6762
  cat conftest.out >&5
6778
6763
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6779
6764
    lt_cv_nm_interface="MS dumpbin"
7975
7960
  ;;
7976
7961
*-*-irix6*)
7977
7962
  # Find out which ABI we are using.
7978
 
  echo '#line 7978 "configure"' > conftest.$ac_ext
 
7963
  echo '#line 7963 "configure"' > conftest.$ac_ext
7979
7964
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7980
7965
  (eval $ac_compile) 2>&5
7981
7966
  ac_status=$?
8729
8714
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8730
8715
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8731
8716
"
8732
 
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
 
8717
eval as_val=\$$as_ac_Header
 
8718
   if test "x$as_val" = x""yes; then :
8733
8719
  cat >>confdefs.h <<_ACEOF
8734
8720
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8735
8721
_ACEOF
9252
9238
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9253
9239
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9254
9240
   -e 's:$: $lt_compiler_flag:'`
9255
 
   (eval echo "\"\$as_me:9255: $lt_compile\"" >&5)
 
9241
   (eval echo "\"\$as_me:9241: $lt_compile\"" >&5)
9256
9242
   (eval "$lt_compile" 2>conftest.err)
9257
9243
   ac_status=$?
9258
9244
   cat conftest.err >&5
9259
 
   echo "$as_me:9259: \$? = $ac_status" >&5
 
9245
   echo "$as_me:9245: \$? = $ac_status" >&5
9260
9246
   if (exit $ac_status) && test -s "$ac_outfile"; then
9261
9247
     # The compiler can only warn and ignore the option if not recognized
9262
9248
     # So say no if there are warnings other than the usual output.
9591
9577
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9592
9578
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9593
9579
   -e 's:$: $lt_compiler_flag:'`
9594
 
   (eval echo "\"\$as_me:9594: $lt_compile\"" >&5)
 
9580
   (eval echo "\"\$as_me:9580: $lt_compile\"" >&5)
9595
9581
   (eval "$lt_compile" 2>conftest.err)
9596
9582
   ac_status=$?
9597
9583
   cat conftest.err >&5
9598
 
   echo "$as_me:9598: \$? = $ac_status" >&5
 
9584
   echo "$as_me:9584: \$? = $ac_status" >&5
9599
9585
   if (exit $ac_status) && test -s "$ac_outfile"; then
9600
9586
     # The compiler can only warn and ignore the option if not recognized
9601
9587
     # So say no if there are warnings other than the usual output.
9696
9682
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9697
9683
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9698
9684
   -e 's:$: $lt_compiler_flag:'`
9699
 
   (eval echo "\"\$as_me:9699: $lt_compile\"" >&5)
 
9685
   (eval echo "\"\$as_me:9685: $lt_compile\"" >&5)
9700
9686
   (eval "$lt_compile" 2>out/conftest.err)
9701
9687
   ac_status=$?
9702
9688
   cat out/conftest.err >&5
9703
 
   echo "$as_me:9703: \$? = $ac_status" >&5
 
9689
   echo "$as_me:9689: \$? = $ac_status" >&5
9704
9690
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9705
9691
   then
9706
9692
     # The compiler can only warn and ignore the option if not recognized
9751
9737
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9752
9738
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9753
9739
   -e 's:$: $lt_compiler_flag:'`
9754
 
   (eval echo "\"\$as_me:9754: $lt_compile\"" >&5)
 
9740
   (eval echo "\"\$as_me:9740: $lt_compile\"" >&5)
9755
9741
   (eval "$lt_compile" 2>out/conftest.err)
9756
9742
   ac_status=$?
9757
9743
   cat out/conftest.err >&5
9758
 
   echo "$as_me:9758: \$? = $ac_status" >&5
 
9744
   echo "$as_me:9744: \$? = $ac_status" >&5
9759
9745
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9760
9746
   then
9761
9747
     # The compiler can only warn and ignore the option if not recognized
12118
12104
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12119
12105
  lt_status=$lt_dlunknown
12120
12106
  cat > conftest.$ac_ext <<_LT_EOF
12121
 
#line 12121 "configure"
 
12107
#line 12107 "configure"
12122
12108
#include "confdefs.h"
12123
12109
 
12124
12110
#if HAVE_DLFCN_H
12214
12200
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12215
12201
  lt_status=$lt_dlunknown
12216
12202
  cat > conftest.$ac_ext <<_LT_EOF
12217
 
#line 12217 "configure"
 
12203
#line 12203 "configure"
12218
12204
#include "confdefs.h"
12219
12205
 
12220
12206
#if HAVE_DLFCN_H
12451
12437
fi
12452
12438
set dummy $CC; ac_cc=`$as_echo "$2" |
12453
12439
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
12454
 
if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
 
12440
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
12455
12441
  $as_echo_n "(cached) " >&6
12456
12442
else
12457
12443
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626
12612
 
12627
12613
 
12628
12614
  if test "$PYTHON" = :; then
12629
 
      as_fn_error $? "no suitable Python interpreter found" "$LINENO" 5
 
12615
      as_fn_error "no suitable Python interpreter found" "$LINENO" 5
12630
12616
  else
12631
12617
 
12632
12618
 
12892
12878
        fi
12893
12879
        ;;
12894
12880
    *)
12895
 
        as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
 
12881
        as_fn_error "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
12896
12882
        ;;
12897
12883
    esac
12898
12884
    CFLAGS="$realsave_CFLAGS"
13078
13064
  test $ac_status = 0; }; then
13079
13065
  :
13080
13066
else
13081
 
  as_fn_error $? "gobject-introspection-1.0 is not installed" "$LINENO" 5
 
13067
  as_fn_error "gobject-introspection-1.0 is not installed" "$LINENO" 5
13082
13068
fi
13083
13069
        if test -n "$PKG_CONFIG" && \
13084
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&5
13085
 
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7") 2>&5
 
13070
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.9.5\""; } >&5
 
13071
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5") 2>&5
13086
13072
  ac_status=$?
13087
13073
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13088
13074
  test $ac_status = 0; }; then
13089
13075
  found_introspection=yes
13090
13076
else
13091
 
  as_fn_error $? "You need to have gobject-introspection >= 0.6.7 installed to build gnome-panel" "$LINENO" 5
 
13077
  as_fn_error "You need to have gobject-introspection >= 0.9.5 installed to build gnome-panel" "$LINENO" 5
13092
13078
fi
13093
13079
     ;; #(
13094
13080
      auto) :
13095
13081
            if test -n "$PKG_CONFIG" && \
13096
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&5
13097
 
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7") 2>&5
 
13082
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.9.5\""; } >&5
 
13083
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5") 2>&5
13098
13084
  ac_status=$?
13099
13085
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13100
13086
  test $ac_status = 0; }; then
13104
13090
fi
13105
13091
     ;; #(
13106
13092
  *) :
13107
 
                as_fn_error $? "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
 
13093
                as_fn_error "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
13108
13094
     ;;
13109
13095
esac
13110
13096
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
13145
13131
 
13146
13132
 
13147
13133
 
 
13134
 
 
13135
 
 
13136
  # Check whether --enable-schemas-compile was given.
 
13137
if test "${enable_schemas_compile+set}" = set; then :
 
13138
  enableval=$enable_schemas_compile; case ${enableval} in
 
13139
                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
 
13140
                  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
 
13141
                  *) as_fn_error "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5 ;;
 
13142
                 esac
 
13143
fi
 
13144
 
 
13145
 
 
13146
 
 
13147
 
 
13148
 
 
13149
 
 
13150
 
 
13151
 
 
13152
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
13153
        if test -n "$ac_tool_prefix"; then
 
13154
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
13155
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
13156
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
13157
$as_echo_n "checking for $ac_word... " >&6; }
 
13158
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
 
13159
  $as_echo_n "(cached) " >&6
 
13160
else
 
13161
  case $PKG_CONFIG in
 
13162
  [\\/]* | ?:[\\/]*)
 
13163
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 
13164
  ;;
 
13165
  *)
 
13166
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13167
for as_dir in $PATH
 
13168
do
 
13169
  IFS=$as_save_IFS
 
13170
  test -z "$as_dir" && as_dir=.
 
13171
    for ac_exec_ext in '' $ac_executable_extensions; do
 
13172
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13173
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
13174
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13175
    break 2
 
13176
  fi
 
13177
done
 
13178
  done
 
13179
IFS=$as_save_IFS
 
13180
 
 
13181
  ;;
 
13182
esac
 
13183
fi
 
13184
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
13185
if test -n "$PKG_CONFIG"; then
 
13186
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
 
13187
$as_echo "$PKG_CONFIG" >&6; }
 
13188
else
 
13189
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13190
$as_echo "no" >&6; }
 
13191
fi
 
13192
 
 
13193
 
 
13194
fi
 
13195
if test -z "$ac_cv_path_PKG_CONFIG"; then
 
13196
  ac_pt_PKG_CONFIG=$PKG_CONFIG
 
13197
  # Extract the first word of "pkg-config", so it can be a program name with args.
 
13198
set dummy pkg-config; ac_word=$2
 
13199
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
13200
$as_echo_n "checking for $ac_word... " >&6; }
 
13201
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
 
13202
  $as_echo_n "(cached) " >&6
 
13203
else
 
13204
  case $ac_pt_PKG_CONFIG in
 
13205
  [\\/]* | ?:[\\/]*)
 
13206
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 
13207
  ;;
 
13208
  *)
 
13209
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13210
for as_dir in $PATH
 
13211
do
 
13212
  IFS=$as_save_IFS
 
13213
  test -z "$as_dir" && as_dir=.
 
13214
    for ac_exec_ext in '' $ac_executable_extensions; do
 
13215
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13216
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
13217
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13218
    break 2
 
13219
  fi
 
13220
done
 
13221
  done
 
13222
IFS=$as_save_IFS
 
13223
 
 
13224
  ;;
 
13225
esac
 
13226
fi
 
13227
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
13228
if test -n "$ac_pt_PKG_CONFIG"; then
 
13229
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
 
13230
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
13231
else
 
13232
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13233
$as_echo "no" >&6; }
 
13234
fi
 
13235
 
 
13236
  if test "x$ac_pt_PKG_CONFIG" = x; then
 
13237
    PKG_CONFIG=""
 
13238
  else
 
13239
    case $cross_compiling:$ac_tool_warned in
 
13240
yes:)
 
13241
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
13242
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
13243
ac_tool_warned=yes ;;
 
13244
esac
 
13245
    PKG_CONFIG=$ac_pt_PKG_CONFIG
 
13246
  fi
 
13247
else
 
13248
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 
13249
fi
 
13250
 
 
13251
fi
 
13252
if test -n "$PKG_CONFIG"; then
 
13253
        _pkg_min_version=0.16
 
13254
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
 
13255
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
13256
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
13257
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13258
$as_echo "yes" >&6; }
 
13259
        else
 
13260
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13261
$as_echo "no" >&6; }
 
13262
                PKG_CONFIG=""
 
13263
        fi
 
13264
fi
 
13265
  gsettingsschemadir=${datadir}/glib-2.0/schemas
 
13266
 
 
13267
  if test x$cross_compiling != xyes; then
 
13268
    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
 
13269
  else
 
13270
    # Extract the first word of "glib-compile-schemas", so it can be a program name with args.
 
13271
set dummy glib-compile-schemas; ac_word=$2
 
13272
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
13273
$as_echo_n "checking for $ac_word... " >&6; }
 
13274
if test "${ac_cv_path_GLIB_COMPILE_SCHEMAS+set}" = set; then :
 
13275
  $as_echo_n "(cached) " >&6
 
13276
else
 
13277
  case $GLIB_COMPILE_SCHEMAS in
 
13278
  [\\/]* | ?:[\\/]*)
 
13279
  ac_cv_path_GLIB_COMPILE_SCHEMAS="$GLIB_COMPILE_SCHEMAS" # Let the user override the test with a path.
 
13280
  ;;
 
13281
  *)
 
13282
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13283
for as_dir in $PATH
 
13284
do
 
13285
  IFS=$as_save_IFS
 
13286
  test -z "$as_dir" && as_dir=.
 
13287
    for ac_exec_ext in '' $ac_executable_extensions; do
 
13288
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13289
    ac_cv_path_GLIB_COMPILE_SCHEMAS="$as_dir/$ac_word$ac_exec_ext"
 
13290
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13291
    break 2
 
13292
  fi
 
13293
done
 
13294
  done
 
13295
IFS=$as_save_IFS
 
13296
 
 
13297
  ;;
 
13298
esac
 
13299
fi
 
13300
GLIB_COMPILE_SCHEMAS=$ac_cv_path_GLIB_COMPILE_SCHEMAS
 
13301
if test -n "$GLIB_COMPILE_SCHEMAS"; then
 
13302
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_SCHEMAS" >&5
 
13303
$as_echo "$GLIB_COMPILE_SCHEMAS" >&6; }
 
13304
else
 
13305
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13306
$as_echo "no" >&6; }
 
13307
fi
 
13308
 
 
13309
 
 
13310
  fi
 
13311
 
 
13312
  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
 
13313
    as_fn_error "glib-compile-schemas not found." "$LINENO" 5
 
13314
  else
 
13315
    :
 
13316
  fi
 
13317
 
 
13318
  GSETTINGS_RULES='
 
13319
.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
 
13320
 
 
13321
mostlyclean-am: clean-gsettings-schemas
 
13322
 
 
13323
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
 
13324
 
 
13325
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
 
13326
        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
 
13327
 
 
13328
all-am: $(gsettings_SCHEMAS:.xml=.valid)
 
13329
uninstall-am: uninstall-gsettings-schemas
 
13330
install-data-am: install-gsettings-schemas
 
13331
 
 
13332
.SECONDARY: $(gsettings_SCHEMAS)
 
13333
 
 
13334
install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
 
13335
        @$(NORMAL_INSTALL)
 
13336
        if test -n "$^"; then \
 
13337
                test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
 
13338
                $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
 
13339
                test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
 
13340
        fi
 
13341
 
 
13342
uninstall-gsettings-schemas:
 
13343
        @$(NORMAL_UNINSTALL)
 
13344
        @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
 
13345
        files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
 
13346
        test -n "$$files" || exit 0; \
 
13347
        echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
 
13348
        cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
 
13349
        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
 
13350
 
 
13351
clean-gsettings-schemas:
 
13352
        rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
 
13353
 
 
13354
ifdef gsettings_ENUM_NAMESPACE
 
13355
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
 
13356
        $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
 
13357
endif
 
13358
'
 
13359
 
 
13360
 
 
13361
 
 
13362
 
 
13363
 
 
13364
 
 
13365
 
13148
13366
PANEL_INTLTOOL_PANEL_APPLET_RULE='%.panel-applet: %.panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(AM_V_GEN) LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
13149
13367
 
13150
13368
 
13185
13403
done
13186
13404
 
13187
13405
 
13188
 
LIBGNOME_DESKTOP_REQUIRED=2.24.0
 
13406
LIBGNOME_DESKTOP_REQUIRED=2.91.0
13189
13407
GDK_PIXBUF_REQUIRED=2.7.1
13190
13408
PANGO_REQUIRED=1.15.4
13191
13409
GLIB_REQUIRED=2.25.12
13192
 
GTK_REQUIRED=2.19.7
13193
 
LIBWNCK_REQUIRED=2.19.5
 
13410
GTK_REQUIRED=3.0
 
13411
LIBWNCK_REQUIRED=2.91.0
13194
13412
GCONF_REQUIRED=2.6.1
13195
13413
LIBGNOME_MENU_REQUIRED=2.27.92
13196
 
LIBECAL_REQUIRED=1.6.0
13197
 
LIBEDATASERVER_REQUIRED=1.2.0
13198
 
LIBEDATASERVERUI_REQUIRED=1.2.0
 
13414
TELEPATHY_GLIB_REQUIRED=0.14.0
 
13415
LIBECAL_REQUIRED=2.91.2
 
13416
LIBEDATASERVER_REQUIRED=2.91.2
 
13417
LIBEDATASERVERUI_REQUIRED=2.91.2
13199
13418
CAIRO_REQUIRED=1.0.0
13200
 
GWEATHER_REQUIRED=2.27.90
 
13419
GWEATHER_REQUIRED=2.91.0
13201
13420
DBUS_GLIB_REQUIRED=0.80
13202
13421
 
13203
13422
 
13210
13429
    pkg_cv_EGG_SMCLIENT_CFLAGS="$EGG_SMCLIENT_CFLAGS"
13211
13430
 elif test -n "$PKG_CONFIG"; then
13212
13431
    if test -n "$PKG_CONFIG" && \
13213
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ice sm gtk+-2.0\""; } >&5
13214
 
  ($PKG_CONFIG --exists --print-errors "ice sm gtk+-2.0") 2>&5
 
13432
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ice sm gtk+-3.0\""; } >&5
 
13433
  ($PKG_CONFIG --exists --print-errors "ice sm gtk+-3.0") 2>&5
13215
13434
  ac_status=$?
13216
13435
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13217
13436
  test $ac_status = 0; }; then
13218
 
  pkg_cv_EGG_SMCLIENT_CFLAGS=`$PKG_CONFIG --cflags "ice sm gtk+-2.0" 2>/dev/null`
 
13437
  pkg_cv_EGG_SMCLIENT_CFLAGS=`$PKG_CONFIG --cflags "ice sm gtk+-3.0" 2>/dev/null`
13219
13438
else
13220
13439
  pkg_failed=yes
13221
13440
fi
13226
13445
    pkg_cv_EGG_SMCLIENT_LIBS="$EGG_SMCLIENT_LIBS"
13227
13446
 elif test -n "$PKG_CONFIG"; then
13228
13447
    if test -n "$PKG_CONFIG" && \
13229
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ice sm gtk+-2.0\""; } >&5
13230
 
  ($PKG_CONFIG --exists --print-errors "ice sm gtk+-2.0") 2>&5
 
13448
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ice sm gtk+-3.0\""; } >&5
 
13449
  ($PKG_CONFIG --exists --print-errors "ice sm gtk+-3.0") 2>&5
13231
13450
  ac_status=$?
13232
13451
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13233
13452
  test $ac_status = 0; }; then
13234
 
  pkg_cv_EGG_SMCLIENT_LIBS=`$PKG_CONFIG --libs "ice sm gtk+-2.0" 2>/dev/null`
 
13453
  pkg_cv_EGG_SMCLIENT_LIBS=`$PKG_CONFIG --libs "ice sm gtk+-3.0" 2>/dev/null`
13235
13454
else
13236
13455
  pkg_failed=yes
13237
13456
fi
13251
13470
        _pkg_short_errors_supported=no
13252
13471
fi
13253
13472
        if test $_pkg_short_errors_supported = yes; then
13254
 
                EGG_SMCLIENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ice sm gtk+-2.0" 2>&1`
 
13473
                EGG_SMCLIENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ice sm gtk+-3.0" 2>&1`
13255
13474
        else
13256
 
                EGG_SMCLIENT_PKG_ERRORS=`$PKG_CONFIG --print-errors "ice sm gtk+-2.0" 2>&1`
 
13475
                EGG_SMCLIENT_PKG_ERRORS=`$PKG_CONFIG --print-errors "ice sm gtk+-3.0" 2>&1`
13257
13476
        fi
13258
13477
        # Put the nasty error message in config.log where it belongs
13259
13478
        echo "$EGG_SMCLIENT_PKG_ERRORS" >&5
13260
13479
 
13261
 
        as_fn_error $? "Package requirements (ice sm gtk+-2.0) were not met:
 
13480
        as_fn_error "Package requirements (ice sm gtk+-3.0) were not met:
13262
13481
 
13263
13482
$EGG_SMCLIENT_PKG_ERRORS
13264
13483
 
13273
13492
$as_echo "no" >&6; }
13274
13493
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13275
13494
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13276
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13495
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13277
13496
is in your PATH or set the PKG_CONFIG environment variable to the full
13278
13497
path to pkg-config.
13279
13498
 
13282
13501
See the pkg-config man page for more details.
13283
13502
 
13284
13503
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13285
 
See \`config.log' for more details" "$LINENO" 5; }
 
13504
See \`config.log' for more details." "$LINENO" 5; }
13286
13505
else
13287
13506
        EGG_SMCLIENT_CFLAGS=$pkg_cv_EGG_SMCLIENT_CFLAGS
13288
13507
        EGG_SMCLIENT_LIBS=$pkg_cv_EGG_SMCLIENT_LIBS
13300
13519
    pkg_cv_PANEL_CFLAGS="$PANEL_CFLAGS"
13301
13520
 elif test -n "$PKG_CONFIG"; then
13302
13521
    if test -n "$PKG_CONFIG" && \
13303
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= \$GDK_PIXBUF_REQUIRED pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgnome-menu >= \$LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= \$DBUS_GLIB_REQUIRED\""; } >&5
13304
 
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED") 2>&5
 
13522
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= \$GDK_PIXBUF_REQUIRED pango >= \$PANGO_REQUIRED gtk+-3.0 >= \$GTK_REQUIRED cairo-xlib glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED gnome-desktop-3.0 >= \$LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgnome-menu >= \$LIBGNOME_MENU_REQUIRED dconf\""; } >&5
 
13523
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf") 2>&5
13305
13524
  ac_status=$?
13306
13525
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13307
13526
  test $ac_status = 0; }; then
13308
 
  pkg_cv_PANEL_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED" 2>/dev/null`
 
13527
  pkg_cv_PANEL_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf" 2>/dev/null`
13309
13528
else
13310
13529
  pkg_failed=yes
13311
13530
fi
13316
13535
    pkg_cv_PANEL_LIBS="$PANEL_LIBS"
13317
13536
 elif test -n "$PKG_CONFIG"; then
13318
13537
    if test -n "$PKG_CONFIG" && \
13319
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= \$GDK_PIXBUF_REQUIRED pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgnome-menu >= \$LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= \$DBUS_GLIB_REQUIRED\""; } >&5
13320
 
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED") 2>&5
 
13538
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= \$GDK_PIXBUF_REQUIRED pango >= \$PANGO_REQUIRED gtk+-3.0 >= \$GTK_REQUIRED cairo-xlib glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED gnome-desktop-3.0 >= \$LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgnome-menu >= \$LIBGNOME_MENU_REQUIRED dconf\""; } >&5
 
13539
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf") 2>&5
13321
13540
  ac_status=$?
13322
13541
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13323
13542
  test $ac_status = 0; }; then
13324
 
  pkg_cv_PANEL_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED" 2>/dev/null`
 
13543
  pkg_cv_PANEL_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf" 2>/dev/null`
13325
13544
else
13326
13545
  pkg_failed=yes
13327
13546
fi
13341
13560
        _pkg_short_errors_supported=no
13342
13561
fi
13343
13562
        if test $_pkg_short_errors_supported = yes; then
13344
 
                PANEL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED" 2>&1`
 
13563
                PANEL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf" 2>&1`
13345
13564
        else
13346
 
                PANEL_PKG_ERRORS=`$PKG_CONFIG --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED" 2>&1`
 
13565
                PANEL_PKG_ERRORS=`$PKG_CONFIG --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf" 2>&1`
13347
13566
        fi
13348
13567
        # Put the nasty error message in config.log where it belongs
13349
13568
        echo "$PANEL_PKG_ERRORS" >&5
13350
13569
 
13351
 
        as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED libcanberra-gtk dbus-glib-1 >= $DBUS_GLIB_REQUIRED) were not met:
 
13570
        as_fn_error "Package requirements (gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED cairo-xlib glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgnome-menu >= $LIBGNOME_MENU_REQUIRED dconf) were not met:
13352
13571
 
13353
13572
$PANEL_PKG_ERRORS
13354
13573
 
13363
13582
$as_echo "no" >&6; }
13364
13583
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13365
13584
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13366
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13585
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13367
13586
is in your PATH or set the PKG_CONFIG environment variable to the full
13368
13587
path to pkg-config.
13369
13588
 
13372
13591
See the pkg-config man page for more details.
13373
13592
 
13374
13593
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13375
 
See \`config.log' for more details" "$LINENO" 5; }
 
13594
See \`config.log' for more details." "$LINENO" 5; }
13376
13595
else
13377
13596
        PANEL_CFLAGS=$pkg_cv_PANEL_CFLAGS
13378
13597
        PANEL_LIBS=$pkg_cv_PANEL_LIBS
13383
13602
 
13384
13603
 
13385
13604
 
 
13605
# Check whether --enable-telepathy_glib was given.
 
13606
if test "${enable_telepathy_glib+set}" = set; then :
 
13607
  enableval=$enable_telepathy_glib; enable_telepathy_glib=$enableval
 
13608
else
 
13609
  enable_telepathy_glib=auto
 
13610
fi
 
13611
 
 
13612
if test "x$enable_telepathy_glib" = "xno" ; then
 
13613
  HAVE_TELEPATHY_GLIB=no
 
13614
else
 
13615
 
 
13616
pkg_failed=no
 
13617
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TELEPATHY_GLIB" >&5
 
13618
$as_echo_n "checking for TELEPATHY_GLIB... " >&6; }
 
13619
 
 
13620
if test -n "$TELEPATHY_GLIB_CFLAGS"; then
 
13621
    pkg_cv_TELEPATHY_GLIB_CFLAGS="$TELEPATHY_GLIB_CFLAGS"
 
13622
 elif test -n "$PKG_CONFIG"; then
 
13623
    if test -n "$PKG_CONFIG" && \
 
13624
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"telepathy-glib >= \$TELEPATHY_GLIB_REQUIRED\""; } >&5
 
13625
  ($PKG_CONFIG --exists --print-errors "telepathy-glib >= $TELEPATHY_GLIB_REQUIRED") 2>&5
 
13626
  ac_status=$?
 
13627
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13628
  test $ac_status = 0; }; then
 
13629
  pkg_cv_TELEPATHY_GLIB_CFLAGS=`$PKG_CONFIG --cflags "telepathy-glib >= $TELEPATHY_GLIB_REQUIRED" 2>/dev/null`
 
13630
else
 
13631
  pkg_failed=yes
 
13632
fi
 
13633
 else
 
13634
    pkg_failed=untried
 
13635
fi
 
13636
if test -n "$TELEPATHY_GLIB_LIBS"; then
 
13637
    pkg_cv_TELEPATHY_GLIB_LIBS="$TELEPATHY_GLIB_LIBS"
 
13638
 elif test -n "$PKG_CONFIG"; then
 
13639
    if test -n "$PKG_CONFIG" && \
 
13640
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"telepathy-glib >= \$TELEPATHY_GLIB_REQUIRED\""; } >&5
 
13641
  ($PKG_CONFIG --exists --print-errors "telepathy-glib >= $TELEPATHY_GLIB_REQUIRED") 2>&5
 
13642
  ac_status=$?
 
13643
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
13644
  test $ac_status = 0; }; then
 
13645
  pkg_cv_TELEPATHY_GLIB_LIBS=`$PKG_CONFIG --libs "telepathy-glib >= $TELEPATHY_GLIB_REQUIRED" 2>/dev/null`
 
13646
else
 
13647
  pkg_failed=yes
 
13648
fi
 
13649
 else
 
13650
    pkg_failed=untried
 
13651
fi
 
13652
 
 
13653
 
 
13654
 
 
13655
if test $pkg_failed = yes; then
 
13656
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13657
$as_echo "no" >&6; }
 
13658
 
 
13659
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
13660
        _pkg_short_errors_supported=yes
 
13661
else
 
13662
        _pkg_short_errors_supported=no
 
13663
fi
 
13664
        if test $_pkg_short_errors_supported = yes; then
 
13665
                TELEPATHY_GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "telepathy-glib >= $TELEPATHY_GLIB_REQUIRED" 2>&1`
 
13666
        else
 
13667
                TELEPATHY_GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "telepathy-glib >= $TELEPATHY_GLIB_REQUIRED" 2>&1`
 
13668
        fi
 
13669
        # Put the nasty error message in config.log where it belongs
 
13670
        echo "$TELEPATHY_GLIB_PKG_ERRORS" >&5
 
13671
 
 
13672
        HAVE_TELEPATHY_GLIB=no
 
13673
elif test $pkg_failed = untried; then
 
13674
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
13675
$as_echo "no" >&6; }
 
13676
        HAVE_TELEPATHY_GLIB=no
 
13677
else
 
13678
        TELEPATHY_GLIB_CFLAGS=$pkg_cv_TELEPATHY_GLIB_CFLAGS
 
13679
        TELEPATHY_GLIB_LIBS=$pkg_cv_TELEPATHY_GLIB_LIBS
 
13680
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
13681
$as_echo "yes" >&6; }
 
13682
        HAVE_TELEPATHY_GLIB=yes
 
13683
fi
 
13684
fi
 
13685
if test "x$HAVE_TELEPATHY_GLIB" = "xyes" ; then
 
13686
 
 
13687
$as_echo "#define HAVE_TELEPATHY_GLIB 1" >>confdefs.h
 
13688
 
 
13689
fi
 
13690
 
13386
13691
 
13387
13692
pkg_failed=no
13388
13693
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPANEL_APPLET" >&5
13392
13697
    pkg_cv_LIBPANEL_APPLET_CFLAGS="$LIBPANEL_APPLET_CFLAGS"
13393
13698
 elif test -n "$PKG_CONFIG"; then
13394
13699
    if test -n "$PKG_CONFIG" && \
13395
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED\""; } >&5
13396
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED") 2>&5
 
13700
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= \$GCONF_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
13701
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED") 2>&5
13397
13702
  ac_status=$?
13398
13703
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13399
13704
  test $ac_status = 0; }; then
13400
 
  pkg_cv_LIBPANEL_APPLET_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
 
13705
  pkg_cv_LIBPANEL_APPLET_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
13401
13706
else
13402
13707
  pkg_failed=yes
13403
13708
fi
13408
13713
    pkg_cv_LIBPANEL_APPLET_LIBS="$LIBPANEL_APPLET_LIBS"
13409
13714
 elif test -n "$PKG_CONFIG"; then
13410
13715
    if test -n "$PKG_CONFIG" && \
13411
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED\""; } >&5
13412
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED") 2>&5
 
13716
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= \$GCONF_REQUIRED gio-2.0 >= \$GLIB_REQUIRED gio-unix-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
13717
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED") 2>&5
13413
13718
  ac_status=$?
13414
13719
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13415
13720
  test $ac_status = 0; }; then
13416
 
  pkg_cv_LIBPANEL_APPLET_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
 
13721
  pkg_cv_LIBPANEL_APPLET_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
13417
13722
else
13418
13723
  pkg_failed=yes
13419
13724
fi
13433
13738
        _pkg_short_errors_supported=no
13434
13739
fi
13435
13740
        if test $_pkg_short_errors_supported = yes; then
13436
 
                LIBPANEL_APPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>&1`
 
13741
                LIBPANEL_APPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>&1`
13437
13742
        else
13438
 
                LIBPANEL_APPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>&1`
 
13743
                LIBPANEL_APPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED" 2>&1`
13439
13744
        fi
13440
13745
        # Put the nasty error message in config.log where it belongs
13441
13746
        echo "$LIBPANEL_APPLET_PKG_ERRORS" >&5
13442
13747
 
13443
 
        as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED) were not met:
 
13748
        as_fn_error "Package requirements (gtk+-3.0 >= $GTK_REQUIRED cairo-xlib cairo-gobject gconf-2.0 >= $GCONF_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED) were not met:
13444
13749
 
13445
13750
$LIBPANEL_APPLET_PKG_ERRORS
13446
13751
 
13455
13760
$as_echo "no" >&6; }
13456
13761
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13457
13762
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13458
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13763
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13459
13764
is in your PATH or set the PKG_CONFIG environment variable to the full
13460
13765
path to pkg-config.
13461
13766
 
13464
13769
See the pkg-config man page for more details.
13465
13770
 
13466
13771
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13467
 
See \`config.log' for more details" "$LINENO" 5; }
 
13772
See \`config.log' for more details." "$LINENO" 5; }
13468
13773
else
13469
13774
        LIBPANEL_APPLET_CFLAGS=$pkg_cv_LIBPANEL_APPLET_CFLAGS
13470
13775
        LIBPANEL_APPLET_LIBS=$pkg_cv_LIBPANEL_APPLET_LIBS
13484
13789
    pkg_cv_FISH_CFLAGS="$FISH_CFLAGS"
13485
13790
 elif test -n "$PKG_CONFIG"; then
13486
13791
    if test -n "$PKG_CONFIG" && \
13487
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED cairo >= \$CAIRO_REQUIRED\""; } >&5
13488
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED") 2>&5
 
13792
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED cairo >= \$CAIRO_REQUIRED\""; } >&5
 
13793
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED") 2>&5
13489
13794
  ac_status=$?
13490
13795
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13491
13796
  test $ac_status = 0; }; then
13492
 
  pkg_cv_FISH_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>/dev/null`
 
13797
  pkg_cv_FISH_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>/dev/null`
13493
13798
else
13494
13799
  pkg_failed=yes
13495
13800
fi
13500
13805
    pkg_cv_FISH_LIBS="$FISH_LIBS"
13501
13806
 elif test -n "$PKG_CONFIG"; then
13502
13807
    if test -n "$PKG_CONFIG" && \
13503
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED cairo >= \$CAIRO_REQUIRED\""; } >&5
13504
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED") 2>&5
 
13808
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED cairo >= \$CAIRO_REQUIRED\""; } >&5
 
13809
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED") 2>&5
13505
13810
  ac_status=$?
13506
13811
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13507
13812
  test $ac_status = 0; }; then
13508
 
  pkg_cv_FISH_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>/dev/null`
 
13813
  pkg_cv_FISH_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>/dev/null`
13509
13814
else
13510
13815
  pkg_failed=yes
13511
13816
fi
13525
13830
        _pkg_short_errors_supported=no
13526
13831
fi
13527
13832
        if test $_pkg_short_errors_supported = yes; then
13528
 
                FISH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>&1`
 
13833
                FISH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>&1`
13529
13834
        else
13530
 
                FISH_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>&1`
 
13835
                FISH_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED" 2>&1`
13531
13836
        fi
13532
13837
        # Put the nasty error message in config.log where it belongs
13533
13838
        echo "$FISH_PKG_ERRORS" >&5
13534
13839
 
13535
 
        as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED) were not met:
 
13840
        as_fn_error "Package requirements (gtk+-3.0 >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED) were not met:
13536
13841
 
13537
13842
$FISH_PKG_ERRORS
13538
13843
 
13547
13852
$as_echo "no" >&6; }
13548
13853
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13549
13854
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13550
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13855
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13551
13856
is in your PATH or set the PKG_CONFIG environment variable to the full
13552
13857
path to pkg-config.
13553
13858
 
13556
13861
See the pkg-config man page for more details.
13557
13862
 
13558
13863
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13559
 
See \`config.log' for more details" "$LINENO" 5; }
 
13864
See \`config.log' for more details." "$LINENO" 5; }
13560
13865
else
13561
13866
        FISH_CFLAGS=$pkg_cv_FISH_CFLAGS
13562
13867
        FISH_LIBS=$pkg_cv_FISH_LIBS
13576
13881
    pkg_cv_NOTIFICATION_AREA_CFLAGS="$NOTIFICATION_AREA_CFLAGS"
13577
13882
 elif test -n "$PKG_CONFIG"; then
13578
13883
    if test -n "$PKG_CONFIG" && \
13579
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\""; } >&5
13580
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED") 2>&5
 
13884
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED\""; } >&5
 
13885
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED") 2>&5
13581
13886
  ac_status=$?
13582
13887
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13583
13888
  test $ac_status = 0; }; then
13584
 
  pkg_cv_NOTIFICATION_AREA_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null`
 
13889
  pkg_cv_NOTIFICATION_AREA_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED" 2>/dev/null`
13585
13890
else
13586
13891
  pkg_failed=yes
13587
13892
fi
13592
13897
    pkg_cv_NOTIFICATION_AREA_LIBS="$NOTIFICATION_AREA_LIBS"
13593
13898
 elif test -n "$PKG_CONFIG"; then
13594
13899
    if test -n "$PKG_CONFIG" && \
13595
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\""; } >&5
13596
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED") 2>&5
 
13900
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED\""; } >&5
 
13901
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED") 2>&5
13597
13902
  ac_status=$?
13598
13903
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13599
13904
  test $ac_status = 0; }; then
13600
 
  pkg_cv_NOTIFICATION_AREA_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null`
 
13905
  pkg_cv_NOTIFICATION_AREA_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED" 2>/dev/null`
13601
13906
else
13602
13907
  pkg_failed=yes
13603
13908
fi
13617
13922
        _pkg_short_errors_supported=no
13618
13923
fi
13619
13924
        if test $_pkg_short_errors_supported = yes; then
13620
 
                NOTIFICATION_AREA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED" 2>&1`
 
13925
                NOTIFICATION_AREA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0 >= $GTK_REQUIRED" 2>&1`
13621
13926
        else
13622
 
                NOTIFICATION_AREA_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED" 2>&1`
 
13927
                NOTIFICATION_AREA_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0 >= $GTK_REQUIRED" 2>&1`
13623
13928
        fi
13624
13929
        # Put the nasty error message in config.log where it belongs
13625
13930
        echo "$NOTIFICATION_AREA_PKG_ERRORS" >&5
13626
13931
 
13627
 
        as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED) were not met:
 
13932
        as_fn_error "Package requirements (gtk+-3.0 >= $GTK_REQUIRED) were not met:
13628
13933
 
13629
13934
$NOTIFICATION_AREA_PKG_ERRORS
13630
13935
 
13639
13944
$as_echo "no" >&6; }
13640
13945
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13641
13946
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13642
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
13947
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13643
13948
is in your PATH or set the PKG_CONFIG environment variable to the full
13644
13949
path to pkg-config.
13645
13950
 
13648
13953
See the pkg-config man page for more details.
13649
13954
 
13650
13955
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13651
 
See \`config.log' for more details" "$LINENO" 5; }
 
13956
See \`config.log' for more details." "$LINENO" 5; }
13652
13957
else
13653
13958
        NOTIFICATION_AREA_CFLAGS=$pkg_cv_NOTIFICATION_AREA_CFLAGS
13654
13959
        NOTIFICATION_AREA_LIBS=$pkg_cv_NOTIFICATION_AREA_LIBS
13668
13973
    pkg_cv_WNCKLET_CFLAGS="$WNCKLET_CFLAGS"
13669
13974
 elif test -n "$PKG_CONFIG"; then
13670
13975
    if test -n "$PKG_CONFIG" && \
13671
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED\""; } >&5
13672
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED") 2>&5
 
13976
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED libwnck-3.0 >= \$LIBWNCK_REQUIRED\""; } >&5
 
13977
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED") 2>&5
13673
13978
  ac_status=$?
13674
13979
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13675
13980
  test $ac_status = 0; }; then
13676
 
  pkg_cv_WNCKLET_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED" 2>/dev/null`
 
13981
  pkg_cv_WNCKLET_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED" 2>/dev/null`
13677
13982
else
13678
13983
  pkg_failed=yes
13679
13984
fi
13684
13989
    pkg_cv_WNCKLET_LIBS="$WNCKLET_LIBS"
13685
13990
 elif test -n "$PKG_CONFIG"; then
13686
13991
    if test -n "$PKG_CONFIG" && \
13687
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED\""; } >&5
13688
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED") 2>&5
 
13992
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= \$GTK_REQUIRED libwnck-3.0 >= \$LIBWNCK_REQUIRED\""; } >&5
 
13993
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED") 2>&5
13689
13994
  ac_status=$?
13690
13995
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13691
13996
  test $ac_status = 0; }; then
13692
 
  pkg_cv_WNCKLET_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED" 2>/dev/null`
 
13997
  pkg_cv_WNCKLET_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED" 2>/dev/null`
13693
13998
else
13694
13999
  pkg_failed=yes
13695
14000
fi
13709
14014
        _pkg_short_errors_supported=no
13710
14015
fi
13711
14016
        if test $_pkg_short_errors_supported = yes; then
13712
 
                WNCKLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED" 2>&1`
 
14017
                WNCKLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED" 2>&1`
13713
14018
        else
13714
 
                WNCKLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED" 2>&1`
 
14019
                WNCKLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED" 2>&1`
13715
14020
        fi
13716
14021
        # Put the nasty error message in config.log where it belongs
13717
14022
        echo "$WNCKLET_PKG_ERRORS" >&5
13718
14023
 
13719
 
        as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED) were not met:
 
14024
        as_fn_error "Package requirements (gtk+-3.0 >= $GTK_REQUIRED libwnck-3.0 >= $LIBWNCK_REQUIRED) were not met:
13720
14025
 
13721
14026
$WNCKLET_PKG_ERRORS
13722
14027
 
13731
14036
$as_echo "no" >&6; }
13732
14037
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13733
14038
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13734
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
14039
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13735
14040
is in your PATH or set the PKG_CONFIG environment variable to the full
13736
14041
path to pkg-config.
13737
14042
 
13740
14045
See the pkg-config man page for more details.
13741
14046
 
13742
14047
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13743
 
See \`config.log' for more details" "$LINENO" 5; }
 
14048
See \`config.log' for more details." "$LINENO" 5; }
13744
14049
else
13745
14050
        WNCKLET_CFLAGS=$pkg_cv_WNCKLET_CFLAGS
13746
14051
        WNCKLET_LIBS=$pkg_cv_WNCKLET_LIBS
13785
14090
LIBECAL_REQUIREMENT=
13786
14091
HAVE_EDS=no
13787
14092
if test "x$enable_eds" = "xyes"; then
13788
 
  LIBECAL_REQUIREMENT="libecal-1.2 >= $LIBECAL_REQUIRED libedataserver-1.2 >= $LIBEDATASERVER_REQUIRED libedataserverui-1.2 >= $LIBEDATASERVERUI_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED"
 
14093
  LIBECAL_REQUIREMENT="libecal-1.2 >= $LIBECAL_REQUIRED libedataserver-1.2 >= $LIBEDATASERVER_REQUIRED libedataserverui-3.0 >= $LIBEDATASERVERUI_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED"
13789
14094
  CLOCK_EDS_ICONDIR=`$PKG_CONFIG --variable=datadir evolution-data-server-1.2`/pixmaps/evolution-data-server
13790
14095
else
13791
14096
  if test "x$enable_eds" != "xno"; then
13792
14097
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for evolution-data-server" >&5
13793
14098
$as_echo_n "checking for evolution-data-server... " >&6; }
13794
 
    if $PKG_CONFIG --exists libecal-1.2 libedataserverui-1.2 evolution-data-server-1.2; then
 
14099
    if $PKG_CONFIG --exists libecal-1.2 libedataserverui-3.0 evolution-data-server-1.2; then
13795
14100
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13796
14101
$as_echo "yes" >&6; }
13797
 
       LIBECAL_REQUIREMENT="libecal-1.2 >= $LIBECAL_REQUIRED libedataserver-1.2 >= $LIBEDATASERVER_REQUIRED libedataserverui-1.2 >= $LIBEDATASERVERUI_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED"
 
14102
       LIBECAL_REQUIREMENT="libecal-1.2 >= $LIBECAL_REQUIRED libedataserver-1.2 >= $LIBEDATASERVER_REQUIRED libedataserverui-3.0 >= $LIBEDATASERVERUI_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED"
13798
14103
       CLOCK_EDS_ICONDIR=`$PKG_CONFIG --variable=datadir evolution-data-server-1.2`/pixmaps/evolution-data-server
13799
14104
       HAVE_EDS=yes
13800
14105
    else
13875
14180
        # Put the nasty error message in config.log where it belongs
13876
14181
        echo "$TZ_PKG_ERRORS" >&5
13877
14182
 
13878
 
        as_fn_error $? "Package requirements (gio-2.0 >= $GLIB_REQUIRED) were not met:
 
14183
        as_fn_error "Package requirements (gio-2.0 >= $GLIB_REQUIRED) were not met:
13879
14184
 
13880
14185
$TZ_PKG_ERRORS
13881
14186
 
13890
14195
$as_echo "no" >&6; }
13891
14196
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13892
14197
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13893
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
14198
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13894
14199
is in your PATH or set the PKG_CONFIG environment variable to the full
13895
14200
path to pkg-config.
13896
14201
 
13899
14204
See the pkg-config man page for more details.
13900
14205
 
13901
14206
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13902
 
See \`config.log' for more details" "$LINENO" 5; }
 
14207
See \`config.log' for more details." "$LINENO" 5; }
13903
14208
else
13904
14209
        TZ_CFLAGS=$pkg_cv_TZ_CFLAGS
13905
14210
        TZ_LIBS=$pkg_cv_TZ_LIBS
13919
14224
    pkg_cv_CLOCK_CFLAGS="$CLOCK_CFLAGS"
13920
14225
 elif test -n "$PKG_CONFIG"; then
13921
14226
    if test -n "$PKG_CONFIG" && \
13922
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED\""; } >&5
13923
 
  ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5
 
14227
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-3.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= \$GWEATHER_REQUIRED gnome-desktop-3.0 >= \$LIBGNOME_DESKTOP_REQUIRED\""; } >&5
 
14228
  ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5
13924
14229
  ac_status=$?
13925
14230
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13926
14231
  test $ac_status = 0; }; then
13927
 
  pkg_cv_CLOCK_CFLAGS=`$PKG_CONFIG --cflags "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null`
 
14232
  pkg_cv_CLOCK_CFLAGS=`$PKG_CONFIG --cflags "pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null`
13928
14233
else
13929
14234
  pkg_failed=yes
13930
14235
fi
13935
14240
    pkg_cv_CLOCK_LIBS="$CLOCK_LIBS"
13936
14241
 elif test -n "$PKG_CONFIG"; then
13937
14242
    if test -n "$PKG_CONFIG" && \
13938
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED\""; } >&5
13939
 
  ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5
 
14243
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-3.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= \$GWEATHER_REQUIRED gnome-desktop-3.0 >= \$LIBGNOME_DESKTOP_REQUIRED\""; } >&5
 
14244
  ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5
13940
14245
  ac_status=$?
13941
14246
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13942
14247
  test $ac_status = 0; }; then
13943
 
  pkg_cv_CLOCK_LIBS=`$PKG_CONFIG --libs "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null`
 
14248
  pkg_cv_CLOCK_LIBS=`$PKG_CONFIG --libs "pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null`
13944
14249
else
13945
14250
  pkg_failed=yes
13946
14251
fi
13960
14265
        _pkg_short_errors_supported=no
13961
14266
fi
13962
14267
        if test $_pkg_short_errors_supported = yes; then
13963
 
                CLOCK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1`
 
14268
                CLOCK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1`
13964
14269
        else
13965
 
                CLOCK_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1`
 
14270
                CLOCK_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1`
13966
14271
        fi
13967
14272
        # Put the nasty error message in config.log where it belongs
13968
14273
        echo "$CLOCK_PKG_ERRORS" >&5
13969
14274
 
13970
 
        as_fn_error $? "Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED) were not met:
 
14275
        as_fn_error "Package requirements (pango >= $PANGO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 gweather-3.0 >= $GWEATHER_REQUIRED gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED) were not met:
13971
14276
 
13972
14277
$CLOCK_PKG_ERRORS
13973
14278
 
13982
14287
$as_echo "no" >&6; }
13983
14288
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13984
14289
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13985
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
14290
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
13986
14291
is in your PATH or set the PKG_CONFIG environment variable to the full
13987
14292
path to pkg-config.
13988
14293
 
13991
14296
See the pkg-config man page for more details.
13992
14297
 
13993
14298
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
13994
 
See \`config.log' for more details" "$LINENO" 5; }
 
14299
See \`config.log' for more details." "$LINENO" 5; }
13995
14300
else
13996
14301
        CLOCK_CFLAGS=$pkg_cv_CLOCK_CFLAGS
13997
14302
        CLOCK_LIBS=$pkg_cv_CLOCK_LIBS
14190
14495
  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
14191
14496
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
14192
14497
$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
14193
 
if eval "test \"\${$as_ac_Header+set}\"" = set; then :
 
14498
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
14194
14499
  $as_echo_n "(cached) " >&6
14195
14500
else
14196
14501
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14217
14522
eval ac_res=\$$as_ac_Header
14218
14523
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14219
14524
$as_echo "$ac_res" >&6; }
14220
 
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
 
14525
eval as_val=\$$as_ac_Header
 
14526
   if test "x$as_val" = x""yes; then :
14221
14527
  cat >>confdefs.h <<_ACEOF
14222
14528
#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
14223
14529
_ACEOF
14411
14717
  have_x=disabled
14412
14718
else
14413
14719
  case $x_includes,$x_libraries in #(
14414
 
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
 
14720
    *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14415
14721
    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14416
14722
  $as_echo_n "(cached) " >&6
14417
14723
else
14429
14735
        @echo libdir='${LIBDIR}'
14430
14736
_ACEOF
14431
14737
  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
14432
 
    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 
14738
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
14433
14739
    for ac_var in incroot usrlibdir libdir; do
14434
14740
      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14435
14741
    done
14515
14821
  fi
14516
14822
done
14517
14823
fi
14518
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
14824
rm -f conftest.err conftest.$ac_ext
14519
14825
fi # $ac_x_includes = no
14520
14826
 
14521
14827
if test "$ac_x_libraries" = no; then
15141
15447
 
15142
15448
  # X not found
15143
15449
  if test x$no_x = xyes ; then
15144
 
    as_fn_error $? "X development libraries not found" "$LINENO" 5
 
15450
    as_fn_error "X development libraries not found" "$LINENO" 5
15145
15451
  fi
15146
15452
 
15147
15453
  gp_save_cflags="$CFLAGS"
15192
15498
  LIBS="-lX11 $LIBS"
15193
15499
 
15194
15500
else
15195
 
  as_fn_error $? "libX11 not found" "$LINENO" 5
 
15501
  as_fn_error "libX11 not found" "$LINENO" 5
15196
15502
fi
15197
15503
 
15198
15504
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauFileName in -lXau" >&5
15239
15545
  LIBS="-lXau $LIBS"
15240
15546
 
15241
15547
else
15242
 
  as_fn_error $? "libXau not found" "$LINENO" 5
 
15548
  as_fn_error "libXau not found" "$LINENO" 5
15243
15549
fi
15244
15550
 
15245
15551
  CFLAGS="$gp_save_cflags"
15745
16051
 
15746
16052
  # X not found
15747
16053
  if test x$no_x = xyes ; then
15748
 
    as_fn_error $? "X development libraries not found" "$LINENO" 5
 
16054
    as_fn_error "X development libraries not found" "$LINENO" 5
15749
16055
  fi
15750
16056
 
15751
16057
  gp_save_cflags="$CFLAGS"
15796
16102
  LIBS="-lX11 $LIBS"
15797
16103
 
15798
16104
else
15799
 
  as_fn_error $? "libX11 not found" "$LINENO" 5
 
16105
  as_fn_error "libX11 not found" "$LINENO" 5
15800
16106
fi
15801
16107
 
15802
16108
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauFileName in -lXau" >&5
15843
16149
  LIBS="-lXau $LIBS"
15844
16150
 
15845
16151
else
15846
 
  as_fn_error $? "libXau not found" "$LINENO" 5
 
16152
  as_fn_error "libXau not found" "$LINENO" 5
15847
16153
fi
15848
16154
 
15849
16155
  CFLAGS="$gp_save_cflags"
15940
16246
modulesdir="\$(libdir)/gnome-panel/modules"
15941
16247
 
15942
16248
 
15943
 
appletsdir="\$(datadir)/gnome-panel/applets"
15944
 
 
15945
 
 
15946
 
 
15947
 
LIB_PANEL_APPLET_BONOBO_LT_VERSION=2:73:2
15948
 
 
15949
 
 
15950
 
LIBBONOBOUI_REQUIRED=2.1.1
15951
 
ORBIT_REQUIRED=2.4.0
15952
 
 
15953
 
# Check whether --enable-bonobo was given.
15954
 
if test "${enable_bonobo+set}" = set; then :
15955
 
  enableval=$enable_bonobo; enable_bonobo=$enableval
15956
 
else
15957
 
  enable_bonobo=auto
15958
 
fi
15959
 
 
15960
 
 
15961
 
BONOBO_CFLAGS=
15962
 
BONOBO_LIBS=
15963
 
LIBPANEL_APPLET_BONOBO_CFLAGS=
15964
 
LIBPANEL_APPLET_BONOBO_LIBS=
15965
 
ORBIT_IDL=
15966
 
BONOBO_IDLDIR=
15967
 
BONOBO_ACT_IDLDIR=
15968
 
 
15969
 
if test "x$enable_bonobo" = "xno" ; then
15970
 
  HAVE_BONOBO=no
15971
 
else
15972
 
  HAVE_BONOBO=no
15973
 
 
15974
 
pkg_failed=no
15975
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BONOBO" >&5
15976
 
$as_echo_n "checking for BONOBO... " >&6; }
15977
 
 
15978
 
if test -n "$BONOBO_CFLAGS"; then
15979
 
    pkg_cv_BONOBO_CFLAGS="$BONOBO_CFLAGS"
15980
 
 elif test -n "$PKG_CONFIG"; then
15981
 
    if test -n "$PKG_CONFIG" && \
15982
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ORBit-2.0 >= \$ORBIT_REQUIRED libbonoboui-2.0 >= \$LIBBONOBOUI_REQUIRED\""; } >&5
15983
 
  ($PKG_CONFIG --exists --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED") 2>&5
15984
 
  ac_status=$?
15985
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15986
 
  test $ac_status = 0; }; then
15987
 
  pkg_cv_BONOBO_CFLAGS=`$PKG_CONFIG --cflags "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>/dev/null`
15988
 
else
15989
 
  pkg_failed=yes
15990
 
fi
15991
 
 else
15992
 
    pkg_failed=untried
15993
 
fi
15994
 
if test -n "$BONOBO_LIBS"; then
15995
 
    pkg_cv_BONOBO_LIBS="$BONOBO_LIBS"
15996
 
 elif test -n "$PKG_CONFIG"; then
15997
 
    if test -n "$PKG_CONFIG" && \
15998
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ORBit-2.0 >= \$ORBIT_REQUIRED libbonoboui-2.0 >= \$LIBBONOBOUI_REQUIRED\""; } >&5
15999
 
  ($PKG_CONFIG --exists --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED") 2>&5
16000
 
  ac_status=$?
16001
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16002
 
  test $ac_status = 0; }; then
16003
 
  pkg_cv_BONOBO_LIBS=`$PKG_CONFIG --libs "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>/dev/null`
16004
 
else
16005
 
  pkg_failed=yes
16006
 
fi
16007
 
 else
16008
 
    pkg_failed=untried
16009
 
fi
16010
 
 
16011
 
 
16012
 
 
16013
 
if test $pkg_failed = yes; then
16014
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16015
 
$as_echo "no" >&6; }
16016
 
 
16017
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
16018
 
        _pkg_short_errors_supported=yes
16019
 
else
16020
 
        _pkg_short_errors_supported=no
16021
 
fi
16022
 
        if test $_pkg_short_errors_supported = yes; then
16023
 
                BONOBO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>&1`
16024
 
        else
16025
 
                BONOBO_PKG_ERRORS=`$PKG_CONFIG --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>&1`
16026
 
        fi
16027
 
        # Put the nasty error message in config.log where it belongs
16028
 
        echo "$BONOBO_PKG_ERRORS" >&5
16029
 
 
16030
 
        HAVE_BONOBO=no
16031
 
elif test $pkg_failed = untried; then
16032
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16033
 
$as_echo "no" >&6; }
16034
 
        HAVE_BONOBO=no
16035
 
else
16036
 
        BONOBO_CFLAGS=$pkg_cv_BONOBO_CFLAGS
16037
 
        BONOBO_LIBS=$pkg_cv_BONOBO_LIBS
16038
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16039
 
$as_echo "yes" >&6; }
16040
 
        HAVE_BONOBO=yes
16041
 
fi
16042
 
 
16043
 
  if test "x$enable_bonobo" = "xyes" -a "x$HAVE_BONOBO" = "xno" ; then
16044
 
    as_fn_error $? "Bonobo compatibility modules explicity enabled but not available" "$LINENO" 5
16045
 
  fi
16046
 
 
16047
 
  if test "x$HAVE_BONOBO" = "xyes"; then
16048
 
 
16049
 
pkg_failed=no
16050
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANEL_MODULE_BONOBO" >&5
16051
 
$as_echo_n "checking for PANEL_MODULE_BONOBO... " >&6; }
16052
 
 
16053
 
if test -n "$PANEL_MODULE_BONOBO_CFLAGS"; then
16054
 
    pkg_cv_PANEL_MODULE_BONOBO_CFLAGS="$PANEL_MODULE_BONOBO_CFLAGS"
16055
 
 elif test -n "$PKG_CONFIG"; then
16056
 
    if test -n "$PKG_CONFIG" && \
16057
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ORBit-2.0 >= \$ORBIT_REQUIRED libbonoboui-2.0 >= \$LIBBONOBOUI_REQUIRED\""; } >&5
16058
 
  ($PKG_CONFIG --exists --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED") 2>&5
16059
 
  ac_status=$?
16060
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16061
 
  test $ac_status = 0; }; then
16062
 
  pkg_cv_PANEL_MODULE_BONOBO_CFLAGS=`$PKG_CONFIG --cflags "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>/dev/null`
16063
 
else
16064
 
  pkg_failed=yes
16065
 
fi
16066
 
 else
16067
 
    pkg_failed=untried
16068
 
fi
16069
 
if test -n "$PANEL_MODULE_BONOBO_LIBS"; then
16070
 
    pkg_cv_PANEL_MODULE_BONOBO_LIBS="$PANEL_MODULE_BONOBO_LIBS"
16071
 
 elif test -n "$PKG_CONFIG"; then
16072
 
    if test -n "$PKG_CONFIG" && \
16073
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ORBit-2.0 >= \$ORBIT_REQUIRED libbonoboui-2.0 >= \$LIBBONOBOUI_REQUIRED\""; } >&5
16074
 
  ($PKG_CONFIG --exists --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED") 2>&5
16075
 
  ac_status=$?
16076
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16077
 
  test $ac_status = 0; }; then
16078
 
  pkg_cv_PANEL_MODULE_BONOBO_LIBS=`$PKG_CONFIG --libs "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>/dev/null`
16079
 
else
16080
 
  pkg_failed=yes
16081
 
fi
16082
 
 else
16083
 
    pkg_failed=untried
16084
 
fi
16085
 
 
16086
 
 
16087
 
 
16088
 
if test $pkg_failed = yes; then
16089
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16090
 
$as_echo "no" >&6; }
16091
 
 
16092
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
16093
 
        _pkg_short_errors_supported=yes
16094
 
else
16095
 
        _pkg_short_errors_supported=no
16096
 
fi
16097
 
        if test $_pkg_short_errors_supported = yes; then
16098
 
                PANEL_MODULE_BONOBO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>&1`
16099
 
        else
16100
 
                PANEL_MODULE_BONOBO_PKG_ERRORS=`$PKG_CONFIG --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED" 2>&1`
16101
 
        fi
16102
 
        # Put the nasty error message in config.log where it belongs
16103
 
        echo "$PANEL_MODULE_BONOBO_PKG_ERRORS" >&5
16104
 
 
16105
 
        as_fn_error $? "Package requirements (ORBit-2.0 >= $ORBIT_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED) were not met:
16106
 
 
16107
 
$PANEL_MODULE_BONOBO_PKG_ERRORS
16108
 
 
16109
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16110
 
installed software in a non-standard prefix.
16111
 
 
16112
 
Alternatively, you may set the environment variables PANEL_MODULE_BONOBO_CFLAGS
16113
 
and PANEL_MODULE_BONOBO_LIBS to avoid the need to call pkg-config.
16114
 
See the pkg-config man page for more details." "$LINENO" 5
16115
 
elif test $pkg_failed = untried; then
16116
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16117
 
$as_echo "no" >&6; }
16118
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16119
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16120
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
16121
 
is in your PATH or set the PKG_CONFIG environment variable to the full
16122
 
path to pkg-config.
16123
 
 
16124
 
Alternatively, you may set the environment variables PANEL_MODULE_BONOBO_CFLAGS
16125
 
and PANEL_MODULE_BONOBO_LIBS to avoid the need to call pkg-config.
16126
 
See the pkg-config man page for more details.
16127
 
 
16128
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16129
 
See \`config.log' for more details" "$LINENO" 5; }
16130
 
else
16131
 
        PANEL_MODULE_BONOBO_CFLAGS=$pkg_cv_PANEL_MODULE_BONOBO_CFLAGS
16132
 
        PANEL_MODULE_BONOBO_LIBS=$pkg_cv_PANEL_MODULE_BONOBO_LIBS
16133
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16134
 
$as_echo "yes" >&6; }
16135
 
 
16136
 
fi
16137
 
 
16138
 
pkg_failed=no
16139
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPANEL_APPLET_BONOBO" >&5
16140
 
$as_echo_n "checking for LIBPANEL_APPLET_BONOBO... " >&6; }
16141
 
 
16142
 
if test -n "$LIBPANEL_APPLET_BONOBO_CFLAGS"; then
16143
 
    pkg_cv_LIBPANEL_APPLET_BONOBO_CFLAGS="$LIBPANEL_APPLET_BONOBO_CFLAGS"
16144
 
 elif test -n "$PKG_CONFIG"; then
16145
 
    if test -n "$PKG_CONFIG" && \
16146
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ORBit-2.0 >= \$ORBIT_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED libbonoboui-2.0 >= \$LIBBONOBOUI_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED\""; } >&5
16147
 
  ($PKG_CONFIG --exists --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED") 2>&5
16148
 
  ac_status=$?
16149
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16150
 
  test $ac_status = 0; }; then
16151
 
  pkg_cv_LIBPANEL_APPLET_BONOBO_CFLAGS=`$PKG_CONFIG --cflags "ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED" 2>/dev/null`
16152
 
else
16153
 
  pkg_failed=yes
16154
 
fi
16155
 
 else
16156
 
    pkg_failed=untried
16157
 
fi
16158
 
if test -n "$LIBPANEL_APPLET_BONOBO_LIBS"; then
16159
 
    pkg_cv_LIBPANEL_APPLET_BONOBO_LIBS="$LIBPANEL_APPLET_BONOBO_LIBS"
16160
 
 elif test -n "$PKG_CONFIG"; then
16161
 
    if test -n "$PKG_CONFIG" && \
16162
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ORBit-2.0 >= \$ORBIT_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED libbonoboui-2.0 >= \$LIBBONOBOUI_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED\""; } >&5
16163
 
  ($PKG_CONFIG --exists --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED") 2>&5
16164
 
  ac_status=$?
16165
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16166
 
  test $ac_status = 0; }; then
16167
 
  pkg_cv_LIBPANEL_APPLET_BONOBO_LIBS=`$PKG_CONFIG --libs "ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED" 2>/dev/null`
16168
 
else
16169
 
  pkg_failed=yes
16170
 
fi
16171
 
 else
16172
 
    pkg_failed=untried
16173
 
fi
16174
 
 
16175
 
 
16176
 
 
16177
 
if test $pkg_failed = yes; then
16178
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16179
 
$as_echo "no" >&6; }
16180
 
 
16181
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
16182
 
        _pkg_short_errors_supported=yes
16183
 
else
16184
 
        _pkg_short_errors_supported=no
16185
 
fi
16186
 
        if test $_pkg_short_errors_supported = yes; then
16187
 
                LIBPANEL_APPLET_BONOBO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED" 2>&1`
16188
 
        else
16189
 
                LIBPANEL_APPLET_BONOBO_PKG_ERRORS=`$PKG_CONFIG --print-errors "ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED" 2>&1`
16190
 
        fi
16191
 
        # Put the nasty error message in config.log where it belongs
16192
 
        echo "$LIBPANEL_APPLET_BONOBO_PKG_ERRORS" >&5
16193
 
 
16194
 
        as_fn_error $? "Package requirements (ORBit-2.0 >= $ORBIT_REQUIRED gtk+-2.0 >= $GTK_REQUIRED libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED gconf-2.0 >= $GCONF_REQUIRED) were not met:
16195
 
 
16196
 
$LIBPANEL_APPLET_BONOBO_PKG_ERRORS
16197
 
 
16198
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16199
 
installed software in a non-standard prefix.
16200
 
 
16201
 
Alternatively, you may set the environment variables LIBPANEL_APPLET_BONOBO_CFLAGS
16202
 
and LIBPANEL_APPLET_BONOBO_LIBS to avoid the need to call pkg-config.
16203
 
See the pkg-config man page for more details." "$LINENO" 5
16204
 
elif test $pkg_failed = untried; then
16205
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16206
 
$as_echo "no" >&6; }
16207
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16208
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16209
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
16210
 
is in your PATH or set the PKG_CONFIG environment variable to the full
16211
 
path to pkg-config.
16212
 
 
16213
 
Alternatively, you may set the environment variables LIBPANEL_APPLET_BONOBO_CFLAGS
16214
 
and LIBPANEL_APPLET_BONOBO_LIBS to avoid the need to call pkg-config.
16215
 
See the pkg-config man page for more details.
16216
 
 
16217
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16218
 
See \`config.log' for more details" "$LINENO" 5; }
16219
 
else
16220
 
        LIBPANEL_APPLET_BONOBO_CFLAGS=$pkg_cv_LIBPANEL_APPLET_BONOBO_CFLAGS
16221
 
        LIBPANEL_APPLET_BONOBO_LIBS=$pkg_cv_LIBPANEL_APPLET_BONOBO_LIBS
16222
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16223
 
$as_echo "yes" >&6; }
16224
 
 
16225
 
fi
16226
 
 
16227
 
        ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
16228
 
    BONOBO_IDLDIR="`$PKG_CONFIG --variable=idldir libbonobo-2.0`"
16229
 
    BONOBO_ACT_IDLDIR="`$PKG_CONFIG --variable=idldir bonobo-activation-2.0`"
16230
 
 
16231
 
    # Extract the first word of "gio-querymodules", so it can be a program name with args.
16232
 
set dummy gio-querymodules; ac_word=$2
16233
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16234
 
$as_echo_n "checking for $ac_word... " >&6; }
16235
 
if test "${ac_cv_path_GIO_QUERYMODULES+set}" = set; then :
16236
 
  $as_echo_n "(cached) " >&6
16237
 
else
16238
 
  case $GIO_QUERYMODULES in
16239
 
  [\\/]* | ?:[\\/]*)
16240
 
  ac_cv_path_GIO_QUERYMODULES="$GIO_QUERYMODULES" # Let the user override the test with a path.
16241
 
  ;;
16242
 
  *)
16243
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16244
 
for as_dir in $PATH
16245
 
do
16246
 
  IFS=$as_save_IFS
16247
 
  test -z "$as_dir" && as_dir=.
16248
 
    for ac_exec_ext in '' $ac_executable_extensions; do
16249
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16250
 
    ac_cv_path_GIO_QUERYMODULES="$as_dir/$ac_word$ac_exec_ext"
16251
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16252
 
    break 2
16253
 
  fi
16254
 
done
16255
 
  done
16256
 
IFS=$as_save_IFS
16257
 
 
16258
 
  test -z "$ac_cv_path_GIO_QUERYMODULES" && ac_cv_path_GIO_QUERYMODULES="no"
16259
 
  ;;
16260
 
esac
16261
 
fi
16262
 
GIO_QUERYMODULES=$ac_cv_path_GIO_QUERYMODULES
16263
 
if test -n "$GIO_QUERYMODULES"; then
16264
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIO_QUERYMODULES" >&5
16265
 
$as_echo "$GIO_QUERYMODULES" >&6; }
16266
 
else
16267
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16268
 
$as_echo "no" >&6; }
16269
 
fi
16270
 
 
16271
 
 
16272
 
  fi
16273
 
fi
16274
 
 
16275
 
 if test "x$HAVE_BONOBO" = "xyes"; then
16276
 
  HAVE_BONOBO_TRUE=
16277
 
  HAVE_BONOBO_FALSE='#'
16278
 
else
16279
 
  HAVE_BONOBO_TRUE='#'
16280
 
  HAVE_BONOBO_FALSE=
16281
 
fi
16282
 
 
16283
 
 
16284
 
 
16285
 
 
16286
 
 
16287
 
 
16288
 
 
16289
 
 
16290
 
 
16291
 
 
16292
 
GETTEXT_PACKAGE=gnome-panel-2.0
 
16249
appletsdir="\$(datadir)/gnome-panel/\$(LIBPANEL_APPLET_API_VERSION)/applets"
 
16250
 
 
16251
appletsdir_pkgconfig="\${datadir}/gnome-panel/\${libpanel_applet_api_version}/applets"
 
16252
 
 
16253
 
 
16254
 
 
16255
GETTEXT_PACKAGE=gnome-panel-3.0
16293
16256
 
16294
16257
cat >>confdefs.h <<_ACEOF
16295
16258
#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
17160
17123
  test $ac_status = 0; }; then
17161
17124
  :
17162
17125
else
17163
 
  as_fn_error $? "You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" "$LINENO" 5
 
17126
  as_fn_error "You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" "$LINENO" 5
17164
17127
fi
17165
17128
  fi
17166
17129
 
17255
17218
else
17256
17219
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17257
17220
$as_echo "no" >&6; }
17258
 
        as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
 
17221
        as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
17259
17222
fi
17260
17223
 
17261
17224
 
17359
17322
if test "${enable_schemas_install+set}" = set; then :
17360
17323
  enableval=$enable_schemas_install; case ${enableval} in
17361
17324
       yes|no) ;;
17362
 
       *) as_fn_error $? "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5 ;;
 
17325
       *) as_fn_error "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5 ;;
17363
17326
      esac
17364
17327
fi
17365
17328
 
17489
17452
fi
17490
17453
 
17491
17454
 
17492
 
ac_config_files="$ac_config_files Makefile icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile icons/scalable/Makefile gnome-panel/Makefile gnome-panel/libegg/Makefile gnome-panel/libpanel-applet-private/Makefile gnome-panel/libpanel-util/Makefile gnome-panel/gnome-panel.desktop.in libpanel-applet/libpanelapplet-3.0.pc libpanel-applet/libpanelapplet-3.0-uninstalled.pc libpanel-applet/Makefile po/Makefile.in applets/Makefile applets/clock/Makefile applets/clock/pixmaps/Makefile applets/fish/Makefile applets/notification_area/Makefile applets/wncklet/Makefile doc/Makefile doc/reference/Makefile doc/reference/panel-applet/Makefile help/Makefile help/clock/Makefile help/fish/Makefile man/Makefile bonobo/Makefile bonobo/idl/Makefile bonobo/libpanel-applet/libpanelapplet-2.0.pc bonobo/libpanel-applet/libpanelapplet-2.0-uninstalled.pc bonobo/libpanel-applet/Makefile bonobo/panel-module/Makefile"
 
17455
ac_config_files="$ac_config_files Makefile data/Makefile data/16x16/Makefile data/22x22/Makefile data/24x24/Makefile data/32x32/Makefile data/48x48/Makefile data/scalable/Makefile gnome-panel/Makefile gnome-panel/libegg/Makefile gnome-panel/libpanel-applet-private/Makefile gnome-panel/libpanel-util/Makefile gnome-panel/gnome-panel.desktop.in libpanel-applet/Makefile libpanel-applet/libpanelapplet-4.0.pc libpanel-applet/libpanelapplet-4.0-uninstalled.pc po/Makefile.in applets/Makefile applets/clock/Makefile applets/clock/pixmaps/Makefile applets/fish/Makefile applets/notification_area/Makefile applets/wncklet/Makefile doc/Makefile doc/reference/Makefile doc/reference/panel-applet/Makefile help/Makefile help/clock/Makefile help/fish/Makefile man/Makefile"
 
17456
 
17493
17457
 
17494
17458
cat >confcache <<\_ACEOF
17495
17459
# This file is a shell script that caches the results of configure
17574
17538
 
17575
17539
ac_libobjs=
17576
17540
ac_ltlibobjs=
17577
 
U=
17578
17541
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17579
17542
  # 1. Remove the extension, and $U if already installed.
17580
17543
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17598
17561
fi
17599
17562
 
17600
17563
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17601
 
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
 
17564
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17602
17565
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17603
17566
fi
17604
17567
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17605
 
  as_fn_error $? "conditional \"AMDEP\" was never defined.
 
17568
  as_fn_error "conditional \"AMDEP\" was never defined.
17606
17569
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17607
17570
fi
17608
17571
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17609
 
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 
17572
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
17610
17573
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17611
17574
fi
17612
17575
 
17614
17577
 
17615
17578
 
17616
17579
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17617
 
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 
17580
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
17618
17581
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17619
17582
fi
17620
17583
if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
17621
 
  as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
 
17584
  as_fn_error "conditional \"HAVE_INTROSPECTION\" was never defined.
17622
17585
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17623
17586
fi
17624
17587
if test -z "${HAVE_LIBECAL_TRUE}" && test -z "${HAVE_LIBECAL_FALSE}"; then
17625
 
  as_fn_error $? "conditional \"HAVE_LIBECAL\" was never defined.
 
17588
  as_fn_error "conditional \"HAVE_LIBECAL\" was never defined.
17626
17589
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17627
17590
fi
17628
17591
if test -z "${CLOCK_INPROCESS_TRUE}" && test -z "${CLOCK_INPROCESS_FALSE}"; then
17629
 
  as_fn_error $? "conditional \"CLOCK_INPROCESS\" was never defined.
 
17592
  as_fn_error "conditional \"CLOCK_INPROCESS\" was never defined.
17630
17593
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17631
17594
fi
17632
17595
if test -z "${FISH_INPROCESS_TRUE}" && test -z "${FISH_INPROCESS_FALSE}"; then
17633
 
  as_fn_error $? "conditional \"FISH_INPROCESS\" was never defined.
 
17596
  as_fn_error "conditional \"FISH_INPROCESS\" was never defined.
17634
17597
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17635
17598
fi
17636
17599
if test -z "${NOTIFICATION_AREA_INPROCESS_TRUE}" && test -z "${NOTIFICATION_AREA_INPROCESS_FALSE}"; then
17637
 
  as_fn_error $? "conditional \"NOTIFICATION_AREA_INPROCESS\" was never defined.
 
17600
  as_fn_error "conditional \"NOTIFICATION_AREA_INPROCESS\" was never defined.
17638
17601
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17639
17602
fi
17640
17603
if test -z "${WNCKLET_INPROCESS_TRUE}" && test -z "${WNCKLET_INPROCESS_FALSE}"; then
17641
 
  as_fn_error $? "conditional \"WNCKLET_INPROCESS\" was never defined.
17642
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17643
 
fi
17644
 
if test -z "${HAVE_BONOBO_TRUE}" && test -z "${HAVE_BONOBO_FALSE}"; then
17645
 
  as_fn_error $? "conditional \"HAVE_BONOBO\" was never defined.
 
17604
  as_fn_error "conditional \"WNCKLET_INPROCESS\" was never defined.
17646
17605
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17647
17606
fi
17648
17607
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
17649
 
  as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
 
17608
  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
17650
17609
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17651
17610
fi
17652
17611
if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
17653
 
  as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
17612
  as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
17654
17613
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17655
17614
fi
17656
17615
if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
17657
 
  as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
17616
  as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
17658
17617
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17659
17618
fi
17660
17619
if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
17661
 
  as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
 
17620
  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
17662
17621
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17663
17622
fi
17664
17623
if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
17665
 
  as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
17624
  as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
17666
17625
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17667
17626
fi
17668
17627
if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
17669
 
  as_fn_error $? "conditional \"ENABLE_SK\" was never defined.
 
17628
  as_fn_error "conditional \"ENABLE_SK\" was never defined.
17670
17629
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17671
17630
fi
17672
17631
if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
17673
 
  as_fn_error $? "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
17632
  as_fn_error "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
17674
17633
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17675
17634
fi
17676
17635
if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
17677
 
  as_fn_error $? "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
17636
  as_fn_error "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
17678
17637
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17679
17638
fi
17680
17639
 
17824
17783
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17825
17784
 
17826
17785
 
17827
 
# as_fn_error STATUS ERROR [LINENO LOG_FD]
17828
 
# ----------------------------------------
 
17786
# as_fn_error ERROR [LINENO LOG_FD]
 
17787
# ---------------------------------
17829
17788
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17830
17789
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17831
 
# script with STATUS, using 1 if that was 0.
 
17790
# script with status $?, using 1 if that was 0.
17832
17791
as_fn_error ()
17833
17792
{
17834
 
  as_status=$1; test $as_status -eq 0 && as_status=1
17835
 
  if test "$4"; then
17836
 
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17837
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
17793
  as_status=$?; test $as_status -eq 0 && as_status=1
 
17794
  if test "$3"; then
 
17795
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17796
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17838
17797
  fi
17839
 
  $as_echo "$as_me: error: $2" >&2
 
17798
  $as_echo "$as_me: error: $1" >&2
17840
17799
  as_fn_exit $as_status
17841
17800
} # as_fn_error
17842
17801
 
18032
17991
      test -d "$as_dir" && break
18033
17992
    done
18034
17993
    test -z "$as_dirs" || eval "mkdir $as_dirs"
18035
 
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
17994
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18036
17995
 
18037
17996
 
18038
17997
} # as_fn_mkdir_p
18085
18044
# report actual input values of CONFIG_FILES etc. instead of their
18086
18045
# values after options handling.
18087
18046
ac_log="
18088
 
This file was extended by gnome-panel $as_me 2.32.1, which was
18089
 
generated by GNU Autoconf 2.67.  Invocation command line was
 
18047
This file was extended by gnome-panel $as_me 3.0.2, which was
 
18048
generated by GNU Autoconf 2.65.  Invocation command line was
18090
18049
 
18091
18050
  CONFIG_FILES    = $CONFIG_FILES
18092
18051
  CONFIG_HEADERS  = $CONFIG_HEADERS
18151
18110
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18152
18111
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18153
18112
ac_cs_version="\\
18154
 
gnome-panel config.status 2.32.1
18155
 
configured by $0, generated by GNU Autoconf 2.67,
 
18113
gnome-panel config.status 3.0.2
 
18114
configured by $0, generated by GNU Autoconf 2.65,
18156
18115
  with options \\"\$ac_cs_config\\"
18157
18116
 
18158
 
Copyright (C) 2010 Free Software Foundation, Inc.
 
18117
Copyright (C) 2009 Free Software Foundation, Inc.
18159
18118
This config.status script is free software; the Free Software Foundation
18160
18119
gives unlimited permission to copy, distribute and modify it."
18161
18120
 
18173
18132
while test $# != 0
18174
18133
do
18175
18134
  case $1 in
18176
 
  --*=?*)
 
18135
  --*=*)
18177
18136
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
18178
18137
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18179
18138
    ac_shift=:
18180
18139
    ;;
18181
 
  --*=)
18182
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
18183
 
    ac_optarg=
18184
 
    ac_shift=:
18185
 
    ;;
18186
18140
  *)
18187
18141
    ac_option=$1
18188
18142
    ac_optarg=$2
18204
18158
    $ac_shift
18205
18159
    case $ac_optarg in
18206
18160
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18207
 
    '') as_fn_error $? "missing file argument" ;;
18208
18161
    esac
18209
18162
    as_fn_append CONFIG_FILES " '$ac_optarg'"
18210
18163
    ac_need_defaults=false;;
18217
18170
    ac_need_defaults=false;;
18218
18171
  --he | --h)
18219
18172
    # Conflict between --help and --header
18220
 
    as_fn_error $? "ambiguous option: \`$1'
 
18173
    as_fn_error "ambiguous option: \`$1'
18221
18174
Try \`$0 --help' for more information.";;
18222
18175
  --help | --hel | -h )
18223
18176
    $as_echo "$ac_cs_usage"; exit ;;
18226
18179
    ac_cs_silent=: ;;
18227
18180
 
18228
18181
  # This is an error.
18229
 
  -*) as_fn_error $? "unrecognized option: \`$1'
 
18182
  -*) as_fn_error "unrecognized option: \`$1'
18230
18183
Try \`$0 --help' for more information." ;;
18231
18184
 
18232
18185
  *) as_fn_append ac_config_targets " $1"
18542
18495
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
18543
18496
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
18544
18497
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18545
 
    "icons/Makefile") CONFIG_FILES="$CONFIG_FILES icons/Makefile" ;;
18546
 
    "icons/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES icons/16x16/Makefile" ;;
18547
 
    "icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES icons/22x22/Makefile" ;;
18548
 
    "icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES icons/24x24/Makefile" ;;
18549
 
    "icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES icons/32x32/Makefile" ;;
18550
 
    "icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/Makefile" ;;
18551
 
    "icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES icons/scalable/Makefile" ;;
 
18498
    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
 
18499
    "data/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES data/16x16/Makefile" ;;
 
18500
    "data/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/22x22/Makefile" ;;
 
18501
    "data/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/24x24/Makefile" ;;
 
18502
    "data/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/32x32/Makefile" ;;
 
18503
    "data/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/48x48/Makefile" ;;
 
18504
    "data/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/scalable/Makefile" ;;
18552
18505
    "gnome-panel/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-panel/Makefile" ;;
18553
18506
    "gnome-panel/libegg/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-panel/libegg/Makefile" ;;
18554
18507
    "gnome-panel/libpanel-applet-private/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-panel/libpanel-applet-private/Makefile" ;;
18555
18508
    "gnome-panel/libpanel-util/Makefile") CONFIG_FILES="$CONFIG_FILES gnome-panel/libpanel-util/Makefile" ;;
18556
18509
    "gnome-panel/gnome-panel.desktop.in") CONFIG_FILES="$CONFIG_FILES gnome-panel/gnome-panel.desktop.in" ;;
18557
 
    "libpanel-applet/libpanelapplet-3.0.pc") CONFIG_FILES="$CONFIG_FILES libpanel-applet/libpanelapplet-3.0.pc" ;;
18558
 
    "libpanel-applet/libpanelapplet-3.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libpanel-applet/libpanelapplet-3.0-uninstalled.pc" ;;
18559
18510
    "libpanel-applet/Makefile") CONFIG_FILES="$CONFIG_FILES libpanel-applet/Makefile" ;;
 
18511
    "libpanel-applet/libpanelapplet-4.0.pc") CONFIG_FILES="$CONFIG_FILES libpanel-applet/libpanelapplet-4.0.pc" ;;
 
18512
    "libpanel-applet/libpanelapplet-4.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libpanel-applet/libpanelapplet-4.0-uninstalled.pc" ;;
18560
18513
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
18561
18514
    "applets/Makefile") CONFIG_FILES="$CONFIG_FILES applets/Makefile" ;;
18562
18515
    "applets/clock/Makefile") CONFIG_FILES="$CONFIG_FILES applets/clock/Makefile" ;;
18571
18524
    "help/clock/Makefile") CONFIG_FILES="$CONFIG_FILES help/clock/Makefile" ;;
18572
18525
    "help/fish/Makefile") CONFIG_FILES="$CONFIG_FILES help/fish/Makefile" ;;
18573
18526
    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
18574
 
    "bonobo/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/Makefile" ;;
18575
 
    "bonobo/idl/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/idl/Makefile" ;;
18576
 
    "bonobo/libpanel-applet/libpanelapplet-2.0.pc") CONFIG_FILES="$CONFIG_FILES bonobo/libpanel-applet/libpanelapplet-2.0.pc" ;;
18577
 
    "bonobo/libpanel-applet/libpanelapplet-2.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES bonobo/libpanel-applet/libpanelapplet-2.0-uninstalled.pc" ;;
18578
 
    "bonobo/libpanel-applet/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/libpanel-applet/Makefile" ;;
18579
 
    "bonobo/panel-module/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/panel-module/Makefile" ;;
18580
18527
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
18581
18528
 
18582
 
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
18529
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18583
18530
  esac
18584
18531
done
18585
18532
 
18617
18564
{
18618
18565
  tmp=./conf$$-$RANDOM
18619
18566
  (umask 077 && mkdir "$tmp")
18620
 
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
18567
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18621
18568
 
18622
18569
# Set up the scripts for CONFIG_FILES section.
18623
18570
# No need to generate them if there are no CONFIG_FILES.
18634
18581
fi
18635
18582
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18636
18583
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18637
 
  ac_cs_awk_cr='\\r'
 
18584
  ac_cs_awk_cr='\r'
18638
18585
else
18639
18586
  ac_cs_awk_cr=$ac_cr
18640
18587
fi
18648
18595
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18649
18596
  echo "_ACEOF"
18650
18597
} >conf$$subs.sh ||
18651
 
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18652
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 
18598
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
18599
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18653
18600
ac_delim='%!_!# '
18654
18601
for ac_last_try in false false false false false :; do
18655
18602
  . ./conf$$subs.sh ||
18656
 
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
18603
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18657
18604
 
18658
18605
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18659
18606
  if test $ac_delim_n = $ac_delim_num; then
18660
18607
    break
18661
18608
  elif $ac_last_try; then
18662
 
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
18609
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18663
18610
  else
18664
18611
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18665
18612
  fi
18748
18695
else
18749
18696
  cat
18750
18697
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18751
 
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 
18698
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
18752
18699
_ACEOF
18753
18700
 
18754
 
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18755
 
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 
18701
# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
18702
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18756
18703
# trailing colons and then remove the whole line if VPATH becomes empty
18757
18704
# (actually we leave an empty line to preserve line numbers).
18758
18705
if test "x$srcdir" = x.; then
18759
 
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
18760
 
h
18761
 
s///
18762
 
s/^/:/
18763
 
s/[      ]*$/:/
18764
 
s/:\$(srcdir):/:/g
18765
 
s/:\${srcdir}:/:/g
18766
 
s/:@srcdir@:/:/g
18767
 
s/^:*//
 
18706
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
 
18707
s/:*\$(srcdir):*/:/
 
18708
s/:*\${srcdir}:*/:/
 
18709
s/:*@srcdir@:*/:/
 
18710
s/^\([^=]*=[     ]*\):*/\1/
18768
18711
s/:*$//
18769
 
x
18770
 
s/\(=[   ]*\).*/\1/
18771
 
G
18772
 
s/\n//
18773
18712
s/^[^=]*=[       ]*$//
18774
18713
}'
18775
18714
fi
18797
18736
  if test -z "$ac_t"; then
18798
18737
    break
18799
18738
  elif $ac_last_try; then
18800
 
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
 
18739
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18801
18740
  else
18802
18741
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18803
18742
  fi
18882
18821
_ACAWK
18883
18822
_ACEOF
18884
18823
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18885
 
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 
18824
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
18886
18825
fi # test -n "$CONFIG_HEADERS"
18887
18826
 
18888
18827
 
18895
18834
  esac
18896
18835
  case $ac_mode$ac_tag in
18897
18836
  :[FHL]*:*);;
18898
 
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
18837
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18899
18838
  :[FH]-) ac_tag=-:-;;
18900
18839
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18901
18840
  esac
18923
18862
           [\\/$]*) false;;
18924
18863
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18925
18864
           esac ||
18926
 
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
18865
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18927
18866
      esac
18928
18867
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18929
18868
      as_fn_append ac_file_inputs " '$ac_f'"
18950
18889
 
18951
18890
    case $ac_tag in
18952
18891
    *:-:* | *:-) cat >"$tmp/stdin" \
18953
 
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
 
18892
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
18954
18893
    esac
18955
18894
    ;;
18956
18895
  esac
19087
19026
$ac_datarootdir_hack
19088
19027
"
19089
19028
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
19090
 
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
19029
  || as_fn_error "could not create $ac_file" "$LINENO" 5
19091
19030
 
19092
19031
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19093
19032
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19094
19033
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19095
19034
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19096
 
which seems to be undefined.  Please make sure it is defined" >&5
 
19035
which seems to be undefined.  Please make sure it is defined." >&5
19097
19036
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19098
 
which seems to be undefined.  Please make sure it is defined" >&2;}
 
19037
which seems to be undefined.  Please make sure it is defined." >&2;}
19099
19038
 
19100
19039
  rm -f "$tmp/stdin"
19101
19040
  case $ac_file in
19102
19041
  -) cat "$tmp/out" && rm -f "$tmp/out";;
19103
19042
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19104
19043
  esac \
19105
 
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
19044
  || as_fn_error "could not create $ac_file" "$LINENO" 5
19106
19045
 ;;
19107
19046
  :H)
19108
19047
  #
19113
19052
      $as_echo "/* $configure_input  */" \
19114
19053
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19115
19054
    } >"$tmp/config.h" \
19116
 
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
19055
      || as_fn_error "could not create $ac_file" "$LINENO" 5
19117
19056
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19118
19057
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19119
19058
$as_echo "$as_me: $ac_file is unchanged" >&6;}
19120
19059
    else
19121
19060
      rm -f "$ac_file"
19122
19061
      mv "$tmp/config.h" "$ac_file" \
19123
 
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
19062
        || as_fn_error "could not create $ac_file" "$LINENO" 5
19124
19063
    fi
19125
19064
  else
19126
19065
    $as_echo "/* $configure_input  */" \
19127
19066
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19128
 
      || as_fn_error $? "could not create -" "$LINENO" 5
 
19067
      || as_fn_error "could not create -" "$LINENO" 5
19129
19068
  fi
19130
19069
# Compute "$ac_file"'s index in $config_headers.
19131
19070
_am_arg="$ac_file"
19282
19221
 
19283
19222
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
19284
19223
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
19224
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19285
19225
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
19286
19226
#
19287
19227
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
19910
19850
      esac ;;
19911
19851
    "po/stamp-it":C)
19912
19852
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
19913
 
       as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
 
19853
       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
19914
19854
    fi
19915
19855
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
19916
19856
    >"po/stamp-it.tmp"
19938
19878
ac_clean_files=$ac_clean_files_save
19939
19879
 
19940
19880
test $ac_write_fail = 0 ||
19941
 
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
19881
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19942
19882
 
19943
19883
 
19944
19884
# configure is writing to config.log, and then calls config.status.
19959
19899
  exec 5>>config.log
19960
19900
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19961
19901
  # would make configure fail if this is the last instruction.
19962
 
  $ac_cs_success || as_fn_exit 1
 
19902
  $ac_cs_success || as_fn_exit $?
19963
19903
fi
19964
19904
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19965
19905
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19999
19939
        Bonobo applets support:        ${HAVE_BONOBO}
20000
19940
        Applets to build in-process:   ${PANEL_INPROCESS_APPLETS}
20001
19941
        Evolution-Data-Server support: ${HAVE_EDS}
 
19942
        Telepathy-Glib support:        ${HAVE_TELEPATHY_GLIB}
20002
19943
        NetworkManager support:        ${HAVE_NETWORK_MANAGER}
20003
19944
        XRandr support:                ${have_randr}
20004
19945
        Build introspection support:   ${found_introspection}