Update location of pkgconfig from sourceforge.net to new location at
authorDarin Adler <darin@src.gnome.org>
Thu, 26 Jul 2001 20:11:42 +0000 (20:11 +0000)
committerDarin Adler <darin@src.gnome.org>
Thu, 26 Jul 2001 20:11:42 +0000 (20:11 +0000)
* configure.in:
* m4macros/glib-2.0.m4:
Update location of pkgconfig from sourceforge.net to new
location at freedeskop.org.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
m4macros/glib-2.0.m4

index ef65690..db24608 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index ef65690..db24608 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Darin Adler  <darin@bentspoon.com>
+
+       * configure.in:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
 2001-07-26  Michael Natterer  <mitch@convergence.de>
 
        * gobject/glib-genmarshal.c: added a "release_check" to the
index 1851466..693e6c6 100644 (file)
@@ -153,7 +153,7 @@ AC_PROG_INSTALL
 #
 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 if test x$PKG_CONFIG = xno ; then
-  AC_MSG_ERROR([*** pkg-config not found. See http://pkgconfig.sourceforge.net])
+  AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
 fi
 
 if pkg-config --atleast-pkgconfig-version 0.5 ; then
index a69cd9c..b5dba4f 100644 (file)
@@ -163,7 +163,7 @@ main ()
      AC_MSG_RESULT(no)
      if test "$PKG_CONFIG" = "no" ; then
        echo "*** A new enough version of pkg-config was not found."
-       echo "*** See http://pkgconfig.sourceforge.net"
+       echo "*** See http://www.freedesktop.org/software/pkgconfig/"
      else
        if test -f conf.glibtest ; then
         :