diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-02 23:18:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-02 23:18:32 +0000 |
commit | cd9e68bea720226c840cdf0babfd3f465f027aed (patch) | |
tree | 9bc00a07798587e4a47ac6f7424ecfd865888b40 /ChangeLog.pre-1-0 | |
parent | 329c7a4b5be9a071fee983e2e78484c9a39ef0f8 (diff) | |
download | pango-cd9e68bea720226c840cdf0babfd3f465f027aed.tar.gz |
Default to --disable-static.
Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com>
* configure: Default to --disable-static.
* configure.in pangoft2.pc.in pangoxft2.pc.in pangox.pc.in:
Add a --enable-explicit-deps option to control whether dependency
libraries are written into .la files and .pc files.
Default is auto: if static libraries are off
and shlib dependencies are found, don't write deps.
* pango/Makefile.am sanitize-la.sh: Shell script used
to strip dependencies out of .la files.
* configure.in: Default to --disable-gtk-doc.
* Makefile.am: Add a slightly modified distcheck rule
that passes --enable-gtk-doc to the configure inside.
(So that 'make dist' succeeds inside.)
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 4aba9959..b2bb6400 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,22 @@ +Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com> + + * configure: Default to --disable-static. + + * configure.in pangoft2.pc.in pangoxft2.pc.in pangox.pc.in: + Add a --enable-explicit-deps option to control whether dependency + libraries are written into .la files and .pc files. + Default is auto: if static libraries are off + and shlib dependencies are found, don't write deps. + + * pango/Makefile.am sanitize-la.sh: Shell script used + to strip dependencies out of .la files. + + * configure.in: Default to --disable-gtk-doc. + + * Makefile.am: Add a slightly modified distcheck rule + that passes --enable-gtk-doc to the configure inside. + (So that 'make dist' succeeds inside.) + Fri Mar 1 14:37:47 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): |