mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-03 05:40:39 +02:00
0.15
Author: hp Date: 2003-01-16 20:17:32 GMT 0.15
This commit is contained in:
parent
bc990e9be1
commit
70fbf4c00a
3 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-01-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* configure.in: 0.15
|
||||
|
||||
2003-01-15 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* pkg.c (package_init): honor a PKG_CONFIG_LIBDIR to move default
|
||||
|
|
|
|||
8
NEWS
8
NEWS
|
|
@ -0,0 +1,8 @@
|
|||
pkg-config 0.15
|
||||
===
|
||||
|
||||
- add PKG_CONFIG_LIBDIR for cross-compiling (David Schleef)
|
||||
- add --libs-only-other/--cflags-only-other (Zack Rusin)
|
||||
- apply man page fixes (Pter Breitenlohner)
|
||||
- C portability fix (David Robins)
|
||||
- fix to win32 build (Tor Lillqvist)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
AC_INIT(pkg-config.1)
|
||||
|
||||
AM_INIT_AUTOMAKE(pkgconfig, 0.14.0)
|
||||
AM_INIT_AUTOMAKE(pkgconfig, 0.15.0)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue