~ubuntu-branches/ubuntu/oneiric/gecko-mediaplayer/oneiric

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2010-02-17 10:17:01 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217101701-mqfz0z0owm89ut9y
Tags: 0.9.9.1~svn374-0ubuntu1
* SVN snapshot release (LP: #86777, LP: #445767, Closes: #557761):
  - apple.com fixes
* Replace Build-Depends on iceape-dev with xulrunner-dev (Closes: #555916)
* No change bump of Standards-Version
* Converted to source format 3.0
* Add opera (>= 9.50) as a compatible browser (LP: #230662)
* Remove linker flag -z defs since the plugin doesn't link to all
  required libraries on purpose

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
668
668
[am__api_version='1.11'
669
669
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
670
670
dnl require some minimum version.  Point them to the right macro.
671
 
m4_if([$1], [1.11], [],
 
671
m4_if([$1], [1.11.1], [],
672
672
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
673
673
])
674
674
 
684
684
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
685
685
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
686
686
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
687
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
687
[AM_AUTOMAKE_VERSION([1.11.1])dnl
688
688
m4_ifndef([AC_AUTOCONF_VERSION],
689
689
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
690
690
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])