* Makefile.am (MACROS): Add `gnome-pthread-check.m4'. * gnome-pthread-check.m4: New file. Moved pthread check from gnome-x-checks.m4 to here. * gnome-objc-checks.m4: Use `gnome-pthread-check'. (OBJC_LIBS): New config var. * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is already part of `$x_libs'. Move pthread check to new file. - Hari svn path=/trunk/; revision=37
11 lines
382 B
Makefile
11 lines
382 B
Makefile
## Please update this variable if any new macros are created
|
|
MACROS= aclocal-include.m4 gnome-guile-checks.m4 \
|
|
gnome-objc-checks.m4 gnome-x-checks.m4 \
|
|
gnome-support.m4 gnome-pthread-check.m4 gnome.m4
|
|
|
|
EXTRA_DIST=$(MACROS) autogen.sh macros.dep
|
|
MAINTAINERCLEANFILES=macros.dep
|
|
|
|
@MAINT@macros.dep: Makefile.am
|
|
@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@
|