finish adding patches for rsp
This commit is contained in:
parent
e60d1f75ec
commit
5b89f07caa
|
@ -10,8 +10,7 @@ dnl Checks for programs.
|
|||
AC_PROG_CC
|
||||
dnl AC_PROG_YACC
|
||||
dnl AM_PROG_LEX
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
AC_CHECK_HEADERS([sys/wait.h])
|
||||
AC_CHECK_HEADERS([sys/param.h])
|
||||
|
@ -376,4 +375,4 @@ AC_CHECK_LIB(socket,socket,V_NETLIBS="-lsocket $V_NETLIBS",,)
|
|||
|
||||
AC_SUBST(V_NETLIBS)
|
||||
|
||||
AC_OUTPUT(src/Makefile admin-root/Makefile admin-root/lib-js/Makefile admin-root/lib-js/script.aculo.us/Makefile contrib/Makefile contrib/init.d/Makefile debian/Makefile Makefile)
|
||||
AC_OUTPUT(src/Makefile src/plugins/Makefile admin-root/Makefile admin-root/lib-js/Makefile admin-root/lib-js/script.aculo.us/Makefile contrib/Makefile contrib/init.d/Makefile debian/Makefile Makefile)
|
||||
|
|
|
@ -309,3 +309,5 @@ scan_type = 2
|
|||
|
||||
#compress = 0
|
||||
|
||||
[plugins]
|
||||
plugin_dir = @prefix@/share/mt-daapd/plugins
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
rm -f config.cache
|
||||
rm -f config.status
|
||||
#rm -f acconfig.h
|
||||
libtoolize --force
|
||||
aclocal
|
||||
autoconf
|
||||
autoheader
|
||||
|
|
Loading…
Reference in New Issue