diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-03-01 20:02:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-03-01 20:02:17 +0000 |
commit | 9869351ea133a8e0c3814423abe3c03a268fe486 (patch) | |
tree | 972dc4df0fe369a05be2189a76fd6d66019852fd /ChangeLog.pre-1-10 | |
parent | 42d1230026248153bd0900455fb72fa772bb0897 (diff) | |
download | pango-9869351ea133a8e0c3814423abe3c03a268fe486.tar.gz |
Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where older
2005-03-01 Owen Taylor <otaylor@redhat.com>
* configure.in: Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0
to avoid a problem where older verisons of AM_PATH_GLIB_2_0
silently ignored gmodule-no-export causing mysterious
build failures. (#161786)
* pango/Makefile.am (DISTCLEANFILES): Move some
configure.in output files from CLEANFILES to DISTCLEANFILES.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index b5436987..c3630ec4 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,13 @@ +2005-03-01 Owen Taylor <otaylor@redhat.com> + + * configure.in: Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 + to avoid a problem where older verisons of AM_PATH_GLIB_2_0 + silently ignored gmodule-no-export causing mysterious + build failures. (#161786) + + * pango/Makefile.am (DISTCLEANFILES): Move some + configure.in output files from CLEANFILES to DISTCLEANFILES. + 2005-03-01 Tor Lillqvist <tml@novell.com> * tests/cxx-test.C: Include pangowin32.h first to avoid |