diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-30 06:37:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-30 06:37:08 +0200 |
commit | 21007486a592453b94d5b1959026e80ef762771b (patch) | |
tree | 4cbd2ddb77e7fe47e2591261b13ceb0fb8a567eb /m4 | |
parent | f62da4aa83ce84a43702216e90bdfb27e1a79b6e (diff) | |
parent | ae99dce645e9bdde83f3e841b31e6bbba8262989 (diff) |
Merge tag 'upstream/3.21.1'
Upstream version 3.21.1
Diffstat (limited to 'm4')
-rw-r--r-- | m4/pkg.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29) +dnl serial 11 (pkg-config-0.29.1) dnl dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> @@ -41,7 +41,7 @@ dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29]) +[m4_define([PKG_MACROS_VERSION], [0.29.1]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ |