[asterisk-addons-commits] russell: trunk r615 - in /trunk: ./ apps/ build_tools/
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Mon Jun 2 11:15:45 CDT 2008
Author: russell
Date: Mon Jun 2 11:15:45 2008
New Revision: 615
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=615
Log:
Remove app_fax, as it has been moved into the main Asterisk repository
Removed:
trunk/apps/app_fax.c
Modified:
trunk/build_tools/menuselect-deps.in
trunk/configure.ac
trunk/makeopts.in
Modified: trunk/build_tools/menuselect-deps.in
URL: http://svn.digium.com/view/asterisk-addons/trunk/build_tools/menuselect-deps.in?view=diff&rev=615&r1=614&r2=615
==============================================================================
--- trunk/build_tools/menuselect-deps.in (original)
+++ trunk/build_tools/menuselect-deps.in Mon Jun 2 11:15:45 2008
@@ -1,4 +1,3 @@
BLUETOOTH=@PBX_BLUETOOTH@
MYSQLCLIENT=@PBX_MYSQLCLIENT@
ASTERISK=@PBX_ASTERISK@
-SPANDSP=@PBX_SPANDSP@
Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk-addons/trunk/configure.ac?view=diff&rev=615&r1=614&r2=615
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Jun 2 11:15:45 2008
@@ -175,12 +175,10 @@
AST_EXT_LIB_SETUP([NCURSES], [ncurses], [ncurses])
AST_EXT_LIB_SETUP([MYSQLCLIENT], [mysqlclient], [mysqlclient])
AST_EXT_LIB_SETUP([ASTERISK], [asterisk], [asterisk])
-AST_EXT_LIB_SETUP([SPANDSP], [spandsp Library], [spandsp])
AST_EXT_LIB_CHECK([BLUETOOTH], [bluetooth], [ba2str], [bluetooth/bluetooth.h])
AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
-AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [span_set_message_handler], [spandsp.h], [-ltiff])
AC_MSG_CHECKING(for -Wdeclaration-after-statement support)
if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
Modified: trunk/makeopts.in
URL: http://svn.digium.com/view/asterisk-addons/trunk/makeopts.in?view=diff&rev=615&r1=614&r2=615
==============================================================================
--- trunk/makeopts.in (original)
+++ trunk/makeopts.in Mon Jun 2 11:15:45 2008
@@ -50,6 +50,3 @@
NCURSES_LIB=@NCURSES_LIB@
NCURSES_INCLUDE=@NCURSES_INCLUDE@
-
-SPANDSP_INCLUDE=@SPANDSP_INCLUDE@
-SPANDSP_LIB=@SPANDSP_LIB@
More information about the asterisk-addons-commits
mailing list