diff options
author | Tollef Fog Heen <tfheen@err.no> | 2007-12-29 16:00:37 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2007-12-29 16:00:37 +0100 |
commit | d251a97fa6b6bef222d3eacddd4ebe42ed7f8e9c (patch) | |
tree | e463b40572bcaacca39e9612cbf112a9cab43d2f /ChangeLog | |
parent | 4fe6610368def83e1f60b489e402b467183dd905 (diff) |
2007-12-29 Tollef Fog Heen <tfheen@err.no>
* pkg.m4: Don't use --errors-to-stdout in pkg.m4, but rather
redirect stderr to stdout. This makes pkg.m4 with old (pre 0.15)
pkg-config look good, and it makes newer pkg-config with ancient
pkg.m4 work well. Gnome #111054
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-12-29 Tollef Fog Heen <tfheen@err.no> + * pkg.m4: Don't use --errors-to-stdout in pkg.m4, but rather + redirect stderr to stdout. This makes pkg.m4 with old (pre 0.15) + pkg-config look good, and it makes newer pkg-config with ancient + pkg.m4 work well. Gnome #111054 + * Update to glib 1.2.10, adjust lots of the glib patches. Gnome #81847. |