~peter-pearse/ubuntu/oneiric/upower/prop001

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-05 14:31:17 UTC
  • mfrom: (15.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110505143117-9clyzsrw45vt5g6y
Tags: 0.9.10-1
* New upstream release:
  - Fix "unknown" battery status guessing to not be recursive. (LP: #384304)
* debian/control: Drop obsolete devicekit-power-* Conflicts/Replaces.

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.68 for upower 0.9.9.
 
3
# Generated by GNU Autoconf 2.68 for upower 0.9.10.
4
4
#
5
5
# Report bugs to <richard@hughsie.com>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='upower'
572
572
PACKAGE_TARNAME='upower'
573
 
PACKAGE_VERSION='0.9.9'
574
 
PACKAGE_STRING='upower 0.9.9'
 
573
PACKAGE_VERSION='0.9.10'
 
574
PACKAGE_STRING='upower 0.9.10'
575
575
PACKAGE_BUGREPORT='richard@hughsie.com'
576
576
PACKAGE_URL=''
577
577
 
660
660
USE_NLS
661
661
UP_BUILD_TESTS_FALSE
662
662
UP_BUILD_TESTS_TRUE
 
663
BACKEND_TYPE_OPENBSD_FALSE
 
664
BACKEND_TYPE_OPENBSD_TRUE
663
665
BACKEND_TYPE_FREEBSD_FALSE
664
666
BACKEND_TYPE_FREEBSD_TRUE
665
667
BACKEND_TYPE_LINUX_FALSE
1440
1442
  # Omit some internal or obsolete options to make the list less imposing.
1441
1443
  # This message is too long to be a string in the A/UX 3.1 sh.
1442
1444
  cat <<_ACEOF
1443
 
\`configure' configures upower 0.9.9 to adapt to many kinds of systems.
 
1445
\`configure' configures upower 0.9.10 to adapt to many kinds of systems.
1444
1446
 
1445
1447
Usage: $0 [OPTION]... [VAR=VALUE]...
1446
1448
 
1510
1512
 
1511
1513
if test -n "$ac_init_help"; then
1512
1514
  case $ac_init_help in
1513
 
     short | recursive ) echo "Configuration of upower 0.9.9:";;
 
1515
     short | recursive ) echo "Configuration of upower 0.9.10:";;
1514
1516
   esac
1515
1517
  cat <<\_ACEOF
1516
1518
 
1551
1553
  --with-sysroot=DIR Search for dependent libraries within DIR
1552
1554
                        (or the compiler's sysroot if not specified).
1553
1555
  --with-html-dir=PATH    path to installed docs
1554
 
  --with-backend=<option> Default backend to use linux, freebsd, dummy (dummy)
 
1556
  --with-backend=<option> Default backend to use linux, freebsd, openbsd,
 
1557
                          dummy (dummy)
1555
1558
  --without-idevice       Build without libimobiledevice
1556
1559
 
1557
1560
Some influential environment variables:
1657
1660
test -n "$ac_init_help" && exit $ac_status
1658
1661
if $ac_init_version; then
1659
1662
  cat <<\_ACEOF
1660
 
upower configure 0.9.9
 
1663
upower configure 0.9.10
1661
1664
generated by GNU Autoconf 2.68
1662
1665
 
1663
1666
Copyright (C) 2010 Free Software Foundation, Inc.
2026
2029
This file contains any messages produced by compilers while
2027
2030
running configure, to aid debugging if configure makes a mistake.
2028
2031
 
2029
 
It was created by upower $as_me 0.9.9, which was
 
2032
It was created by upower $as_me 0.9.10, which was
2030
2033
generated by GNU Autoconf 2.68.  Invocation command line was
2031
2034
 
2032
2035
  $ $0 $@
2842
2845
 
2843
2846
# Define the identity of the package.
2844
2847
 PACKAGE='upower'
2845
 
 VERSION='0.9.9'
 
2848
 VERSION='0.9.10'
2846
2849
 
2847
2850
 
2848
2851
cat >>confdefs.h <<_ACEOF
3220
3223
# use this in up-version.h
3221
3224
UP_MAJOR_VERSION=0
3222
3225
UP_MINOR_VERSION=9
3223
 
UP_MICRO_VERSION=9
 
3226
UP_MICRO_VERSION=10
3224
3227
 
3225
3228
 
3226
3229
 
13201
13204
#       WARNINGFLAGS_C="$WARNINGFLAGS_C -Wignored-qualifiers"
13202
13205
        WARNINGFLAGS_C="$WARNINGFLAGS_C -Wsign-compare"
13203
13206
#       WARNINGFLAGS_C="$WARNINGFLAGS_C -Wtype-limits"
13204
 
        WARNINGFLAGS_C="$WARNINGFLAGS_C -Wuninitialized"
 
13207
        WARNINGFLAGS_C="$WARNINGFLAGS_C -O -Wuninitialized"
13205
13208
        WARNINGFLAGS_C="$WARNINGFLAGS_C -Waggregate-return"
13206
13209
        WARNINGFLAGS_C="$WARNINGFLAGS_C -Wdeclaration-after-statement"
13207
13210
#       WARNINGFLAGS_C="$WARNINGFLAGS_C -Wshadow"
13789
13792
                with_backend=linux
13790
13793
        elif test -e /usr/include/dev/acpica/acpiio.h ; then
13791
13794
                with_backend=freebsd
 
13795
        elif test -e /usr/include/machine/apmvar.h ; then
 
13796
                with_backend=openbsd
13792
13797
        else
13793
13798
                with_backend=dummy
13794
13799
        fi
14108
14113
  BACKEND_TYPE_FREEBSD_FALSE=
14109
14114
fi
14110
14115
 
 
14116
 if test x$with_backend = xopenbsd; then
 
14117
  BACKEND_TYPE_OPENBSD_TRUE=
 
14118
  BACKEND_TYPE_OPENBSD_FALSE='#'
 
14119
else
 
14120
  BACKEND_TYPE_OPENBSD_TRUE='#'
 
14121
  BACKEND_TYPE_OPENBSD_FALSE=
 
14122
fi
 
14123
 
14111
14124
 
14112
14125
# Check whether --enable-tests was given.
14113
14126
if test "${enable_tests+set}" = set; then :
15399
15412
_ACEOF
15400
15413
 
15401
15414
 
15402
 
ac_config_files="$ac_config_files Makefile upower-glib.pc etc/Makefile src/Makefile src/dummy/Makefile src/freebsd/Makefile src/linux/Makefile tools/Makefile doc/Makefile doc/version.xml doc/man/Makefile doc/dbus/Makefile policy/Makefile rules/Makefile libupower-glib/Makefile libupower-glib/up-version.h po/Makefile.in"
 
15415
ac_config_files="$ac_config_files Makefile upower-glib.pc etc/Makefile src/Makefile src/dummy/Makefile src/freebsd/Makefile src/openbsd/Makefile src/linux/Makefile tools/Makefile doc/Makefile doc/version.xml doc/man/Makefile doc/dbus/Makefile policy/Makefile rules/Makefile libupower-glib/Makefile libupower-glib/up-version.h po/Makefile.in"
15403
15416
 
15404
15417
cat >confcache <<\_ACEOF
15405
15418
# This file is a shell script that caches the results of configure
15578
15591
  as_fn_error $? "conditional \"BACKEND_TYPE_FREEBSD\" was never defined.
15579
15592
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15580
15593
fi
 
15594
if test -z "${BACKEND_TYPE_OPENBSD_TRUE}" && test -z "${BACKEND_TYPE_OPENBSD_FALSE}"; then
 
15595
  as_fn_error $? "conditional \"BACKEND_TYPE_OPENBSD\" was never defined.
 
15596
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
15597
fi
15581
15598
if test -z "${UP_BUILD_TESTS_TRUE}" && test -z "${UP_BUILD_TESTS_FALSE}"; then
15582
15599
  as_fn_error $? "conditional \"UP_BUILD_TESTS\" was never defined.
15583
15600
Usually this means the macro was only invoked conditionally." "$LINENO" 5
15995
16012
# report actual input values of CONFIG_FILES etc. instead of their
15996
16013
# values after options handling.
15997
16014
ac_log="
15998
 
This file was extended by upower $as_me 0.9.9, which was
 
16015
This file was extended by upower $as_me 0.9.10, which was
15999
16016
generated by GNU Autoconf 2.68.  Invocation command line was
16000
16017
 
16001
16018
  CONFIG_FILES    = $CONFIG_FILES
16061
16078
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16062
16079
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16063
16080
ac_cs_version="\\
16064
 
upower config.status 0.9.9
 
16081
upower config.status 0.9.10
16065
16082
configured by $0, generated by GNU Autoconf 2.68,
16066
16083
  with options \\"\$ac_cs_config\\"
16067
16084
 
16478
16495
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
16479
16496
    "src/dummy/Makefile") CONFIG_FILES="$CONFIG_FILES src/dummy/Makefile" ;;
16480
16497
    "src/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES src/freebsd/Makefile" ;;
 
16498
    "src/openbsd/Makefile") CONFIG_FILES="$CONFIG_FILES src/openbsd/Makefile" ;;
16481
16499
    "src/linux/Makefile") CONFIG_FILES="$CONFIG_FILES src/linux/Makefile" ;;
16482
16500
    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
16483
16501
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;