~ubuntu-branches/ubuntu/maverick/hal-info/maverick

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-02-27 11:14:51 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227111451-t5lp0o115tedzjj4
Tags: 20090227-0ubuntu1
* New git snapshot:
  - Hotkeys for Fujitsu Siemens Amilo Si 1520 (LP: #317505)
  - Fix Fn+Arrow "Brightness Up" key on Acer laptops (LP: #327707)
  - UM175 modem (LP: #328309)
  - Sleep quirks for HP nw8440 (LP: #328522)
  - Samsung YP-S2 audio player (LP: #331538)
  - Samsung YP-S5 audio player (LP: #332913)
  - Fix Samsung Q210 brightness keys (LP: #333352)
  - Sony Ericsson w880i/3G mobile modem (LP: #334327)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(AC_AUTOCONF_VERSION, [2.61],,
17
 
[m4_warning([this file was generated for autoconf 2.61.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
 
17
[m4_warning([this file was generated for autoconf 2.63.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
177
177
fi[]dnl
178
178
])# PKG_CHECK_MODULES
179
179
 
180
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
180
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
181
181
#
182
182
# This file is free software; the Free Software Foundation
183
183
# gives unlimited permission to copy and/or distribute it,
192
192
[am__api_version='1.10'
193
193
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
194
194
dnl require some minimum version.  Point them to the right macro.
195
 
m4_if([$1], [1.10.1], [],
 
195
m4_if([$1], [1.10.2], [],
196
196
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
197
197
])
198
198
 
206
206
# AM_SET_CURRENT_AUTOMAKE_VERSION
207
207
# -------------------------------
208
208
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
209
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
209
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
210
210
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
211
 
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
211
[AM_AUTOMAKE_VERSION([1.10.2])dnl
212
212
m4_ifndef([AC_AUTOCONF_VERSION],
213
213
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
214
 
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
214
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
215
215
 
216
216
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
217
217
 
461
461
 
462
462
# Generate code to set up dependency tracking.              -*- Autoconf -*-
463
463
 
464
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
464
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
465
465
# Free Software Foundation, Inc.
466
466
#
467
467
# This file is free software; the Free Software Foundation
468
468
# gives unlimited permission to copy and/or distribute it,
469
469
# with or without modifications, as long as this notice is preserved.
470
470
 
471
 
#serial 3
 
471
#serial 4
472
472
 
473
473
# _AM_OUTPUT_DEPENDENCY_COMMANDS
474
474
# ------------------------------
475
475
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
476
 
[for mf in $CONFIG_FILES; do
 
476
[# Autoconf 2.62 quotes --file arguments for eval, but not when files
 
477
# are listed without --file.  Let's play safe and only enable the eval
 
478
# if we detect the quoting.
 
479
case $CONFIG_FILES in
 
480
*\'*) eval set x "$CONFIG_FILES" ;;
 
481
*)   set x $CONFIG_FILES ;;
 
482
esac
 
483
shift
 
484
for mf
 
485
do
477
486
  # Strip MF so we end up with the name of the file.
478
487
  mf=`echo "$mf" | sed -e 's/:.*$//'`
479
488
  # Check whether this is an Automake generated Makefile or not.
817
826
 
818
827
# Helper functions for option handling.                     -*- Autoconf -*-
819
828
 
820
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
829
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
821
830
#
822
831
# This file is free software; the Free Software Foundation
823
832
# gives unlimited permission to copy and/or distribute it,
824
833
# with or without modifications, as long as this notice is preserved.
825
834
 
826
 
# serial 3
 
835
# serial 4
827
836
 
828
837
# _AM_MANGLE_OPTION(NAME)
829
838
# -----------------------
840
849
# ----------------------------------
841
850
# OPTIONS is a space-separated list of Automake options.
842
851
AC_DEFUN([_AM_SET_OPTIONS],
843
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
852
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
844
853
 
845
854
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
846
855
# -------------------------------------------