~ubuntu-branches/ubuntu/lucid/menu-cache/lucid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-16 00:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100216000211-8s5yfzlx4fbgwj5j
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

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.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
17
 
[m4_warning([this file was generated for autoconf 2.64.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
17
[m4_warning([this file was generated for autoconf 2.65.
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'.])])
7859
7859
 
7860
7860
# Generated from ltversion.in.
7861
7861
 
7862
 
# serial 3012 ltversion.m4
 
7862
# serial 3017 ltversion.m4
7863
7863
# This file is part of GNU Libtool
7864
7864
 
7865
 
m4_define([LT_PACKAGE_VERSION], [2.2.6])
7866
 
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
7865
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
7866
m4_define([LT_PACKAGE_REVISION], [1.3017])
7867
7867
 
7868
7868
AC_DEFUN([LTVERSION_VERSION],
7869
 
[macro_version='2.2.6'
7870
 
macro_revision='1.3012'
 
7869
[macro_version='2.2.6b'
 
7870
macro_revision='1.3017'
7871
7871
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
7872
7872
_LT_DECL(, macro_revision, 0)
7873
7873
])
8136
8136
[am__api_version='1.11'
8137
8137
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8138
8138
dnl require some minimum version.  Point them to the right macro.
8139
 
m4_if([$1], [1.11], [],
 
8139
m4_if([$1], [1.11.1], [],
8140
8140
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8141
8141
])
8142
8142
 
8152
8152
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8153
8153
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8154
8154
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8155
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
8155
[AM_AUTOMAKE_VERSION([1.11.1])dnl
8156
8156
m4_ifndef([AC_AUTOCONF_VERSION],
8157
8157
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8158
8158
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])