Author: hp
Date: 2003-01-16 20:17:32 GMT
0.15
This commit is contained in:
Arch Librarian 2005-07-14 13:05:38 +00:00
parent bc990e9be1
commit 70fbf4c00a
3 changed files with 13 additions and 1 deletions

View file

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

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

View file

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