bkruse: trunk r1889 - in /trunk: ./ Makefile configure tools/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Dec 4 09:27:26 CST 2007
Author: bkruse
Date: Tue Dec 4 09:27:25 2007
New Revision: 1889
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1889
Log:
Merged revisions 1888 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4
........
r1888 | bkruse | 2007-12-04 09:26:51 -0600 (Tue, 04 Dec 2007) | 13 lines
Removing ztscan/zapscan as they are in
zaptel now. (merged as one tool called ztscan.c)
Note: We can probably remove (not sure) the
configure script, as it may no longer be needed.
(As we do not have to check for zaptel any longer)
I am glad we did it this way, and thanks to Kevin
for making ztscan awesome and 'fully functional' :)
It is now in
zaptel/branches/1.4/ztscan.c
........
Removed:
trunk/tools/
Modified:
trunk/ (props changed)
trunk/Makefile
trunk/configure
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=1889&r1=1888&r2=1889
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Dec 4 09:27:25 2007
@@ -111,7 +111,8 @@
HTTPSETUPURL:=http://$(HTTPBINDADDR):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.html
HTTPLOCALURL:=http://127.0.0.1:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
-SUBDIRS:=tools
+#For future reference, you can have the Makefile go into the subdirectories defined and Make then
+#SUBDIRS:=tools
SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)
SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install)
Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk-gui/trunk/configure?view=diff&rev=1889&r1=1888&r2=1889
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Dec 4 09:27:25 2007
@@ -564,8 +564,6 @@
PACKAGE_STRING=
PACKAGE_BUGREPORT=
-ac_unique_file="asterisk-gui"
-ac_unique_file="tools/zapscan.c"
ac_subst_vars='SHELL
PATH_SEPARATOR
PACKAGE_NAME
More information about the asterisk-gui-commits
mailing list