|
a/configure.ac |
|
b/configure.ac |
1 |
AC_INIT([upmpdcli], [1.2.16], [jfd@lesbonscomptes.com],
|
1 |
AC_INIT([upmpdcli], [1.2.16], [jfd@lesbonscomptes.com],
|
2 |
[upmpdcli], [http://www.lesbonscomptes.com/upmpdcli])
|
2 |
[upmpdcli], [http://www.lesbonscomptes.com/upmpdcli])
|
3 |
AC_PREREQ([2.53])
|
3 |
AC_PREREQ([2.53])
|
|
|
4 |
AC_CONFIG_MACRO_DIRS([m4])
|
4 |
AC_CONFIG_SRCDIR([src/upmpd.cxx])
|
5 |
AC_CONFIG_SRCDIR([src/upmpd.cxx])
|
5 |
AC_CONFIG_HEADERS([src/config.h])
|
6 |
AC_CONFIG_HEADERS([src/config.h])
|
6 |
AH_BOTTOM([#include "src/conf_post.h"])
|
7 |
AH_BOTTOM([#include "src/conf_post.h"])
|
7 |
|
8 |
|
8 |
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
|
9 |
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
|
|
... |
|
... |
70 |
UPMPDCLI_LIBS="$LIBS $upnpp_LIBS $libmpdclient_LIBS $libmicrohttpd_LIBS $jsoncpp_LIBS"
|
71 |
UPMPDCLI_LIBS="$LIBS $upnpp_LIBS $libmpdclient_LIBS $libmicrohttpd_LIBS $jsoncpp_LIBS"
|
71 |
echo "UPMPDCLI_LIBS=$UPMPDCLI_LIBS"
|
72 |
echo "UPMPDCLI_LIBS=$UPMPDCLI_LIBS"
|
72 |
|
73 |
|
73 |
LIBS=""
|
74 |
LIBS=""
|
74 |
|
75 |
|
|
|
76 |
#### Functions
|
|
|
77 |
AC_FUNC_LIBUPNPP_LINNSONGCAST
|
|
|
78 |
|
75 |
AC_SUBST(UPMPDCLI_LIBS)
|
79 |
AC_SUBST(UPMPDCLI_LIBS)
|
76 |
AC_SUBST(SCCTL_LIBS)
|
80 |
AC_SUBST(SCCTL_LIBS)
|
77 |
|
81 |
|
78 |
AC_CONFIG_FILES([Makefile])
|
82 |
AC_CONFIG_FILES([Makefile])
|
79 |
AC_OUTPUT
|
83 |
AC_OUTPUT
|