Fix typo.

2001-05-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: Fix typo.

	* gobject/Makefile.am (EXTRA_DIST): Really distribute
        glib-mkenums, now that bin_SCRIPTS doesn't seem to care about
        doing so anymore.
This commit is contained in:
Sebastian Wilhelmi 2001-05-28 11:16:33 +00:00 committed by Sebastian Wilhelmi
parent 9369e1e022
commit 4d8aba8947
11 changed files with 39 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1,3 +1,7 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fix typo.
Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org>
* gmain.c (g_main_context_prepare): unlock context when bailing * gmain.c (g_main_context_prepare): unlock context when bailing

View File

@ -1293,7 +1293,7 @@ if test x"$have_threads" != xnone; then
exit (getpid()==other_pid || exit (getpid()==other_pid ||
$posix_priority_min != $posix_priority_max); $posix_priority_min != $posix_priority_max);
}], }],
[AC_MSG_RESULT(yes), [AC_MSG_RESULT(yes)
AC_DEFINE(G_THREAD_USE_PID_SURROGATE, 1, [whether to use the PID niceness surrogate for thread priorities]) AC_DEFINE(G_THREAD_USE_PID_SURROGATE, 1, [whether to use the PID niceness surrogate for thread priorities])
], ],
[AC_MSG_RESULT(no)]) [AC_MSG_RESULT(no)])

View File

@ -1,3 +1,8 @@
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
that bin_SCRIPTS doesn't seem to care about doing so anymore.
Mon May 28 06:51:24 2001 Tim Janik <timj@gtk.org> Mon May 28 06:51:24 2001 Tim Janik <timj@gtk.org>
* gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot * gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot

View File

@ -180,6 +180,7 @@ EXTRA_DIST += \
gobject.def \ gobject.def \
gobject.rc.in \ gobject.rc.in \
glib-genmarshal.1 \ glib-genmarshal.1 \
glib-mkenums \
glib-mkenums.1 glib-mkenums.1
BUILT_EXTRA_DIST = \ BUILT_EXTRA_DIST = \