From: Darin Adler Date: Thu, 26 Jul 2001 20:11:42 +0000 (+0000) Subject: Update location of pkgconfig from sourceforge.net to new location at X-Git-Tag: GLIB_1_3_7~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07638db8027ab5afa19fec747aafd2bf30b27086;p=platform%2Fupstream%2Fglib.git 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. --- diff --git a/ChangeLog b/ChangeLog index ef65690..db24608 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ef65690..db24608 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2001-07-26 Darin Adler + + * 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 * gobject/glib-genmarshal.c: added a "release_check" to the diff --git a/configure.in b/configure.in index 1851466..693e6c6 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 a69cd9c..b5dba4f 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 :