Update location of pkgconfig from sourceforge.net to new location at

* configure.in:
	* m4macros/glib-2.0.m4:
	Update location of pkgconfig from sourceforge.net to new
	location at freedeskop.org.
This commit is contained in:
Darin Adler 2001-07-26 20:11:42 +00:00
parent 9b25010f22
commit 07638db802
10 changed files with 58 additions and 2 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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
: