finish adding patches for rsp

This commit is contained in:
Ron Pedde 2006-05-01 08:07:56 +00:00
parent e60d1f75ec
commit 5b89f07caa
3 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -309,3 +309,5 @@ scan_type = 2
#compress = 0
[plugins]
plugin_dir = @prefix@/share/mt-daapd/plugins

View File

@ -2,6 +2,7 @@
rm -f config.cache
rm -f config.status
#rm -f acconfig.h
libtoolize --force
aclocal
autoconf
autoheader