2006-06-06 10:51:22 +02:00
|
|
|
|
# -*- Autoconf -*-
|
|
|
|
|
#
|
|
|
|
|
# Top-level configure.ac file for libupnp
|
|
|
|
|
#
|
|
|
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
|
#
|
2007-06-23 16:38:32 +02:00
|
|
|
|
# (C) Copyright 2005-2007 R<>mi Turboult <r3mi@users.sourceforge.net>
|
2006-06-06 10:51:22 +02:00
|
|
|
|
#
|
|
|
|
|
|
2007-02-02 04:44:55 +01:00
|
|
|
|
AC_PREREQ(2.60)
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
2007-12-11 10:26:19 +01:00
|
|
|
|
AC_INIT([libupnp], [1.6.3], [mroberto@users.sourceforge.net])
|
2007-12-25 14:43:01 +01:00
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # *Independently* of the above libupnp package version, the libtool version
|
|
|
|
|
dnl # of the 3 libraries need to be updated whenever there is a change released:
|
|
|
|
|
dnl # "current:revision:age" (this is NOT the same as the package version),
|
|
|
|
|
dnl # where:
|
|
|
|
|
dnl # - library code modified: revision++
|
|
|
|
|
dnl # - interfaces changed/added/removed: current++ and revision=0
|
|
|
|
|
dnl # - interfaces added: age++
|
|
|
|
|
dnl # - interfaces removed: age=0
|
|
|
|
|
dnl # *please update only once, before a formal release, not for each change*
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Release 1.4.1:
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_IXML], [2:2:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [2:2:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_UPNP], [2:2:0])
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Release 1.4.6:
|
|
|
|
|
dnl # "current:revision:age"
|
|
|
|
|
dnl #
|
|
|
|
|
dnl # - Code has changed in ixml
|
|
|
|
|
dnl # revision: 2 -> 3
|
|
|
|
|
dnl # - Code has changed in threadutil
|
|
|
|
|
dnl # revision: 2 -> 3
|
|
|
|
|
dnl # - Interface added in threadutil
|
|
|
|
|
dnl # current: 2 -> 3
|
|
|
|
|
dnl # revisiion: 3 -> 0
|
|
|
|
|
dnl # age: 0 -> 1
|
|
|
|
|
dnl # - Code has changed in upnp
|
|
|
|
|
dnl # revision: 2 -> 3
|
|
|
|
|
dnl #
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_IXML], [2:3:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [3:0:1])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_UPNP], [2:3:0])
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Release 1.6.0:
|
|
|
|
|
dnl # "current:revision:age"
|
|
|
|
|
dnl #
|
|
|
|
|
dnl # - Code has changed in ixml
|
|
|
|
|
dnl # revision: 3 -> 4
|
|
|
|
|
dnl # - Code has changed in threadutil
|
|
|
|
|
dnl # revision: 0 -> 1
|
|
|
|
|
dnl # - Code has changed in upnp
|
|
|
|
|
dnl # revision: 3 -> 4
|
|
|
|
|
dnl # - Interface changed in upnp
|
|
|
|
|
dnl # current: 2 -> 3
|
|
|
|
|
dnl # revision: 4 -> 0
|
|
|
|
|
dnl # - Interface removed in upnp
|
|
|
|
|
dnl # age: 0 -> 0
|
|
|
|
|
dnl #
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_IXML], [2:4:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [3:1:1])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_UPNP], [3:0:0])
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Release 1.6.1:
|
|
|
|
|
dnl # "current:revision:age"
|
|
|
|
|
dnl #
|
|
|
|
|
dnl # - Code has changed in threadutil
|
|
|
|
|
dnl # revision: 1 -> 2
|
|
|
|
|
dnl # - Interface added in threadutil
|
|
|
|
|
dnl # current: 3 -> 4
|
|
|
|
|
dnl # revision: 2 -> 0
|
|
|
|
|
dnl # - Interface added in threadutil
|
|
|
|
|
dnl # age: 1 -> 2
|
|
|
|
|
dnl # - Code has changed in upnp
|
|
|
|
|
dnl # revision: 0 -> 1
|
|
|
|
|
dnl #
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_IXML], [2:4:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [4:0:2])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_UPNP], [3:1:0])
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Release 1.6.2:
|
|
|
|
|
dnl # "current:revision:age"
|
|
|
|
|
dnl #
|
|
|
|
|
dnl # - Code has changed in upnp
|
|
|
|
|
dnl # revision: 1 -> 2
|
|
|
|
|
dnl #
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_IXML], [2:4:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [4:0:2])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_UPNP], [3:2:0])
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Release 1.6.3:
|
|
|
|
|
dnl # "current:revision:age"
|
|
|
|
|
dnl #
|
|
|
|
|
dnl # - Code has changed in threadutil
|
|
|
|
|
dnl # revision: 0 -> 1
|
|
|
|
|
dnl #
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_IXML], [2:4:0])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [4:1:2])
|
|
|
|
|
dnl #AC_SUBST([LT_VERSION_UPNP], [3:2:0])
|
|
|
|
|
dnl #
|
|
|
|
|
dnl ############################################################################
|
2007-05-26 07:54:23 +02:00
|
|
|
|
AC_SUBST([LT_VERSION_IXML], [2:4:0])
|
2007-12-17 02:15:53 +01:00
|
|
|
|
AC_SUBST([LT_VERSION_THREADUTIL], [4:1:2])
|
2007-12-11 00:05:10 +01:00
|
|
|
|
AC_SUBST([LT_VERSION_UPNP], [3:2:0])
|
2007-12-25 14:43:01 +01:00
|
|
|
|
dnl ############################################################################
|
|
|
|
|
dnl # Repeating the algorithm to place it closer to the modificatin place:
|
|
|
|
|
dnl # - library code modified: revision++
|
|
|
|
|
dnl # - interfaces changed/added/removed: current++ and revision=0
|
|
|
|
|
dnl # - interfaces added: age++
|
|
|
|
|
dnl # - interfaces removed: age=0
|
|
|
|
|
dnl # *please update only once, before a formal release, not for each change*
|
|
|
|
|
dnl ############################################################################
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_CONFIG_AUX_DIR(config.aux)
|
|
|
|
|
AC_CONFIG_MACRO_DIR(m4)
|
|
|
|
|
AC_CONFIG_SRCDIR(upnp/inc/upnp.h)
|
|
|
|
|
|
2007-06-23 16:38:32 +02:00
|
|
|
|
|
2007-02-02 05:21:21 +01:00
|
|
|
|
AM_INIT_AUTOMAKE([1.8 -Wall foreign subdir-objects dist-bzip2])
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
2007-06-23 16:38:32 +02:00
|
|
|
|
|
2007-04-28 19:45:34 +02:00
|
|
|
|
#
|
|
|
|
|
# Get canonical host names in host and host_os
|
|
|
|
|
#
|
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
|
|
2006-06-06 10:51:22 +02:00
|
|
|
|
#
|
|
|
|
|
# There are 3 configuration files :
|
|
|
|
|
# 1) "./autoconfig.h" is auto-generated and used only internally during build
|
|
|
|
|
# (usually named "config.h" but conflicts with the file below)
|
|
|
|
|
# 2) "./upnp/src/inc/config.h" is static and contains some compile-time
|
|
|
|
|
# parameters. This file was previously in "./upnp/inc" but is no longer
|
|
|
|
|
# installed (contains internal definitions only).
|
|
|
|
|
# 3) "./upnp/inc/upnpconfig.h" is auto-generated and installed with the
|
|
|
|
|
# libraries : it contains information on the configuration of the
|
|
|
|
|
# installed libraries.
|
|
|
|
|
#
|
|
|
|
|
AC_CONFIG_HEADERS([autoconfig.h upnp/inc/upnpconfig.h])
|
2006-08-17 07:16:23 +02:00
|
|
|
|
#AC_SYS_LARGEFILE_SENSITIVE
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
AC_REVISION([$Revision: 1.11 $])
|
|
|
|
|
|
|
|
|
|
upnpmaj=`echo "$PACKAGE_VERSION" | sed 's/\..*//' `
|
|
|
|
|
upnpmin=[`echo "$PACKAGE_VERSION" | sed 's/^[^.]\.// ; s/[^0-9].*$//' `]
|
|
|
|
|
upnppatch=[`echo "$PACKAGE_VERSION" | sed 's/^[^.]\.[^.]\.// ; s/[^0-9].*$//' `]
|
2007-12-25 14:43:01 +01:00
|
|
|
|
AC_DEFINE_UNQUOTED([UPNP_VERSION_STRING], "$PACKAGE_VERSION", [see upnpconfig.h])
|
2006-06-06 10:51:22 +02:00
|
|
|
|
AC_DEFINE_UNQUOTED([UPNP_VERSION_MAJOR], $upnpmaj, [see upnpconfig.h])
|
|
|
|
|
AC_DEFINE_UNQUOTED([UPNP_VERSION_MINOR], $upnpmin, [see upnpconfig.h])
|
|
|
|
|
AC_DEFINE_UNQUOTED([UPNP_VERSION_PATCH], $upnppatch, [see upnpconfig.h])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Check for DEBUG flag
|
|
|
|
|
#
|
|
|
|
|
RT_BOOL_ARG_ENABLE([debug], [no], [extra debugging code])
|
|
|
|
|
if test "x$enable_debug" = xyes ; then
|
|
|
|
|
AC_DEFINE(UPNP_HAVE_DEBUG, 1, [see upnpconfig.h])
|
|
|
|
|
AC_DEFINE(DEBUG, 1, [Define to 1 to compile debug code])
|
|
|
|
|
else
|
|
|
|
|
AC_DEFINE(NO_DEBUG, 1, [Define to 1 to prevent some debug code])
|
|
|
|
|
AC_DEFINE(NDEBUG, 1, [Define to 1 to prevent compilation of assert()])
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Check for libupnp subsets
|
|
|
|
|
#
|
|
|
|
|
RT_BOOL_ARG_ENABLE([client], [yes], [control point code (client)])
|
|
|
|
|
if test "x$enable_client" = xyes ; then
|
|
|
|
|
AC_DEFINE(UPNP_HAVE_CLIENT, 1, [see upnpconfig.h])
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RT_BOOL_ARG_ENABLE([device], [yes],
|
|
|
|
|
[device specific code (implies --disable-webserver if disabled)])
|
|
|
|
|
if test "x$enable_device" = xyes ; then
|
|
|
|
|
AC_DEFINE(UPNP_HAVE_DEVICE, 1, [see upnpconfig.h])
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "x$enable_device" = xno ; then
|
|
|
|
|
enable_webserver=no
|
|
|
|
|
else
|
|
|
|
|
RT_BOOL_ARG_ENABLE([webserver], [yes], [integrated web server])
|
|
|
|
|
fi
|
|
|
|
|
AM_CONDITIONAL(ENABLE_WEBSERVER, test x"$enable_webserver" = xyes)
|
|
|
|
|
if test "x$enable_webserver" = xyes ; then
|
|
|
|
|
AC_DEFINE(UPNP_HAVE_WEBSERVER, 1, [see upnpconfig.h])
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RT_BOOL_ARG_ENABLE([tools], [yes], [helper APIs in upnptools.h])
|
|
|
|
|
if test "x$enable_tools" = xyes ; then
|
|
|
|
|
AC_DEFINE(UPNP_HAVE_TOOLS, 1, [see upnpconfig.h])
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RT_BOOL_ARG_ENABLE([samples], [yes], [compilation of upnp/sample/ code])
|
|
|
|
|
|
|
|
|
|
|
2007-12-25 14:43:01 +01:00
|
|
|
|
#
|
2006-06-06 10:51:22 +02:00
|
|
|
|
# doc installation
|
2007-02-03 14:52:42 +01:00
|
|
|
|
# autoconf >= 2.60 already defines ${docdir}, but we will not use its
|
|
|
|
|
# default value, which is ${datarootdir}/doc/${PACKAGE_TARNAME}.
|
|
|
|
|
# That would give us ${datarootdir}/doc/libupnp, and we want the package
|
|
|
|
|
# version on that.
|
2007-12-25 14:43:01 +01:00
|
|
|
|
#
|
2007-02-03 14:52:42 +01:00
|
|
|
|
docdir="${datadir}/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
2007-02-02 04:44:55 +01:00
|
|
|
|
AC_MSG_CHECKING([for documentation directory])
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AC_ARG_WITH(
|
|
|
|
|
[documentation],
|
|
|
|
|
AS_HELP_STRING(
|
|
|
|
|
[--with-documentation=directory_name],
|
2007-02-02 04:44:55 +01:00
|
|
|
|
[where documentation is installed
|
|
|
|
|
@<:@[DATADIR/doc/]AC_PACKAGE_NAME[-]AC_PACKAGE_VERSION@:>@])
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AS_HELP_STRING(
|
|
|
|
|
[--without-documentation],
|
2007-02-02 04:44:55 +01:00
|
|
|
|
[do not install the documentation]),
|
|
|
|
|
[],
|
|
|
|
|
[with_documentation=no])
|
|
|
|
|
|
2007-12-25 14:43:01 +01:00
|
|
|
|
#
|
2007-02-02 04:44:55 +01:00
|
|
|
|
# If something has been entered after an equal sign, assume it is the directory
|
2007-12-25 14:43:01 +01:00
|
|
|
|
#
|
2007-02-02 04:44:55 +01:00
|
|
|
|
if test x"$with_documentation" != xyes -a x"$with_documentation" != xno; then
|
|
|
|
|
docdir="$with_documentation"
|
|
|
|
|
fi
|
|
|
|
|
AM_CONDITIONAL(WITH_DOCUMENTATION, test x"$with_documentation" != xno)
|
|
|
|
|
AC_SUBST(docdir)
|
|
|
|
|
AC_MSG_RESULT($docdir)
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Checks for programs
|
|
|
|
|
#
|
|
|
|
|
AC_PROG_CC
|
|
|
|
|
AM_PROG_CC_C_O
|
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
|
AC_PROG_INSTALL
|
|
|
|
|
AC_PROG_MAKE_SET
|
2006-07-05 04:56:34 +02:00
|
|
|
|
AC_PROG_EGREP
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Default compilation flags
|
|
|
|
|
#
|
2007-04-28 19:45:34 +02:00
|
|
|
|
echo "--------------------- Default compilation flags -------------------------------"
|
|
|
|
|
echo host is $host
|
|
|
|
|
echo host_os is $host_os
|
|
|
|
|
case $host_os in
|
2007-04-30 03:09:21 +02:00
|
|
|
|
freebsd*)
|
2007-04-28 19:45:34 +02:00
|
|
|
|
echo "Using FreeBSD specific compiler settings"
|
|
|
|
|
# Put FreeBSD specific compiler flags here
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
echo "Using non-specific system compiler settings"
|
|
|
|
|
if test x"$enable_debug" = xyes; then
|
|
|
|
|
# AC_PROG_CC already sets CFLAGS to "-g -O2" by default
|
|
|
|
|
:
|
|
|
|
|
else
|
|
|
|
|
# add optimise for size
|
|
|
|
|
AX_CFLAGS_GCC_OPTION([-Os])
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
2006-06-06 10:51:22 +02:00
|
|
|
|
AX_CFLAGS_WARN_ALL
|
2007-04-28 19:45:34 +02:00
|
|
|
|
echo "-------------------------------------------------------------------------------"
|
|
|
|
|
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
2006-08-17 07:16:23 +02:00
|
|
|
|
#
|
|
|
|
|
# Lot's of stuff to ensure large file support
|
|
|
|
|
#
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AC_TYPE_SIZE_T
|
2006-08-17 07:16:23 +02:00
|
|
|
|
AC_TYPE_OFF_T
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
|
|
|
|
|
AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Checks for header files
|
|
|
|
|
#
|
|
|
|
|
AC_HEADER_STDC
|
|
|
|
|
# libupnp code doesn't use autoconf variables yet,
|
|
|
|
|
# so just abort if a header file is not found.
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AC_CHECK_HEADERS(
|
|
|
|
|
[ \
|
|
|
|
|
arpa/inet.h \
|
|
|
|
|
fcntl.h \
|
2007-05-09 01:45:21 +02:00
|
|
|
|
inttypes.h \
|
2007-04-28 19:45:34 +02:00
|
|
|
|
limits.h \
|
|
|
|
|
netdb.h \
|
|
|
|
|
netinet/in.h \
|
|
|
|
|
stdlib.h \
|
|
|
|
|
string.h \
|
|
|
|
|
sys/ioctl.h \
|
|
|
|
|
sys/socket.h \
|
|
|
|
|
sys/time.h \
|
|
|
|
|
sys/timeb.h \
|
|
|
|
|
syslog.h \
|
|
|
|
|
unistd.h \
|
|
|
|
|
],
|
|
|
|
|
[],
|
|
|
|
|
[AC_MSG_ERROR([required header file missing])])
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Checks for typedefs, structures, and compiler characteristics
|
|
|
|
|
#
|
|
|
|
|
AC_C_CONST
|
|
|
|
|
TYPE_SOCKLEN_T
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Checks for library functions
|
|
|
|
|
#
|
|
|
|
|
AC_FUNC_VPRINTF
|
|
|
|
|
AC_FUNC_FSEEKO
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AC_CHECK_FUNCS(ftime,, [AC_CHECK_LIB(compat, ftime)])
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Checks for POSIX Threads
|
|
|
|
|
#
|
2007-12-24 04:39:50 +01:00
|
|
|
|
echo "--------------------------- pthread stuff -------------------------------------"
|
2007-04-28 19:45:34 +02:00
|
|
|
|
ACX_PTHREAD(
|
|
|
|
|
[],
|
|
|
|
|
[AC_MSG_ERROR([POSIX threads are required to build this program])])
|
2007-12-25 14:43:01 +01:00
|
|
|
|
#
|
|
|
|
|
# Determine if pthread_rwlock_t is available
|
|
|
|
|
#
|
2007-12-24 04:39:50 +01:00
|
|
|
|
echo "----------------------- pthread_rwlock_t stuff --------------------------------"
|
|
|
|
|
AC_MSG_CHECKING([if pthread_rwlock_t is available])
|
2007-12-25 14:47:57 +01:00
|
|
|
|
AC_LANG([C])
|
2007-12-24 04:39:50 +01:00
|
|
|
|
AC_COMPILE_IFELSE(
|
|
|
|
|
[AC_LANG_PROGRAM(
|
|
|
|
|
[#include <pthread.h>],
|
|
|
|
|
[pthread_rwlock_t *x;])],
|
|
|
|
|
[AC_DEFINE([UPNP_USE_RWLOCK], [1], [Use pthread_rwlock_t])
|
|
|
|
|
AC_MSG_RESULT([yes, supported without any options])],
|
|
|
|
|
[AC_COMPILE_IFELSE(
|
|
|
|
|
[AC_LANG_PROGRAM(
|
2007-12-25 14:14:48 +01:00
|
|
|
|
[#define _GNU_SOURCE
|
|
|
|
|
#include <pthread.h>],
|
2007-12-24 04:39:50 +01:00
|
|
|
|
[pthread_rwlock_t *x;])],
|
|
|
|
|
[AC_DEFINE([UPNP_USE_RWLOCK], [1], [Use pthread_rwlock_t])
|
2007-12-24 22:06:55 +01:00
|
|
|
|
CFLAGS="$CFLAGS -D_GNU_SOURCE"
|
2007-12-24 04:39:50 +01:00
|
|
|
|
AC_MSG_RESULT([yes, definition of _GNU_SOURCE required])],
|
|
|
|
|
[AC_DEFINE([UPNP_USE_RWLOCK], [0], [Do not use pthread_rwlock_t])
|
|
|
|
|
AC_MSG_RESULT([no, needs to fallback to pthread_mutex])
|
|
|
|
|
AC_MSG_ERROR([pthread_rwlock_t not available])])])
|
|
|
|
|
echo "-------------------------------------------------------------------------------"
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
2007-04-28 19:45:34 +02:00
|
|
|
|
AC_CONFIG_FILES([
|
|
|
|
|
Makefile
|
|
|
|
|
ixml/Makefile
|
|
|
|
|
ixml/doc/Makefile
|
|
|
|
|
threadutil/Makefile
|
|
|
|
|
upnp/Makefile
|
|
|
|
|
upnp/doc/Makefile
|
2007-05-11 07:00:43 +02:00
|
|
|
|
upnp/sample/Makefile
|
2007-04-28 19:45:34 +02:00
|
|
|
|
docs/dist/Makefile
|
|
|
|
|
libupnp.pc
|
|
|
|
|
])
|
2006-06-06 10:51:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_OUTPUT
|
|
|
|
|
|