~ubuntu-branches/ubuntu/lucid/hal/lucid-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-15 09:38:52 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715093852-r8mx79yuks1n0nik
Tags: 0.5.13-0ubuntu1
* New upstream release:
  - Fix crash when assembling certain MD devices
  - Fixes for GNU/kFreeBSD
  - Set default udev_prefix to ${exec_prefix}/lib in configure.in
  - Define new (sub-)namespace(s) and policy for smart card readers
  - Ignore ADD events if there is already a device with same sysfs_path
  - probe-volume: remove needless check for empty fstype
  - Use $libexecdir not $libdir/hal to define private hal directory
  - Various startup speedups
  - Add hal-set-property --direct
  - addon-acpi.c: Support acpid
  - 10-x11-input.fdi: Add tablets
  - Add input.keys capability to input buttons
  - Add support for devices on the SSB and ibme bus
* Drop 05_ssb_bus_support.patch, upstream now.
* Re-add smartdimmer recommends, got lost in a merge.
* Drop ubuntu_01_ignore_single_slash_label.patch. It's conceptually wrong to
  change this in hal itself, should rather be done in the presentation
  layer. Also, the installer stopped labelling partitions as "/" ages ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
AC_INIT(hal, 0.5.13, david@fubar.dk)
11
11
AM_INIT_AUTOMAKE([gnu 1.9])
12
12
AM_MAINTAINER_MODE
 
13
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
13
14
 
14
15
glib_module="glib-2.0 >= 2.10.0 gobject-2.0 > 2.10.0 dbus-glib-1 >= 0.61"
15
16
dbus_module="dbus-1 >= 0.61"
488
489
        *-*-solaris*)
489
490
                   HALD_BACKEND="solaris"
490
491
                   ;;
491
 
        *-*-freebsd* |�*-*-kfreebsd*-gnu)
 
492
        *-*-freebsd* | *-*-kfreebsd*-gnu)
492
493
                   HALD_BACKEND="freebsd"
493
494
                   ;;
494
495
        *-linux*)