~ubuntu-branches/ubuntu/lucid/kmymoney2-plugin-aqbanking/lucid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2009-03-08 21:05:26 UTC
  • mfrom: (1.1.3 upstream) (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090308210526-fgjm2ge8gwyphva4
Tags: 0.9.10-1
* New upstream release
* Bump version in shlibs.local and in build dependency
  (now needs kmymoney2 >= 0.9.3, otherwise fails to build)
* Remove ChangeLog from debian/docs files. It gets installed by
  dh_installchangelogs and doesn't get compressed if installed
  additionally by dh_installdocs (see #515601 for discussion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
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(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'.])])