summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-03 03:01:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-03 03:01:21 +0000
commit3e1fccd014c609f972bcfe002bb03b904d239e2d (patch)
tree9bb573f167798a80cd39e63d819af3ec87fa7d71 /ChangeLog.pre-1-0
parentcd9e68bea720226c840cdf0babfd3f465f027aed (diff)
downloadpango-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-0')
-rw-r--r--ChangeLog.pre-1-014
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index b2bb6400..e6339b17 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -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.