diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-09 00:33:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-09 00:33:40 +0000 |
commit | cde661031c455a7bb0f080179afd87cf0034eb17 (patch) | |
tree | f852d7b8f8143e2730baef3b768c5806b3e951ed /ChangeLog.pre-1-10 | |
parent | 3a33257734c9e1304b9c76167399eea6d8dd7732 (diff) | |
download | pango-cde661031c455a7bb0f080179afd87cf0034eb17.tar.gz |
Call AC_CANONICAL_HOST before looking at $host. Check for windres on
2005-07-09 Tor Lillqvist <tml@novell.com>
* configure.in: Call AC_CANONICAL_HOST before looking at $host.
Check for windres on Win32.
* pango/Makefile.am: Don't use the scripts in GLib's build/win32
to compile the rc files into resource object files. (This means we
lose the build number increment magic, but I doubt it was that
useful anyway.) Instead use windres directly. To pass a normal .o
file produced by windres through libtool, which wants .lo files,
pass it directly to the linker using a -Wl option.
Libtool installs/uninstalls the import libraries, no need to do it
ourselves. Do install/uninstall the .def files, though.
* pango/pango.rc.in
* pango/pangoft2.rc.in
* pango/pangowin32.rc.in: Correspondingly, use 0 instead of
BUILDNUMBER.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index dfd54d16..792aa91d 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,23 @@ +2005-07-09 Tor Lillqvist <tml@novell.com> + + * configure.in: Call AC_CANONICAL_HOST before looking at $host. + Check for windres on Win32. + + * pango/Makefile.am: Don't use the scripts in GLib's build/win32 + to compile the rc files into resource object files. (This means we + lose the build number increment magic, but I doubt it was that + useful anyway.) Instead use windres directly. To pass a normal .o + file produced by windres through libtool, which wants .lo files, + pass it directly to the linker using a -Wl option. + + Libtool installs/uninstalls the import libraries, no need to do it + ourselves. Do install/uninstall the .def files, though. + + * pango/pango.rc.in + * pango/pangoft2.rc.in + * pango/pangowin32.rc.in: Correspondingly, use 0 instead of + BUILDNUMBER. + 2005-06-27 Tor Lillqvist <tml@novell.com> * modules/khmer/Makefile.am (INCLUDES): Drop superfluous trailing |