mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-05 09:58:25 +02:00
* 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:
parent
b1584b5aaf
commit
92170d7ef4
4 changed files with 10 additions and 5 deletions
2
AUTHORS
2
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>
|
||||
|
|
|
|||
|
|
@ -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
4
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
|
||||
|
||||
|
|
|
|||
3
pkg.m4
3
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue