From: Arch Librarian Date: Thu, 14 Jul 2005 13:07:05 +0000 (+0000) Subject: 2005-04-12 Tollef Fog Heen X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ce9b7caa7bad39b0320f2aff80f0dd4d88ff38;p=pkg-config 2005-04-12 Tollef Fog Heen Author: tfheen Date: 2005-04-12 21:06:52 GMT 2005-04-12 Tollef Fog Heen * configure.in: 0.17.1 * NEWS: document changes for 0.17.1 --- diff --git a/ChangeLog b/ChangeLog index f49ba6c..0a5cd6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-04-12 Tollef Fog Heen + * 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. diff --git a/NEWS b/NEWS index 72054b4..42a1841 100644 --- a/NEWS +++ b/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 === diff --git a/configure.in b/configure.in index 5be0324..ec7a048 100644 --- a/configure.in +++ b/configure.in @@ -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)