]> err.no Git - pkg-config/commitdiff
2005-04-12 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:07:05 +0000 (13:07 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:07:05 +0000 (13:07 +0000)
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

ChangeLog
NEWS
configure.in

index f49ba6c04cf8d9c5edf9c7d4f5c086f71ff76135..0a5cd6dc2e708e8c15c7eef69e2ef93abec5d4e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
        
diff --git a/NEWS b/NEWS
index 72054b4ddd88be6a0478eb93f4570105df38d56e..42a1841c384aca431593293bdbc1266814cb5b64 100644 (file)
--- 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
 ===
 
index 5be0324f6afbc43db90e082c92244152fcea9a88..ec7a0483da859e8720a82526a85a0a68e0dac5bd 100644 (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)