~ubuntu-branches/ubuntu/maverick/indicator-network/maverick

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-09-10 12:47:54 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100910124754-7ocz4ybub2wfihln
Tags: 0.2.13-0ubuntu1
* New upstream release
  - indicator icon not updated after crash (LP: #634170)

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.65 for indicator-network 0.2.12.
 
3
# Generated by GNU Autoconf 2.67 for indicator-network 0.2.13.
4
4
#
5
5
#
6
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8
 
# Inc.
 
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
8
# Foundation, Inc.
9
9
#
10
10
#
11
11
# This configure script is free software; the Free Software Foundation
316
316
      test -d "$as_dir" && break
317
317
    done
318
318
    test -z "$as_dirs" || eval "mkdir $as_dirs"
319
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
319
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320
320
 
321
321
 
322
322
} # as_fn_mkdir_p
356
356
fi # as_fn_arith
357
357
 
358
358
 
359
 
# as_fn_error ERROR [LINENO LOG_FD]
360
 
# ---------------------------------
 
359
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
360
# ----------------------------------------
361
361
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362
362
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363
 
# script with status $?, using 1 if that was 0.
 
363
# script with STATUS, using 1 if that was 0.
364
364
as_fn_error ()
365
365
{
366
 
  as_status=$?; test $as_status -eq 0 && as_status=1
367
 
  if test "$3"; then
368
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
366
  as_status=$1; test $as_status -eq 0 && as_status=1
 
367
  if test "$4"; then
 
368
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
369
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
370
370
  fi
371
 
  $as_echo "$as_me: error: $1" >&2
 
371
  $as_echo "$as_me: error: $2" >&2
372
372
  as_fn_exit $as_status
373
373
} # as_fn_error
374
374
 
679
679
exec 6>&1
680
680
 
681
681
# Name of the host.
682
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
682
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
683
683
# so uname gets run too.
684
684
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
685
685
 
698
698
# Identity of this package.
699
699
PACKAGE_NAME='indicator-network'
700
700
PACKAGE_TARNAME='indicator-network'
701
 
PACKAGE_VERSION='0.2.12'
702
 
PACKAGE_STRING='indicator-network 0.2.12'
 
701
PACKAGE_VERSION='0.2.13'
 
702
PACKAGE_STRING='indicator-network 0.2.13'
703
703
PACKAGE_BUGREPORT=''
704
704
PACKAGE_URL=''
705
705
 
766
766
NETWORKSERVICE_CFLAGS
767
767
APPLET_LIBS
768
768
APPLET_CFLAGS
 
769
PKG_CONFIG_LIBDIR
 
770
PKG_CONFIG_PATH
769
771
PKG_CONFIG
770
772
AM_BACKSLASH
771
773
AM_DEFAULT_VERBOSITY
932
934
CPPFLAGS
933
935
CPP
934
936
PKG_CONFIG
 
937
PKG_CONFIG_PATH
 
938
PKG_CONFIG_LIBDIR
935
939
APPLET_CFLAGS
936
940
APPLET_LIBS
937
941
NETWORKSERVICE_CFLAGS
1000
1004
  fi
1001
1005
 
1002
1006
  case $ac_option in
1003
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1004
 
  *)    ac_optarg=yes ;;
 
1007
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
1008
  *=)   ac_optarg= ;;
 
1009
  *)    ac_optarg=yes ;;
1005
1010
  esac
1006
1011
 
1007
1012
  # Accept the important Cygnus configure options, so we can diagnose typos.
1046
1051
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1047
1052
    # Reject names that are not valid shell variable names.
1048
1053
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1049
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1054
      as_fn_error $? "invalid feature name: $ac_useropt"
1050
1055
    ac_useropt_orig=$ac_useropt
1051
1056
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1052
1057
    case $ac_user_opts in
1072
1077
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1073
1078
    # Reject names that are not valid shell variable names.
1074
1079
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1075
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1080
      as_fn_error $? "invalid feature name: $ac_useropt"
1076
1081
    ac_useropt_orig=$ac_useropt
1077
1082
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1078
1083
    case $ac_user_opts in
1276
1281
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1277
1282
    # Reject names that are not valid shell variable names.
1278
1283
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1279
 
      as_fn_error "invalid package name: $ac_useropt"
 
1284
      as_fn_error $? "invalid package name: $ac_useropt"
1280
1285
    ac_useropt_orig=$ac_useropt
1281
1286
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1282
1287
    case $ac_user_opts in
1292
1297
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1293
1298
    # Reject names that are not valid shell variable names.
1294
1299
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1295
 
      as_fn_error "invalid package name: $ac_useropt"
 
1300
      as_fn_error $? "invalid package name: $ac_useropt"
1296
1301
    ac_useropt_orig=$ac_useropt
1297
1302
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1298
1303
    case $ac_user_opts in
1322
1327
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1323
1328
    x_libraries=$ac_optarg ;;
1324
1329
 
1325
 
  -*) as_fn_error "unrecognized option: \`$ac_option'
1326
 
Try \`$0 --help' for more information."
 
1330
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
1331
Try \`$0 --help' for more information"
1327
1332
    ;;
1328
1333
 
1329
1334
  *=*)
1331
1336
    # Reject names that are not valid shell variable names.
1332
1337
    case $ac_envvar in #(
1333
1338
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1334
 
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
 
1339
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1335
1340
    esac
1336
1341
    eval $ac_envvar=\$ac_optarg
1337
1342
    export $ac_envvar ;;
1349
1354
 
1350
1355
if test -n "$ac_prev"; then
1351
1356
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1352
 
  as_fn_error "missing argument to $ac_option"
 
1357
  as_fn_error $? "missing argument to $ac_option"
1353
1358
fi
1354
1359
 
1355
1360
if test -n "$ac_unrecognized_opts"; then
1356
1361
  case $enable_option_checking in
1357
1362
    no) ;;
1358
 
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
 
1363
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1359
1364
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1360
1365
  esac
1361
1366
fi
1378
1383
    [\\/$]* | ?:[\\/]* )  continue;;
1379
1384
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1380
1385
  esac
1381
 
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
 
1386
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1382
1387
done
1383
1388
 
1384
1389
# There might be people who depend on the old broken behavior: `$host'
1392
1397
if test "x$host_alias" != x; then
1393
1398
  if test "x$build_alias" = x; then
1394
1399
    cross_compiling=maybe
1395
 
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1396
 
    If a cross compiler is detected then cross compile mode will be used." >&2
 
1400
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
1401
    If a cross compiler is detected then cross compile mode will be used" >&2
1397
1402
  elif test "x$build_alias" != "x$host_alias"; then
1398
1403
    cross_compiling=yes
1399
1404
  fi
1408
1413
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1409
1414
ac_ls_di=`ls -di .` &&
1410
1415
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1411
 
  as_fn_error "working directory cannot be determined"
 
1416
  as_fn_error $? "working directory cannot be determined"
1412
1417
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1413
 
  as_fn_error "pwd does not report name of working directory"
 
1418
  as_fn_error $? "pwd does not report name of working directory"
1414
1419
 
1415
1420
 
1416
1421
# Find the source files, if location was not specified.
1449
1454
fi
1450
1455
if test ! -r "$srcdir/$ac_unique_file"; then
1451
1456
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1452
 
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
 
1457
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1453
1458
fi
1454
1459
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1455
1460
ac_abs_confdir=`(
1456
 
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
 
1461
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1457
1462
        pwd)`
1458
1463
# When building in place, set srcdir=.
1459
1464
if test "$ac_abs_confdir" = "$ac_pwd"; then
1479
1484
  # Omit some internal or obsolete options to make the list less imposing.
1480
1485
  # This message is too long to be a string in the A/UX 3.1 sh.
1481
1486
  cat <<_ACEOF
1482
 
\`configure' configures indicator-network 0.2.12 to adapt to many kinds of systems.
 
1487
\`configure' configures indicator-network 0.2.13 to adapt to many kinds of systems.
1483
1488
 
1484
1489
Usage: $0 [OPTION]... [VAR=VALUE]...
1485
1490
 
1493
1498
      --help=short        display options specific to this package
1494
1499
      --help=recursive    display the short help of all the included packages
1495
1500
  -V, --version           display version information and exit
1496
 
  -q, --quiet, --silent   do not print \`checking...' messages
 
1501
  -q, --quiet, --silent   do not print \`checking ...' messages
1497
1502
      --cache-file=FILE   cache test results in FILE [disabled]
1498
1503
  -C, --config-cache      alias for \`--cache-file=config.cache'
1499
1504
  -n, --no-create         do not create output files
1550
1555
 
1551
1556
if test -n "$ac_init_help"; then
1552
1557
  case $ac_init_help in
1553
 
     short | recursive ) echo "Configuration of indicator-network 0.2.12:";;
 
1558
     short | recursive ) echo "Configuration of indicator-network 0.2.13:";;
1554
1559
   esac
1555
1560
  cat <<\_ACEOF
1556
1561
 
1590
1595
              you have headers in a nonstandard directory <include dir>
1591
1596
  CPP         C preprocessor
1592
1597
  PKG_CONFIG  path to pkg-config utility
 
1598
  PKG_CONFIG_PATH
 
1599
              directories to add to pkg-config's search path
 
1600
  PKG_CONFIG_LIBDIR
 
1601
              path overriding pkg-config's built-in search path
1593
1602
  APPLET_CFLAGS
1594
1603
              C compiler flags for APPLET, overriding pkg-config
1595
1604
  APPLET_LIBS linker flags for APPLET, overriding pkg-config
1668
1677
test -n "$ac_init_help" && exit $ac_status
1669
1678
if $ac_init_version; then
1670
1679
  cat <<\_ACEOF
1671
 
indicator-network configure 0.2.12
1672
 
generated by GNU Autoconf 2.65
 
1680
indicator-network configure 0.2.13
 
1681
generated by GNU Autoconf 2.67
1673
1682
 
1674
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
1683
Copyright (C) 2010 Free Software Foundation, Inc.
1675
1684
This configure script is free software; the Free Software Foundation
1676
1685
gives unlimited permission to copy, distribute and modify it.
1677
1686
_ACEOF
1774
1783
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775
1784
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776
1785
$as_echo_n "checking for $2... " >&6; }
1777
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1786
if eval "test \"\${$3+set}\"" = set; then :
1778
1787
  $as_echo_n "(cached) " >&6
1779
1788
else
1780
1789
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1854
1863
    mv -f conftest.er1 conftest.err
1855
1864
  fi
1856
1865
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1857
 
  test $ac_status = 0; } >/dev/null && {
 
1866
  test $ac_status = 0; } > conftest.i && {
1858
1867
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1859
1868
         test ! -s conftest.err
1860
1869
       }; then :
1921
1930
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1922
1931
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923
1932
$as_echo_n "checking for $2... " >&6; }
1924
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1933
if eval "test \"\${$3+set}\"" = set; then :
1925
1934
  $as_echo_n "(cached) " >&6
1926
1935
else
1927
1936
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1951
1960
ac_fn_c_check_header_mongrel ()
1952
1961
{
1953
1962
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1954
 
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1963
  if eval "test \"\${$3+set}\"" = set; then :
1955
1964
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1956
1965
$as_echo_n "checking for $2... " >&6; }
1957
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1966
if eval "test \"\${$3+set}\"" = set; then :
1958
1967
  $as_echo_n "(cached) " >&6
1959
1968
fi
1960
1969
eval ac_res=\$$3
1990
1999
else
1991
2000
  ac_header_preproc=no
1992
2001
fi
1993
 
rm -f conftest.err conftest.$ac_ext
 
2002
rm -f conftest.err conftest.i conftest.$ac_ext
1994
2003
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1995
2004
$as_echo "$ac_header_preproc" >&6; }
1996
2005
 
2017
2026
esac
2018
2027
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2019
2028
$as_echo_n "checking for $2... " >&6; }
2020
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2029
if eval "test \"\${$3+set}\"" = set; then :
2021
2030
  $as_echo_n "(cached) " >&6
2022
2031
else
2023
2032
  eval "$3=\$ac_header_compiler"
2033
2042
This file contains any messages produced by compilers while
2034
2043
running configure, to aid debugging if configure makes a mistake.
2035
2044
 
2036
 
It was created by indicator-network $as_me 0.2.12, which was
2037
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
2045
It was created by indicator-network $as_me 0.2.13, which was
 
2046
generated by GNU Autoconf 2.67.  Invocation command line was
2038
2047
 
2039
2048
  $ $0 $@
2040
2049
 
2144
2153
  {
2145
2154
    echo
2146
2155
 
2147
 
    cat <<\_ASBOX
2148
 
## ---------------- ##
 
2156
    $as_echo "## ---------------- ##
2149
2157
## Cache variables. ##
2150
 
## ---------------- ##
2151
 
_ASBOX
 
2158
## ---------------- ##"
2152
2159
    echo
2153
2160
    # The following way of writing the cache mishandles newlines in values,
2154
2161
(
2182
2189
)
2183
2190
    echo
2184
2191
 
2185
 
    cat <<\_ASBOX
2186
 
## ----------------- ##
 
2192
    $as_echo "## ----------------- ##
2187
2193
## Output variables. ##
2188
 
## ----------------- ##
2189
 
_ASBOX
 
2194
## ----------------- ##"
2190
2195
    echo
2191
2196
    for ac_var in $ac_subst_vars
2192
2197
    do
2199
2204
    echo
2200
2205
 
2201
2206
    if test -n "$ac_subst_files"; then
2202
 
      cat <<\_ASBOX
2203
 
## ------------------- ##
 
2207
      $as_echo "## ------------------- ##
2204
2208
## File substitutions. ##
2205
 
## ------------------- ##
2206
 
_ASBOX
 
2209
## ------------------- ##"
2207
2210
      echo
2208
2211
      for ac_var in $ac_subst_files
2209
2212
      do
2217
2220
    fi
2218
2221
 
2219
2222
    if test -s confdefs.h; then
2220
 
      cat <<\_ASBOX
2221
 
## ----------- ##
 
2223
      $as_echo "## ----------- ##
2222
2224
## confdefs.h. ##
2223
 
## ----------- ##
2224
 
_ASBOX
 
2225
## ----------- ##"
2225
2226
      echo
2226
2227
      cat confdefs.h
2227
2228
      echo
2276
2277
ac_site_file1=NONE
2277
2278
ac_site_file2=NONE
2278
2279
if test -n "$CONFIG_SITE"; then
2279
 
  ac_site_file1=$CONFIG_SITE
 
2280
  # We do not want a PATH search for config.site.
 
2281
  case $CONFIG_SITE in #((
 
2282
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
2283
    */*) ac_site_file1=$CONFIG_SITE;;
 
2284
    *)   ac_site_file1=./$CONFIG_SITE;;
 
2285
  esac
2280
2286
elif test "x$prefix" != xNONE; then
2281
2287
  ac_site_file1=$prefix/share/config.site
2282
2288
  ac_site_file2=$prefix/etc/config.site
2291
2297
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2292
2298
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2293
2299
    sed 's/^/| /' "$ac_site_file" >&5
2294
 
    . "$ac_site_file"
 
2300
    . "$ac_site_file" \
 
2301
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
2302
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2303
as_fn_error $? "failed to load site script $ac_site_file
 
2304
See \`config.log' for more details" "$LINENO" 5 ; }
2295
2305
  fi
2296
2306
done
2297
2307
 
2367
2377
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2368
2378
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2369
2379
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2370
 
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
2380
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2371
2381
fi
2372
2382
## -------------------- ##
2373
2383
## Main body of script. ##
2385
2395
 
2386
2396
ac_aux_dir=
2387
2397
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2388
 
  for ac_t in install-sh install.sh shtool; do
2389
 
    if test -f "$ac_dir/$ac_t"; then
2390
 
      ac_aux_dir=$ac_dir
2391
 
      ac_install_sh="$ac_aux_dir/$ac_t -c"
2392
 
      break 2
2393
 
    fi
2394
 
  done
 
2398
  if test -f "$ac_dir/install-sh"; then
 
2399
    ac_aux_dir=$ac_dir
 
2400
    ac_install_sh="$ac_aux_dir/install-sh -c"
 
2401
    break
 
2402
  elif test -f "$ac_dir/install.sh"; then
 
2403
    ac_aux_dir=$ac_dir
 
2404
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
2405
    break
 
2406
  elif test -f "$ac_dir/shtool"; then
 
2407
    ac_aux_dir=$ac_dir
 
2408
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
2409
    break
 
2410
  fi
2395
2411
done
2396
2412
if test -z "$ac_aux_dir"; then
2397
 
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
2413
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2398
2414
fi
2399
2415
 
2400
2416
# These three variables are undocumented and unsupported,
2510
2526
'
2511
2527
case `pwd` in
2512
2528
  *[\\\"\#\$\&\'\`$am_lf]*)
2513
 
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
 
2529
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2514
2530
esac
2515
2531
case $srcdir in
2516
2532
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2517
 
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2533
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2518
2534
esac
2519
2535
 
2520
2536
# Do `set' in a subshell so we don't clobber the current shell's
2536
2552
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2537
2553
      # broken ls alias from the environment.  This has actually
2538
2554
      # happened.  Such a system could not be considered "sane".
2539
 
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
 
2555
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2540
2556
alias in your environment" "$LINENO" 5
2541
2557
   fi
2542
2558
 
2546
2562
   # Ok.
2547
2563
   :
2548
2564
else
2549
 
   as_fn_error "newly created file is older than distributed files!
 
2565
   as_fn_error $? "newly created file is older than distributed files!
2550
2566
Check your system clock" "$LINENO" 5
2551
2567
fi
2552
2568
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2784
2800
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2785
2801
set x ${MAKE-make}
2786
2802
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2787
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2803
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2788
2804
  $as_echo_n "(cached) " >&6
2789
2805
else
2790
2806
  cat >conftest.make <<\_ACEOF
2792
2808
all:
2793
2809
        @echo '@@@%%%=$(MAKE)=@@@%%%'
2794
2810
_ACEOF
2795
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
2811
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2796
2812
case `${MAKE-make} -f conftest.make 2>/dev/null` in
2797
2813
  *@@@%%%=?*=@@@%%%*)
2798
2814
    eval ac_cv_prog_make_${ac_make}_set=yes;;
2826
2842
  am__isrc=' -I$(srcdir)'
2827
2843
  # test to see if srcdir already configured
2828
2844
  if test -f $srcdir/config.status; then
2829
 
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
2845
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2830
2846
  fi
2831
2847
fi
2832
2848
 
2842
2858
 
2843
2859
# Define the identity of the package.
2844
2860
 PACKAGE='indicator-network'
2845
 
 VERSION='0.2.12'
 
2861
 VERSION='0.2.13'
2846
2862
 
2847
2863
 
2848
2864
cat >>confdefs.h <<_ACEOF
3288
3304
 
3289
3305
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3290
3306
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3291
 
as_fn_error "no acceptable C compiler found in \$PATH
3292
 
See \`config.log' for more details." "$LINENO" 5; }
 
3307
as_fn_error $? "no acceptable C compiler found in \$PATH
 
3308
See \`config.log' for more details" "$LINENO" 5 ; }
3293
3309
 
3294
3310
# Provide some information about the compiler.
3295
3311
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3403
3419
 
3404
3420
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3405
3421
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3406
 
{ as_fn_set_status 77
3407
 
as_fn_error "C compiler cannot create executables
3408
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
3422
as_fn_error 77 "C compiler cannot create executables
 
3423
See \`config.log' for more details" "$LINENO" 5 ; }
3409
3424
else
3410
3425
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3411
3426
$as_echo "yes" >&6; }
3447
3462
else
3448
3463
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3449
3464
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3450
 
as_fn_error "cannot compute suffix of executables: cannot compile and link
3451
 
See \`config.log' for more details." "$LINENO" 5; }
 
3465
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 
3466
See \`config.log' for more details" "$LINENO" 5 ; }
3452
3467
fi
3453
3468
rm -f conftest conftest$ac_cv_exeext
3454
3469
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3505
3520
    else
3506
3521
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3507
3522
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3508
 
as_fn_error "cannot run C compiled programs.
 
3523
as_fn_error $? "cannot run C compiled programs.
3509
3524
If you meant to cross compile, use \`--host'.
3510
 
See \`config.log' for more details." "$LINENO" 5; }
 
3525
See \`config.log' for more details" "$LINENO" 5 ; }
3511
3526
    fi
3512
3527
  fi
3513
3528
fi
3558
3573
 
3559
3574
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3560
3575
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3561
 
as_fn_error "cannot compute suffix of object files: cannot compile
3562
 
See \`config.log' for more details." "$LINENO" 5; }
 
3576
as_fn_error $? "cannot compute suffix of object files: cannot compile
 
3577
See \`config.log' for more details" "$LINENO" 5 ; }
3563
3578
fi
3564
3579
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3565
3580
fi
3911
3926
 
3912
3927
case "$am__api_version" in
3913
3928
    1.01234)
3914
 
        as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
 
3929
        as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
3915
3930
    ;;
3916
3931
    *)
3917
3932
    ;;
3928
3943
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
3929
3944
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
3930
3945
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
3931
 
        as_fn_error "Your intltool is too old.  You need intltool 0.35.0 or later." "$LINENO" 5
 
3946
        as_fn_error $? "Your intltool is too old.  You need intltool 0.35.0 or later." "$LINENO" 5
3932
3947
fi
3933
3948
 
3934
3949
# Extract the first word of "intltool-update", so it can be a program name with args.
4052
4067
 
4053
4068
 
4054
4069
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
4055
 
    as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
 
4070
    as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
4056
4071
fi
4057
4072
 
4058
4073
  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 $< $@'
4334
4349
 
4335
4350
 
4336
4351
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
4337
 
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
 
4352
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
4338
4353
fi
4339
4354
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
4340
4355
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
4341
4356
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
4342
4357
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
4343
 
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
 
4358
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
4344
4359
fi
4345
4360
 
4346
4361
# Extract the first word of "perl", so it can be a program name with args.
4384
4399
 
4385
4400
 
4386
4401
if test -z "$INTLTOOL_PERL"; then
4387
 
   as_fn_error "perl not found" "$LINENO" 5
 
4402
   as_fn_error $? "perl not found" "$LINENO" 5
4388
4403
fi
4389
4404
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
4390
4405
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
4391
4406
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
4392
4407
if test $? -ne 0; then
4393
 
   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
 
4408
   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
4394
4409
else
4395
4410
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
4396
4411
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
4403
4418
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4404
4419
$as_echo "ok" >&6; }
4405
4420
   else
4406
 
       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
 
4421
       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
4407
4422
   fi
4408
4423
fi
4409
4424
 
4808
4823
 
4809
4824
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4810
4825
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4811
 
as_fn_error "no acceptable C compiler found in \$PATH
4812
 
See \`config.log' for more details." "$LINENO" 5; }
 
4826
as_fn_error $? "no acceptable C compiler found in \$PATH
 
4827
See \`config.log' for more details" "$LINENO" 5 ; }
4813
4828
 
4814
4829
# Provide some information about the compiler.
4815
4830
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5184
5199
fi
5185
5200
set dummy $CC; ac_cc=`$as_echo "$2" |
5186
5201
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5187
 
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
 
5202
if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
5188
5203
  $as_echo_n "(cached) " >&6
5189
5204
else
5190
5205
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5343
5358
  # Broken: fails on valid input.
5344
5359
continue
5345
5360
fi
5346
 
rm -f conftest.err conftest.$ac_ext
 
5361
rm -f conftest.err conftest.i conftest.$ac_ext
5347
5362
 
5348
5363
  # OK, works on sane cases.  Now check whether nonexistent headers
5349
5364
  # can be detected and how.
5359
5374
ac_preproc_ok=:
5360
5375
break
5361
5376
fi
5362
 
rm -f conftest.err conftest.$ac_ext
 
5377
rm -f conftest.err conftest.i conftest.$ac_ext
5363
5378
 
5364
5379
done
5365
5380
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5366
 
rm -f conftest.err conftest.$ac_ext
 
5381
rm -f conftest.i conftest.err conftest.$ac_ext
5367
5382
if $ac_preproc_ok; then :
5368
5383
  break
5369
5384
fi
5402
5417
  # Broken: fails on valid input.
5403
5418
continue
5404
5419
fi
5405
 
rm -f conftest.err conftest.$ac_ext
 
5420
rm -f conftest.err conftest.i conftest.$ac_ext
5406
5421
 
5407
5422
  # OK, works on sane cases.  Now check whether nonexistent headers
5408
5423
  # can be detected and how.
5418
5433
ac_preproc_ok=:
5419
5434
break
5420
5435
fi
5421
 
rm -f conftest.err conftest.$ac_ext
 
5436
rm -f conftest.err conftest.i conftest.$ac_ext
5422
5437
 
5423
5438
done
5424
5439
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5425
 
rm -f conftest.err conftest.$ac_ext
 
5440
rm -f conftest.i conftest.err conftest.$ac_ext
5426
5441
if $ac_preproc_ok; then :
5427
5442
 
5428
5443
else
5429
5444
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5430
5445
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5431
 
as_fn_error "C preprocessor \"$CPP\" fails sanity check
5432
 
See \`config.log' for more details." "$LINENO" 5; }
 
5446
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 
5447
See \`config.log' for more details" "$LINENO" 5 ; }
5433
5448
fi
5434
5449
 
5435
5450
ac_ext=c
5490
5505
  done
5491
5506
IFS=$as_save_IFS
5492
5507
  if test -z "$ac_cv_path_GREP"; then
5493
 
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5508
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5494
5509
  fi
5495
5510
else
5496
5511
  ac_cv_path_GREP=$GREP
5556
5571
  done
5557
5572
IFS=$as_save_IFS
5558
5573
  if test -z "$ac_cv_path_EGREP"; then
5559
 
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5574
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5560
5575
  fi
5561
5576
else
5562
5577
  ac_cv_path_EGREP=$EGREP
5708
5723
 
5709
5724
# Make sure we can run config.sub.
5710
5725
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5711
 
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
5726
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5712
5727
 
5713
5728
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5714
5729
$as_echo_n "checking build system type... " >&6; }
5719
5734
test "x$ac_build_alias" = x &&
5720
5735
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5721
5736
test "x$ac_build_alias" = x &&
5722
 
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
5737
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5723
5738
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5724
 
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
5739
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5725
5740
 
5726
5741
fi
5727
5742
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5728
5743
$as_echo "$ac_cv_build" >&6; }
5729
5744
case $ac_cv_build in
5730
5745
*-*-*) ;;
5731
 
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
5746
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
5732
5747
esac
5733
5748
build=$ac_cv_build
5734
5749
ac_save_IFS=$IFS; IFS='-'
5753
5768
  ac_cv_host=$ac_cv_build
5754
5769
else
5755
5770
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5756
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
5771
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5757
5772
fi
5758
5773
 
5759
5774
fi
5761
5776
$as_echo "$ac_cv_host" >&6; }
5762
5777
case $ac_cv_host in
5763
5778
*-*-*) ;;
5764
 
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
5779
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
5765
5780
esac
5766
5781
host=$ac_cv_host
5767
5782
ac_save_IFS=$IFS; IFS='-'
5834
5849
  done
5835
5850
IFS=$as_save_IFS
5836
5851
  if test -z "$ac_cv_path_SED"; then
5837
 
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
5852
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5838
5853
  fi
5839
5854
else
5840
5855
  ac_cv_path_SED=$SED
5913
5928
  done
5914
5929
IFS=$as_save_IFS
5915
5930
  if test -z "$ac_cv_path_FGREP"; then
5916
 
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5931
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5917
5932
  fi
5918
5933
else
5919
5934
  ac_cv_path_FGREP=$FGREP
6029
6044
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030
6045
$as_echo "no" >&6; }
6031
6046
fi
6032
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
6047
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6033
6048
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6034
6049
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6035
6050
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6231
6246
else
6232
6247
  lt_cv_nm_interface="BSD nm"
6233
6248
  echo "int some_variable = 0;" > conftest.$ac_ext
6234
 
  (eval echo "\"\$as_me:6234: $ac_compile\"" >&5)
 
6249
  (eval echo "\"\$as_me:6249: $ac_compile\"" >&5)
6235
6250
  (eval "$ac_compile" 2>conftest.err)
6236
6251
  cat conftest.err >&5
6237
 
  (eval echo "\"\$as_me:6237: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
6252
  (eval echo "\"\$as_me:6252: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6238
6253
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6239
6254
  cat conftest.err >&5
6240
 
  (eval echo "\"\$as_me:6240: output\"" >&5)
 
6255
  (eval echo "\"\$as_me:6255: output\"" >&5)
6241
6256
  cat conftest.out >&5
6242
6257
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6243
6258
    lt_cv_nm_interface="MS dumpbin"
7442
7457
  ;;
7443
7458
*-*-irix6*)
7444
7459
  # Find out which ABI we are using.
7445
 
  echo '#line 7445 "configure"' > conftest.$ac_ext
 
7460
  echo '#line 7460 "configure"' > conftest.$ac_ext
7446
7461
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7447
7462
  (eval $ac_compile) 2>&5
7448
7463
  ac_status=$?
8196
8211
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8197
8212
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8198
8213
"
8199
 
eval as_val=\$$as_ac_Header
8200
 
   if test "x$as_val" = x""yes; then :
 
8214
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8201
8215
  cat >>confdefs.h <<_ACEOF
8202
8216
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8203
8217
_ACEOF
8722
8736
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8723
8737
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8724
8738
   -e 's:$: $lt_compiler_flag:'`
8725
 
   (eval echo "\"\$as_me:8725: $lt_compile\"" >&5)
 
8739
   (eval echo "\"\$as_me:8739: $lt_compile\"" >&5)
8726
8740
   (eval "$lt_compile" 2>conftest.err)
8727
8741
   ac_status=$?
8728
8742
   cat conftest.err >&5
8729
 
   echo "$as_me:8729: \$? = $ac_status" >&5
 
8743
   echo "$as_me:8743: \$? = $ac_status" >&5
8730
8744
   if (exit $ac_status) && test -s "$ac_outfile"; then
8731
8745
     # The compiler can only warn and ignore the option if not recognized
8732
8746
     # So say no if there are warnings other than the usual output.
9061
9075
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9062
9076
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9063
9077
   -e 's:$: $lt_compiler_flag:'`
9064
 
   (eval echo "\"\$as_me:9064: $lt_compile\"" >&5)
 
9078
   (eval echo "\"\$as_me:9078: $lt_compile\"" >&5)
9065
9079
   (eval "$lt_compile" 2>conftest.err)
9066
9080
   ac_status=$?
9067
9081
   cat conftest.err >&5
9068
 
   echo "$as_me:9068: \$? = $ac_status" >&5
 
9082
   echo "$as_me:9082: \$? = $ac_status" >&5
9069
9083
   if (exit $ac_status) && test -s "$ac_outfile"; then
9070
9084
     # The compiler can only warn and ignore the option if not recognized
9071
9085
     # So say no if there are warnings other than the usual output.
9166
9180
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9167
9181
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9168
9182
   -e 's:$: $lt_compiler_flag:'`
9169
 
   (eval echo "\"\$as_me:9169: $lt_compile\"" >&5)
 
9183
   (eval echo "\"\$as_me:9183: $lt_compile\"" >&5)
9170
9184
   (eval "$lt_compile" 2>out/conftest.err)
9171
9185
   ac_status=$?
9172
9186
   cat out/conftest.err >&5
9173
 
   echo "$as_me:9173: \$? = $ac_status" >&5
 
9187
   echo "$as_me:9187: \$? = $ac_status" >&5
9174
9188
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9175
9189
   then
9176
9190
     # The compiler can only warn and ignore the option if not recognized
9221
9235
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9222
9236
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9223
9237
   -e 's:$: $lt_compiler_flag:'`
9224
 
   (eval echo "\"\$as_me:9224: $lt_compile\"" >&5)
 
9238
   (eval echo "\"\$as_me:9238: $lt_compile\"" >&5)
9225
9239
   (eval "$lt_compile" 2>out/conftest.err)
9226
9240
   ac_status=$?
9227
9241
   cat out/conftest.err >&5
9228
 
   echo "$as_me:9228: \$? = $ac_status" >&5
 
9242
   echo "$as_me:9242: \$? = $ac_status" >&5
9229
9243
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9230
9244
   then
9231
9245
     # The compiler can only warn and ignore the option if not recognized
11605
11619
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11606
11620
  lt_status=$lt_dlunknown
11607
11621
  cat > conftest.$ac_ext <<_LT_EOF
11608
 
#line 11608 "configure"
 
11622
#line 11622 "configure"
11609
11623
#include "confdefs.h"
11610
11624
 
11611
11625
#if HAVE_DLFCN_H
11701
11715
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11702
11716
  lt_status=$lt_dlunknown
11703
11717
  cat > conftest.$ac_ext <<_LT_EOF
11704
 
#line 11704 "configure"
 
11718
#line 11718 "configure"
11705
11719
#include "confdefs.h"
11706
11720
 
11707
11721
#if HAVE_DLFCN_H
11958
11972
 
11959
11973
 
11960
11974
 
 
11975
 
 
11976
 
 
11977
 
 
11978
 
11961
11979
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11962
11980
        if test -n "$ac_tool_prefix"; then
11963
11981
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12070
12088
$as_echo "no" >&6; }
12071
12089
                PKG_CONFIG=""
12072
12090
        fi
12073
 
 
12074
12091
fi
12075
12092
 
12076
12093
pkg_failed=no
12077
12094
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for APPLET" >&5
12078
12095
$as_echo_n "checking for APPLET... " >&6; }
12079
12096
 
12080
 
if test -n "$PKG_CONFIG"; then
12081
 
    if test -n "$APPLET_CFLAGS"; then
12082
 
        pkg_cv_APPLET_CFLAGS="$APPLET_CFLAGS"
12083
 
    else
12084
 
        if test -n "$PKG_CONFIG" && \
 
12097
if test -n "$APPLET_CFLAGS"; then
 
12098
    pkg_cv_APPLET_CFLAGS="$APPLET_CFLAGS"
 
12099
 elif test -n "$PKG_CONFIG"; then
 
12100
    if test -n "$PKG_CONFIG" && \
12085
12101
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
12086
12102
                          indicator >= \$INDICATOR_REQUIRED_VERSION
12087
12103
                                                  dbusmenu-gtk >= \$DBUSMENUGTK_REQUIRED_VERSION
12100
12116
else
12101
12117
  pkg_failed=yes
12102
12118
fi
12103
 
    fi
12104
 
else
12105
 
        pkg_failed=untried
 
12119
 else
 
12120
    pkg_failed=untried
12106
12121
fi
12107
 
if test -n "$PKG_CONFIG"; then
12108
 
    if test -n "$APPLET_LIBS"; then
12109
 
        pkg_cv_APPLET_LIBS="$APPLET_LIBS"
12110
 
    else
12111
 
        if test -n "$PKG_CONFIG" && \
 
12122
if test -n "$APPLET_LIBS"; then
 
12123
    pkg_cv_APPLET_LIBS="$APPLET_LIBS"
 
12124
 elif test -n "$PKG_CONFIG"; then
 
12125
    if test -n "$PKG_CONFIG" && \
12112
12126
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
12113
12127
                          indicator >= \$INDICATOR_REQUIRED_VERSION
12114
12128
                                                  dbusmenu-gtk >= \$DBUSMENUGTK_REQUIRED_VERSION
12127
12141
else
12128
12142
  pkg_failed=yes
12129
12143
fi
12130
 
    fi
12131
 
else
12132
 
        pkg_failed=untried
 
12144
 else
 
12145
    pkg_failed=untried
12133
12146
fi
12134
12147
 
12135
12148
 
12136
12149
 
12137
12150
if test $pkg_failed = yes; then
 
12151
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12152
$as_echo "no" >&6; }
12138
12153
 
12139
12154
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12140
12155
        _pkg_short_errors_supported=yes
12142
12157
        _pkg_short_errors_supported=no
12143
12158
fi
12144
12159
        if test $_pkg_short_errors_supported = yes; then
12145
 
                APPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
12160
                APPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
12146
12161
                          indicator >= $INDICATOR_REQUIRED_VERSION
12147
12162
                                                  dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION
12148
 
                          libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS"`
 
12163
                          libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS" 2>&1`
12149
12164
        else
12150
 
                APPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
12165
                APPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
12151
12166
                          indicator >= $INDICATOR_REQUIRED_VERSION
12152
12167
                                                  dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION
12153
 
                          libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS"`
 
12168
                          libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS" 2>&1`
12154
12169
        fi
12155
12170
        # Put the nasty error message in config.log where it belongs
12156
12171
        echo "$APPLET_PKG_ERRORS" >&5
12157
12172
 
12158
 
        as_fn_error "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
 
12173
        as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
12159
12174
                          indicator >= $INDICATOR_REQUIRED_VERSION
12160
12175
                                                  dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION
12161
12176
                          libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS) were not met:
12167
12182
 
12168
12183
Alternatively, you may set the environment variables APPLET_CFLAGS
12169
12184
and APPLET_LIBS to avoid the need to call pkg-config.
12170
 
See the pkg-config man page for more details.
12171
 
" "$LINENO" 5
 
12185
See the pkg-config man page for more details." "$LINENO" 5
12172
12186
elif test $pkg_failed = untried; then
 
12187
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12188
$as_echo "no" >&6; }
12173
12189
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12174
12190
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12175
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
12191
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
12176
12192
is in your PATH or set the PKG_CONFIG environment variable to the full
12177
12193
path to pkg-config.
12178
12194
 
12181
12197
See the pkg-config man page for more details.
12182
12198
 
12183
12199
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12184
 
See \`config.log' for more details." "$LINENO" 5; }
 
12200
See \`config.log' for more details" "$LINENO" 5 ; }
12185
12201
else
12186
12202
        APPLET_CFLAGS=$pkg_cv_APPLET_CFLAGS
12187
12203
        APPLET_LIBS=$pkg_cv_APPLET_LIBS
12188
12204
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12189
12205
$as_echo "yes" >&6; }
12190
 
        :
 
12206
 
12191
12207
fi
12192
12208
 
12193
12209
 
12200
12216
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for NETWORKSERVICE" >&5
12201
12217
$as_echo_n "checking for NETWORKSERVICE... " >&6; }
12202
12218
 
12203
 
if test -n "$PKG_CONFIG"; then
12204
 
    if test -n "$NETWORKSERVICE_CFLAGS"; then
12205
 
        pkg_cv_NETWORKSERVICE_CFLAGS="$NETWORKSERVICE_CFLAGS"
12206
 
    else
12207
 
        if test -n "$PKG_CONFIG" && \
 
12219
if test -n "$NETWORKSERVICE_CFLAGS"; then
 
12220
    pkg_cv_NETWORKSERVICE_CFLAGS="$NETWORKSERVICE_CFLAGS"
 
12221
 elif test -n "$PKG_CONFIG"; then
 
12222
    if test -n "$PKG_CONFIG" && \
12208
12223
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbusmenu-glib >= \$DBUSMENUGLIB_REQUIRED_VERSION
12209
12224
                                indicator >= \$INDICATOR_REQUIRED_VERSION\""; } >&5
12210
12225
  ($PKG_CONFIG --exists --print-errors "dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
12217
12232
else
12218
12233
  pkg_failed=yes
12219
12234
fi
12220
 
    fi
12221
 
else
12222
 
        pkg_failed=untried
 
12235
 else
 
12236
    pkg_failed=untried
12223
12237
fi
12224
 
if test -n "$PKG_CONFIG"; then
12225
 
    if test -n "$NETWORKSERVICE_LIBS"; then
12226
 
        pkg_cv_NETWORKSERVICE_LIBS="$NETWORKSERVICE_LIBS"
12227
 
    else
12228
 
        if test -n "$PKG_CONFIG" && \
 
12238
if test -n "$NETWORKSERVICE_LIBS"; then
 
12239
    pkg_cv_NETWORKSERVICE_LIBS="$NETWORKSERVICE_LIBS"
 
12240
 elif test -n "$PKG_CONFIG"; then
 
12241
    if test -n "$PKG_CONFIG" && \
12229
12242
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbusmenu-glib >= \$DBUSMENUGLIB_REQUIRED_VERSION
12230
12243
                                indicator >= \$INDICATOR_REQUIRED_VERSION\""; } >&5
12231
12244
  ($PKG_CONFIG --exists --print-errors "dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
12238
12251
else
12239
12252
  pkg_failed=yes
12240
12253
fi
12241
 
    fi
12242
 
else
12243
 
        pkg_failed=untried
 
12254
 else
 
12255
    pkg_failed=untried
12244
12256
fi
12245
12257
 
12246
12258
 
12247
12259
 
12248
12260
if test $pkg_failed = yes; then
 
12261
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12262
$as_echo "no" >&6; }
12249
12263
 
12250
12264
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12251
12265
        _pkg_short_errors_supported=yes
12253
12267
        _pkg_short_errors_supported=no
12254
12268
fi
12255
12269
        if test $_pkg_short_errors_supported = yes; then
12256
 
                NETWORKSERVICE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
12257
 
                                indicator >= $INDICATOR_REQUIRED_VERSION"`
 
12270
                NETWORKSERVICE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
 
12271
                                indicator >= $INDICATOR_REQUIRED_VERSION" 2>&1`
12258
12272
        else
12259
 
                NETWORKSERVICE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
12260
 
                                indicator >= $INDICATOR_REQUIRED_VERSION"`
 
12273
                NETWORKSERVICE_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
 
12274
                                indicator >= $INDICATOR_REQUIRED_VERSION" 2>&1`
12261
12275
        fi
12262
12276
        # Put the nasty error message in config.log where it belongs
12263
12277
        echo "$NETWORKSERVICE_PKG_ERRORS" >&5
12264
12278
 
12265
 
        as_fn_error "Package requirements (dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
 
12279
        as_fn_error $? "Package requirements (dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
12266
12280
                                indicator >= $INDICATOR_REQUIRED_VERSION) were not met:
12267
12281
 
12268
12282
$NETWORKSERVICE_PKG_ERRORS
12272
12286
 
12273
12287
Alternatively, you may set the environment variables NETWORKSERVICE_CFLAGS
12274
12288
and NETWORKSERVICE_LIBS to avoid the need to call pkg-config.
12275
 
See the pkg-config man page for more details.
12276
 
" "$LINENO" 5
 
12289
See the pkg-config man page for more details." "$LINENO" 5
12277
12290
elif test $pkg_failed = untried; then
 
12291
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12292
$as_echo "no" >&6; }
12278
12293
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12279
12294
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12280
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
12295
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
12281
12296
is in your PATH or set the PKG_CONFIG environment variable to the full
12282
12297
path to pkg-config.
12283
12298
 
12286
12301
See the pkg-config man page for more details.
12287
12302
 
12288
12303
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12289
 
See \`config.log' for more details." "$LINENO" 5; }
 
12304
See \`config.log' for more details" "$LINENO" 5 ; }
12290
12305
else
12291
12306
        NETWORKSERVICE_CFLAGS=$pkg_cv_NETWORKSERVICE_CFLAGS
12292
12307
        NETWORKSERVICE_LIBS=$pkg_cv_NETWORKSERVICE_LIBS
12293
12308
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12294
12309
$as_echo "yes" >&6; }
12295
 
        :
 
12310
 
12296
12311
fi
12297
12312
 
12298
12313
 
12303
12318
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
12304
12319
$as_echo_n "checking for LIBNOTIFY... " >&6; }
12305
12320
 
12306
 
if test -n "$PKG_CONFIG"; then
12307
 
    if test -n "$LIBNOTIFY_CFLAGS"; then
12308
 
        pkg_cv_LIBNOTIFY_CFLAGS="$LIBNOTIFY_CFLAGS"
12309
 
    else
12310
 
        if test -n "$PKG_CONFIG" && \
 
12321
if test -n "$LIBNOTIFY_CFLAGS"; then
 
12322
    pkg_cv_LIBNOTIFY_CFLAGS="$LIBNOTIFY_CFLAGS"
 
12323
 elif test -n "$PKG_CONFIG"; then
 
12324
    if test -n "$PKG_CONFIG" && \
12311
12325
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= \$LIBNOTIFY_REQUIRED_VERSION\""; } >&5
12312
12326
  ($PKG_CONFIG --exists --print-errors "libnotify >= $LIBNOTIFY_REQUIRED_VERSION") 2>&5
12313
12327
  ac_status=$?
12317
12331
else
12318
12332
  pkg_failed=yes
12319
12333
fi
12320
 
    fi
12321
 
else
12322
 
        pkg_failed=untried
 
12334
 else
 
12335
    pkg_failed=untried
12323
12336
fi
12324
 
if test -n "$PKG_CONFIG"; then
12325
 
    if test -n "$LIBNOTIFY_LIBS"; then
12326
 
        pkg_cv_LIBNOTIFY_LIBS="$LIBNOTIFY_LIBS"
12327
 
    else
12328
 
        if test -n "$PKG_CONFIG" && \
 
12337
if test -n "$LIBNOTIFY_LIBS"; then
 
12338
    pkg_cv_LIBNOTIFY_LIBS="$LIBNOTIFY_LIBS"
 
12339
 elif test -n "$PKG_CONFIG"; then
 
12340
    if test -n "$PKG_CONFIG" && \
12329
12341
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= \$LIBNOTIFY_REQUIRED_VERSION\""; } >&5
12330
12342
  ($PKG_CONFIG --exists --print-errors "libnotify >= $LIBNOTIFY_REQUIRED_VERSION") 2>&5
12331
12343
  ac_status=$?
12335
12347
else
12336
12348
  pkg_failed=yes
12337
12349
fi
12338
 
    fi
12339
 
else
12340
 
        pkg_failed=untried
 
12350
 else
 
12351
    pkg_failed=untried
12341
12352
fi
12342
12353
 
12343
12354
 
12344
12355
 
12345
12356
if test $pkg_failed = yes; then
 
12357
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12358
$as_echo "no" >&6; }
12346
12359
 
12347
12360
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12348
12361
        _pkg_short_errors_supported=yes
12350
12363
        _pkg_short_errors_supported=no
12351
12364
fi
12352
12365
        if test $_pkg_short_errors_supported = yes; then
12353
 
                LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= $LIBNOTIFY_REQUIRED_VERSION"`
 
12366
                LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnotify >= $LIBNOTIFY_REQUIRED_VERSION" 2>&1`
12354
12367
        else
12355
 
                LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= $LIBNOTIFY_REQUIRED_VERSION"`
 
12368
                LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnotify >= $LIBNOTIFY_REQUIRED_VERSION" 2>&1`
12356
12369
        fi
12357
12370
        # Put the nasty error message in config.log where it belongs
12358
12371
        echo "$LIBNOTIFY_PKG_ERRORS" >&5
12359
12372
 
12360
 
        as_fn_error "Package requirements (libnotify >= $LIBNOTIFY_REQUIRED_VERSION) were not met:
 
12373
        as_fn_error $? "Package requirements (libnotify >= $LIBNOTIFY_REQUIRED_VERSION) were not met:
12361
12374
 
12362
12375
$LIBNOTIFY_PKG_ERRORS
12363
12376
 
12366
12379
 
12367
12380
Alternatively, you may set the environment variables LIBNOTIFY_CFLAGS
12368
12381
and LIBNOTIFY_LIBS to avoid the need to call pkg-config.
12369
 
See the pkg-config man page for more details.
12370
 
" "$LINENO" 5
 
12382
See the pkg-config man page for more details." "$LINENO" 5
12371
12383
elif test $pkg_failed = untried; then
 
12384
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12385
$as_echo "no" >&6; }
12372
12386
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12373
12387
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12374
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
12388
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
12375
12389
is in your PATH or set the PKG_CONFIG environment variable to the full
12376
12390
path to pkg-config.
12377
12391
 
12380
12394
See the pkg-config man page for more details.
12381
12395
 
12382
12396
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12383
 
See \`config.log' for more details." "$LINENO" 5; }
 
12397
See \`config.log' for more details" "$LINENO" 5 ; }
12384
12398
else
12385
12399
        LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
12386
12400
        LIBNOTIFY_LIBS=$pkg_cv_LIBNOTIFY_LIBS
12387
12401
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12388
12402
$as_echo "yes" >&6; }
12389
 
        :
 
12403
 
12390
12404
fi
12391
12405
 
12392
12406
 
13254
13268
 
13255
13269
ac_libobjs=
13256
13270
ac_ltlibobjs=
 
13271
U=
13257
13272
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13258
13273
  # 1. Remove the extension, and $U if already installed.
13259
13274
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13277
13292
fi
13278
13293
 
13279
13294
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13280
 
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
13295
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13281
13296
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13282
13297
fi
13283
13298
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13284
 
  as_fn_error "conditional \"AMDEP\" was never defined.
 
13299
  as_fn_error $? "conditional \"AMDEP\" was never defined.
13285
13300
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13286
13301
fi
13287
13302
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13288
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
13303
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13289
13304
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13290
13305
fi
13291
13306
 
13293
13308
 
13294
13309
 
13295
13310
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13296
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
13311
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13297
13312
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13298
13313
fi
13299
13314
 
13443
13458
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13444
13459
 
13445
13460
 
13446
 
# as_fn_error ERROR [LINENO LOG_FD]
13447
 
# ---------------------------------
 
13461
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
13462
# ----------------------------------------
13448
13463
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13449
13464
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13450
 
# script with status $?, using 1 if that was 0.
 
13465
# script with STATUS, using 1 if that was 0.
13451
13466
as_fn_error ()
13452
13467
{
13453
 
  as_status=$?; test $as_status -eq 0 && as_status=1
13454
 
  if test "$3"; then
13455
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13456
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
13468
  as_status=$1; test $as_status -eq 0 && as_status=1
 
13469
  if test "$4"; then
 
13470
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
13471
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13457
13472
  fi
13458
 
  $as_echo "$as_me: error: $1" >&2
 
13473
  $as_echo "$as_me: error: $2" >&2
13459
13474
  as_fn_exit $as_status
13460
13475
} # as_fn_error
13461
13476
 
13651
13666
      test -d "$as_dir" && break
13652
13667
    done
13653
13668
    test -z "$as_dirs" || eval "mkdir $as_dirs"
13654
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
13669
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13655
13670
 
13656
13671
 
13657
13672
} # as_fn_mkdir_p
13704
13719
# report actual input values of CONFIG_FILES etc. instead of their
13705
13720
# values after options handling.
13706
13721
ac_log="
13707
 
This file was extended by indicator-network $as_me 0.2.12, which was
13708
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
13722
This file was extended by indicator-network $as_me 0.2.13, which was
 
13723
generated by GNU Autoconf 2.67.  Invocation command line was
13709
13724
 
13710
13725
  CONFIG_FILES    = $CONFIG_FILES
13711
13726
  CONFIG_HEADERS  = $CONFIG_HEADERS
13770
13785
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13771
13786
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13772
13787
ac_cs_version="\\
13773
 
indicator-network config.status 0.2.12
13774
 
configured by $0, generated by GNU Autoconf 2.65,
 
13788
indicator-network config.status 0.2.13
 
13789
configured by $0, generated by GNU Autoconf 2.67,
13775
13790
  with options \\"\$ac_cs_config\\"
13776
13791
 
13777
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
13792
Copyright (C) 2010 Free Software Foundation, Inc.
13778
13793
This config.status script is free software; the Free Software Foundation
13779
13794
gives unlimited permission to copy, distribute and modify it."
13780
13795
 
13792
13807
while test $# != 0
13793
13808
do
13794
13809
  case $1 in
13795
 
  --*=*)
 
13810
  --*=?*)
13796
13811
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
13797
13812
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13798
13813
    ac_shift=:
13799
13814
    ;;
 
13815
  --*=)
 
13816
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
13817
    ac_optarg=
 
13818
    ac_shift=:
 
13819
    ;;
13800
13820
  *)
13801
13821
    ac_option=$1
13802
13822
    ac_optarg=$2
13818
13838
    $ac_shift
13819
13839
    case $ac_optarg in
13820
13840
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13841
    '') as_fn_error $? "missing file argument" ;;
13821
13842
    esac
13822
13843
    as_fn_append CONFIG_FILES " '$ac_optarg'"
13823
13844
    ac_need_defaults=false;;
13830
13851
    ac_need_defaults=false;;
13831
13852
  --he | --h)
13832
13853
    # Conflict between --help and --header
13833
 
    as_fn_error "ambiguous option: \`$1'
 
13854
    as_fn_error $? "ambiguous option: \`$1'
13834
13855
Try \`$0 --help' for more information.";;
13835
13856
  --help | --hel | -h )
13836
13857
    $as_echo "$ac_cs_usage"; exit ;;
13839
13860
    ac_cs_silent=: ;;
13840
13861
 
13841
13862
  # This is an error.
13842
 
  -*) as_fn_error "unrecognized option: \`$1'
 
13863
  -*) as_fn_error $? "unrecognized option: \`$1'
13843
13864
Try \`$0 --help' for more information." ;;
13844
13865
 
13845
13866
  *) as_fn_append ac_config_targets " $1"
14161
14182
    "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
14162
14183
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
14163
14184
 
14164
 
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
14185
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
14165
14186
  esac
14166
14187
done
14167
14188
 
14199
14220
{
14200
14221
  tmp=./conf$$-$RANDOM
14201
14222
  (umask 077 && mkdir "$tmp")
14202
 
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
14223
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14203
14224
 
14204
14225
# Set up the scripts for CONFIG_FILES section.
14205
14226
# No need to generate them if there are no CONFIG_FILES.
14216
14237
fi
14217
14238
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14218
14239
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14219
 
  ac_cs_awk_cr='\r'
 
14240
  ac_cs_awk_cr='\\r'
14220
14241
else
14221
14242
  ac_cs_awk_cr=$ac_cr
14222
14243
fi
14230
14251
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14231
14252
  echo "_ACEOF"
14232
14253
} >conf$$subs.sh ||
14233
 
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14234
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
14254
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
14255
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14235
14256
ac_delim='%!_!# '
14236
14257
for ac_last_try in false false false false false :; do
14237
14258
  . ./conf$$subs.sh ||
14238
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
14259
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14239
14260
 
14240
14261
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14241
14262
  if test $ac_delim_n = $ac_delim_num; then
14242
14263
    break
14243
14264
  elif $ac_last_try; then
14244
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
14265
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14245
14266
  else
14246
14267
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14247
14268
  fi
14330
14351
else
14331
14352
  cat
14332
14353
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14333
 
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
14354
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14334
14355
_ACEOF
14335
14356
 
14336
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
14337
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
14357
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
14358
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14338
14359
# trailing colons and then remove the whole line if VPATH becomes empty
14339
14360
# (actually we leave an empty line to preserve line numbers).
14340
14361
if test "x$srcdir" = x.; then
14341
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
14342
 
s/:*\$(srcdir):*/:/
14343
 
s/:*\${srcdir}:*/:/
14344
 
s/:*@srcdir@:*/:/
14345
 
s/^\([^=]*=[     ]*\):*/\1/
 
14362
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 
14363
h
 
14364
s///
 
14365
s/^/:/
 
14366
s/[      ]*$/:/
 
14367
s/:\$(srcdir):/:/g
 
14368
s/:\${srcdir}:/:/g
 
14369
s/:@srcdir@:/:/g
 
14370
s/^:*//
14346
14371
s/:*$//
 
14372
x
 
14373
s/\(=[   ]*\).*/\1/
 
14374
G
 
14375
s/\n//
14347
14376
s/^[^=]*=[       ]*$//
14348
14377
}'
14349
14378
fi
14371
14400
  if test -z "$ac_t"; then
14372
14401
    break
14373
14402
  elif $ac_last_try; then
14374
 
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
14403
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14375
14404
  else
14376
14405
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14377
14406
  fi
14456
14485
_ACAWK
14457
14486
_ACEOF
14458
14487
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14459
 
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
14488
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14460
14489
fi # test -n "$CONFIG_HEADERS"
14461
14490
 
14462
14491
 
14469
14498
  esac
14470
14499
  case $ac_mode$ac_tag in
14471
14500
  :[FHL]*:*);;
14472
 
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
14501
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
14473
14502
  :[FH]-) ac_tag=-:-;;
14474
14503
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14475
14504
  esac
14497
14526
           [\\/$]*) false;;
14498
14527
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14499
14528
           esac ||
14500
 
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
14529
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
14501
14530
      esac
14502
14531
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14503
14532
      as_fn_append ac_file_inputs " '$ac_f'"
14524
14553
 
14525
14554
    case $ac_tag in
14526
14555
    *:-:* | *:-) cat >"$tmp/stdin" \
14527
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
14556
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
14528
14557
    esac
14529
14558
    ;;
14530
14559
  esac
14661
14690
$ac_datarootdir_hack
14662
14691
"
14663
14692
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14664
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
14693
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14665
14694
 
14666
14695
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14667
14696
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14668
14697
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14669
14698
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14670
 
which seems to be undefined.  Please make sure it is defined." >&5
 
14699
which seems to be undefined.  Please make sure it is defined" >&5
14671
14700
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14672
 
which seems to be undefined.  Please make sure it is defined." >&2;}
 
14701
which seems to be undefined.  Please make sure it is defined" >&2;}
14673
14702
 
14674
14703
  rm -f "$tmp/stdin"
14675
14704
  case $ac_file in
14676
14705
  -) cat "$tmp/out" && rm -f "$tmp/out";;
14677
14706
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14678
14707
  esac \
14679
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
14708
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14680
14709
 ;;
14681
14710
  :H)
14682
14711
  #
14687
14716
      $as_echo "/* $configure_input  */" \
14688
14717
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14689
14718
    } >"$tmp/config.h" \
14690
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
14719
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14691
14720
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14692
14721
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14693
14722
$as_echo "$as_me: $ac_file is unchanged" >&6;}
14694
14723
    else
14695
14724
      rm -f "$ac_file"
14696
14725
      mv "$tmp/config.h" "$ac_file" \
14697
 
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
14726
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14698
14727
    fi
14699
14728
  else
14700
14729
    $as_echo "/* $configure_input  */" \
14701
14730
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14702
 
      || as_fn_error "could not create -" "$LINENO" 5
 
14731
      || as_fn_error $? "could not create -" "$LINENO" 5
14703
14732
  fi
14704
14733
# Compute "$ac_file"'s index in $config_headers.
14705
14734
_am_arg="$ac_file"
15479
15508
      esac ;;
15480
15509
    "po/stamp-it":C)
15481
15510
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
15482
 
       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
 
15511
       as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
15483
15512
    fi
15484
15513
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
15485
15514
    >"po/stamp-it.tmp"
15507
15536
ac_clean_files=$ac_clean_files_save
15508
15537
 
15509
15538
test $ac_write_fail = 0 ||
15510
 
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
15539
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15511
15540
 
15512
15541
 
15513
15542
# configure is writing to config.log, and then calls config.status.
15528
15557
  exec 5>>config.log
15529
15558
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15530
15559
  # would make configure fail if this is the last instruction.
15531
 
  $ac_cs_success || as_fn_exit $?
 
15560
  $ac_cs_success || as_fn_exit 1
15532
15561
fi
15533
15562
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15534
15563
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5