summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:06:01 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:06:01 +0000
commit92170d7ef4b44d1519d234147ad718c5e048678c (patch)
tree887e400f7ef18061e1ea1ed4a7229bcd249a6b53
parentb1584b5aaf9ce396e61599caff2b5e15f01daf91 (diff)
downloadpkg-config-92170d7ef4b44d1519d234147ad718c5e048678c.tar.gz
* README: Change gnome.org reference to freedesktop.org
Author: keybuk Date: 2004-06-08 22:50:26 GMT * README: Change gnome.org reference to freedesktop.org * AUTHORS: Add myself here, I guess. * pkg.m4: Mine! (fix copyright)
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog6
-rw-r--r--README4
-rw-r--r--pkg.m43
4 files changed, 10 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 9c30eb3..a1e3037 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,4 +6,4 @@ Havoc Pennington <hp@redhat.com> rewrite in C
Maintainer
----------
-Havoc Pennington <hp@redhat.com>
+Scott James Remnant <scott@netsplit.com>
diff --git a/ChangeLog b/ChangeLog
index 316b0a9..0d389eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-08 Scott James Remnant <scott@netsplit.com>
+
+ * README: Change gnome.org reference to freedesktop.org
+ * AUTHORS: Add myself here, I guess.
+ * pkg.m4: Mine! (fix copyright)
+
2004-05-08 Scott James Remnant <scott@netsplit.com>
Improve pkg-config's configure instructure and bring it bang
diff --git a/README b/README
index 9c60ef6..8a97334 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
pkg-config is a script to make putting together all the build
flags when compiling/linking a lot easier.
-Report bugs at http://bugzilla.gnome.org (pkg-config is in no way
-gnome-specific but gnome.org was a convenient bug tracker).
+Report bugs at http://bugzilla.freedesktop.org/
+
To use pkg-config, do something like the following in your configure.in
diff --git a/pkg.m4 b/pkg.m4
index e4ce28b..557deb4 100644
--- a/pkg.m4
+++ b/pkg.m4
@@ -1,7 +1,6 @@
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
#
-# Copyright (C) 2004 Red Hat Inc.
-# Written by Scott James Remnant <scott@netsplit.com>.
+# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by