summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-06-13 17:15:32 +0000
committerMartin Baulig <martin@src.gnome.org>2001-06-13 17:15:32 +0000
commit164775f05c4ac3c36275478f864af5d1e7e0cf86 (patch)
treede64d89319d13f4fcce903e91454c49918d87184
parent79d04ac7e95b9fa42e5e58a354c5b749d399425a (diff)
downloadshared-mime-info-164775f05c4ac3c36275478f864af5d1e7e0cf86.tar.gz
Require pkg-config 0.7.0 and fix download URL.
2001-06-13 Martin Baulig <baulig@suse.de> * 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
-rw-r--r--macros2/ChangeLog7
-rw-r--r--macros2/gnome-pkgconfig.m44
-rw-r--r--macros2/gnome-platform.m41
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 <baulig@suse.de>
+
+ * 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 <peterw@ximian.com>
* 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