Retract my change earlier today. Don't preset autoconf variables in a try
authorTor Lillqvist <tml@iki.fi>
Wed, 26 Sep 2001 20:35:51 +0000 (20:35 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 26 Sep 2001 20:35:51 +0000 (20:35 +0000)
commit18190575f89557490fb3a971a1b72052135e74c4
tree630331bb709ffa71126022e6d72599eb6f4684c1
parent861fb083f291ff897cf18a280bec889b2b969053
Retract my change earlier today. Don't preset autoconf variables in a try

2001-09-26  Tor Lillqvist  <tml@iki.fi>

* configure.in: Retract my change earlier today. Don't preset
autoconf variables in a try to match both mingw and MSVC. Instead,
he who packages a prebuilt GLib developer distribution for Win32
runs configure twice: once for mingw, once for MSVC, and then uses
diff -D on the glibconfig.h files to generate a suitably ifdeffed
glibconfig.h for distribution that suits both compilers. (Ditto
for config.h, although that file wouldn't be distributed in a
developer package, but in a source package for Win32 users who
want to build GLib but can't use configure.)

* glibconfig.h.win32.in
* config.h.win32.in: Generated by using diff -D as described above.

* tests/makefile.mingw.in (.c.exe): Correct name of gthread (import)
library.

gthread:
2001-09-26  Tor Lillqvist  <tml@iki.fi>

* makefile.mingw.in: Fix couple of typos.

* gthread.def: Add g_thread_init_with_errorcheck_mutexes.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
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
glibconfig.h.win32.in
gthread/ChangeLog
gthread/gthread.def
gthread/makefile.mingw.in
tests/makefile.mingw.in