~ubuntu-branches/ubuntu/oneiric/udev/oneiric-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-07-11 15:28:25 UTC
  • mfrom: (0.7.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711152825-7tompjwuzr1aljjf
Tags: 172-0ubuntu1
* New upstream release:
  - Now enables kenrel media polling if available. This goes together with
    the changes in udisks 1.0.3 to stop user-space polling if kernel polling
    is enabled.
  - Delete mobile-action-modeswitch, has been deprecated by usb-modeswitch
    for a long time now.
* debian/rules: Fix build tree copying to cope with new upstream
  "build-aux/" directory.
* debian/libudev0.symbols: Add new symbols for this release.
* debian/control: Add gir1.2-gudev-1.0 dependency to libgudev-1.0-dev, as
  per current Debian GI policy.
* debian/control: Wrap dependencies.
* debian/control: Add versioned libudev0 dependency to udev. While udevd or
  the probers do not directly link to it (they have an internal copy), they
  still need to be in sync to work properly. (LP: #804577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
901
901
AC_DEFUN([_AM_IF_OPTION],
902
902
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
903
903
 
 
904
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
905
#
 
906
# This file is free software; the Free Software Foundation
 
907
# gives unlimited permission to copy and/or distribute it,
 
908
# with or without modifications, as long as this notice is preserved.
 
909
 
 
910
# AM_RUN_LOG(COMMAND)
 
911
# -------------------
 
912
# Run COMMAND, save the exit status in ac_status, and log it.
 
913
# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
914
AC_DEFUN([AM_RUN_LOG],
 
915
[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
916
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
917
   ac_status=$?
 
918
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
919
   (exit $ac_status); }])
 
920
 
904
921
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
905
922
 
906
923
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008