* 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)
This commit is contained in:
Arch Librarian 2005-07-14 13:06:01 +00:00
parent b1584b5aaf
commit 92170d7ef4
4 changed files with 10 additions and 5 deletions

View file

@ -6,4 +6,4 @@ Havoc Pennington <hp@redhat.com> rewrite in C
Maintainer
----------
Havoc Pennington <hp@redhat.com>
Scott James Remnant <scott@netsplit.com>

View file

@ -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

4
README
View file

@ -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

3
pkg.m4
View file

@ -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