mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
New automake conditional. Only compile the gthread subdirectory if we
2000-09-30 Martin Baulig <baulig@suse.de> * configure.in (HAVE_THREADS): New automake conditional. * Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we actually have threads.
This commit is contained in:
parent
fbb33fd6d1
commit
79b416d023
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-09-30 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* configure.in (HAVE_THREADS): New automake conditional.
|
||||
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
|
||||
actually have threads.
|
||||
|
||||
2000-09-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
|
||||
|
@ -2,7 +2,13 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
SUBDIRS = . gobject gmodule gthread docs tests build
|
||||
if HAVE_THREADS
|
||||
gthread = gthread
|
||||
else
|
||||
gthread =
|
||||
endif
|
||||
|
||||
SUBDIRS = . gobject gmodule $(gthread) docs tests build
|
||||
|
||||
bin_SCRIPTS=glib-config-2.0
|
||||
BUILT_SOURCES=glib-config-2.0
|
||||
|
@ -777,6 +777,7 @@ if test "x$have_threads" = xnone && test "x$want_threads" != xno; then
|
||||
else
|
||||
AC_MSG_RESULT($have_threads)
|
||||
fi
|
||||
AM_CONDITIONAL(HAVE_THREADS, test "x$have_threads" != xnone && test "x$want_threads" != xno)
|
||||
|
||||
|
||||
dnl determination of G_THREAD_CFLAGS
|
||||
|
@ -2,7 +2,13 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
SUBDIRS = . gobject gmodule gthread docs tests build
|
||||
if HAVE_THREADS
|
||||
gthread = gthread
|
||||
else
|
||||
gthread =
|
||||
endif
|
||||
|
||||
SUBDIRS = . gobject gmodule $(gthread) docs tests build
|
||||
|
||||
bin_SCRIPTS=glib-config-2.0
|
||||
BUILT_SOURCES=glib-config-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user