+2004-02-26 David Schleef <ds@schleef.org>
+
+ * configure.ac: We don't really need glib-2.3. Also remove
+ some unneeded checks for library functions.
+ * gst/Makefile.am: Instead, we need to not dist files created
+ by glib-genmarshal.
+
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
dnl === GLib 2 ===
dnl Minimum required version of GLib2
dnl required for compilation without warnings
-GLIB2_REQ="2.3"
+GLIB2_REQ="2.2"
AC_SUBST(GLIB2_REQ)
dnl Check for glib2
AC_DEFINE(USE_POISONING, 1, [Define if we should poison deallocated memory])
fi
-dnl test if we have pthread_attr_setstack; if not use the older calls
-AC_CHECK_LIB(pthread, pthread_attr_setstack,
- AC_DEFINE(HAVE_PTHREAD_ATTR_SETSTACK, 1,
- [Defined if libpthread has pthread_attr_setstack ()]))
-
-dnl test if we have posix_memalign; FreeBSD doesn't
-AC_CHECK_FUNC(posix_memalign,
- AC_DEFINE(HAVE_POSIX_MEMALIGN, 1,
- [Defined if we have posix_memalign ()]))
-
dnl test for sigaction()
AC_CHECK_FUNC(sigaction,
AC_DEFINE(HAVE_SIGACTION, 1,
libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
gst.c \
- gstmarshal.c \
$(GST_ENUMTYPES_SRC) \
gstobject.c \
gstatomic.c \
$(GSTARCH_SRCS) \
$(GST_LOADSAVE_SRC)
+nodist_libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
+ gstmarshal.c
BUILT_SOURCES = gstversion.h gstconfig.h gstmarshal.h gstmarshal.c gstenumtypes.h $(GST_ENUMTYPES_SRC)
CLEANFILES = gstmarshal.h gstmarshal.c gstenumtypes.h $(GST_ENUMTYPES_SRC)
gstparse.h \
gstxml.h
-built_headers = \
+libgstreamer_@GST_MAJORMINOR@include_HEADERS = $(gst_headers)
+nodist_libgstreamer_@GST_MAJORMINOR@include_HEADERS = \
gstconfig.h \
gstversion.h \
gstmarshal.h \
gstenumtypes.h
-libgstreamer_@GST_MAJORMINOR@include_HEADERS = $(gst_headers) $(built_headers)
-
noinst_HEADERS = \
gettext.h \
gst-i18n-lib.h \