~ubuntu-branches/ubuntu/vivid/upower/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-08 18:26:25 UTC
  • mfrom: (49.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131008182625-roccyppydypnly0t
Tags: 0.9.22-1
* New upstream release.
* Drop 00git_updates.patch, included in new release.

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.69 for upower 0.9.21.
 
3
# Generated by GNU Autoconf 2.69 for upower 0.9.22.
4
4
#
5
5
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=upower>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='upower'
593
593
PACKAGE_TARNAME='upower'
594
 
PACKAGE_VERSION='0.9.21'
595
 
PACKAGE_STRING='upower 0.9.21'
 
594
PACKAGE_VERSION='0.9.22'
 
595
PACKAGE_STRING='upower 0.9.22'
596
596
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=upower'
597
597
PACKAGE_URL='http://upower.freedesktop.org/'
598
598
 
1486
1486
  # Omit some internal or obsolete options to make the list less imposing.
1487
1487
  # This message is too long to be a string in the A/UX 3.1 sh.
1488
1488
  cat <<_ACEOF
1489
 
\`configure' configures upower 0.9.21 to adapt to many kinds of systems.
 
1489
\`configure' configures upower 0.9.22 to adapt to many kinds of systems.
1490
1490
 
1491
1491
Usage: $0 [OPTION]... [VAR=VALUE]...
1492
1492
 
1556
1556
 
1557
1557
if test -n "$ac_init_help"; then
1558
1558
  case $ac_init_help in
1559
 
     short | recursive ) echo "Configuration of upower 0.9.21:";;
 
1559
     short | recursive ) echo "Configuration of upower 0.9.22:";;
1560
1560
   esac
1561
1561
  cat <<\_ACEOF
1562
1562
 
1723
1723
test -n "$ac_init_help" && exit $ac_status
1724
1724
if $ac_init_version; then
1725
1725
  cat <<\_ACEOF
1726
 
upower configure 0.9.21
 
1726
upower configure 0.9.22
1727
1727
generated by GNU Autoconf 2.69
1728
1728
 
1729
1729
Copyright (C) 2012 Free Software Foundation, Inc.
2001
2001
This file contains any messages produced by compilers while
2002
2002
running configure, to aid debugging if configure makes a mistake.
2003
2003
 
2004
 
It was created by upower $as_me 0.9.21, which was
 
2004
It was created by upower $as_me 0.9.22, which was
2005
2005
generated by GNU Autoconf 2.69.  Invocation command line was
2006
2006
 
2007
2007
  $ $0 $@
2871
2871
 
2872
2872
# Define the identity of the package.
2873
2873
 PACKAGE='upower'
2874
 
 VERSION='0.9.21'
 
2874
 VERSION='0.9.22'
2875
2875
 
2876
2876
 
2877
2877
cat >>confdefs.h <<_ACEOF
3321
3321
# use this in up-version.h
3322
3322
UP_MAJOR_VERSION=0
3323
3323
UP_MINOR_VERSION=9
3324
 
UP_MICRO_VERSION=21
 
3324
UP_MICRO_VERSION=22
3325
3325
 
3326
3326
 
3327
3327
 
5818
5818
    ;;
5819
5819
  *)
5820
5820
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5821
 
    if test -n "$lt_cv_sys_max_cmd_len"; then
 
5821
    if test -n "$lt_cv_sys_max_cmd_len" && \
 
5822
        test undefined != "$lt_cv_sys_max_cmd_len"; then
5822
5823
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5823
5824
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5824
5825
    else
6219
6220
  fi
6220
6221
  ;;
6221
6222
 
6222
 
gnu*)
6223
 
  lt_cv_deplibs_check_method=pass_all
6224
 
  ;;
6225
 
 
6226
6223
haiku*)
6227
6224
  lt_cv_deplibs_check_method=pass_all
6228
6225
  ;;
6261
6258
  ;;
6262
6259
 
6263
6260
# This must be glibc/ELF.
6264
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
6261
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6265
6262
  lt_cv_deplibs_check_method=pass_all
6266
6263
  ;;
6267
6264
 
6268
 
netbsd*)
 
6265
netbsd* | netbsdelf*-gnu)
6269
6266
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6270
6267
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6271
6268
  else
7358
7355
            LD="${LD-ld} -m elf_i386_fbsd"
7359
7356
            ;;
7360
7357
          x86_64-*linux*)
7361
 
            LD="${LD-ld} -m elf_i386"
 
7358
            case `/usr/bin/file conftest.o` in
 
7359
              *x86-64*)
 
7360
                LD="${LD-ld} -m elf32_x86_64"
 
7361
                ;;
 
7362
              *)
 
7363
                LD="${LD-ld} -m elf_i386"
 
7364
                ;;
 
7365
            esac
7362
7366
            ;;
7363
7367
          ppc64-*linux*|powerpc64-*linux*)
7364
7368
            LD="${LD-ld} -m elf32ppclinux"
8937
8941
      lt_prog_compiler_static='-non_shared'
8938
8942
      ;;
8939
8943
 
8940
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
8944
    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
8941
8945
      case $cc_basename in
8942
8946
      # old Intel for x86_64 which still supported -KPIC.
8943
8947
      ecc*)
9415
9419
  openbsd*)
9416
9420
    with_gnu_ld=no
9417
9421
    ;;
 
9422
  linux* | k*bsd*-gnu | gnu*)
 
9423
    link_all_deplibs=no
 
9424
    ;;
9418
9425
  esac
9419
9426
 
9420
9427
  ld_shlibs=yes
9636
9643
      fi
9637
9644
      ;;
9638
9645
 
9639
 
    netbsd*)
 
9646
    netbsd* | netbsdelf*-gnu)
9640
9647
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9641
9648
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9642
9649
        wlarc=
9813
9820
        if test "$aix_use_runtimelinking" = yes; then
9814
9821
          shared_flag="$shared_flag "'${wl}-G'
9815
9822
        fi
 
9823
        link_all_deplibs=no
9816
9824
      else
9817
9825
        # not using gcc
9818
9826
        if test "$host_cpu" = ia64; then
10266
10274
      link_all_deplibs=yes
10267
10275
      ;;
10268
10276
 
10269
 
    netbsd*)
 
10277
    netbsd* | netbsdelf*-gnu)
10270
10278
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10271
10279
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10272
10280
      else
11103
11111
  esac
11104
11112
  ;;
11105
11113
 
11106
 
gnu*)
11107
 
  version_type=linux # correct to gnu/linux during the next big refactor
11108
 
  need_lib_prefix=no
11109
 
  need_version=no
11110
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11111
 
  soname_spec='${libname}${release}${shared_ext}$major'
11112
 
  shlibpath_var=LD_LIBRARY_PATH
11113
 
  shlibpath_overrides_runpath=no
11114
 
  hardcode_into_libs=yes
11115
 
  ;;
11116
 
 
11117
11114
haiku*)
11118
11115
  version_type=linux # correct to gnu/linux during the next big refactor
11119
11116
  need_lib_prefix=no
11230
11227
  ;;
11231
11228
 
11232
11229
# This must be glibc/ELF.
11233
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
11230
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
11234
11231
  version_type=linux # correct to gnu/linux during the next big refactor
11235
11232
  need_lib_prefix=no
11236
11233
  need_version=no
11279
11276
  # before this can be enabled.
11280
11277
  hardcode_into_libs=yes
11281
11278
 
11282
 
  # Add ABI-specific directories to the system library path.
11283
 
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
11284
 
 
11285
11279
  # Append ld.so.conf contents to the search path
11286
11280
  if test -f /etc/ld.so.conf; then
11287
11281
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
11288
 
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
11289
 
 
 
11282
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11290
11283
  fi
11291
11284
 
11292
11285
  # We used to test for /lib/ld.so.1 and disable shared libraries on
11298
11291
  dynamic_linker='GNU/Linux ld.so'
11299
11292
  ;;
11300
11293
 
 
11294
netbsdelf*-gnu)
 
11295
  version_type=linux
 
11296
  need_lib_prefix=no
 
11297
  need_version=no
 
11298
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
11299
  soname_spec='${libname}${release}${shared_ext}$major'
 
11300
  shlibpath_var=LD_LIBRARY_PATH
 
11301
  shlibpath_overrides_runpath=no
 
11302
  hardcode_into_libs=yes
 
11303
  dynamic_linker='NetBSD ld.elf_so'
 
11304
  ;;
 
11305
 
11301
11306
netbsd*)
11302
11307
  version_type=sunos
11303
11308
  need_lib_prefix=no
16786
16791
# report actual input values of CONFIG_FILES etc. instead of their
16787
16792
# values after options handling.
16788
16793
ac_log="
16789
 
This file was extended by upower $as_me 0.9.21, which was
 
16794
This file was extended by upower $as_me 0.9.22, which was
16790
16795
generated by GNU Autoconf 2.69.  Invocation command line was
16791
16796
 
16792
16797
  CONFIG_FILES    = $CONFIG_FILES
16853
16858
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16854
16859
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16855
16860
ac_cs_version="\\
16856
 
upower config.status 0.9.21
 
16861
upower config.status 0.9.22
16857
16862
configured by $0, generated by GNU Autoconf 2.69,
16858
16863
  with options \\"\$ac_cs_config\\"
16859
16864