summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-07-26 19:50:22 +0000
committerDarin Adler <darin@src.gnome.org>2001-07-26 19:50:22 +0000
commitde05960e739b93c08e09b700e4681db051ae975c (patch)
tree08c953d84870ef1b0ce8fc9774a1177e1bcf6f21
parentbf53c0a1845ccbd2c19586b43964c0a109ef59cd (diff)
downloadgnome-common-de05960e739b93c08e09b700e4681db051ae975c.tar.gz
Point to the new home of pkgconfig at www.freedesktop.org instead of
* configure.in: Point to the new home of pkgconfig at www.freedesktop.org instead of "sourceforce.net" [sic]. svn path=/trunk/; revision=1877
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 674e259..62136d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-07-26 Darin Adler <darin@bentspoon.com>
+ * configure.in: Point to the new home of pkgconfig at
+ www.freedesktop.org instead of "sourceforce.net" [sic].
+
+2001-07-26 Darin Adler <darin@bentspoon.com>
+
* doc/usage.txt: Point to the new home of pkgconfig at
www.freedesktop.org.
diff --git a/configure.in b/configure.in
index a48e3d2..b449516 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ if ! test -x "$PKG_CONFIG" ; then
AC_MSG_ERROR([
*** You need the latest pkg-config.
*** Get the latest version of pkg-config from
-*** http://pkgconfig.sourceforce.net.])
+*** <http://www.freedesktop.org/software/pkgconfig/>.])
fi
AC_SUBST(PKG_CONFIG)