diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2001-07-26 Darin Adler <darin@bentspoon.com> + * configure.in: Point to the new home of pkgconfig at + www.freedesktop.org instead of "sourceforce.net" [sic]. + +2001-07-26 Darin Adler <darin@bentspoon.com> + * doc/usage.txt: Point to the new home of pkgconfig at www.freedesktop.org. diff --git a/configure.in b/configure.in index a48e3d2..b449516 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ if ! test -x "$PKG_CONFIG" ; then AC_MSG_ERROR([ *** You need the latest pkg-config. *** Get the latest version of pkg-config from -*** http://pkgconfig.sourceforce.net.]) +*** <http://www.freedesktop.org/software/pkgconfig/>.]) fi AC_SUBST(PKG_CONFIG) |