~ubuntu-branches/ubuntu/vivid/unity-lens-shopping/vivid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Didier Roche
  • Date: 2012-09-20 15:17:47 UTC
  • mfrom: (14.2.3)
  • Revision ID: didier.roche@canonical.com-20120920151747-vew83qoqtau3icnq
Take Francis' initial packaging and fix it up + version fixing.
Putting the shopping lens to ubuntu (LP: #1052374)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
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.5], [],
 
671
m4_if([$1], [1.11.6], [],
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.5])dnl
 
687
[AM_AUTOMAKE_VERSION([1.11.6])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]))])