Switch to unified view

a/configure.ac b/configure.ac
...
...
3
AC_PREREQ([2.53])
3
AC_PREREQ([2.53])
4
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])
4
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])
5
AC_CONFIG_HEADERS([libupnpp/config.h])
5
AC_CONFIG_HEADERS([libupnpp/config.h])
6
6
7
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
7
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
8
AC_DISABLE_STATIC
8
LT_INIT
9
LT_INIT
9
10
10
AC_PROG_CXX
11
AC_PROG_CXX
11
12
12
# libupnp is configured with large file support, and we need to do the same,
13
# libupnp is configured with large file support, and we need to do the same,