|
a/configure.ac |
|
b/configure.ac |
|
... |
|
... |
23 |
# allows packages for multiple incompatible ABIs to be installed
|
23 |
# allows packages for multiple incompatible ABIs to be installed
|
24 |
VERSION_INFO=1:0:0
|
24 |
VERSION_INFO=1:0:0
|
25 |
|
25 |
|
26 |
AC_PREREQ([2.53])
|
26 |
AC_PREREQ([2.53])
|
27 |
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])
|
27 |
AC_CONFIG_SRCDIR([libupnpp/upnpplib.hxx])
|
|
|
28 |
AC_CONFIG_HEADERS([libupnpp/config.h])
|
28 |
|
29 |
|
29 |
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
|
30 |
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
|
30 |
AC_DISABLE_STATIC
|
31 |
AC_DISABLE_STATIC
|
31 |
LT_INIT
|
32 |
LT_INIT
|
32 |
|
33 |
|