]> err.no Git - pkg-config/commitdiff
0.9.0
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:04:54 +0000 (13:04 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:04:54 +0000 (13:04 +0000)
Author: hp
Date: 2002-02-03 17:16:48 GMT
0.9.0

ChangeLog
configure.in
pkg.m4

index ff53aff757211b25e273b881fe73032faa5fa30f..e89e821640b57ace54d995d27b7c7ad0b176a9ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-03  Havoc Pennington  <hp@pobox.com>
+
+       * pkg.m4: require 0.9.0
+
+       * configure.in: increment version to 0.9.0
+
 2002-02-01  Havoc Pennington  <hp@redhat.com>
 
        * pkg.c (verify_package): don't warn about /usr/include /usr/lib
index c5b8341c876c4ffcc47f76782f823cc6e6706ebe..7311a9ee1f4f9aa71b5031fab20e5b6ae458e6e0 100644 (file)
@@ -1,7 +1,7 @@
 
 AC_INIT(pkg-config.1)
 
-AM_INIT_AUTOMAKE(pkgconfig, 0.8.0)
+AM_INIT_AUTOMAKE(pkgconfig, 0.9.0)
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER(config.h)
diff --git a/pkg.m4 b/pkg.m4
index 2ee547a0ce4501f7cb327c0f202821bed0b78396..c80e0acfc4fccf781044ca49a0ea179a82f2d9a6 100644 (file)
--- a/pkg.m4
+++ b/pkg.m4
@@ -15,7 +15,7 @@ AC_DEFUN(PKG_CHECK_MODULES, [
      echo "*** to the full path to pkg-config."
      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
   else
-     PKG_CONFIG_MIN_VERSION=0.8.0
+     PKG_CONFIG_MIN_VERSION=0.9.0
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
         AC_MSG_CHECKING(for $2)