From 164775f05c4ac3c36275478f864af5d1e7e0cf86 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 13 Jun 2001 17:15:32 +0000 Subject: Require pkg-config 0.7.0 and fix download URL. 2001-06-13 Martin Baulig * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0 and fix download URL. * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform. svn path=/trunk/; revision=1790 --- macros2/ChangeLog | 7 +++++++ macros2/gnome-pkgconfig.m4 | 4 ++-- macros2/gnome-platform.m4 | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/macros2/ChangeLog b/macros2/ChangeLog index 1a0b740f..af379a1e 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,10 @@ +2001-06-13 Martin Baulig + + * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0 + and fix download URL. + + * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform. + 2001-06-01 Peter Williams * autogen.sh: s,Gnome,$PKG_NAME,g diff --git a/macros2/gnome-pkgconfig.m4 b/macros2/gnome-pkgconfig.m4 index 976ed53e..11621fba 100644 --- a/macros2/gnome-pkgconfig.m4 +++ b/macros2/gnome-pkgconfig.m4 @@ -45,7 +45,7 @@ AC_DEFUN([GNOME_CHECK_PKGCONFIG],[ fi AC_MSG_CHECKING(for pkg-config) if test x$have_pkgconfig = xyes ; then - pkgconfig_required_version=0.4.1 + pkgconfig_required_version=0.7 pkgconfig_version=`pkg-config --version` GNOME_PKGCONFIG_CHECK_VERSION($pkgconfig_version, $pkgconfig_required_version, [have_pkgconfig=yes], [have_pkgconfig=no]) fi @@ -58,7 +58,7 @@ AC_DEFUN([GNOME_CHECK_PKGCONFIG],[ AC_MSG_ERROR([ *** You need the latest pkg-config (at least $pkgconfig_required_version). *** Get the latest version of pkg-config from -*** http://pkgconfig.sourceforce.net.]) +*** http://www.freesoftware.org/software/pkgconfig.]) fi fi AC_SUBST(PKG_CONFIG) diff --git a/macros2/gnome-platform.m4 b/macros2/gnome-platform.m4 index 96b6c049..5d44a70d 100644 --- a/macros2/gnome-platform.m4 +++ b/macros2/gnome-platform.m4 @@ -28,6 +28,7 @@ AC_DEFUN([GNOME_PLATFORM_GNOME_2],[ if test $platform_gnome_2 = yes; then AC_MSG_RESULT(GNOME 2.x) GNOME_INTERFACE_VERSION=2 + GNOME_REQUIRE_PKGCONFIG else AC_MSG_RESULT(GNOME 1.x) GNOME_INTERFACE_VERSION=1 -- cgit v1.2.1