diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-03 03:01:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-03 03:01:21 +0000 |
commit | 3e1fccd014c609f972bcfe002bb03b904d239e2d (patch) | |
tree | 9bb573f167798a80cd39e63d819af3ec87fa7d71 /ChangeLog.pre-1-8 | |
parent | cd9e68bea720226c840cdf0babfd3f465f027aed (diff) | |
download | pango-3e1fccd014c609f972bcfe002bb03b904d239e2d.tar.gz |
Write examples/pango.modules in terms of .la files rather than direct
Sat Mar 2 21:57:55 2002 Owen Taylor <otaylor@redhat.com>
* examples/Makefile.am (pango.modules): Write
examples/pango.modules in terms of .la files rather than
direct shared objects to avoid having to know soname
extension.
* pango/querymodules.c (main): Use G_MODULE_SUFFIX or
.la to compare with filenames when querying modules,
rather than hardcoded .so/.la.
* configure.in (USE_LA_MODULES): On aix, load .la files
since we can't guess the soname extension.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index b2bb6400..e6339b17 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,17 @@ +Sat Mar 2 21:57:55 2002 Owen Taylor <otaylor@redhat.com> + + * examples/Makefile.am (pango.modules): Write + examples/pango.modules in terms of .la files rather than + direct shared objects to avoid having to know soname + extension. + + * pango/querymodules.c (main): Use G_MODULE_SUFFIX or + .la to compare with filenames when querying modules, + rather than hardcoded .so/.la. + + * configure.in (USE_LA_MODULES): On aix, load .la files + since we can't guess the soname extension. + Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com> * configure: Default to --disable-static. |