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:
Arch Librarian 2005-07-14 13:07:05 +00:00
parent 58567845c5
commit 48ce9b7caa
3 changed files with 11 additions and 1 deletions

View file

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

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

View file

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