Update to match what is currently produced by autotools.
authorTor Lillqvist <tml@iki.fi>
Thu, 21 Nov 2002 03:04:53 +0000 (03:04 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 21 Nov 2002 03:04:53 +0000 (03:04 +0000)
commitd1881e2dfd869fad18e8b45bd241cda7e41d2df4
tree1a7a8a6fc13c58c02840d082b398588395d06bd7
parentbc54ea6edf251c7623c3afa797da8a67a882fbd2
Update to match what is currently produced by autotools.

2002-11-21  Tor Lillqvist  <tml@iki.fi>

* config.h.win32.in: Update to match what is currently produced by
autotools.

* configure.in: Remove superfluous spaces on two shell variable
assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
have a good printf, it is tested with #ifdef.

* glib/glib.def: Add new functions.

* glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
and DEPENDENCIES.

* glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
Makefile.am does.
12 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32.in
configure.in
glib/Makefile.am
glib/glib.def
glib/glib.rc.in