mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-14 15:18:10 +02:00
2005-04-12 Tollef Fog Heen <tfheen@err.no>
Author: tfheen
Date: 2005-04-12 21:06:52 GMT
2005-04-12 Tollef Fog Heen <tfheen@err.no>
* configure.in: 0.17.1
* NEWS: document changes for 0.17.1
This commit is contained in:
parent
58567845c5
commit
48ce9b7caa
3 changed files with 11 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2005-04-12 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* configure.in: 0.17.1
|
||||
|
||||
* NEWS: document changes for 0.17.1
|
||||
|
||||
* configure.in: Fix up AC_MSG_RESULT for indirect deps. Also fix
|
||||
so the test no longer is inverted and auto works properly.
|
||||
|
||||
|
|
|
|||
6
NEWS
6
NEWS
|
|
@ -1,3 +1,9 @@
|
|||
pkg-config 0.17.1
|
||||
===
|
||||
- Now actually sets CFLAGS and LIBS instead of trying to set those in
|
||||
a subshell. (Only affects if you've autoreconfiscated with 0.17)
|
||||
- Fix detection of inter-library dependencies.
|
||||
|
||||
pkg-config 0.17
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
AC_INIT(pkg-config.1)
|
||||
|
||||
AM_INIT_AUTOMAKE(pkgconfig, 0.17)
|
||||
AM_INIT_AUTOMAKE(pkgconfig, 0.17.1)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue