summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-2-07
-rw-r--r--ChangeLog.pre-2-107
-rw-r--r--ChangeLog.pre-2-127
-rw-r--r--ChangeLog.pre-2-27
-rw-r--r--ChangeLog.pre-2-47
-rw-r--r--ChangeLog.pre-2-67
-rw-r--r--ChangeLog.pre-2-87
-rw-r--r--configure.in2
-rw-r--r--m4macros/glib-2.0.m42
10 files changed, 58 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef656907d..db24608a4 100644
--- 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
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -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
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ef656907d..db24608a4 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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
diff --git a/configure.in b/configure.in
index 18514661e..693e6c617 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/m4macros/glib-2.0.m4 b/m4macros/glib-2.0.m4
index a69cd9c71..b5dba4fcf 100644
--- a/m4macros/glib-2.0.m4
+++ b/m4macros/glib-2.0.m4
@@ -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
: