mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
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:
parent
9b25010f22
commit
07638db802
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
:
|
||||
|
Loading…
x
Reference in New Issue
Block a user