2 AC_INIT(gupnp-dlna, 0.6.1, http://www.gupnp.org/)
4 AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
5 AM_CONFIG_HEADER(config.h)
8 dnl Increase when changing the API
11 dnl Update when changing implementation of current API,
12 dnl reset to 0 when changing CURRENT. This is the revision of
13 dnl current API version
16 dnl Increase if API change is ABI compatible, otherwise reset to 0
19 GUPNP_DLNA_VERSION_INFO="$GUPNP_DLNA_CURRENT:$GUPNP_DLNA_REVISION:$GUPNP_DLNA_AGE"
20 AC_SUBST(GUPNP_DLNA_VERSION_INFO)
22 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
30 PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= 2.5.0)
36 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ)
37 PKG_CHECK_MODULES(GST_PBU, gstreamer-pbutils-$GST_MAJORMINOR >= $GSTPBU_REQ)
38 AC_SUBST(GST_MAJORMINOR)
40 GST_CFLAGS="$GST_CFLAGS -DGST_USE_UNSTABLE_API"
44 GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
45 AC_SUBST(GLIB_GENMARSHAL)
49 [ --enable-debug enable debugging],,
51 if test "x$enable_debug" = "xyes"; then
52 CFLAGS="$CFLAGS -g -Wall"
59 libgupnp-dlna/Makefile
62 tests/test-discoverer.sh
67 gupnp-dlna-1.0-uninstalled.pc