bkruse: branch asterisknow r1890 - in /branches/asterisknow: ./ tools/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Dec 4 09:28:05 CST 2007


Author: bkruse
Date: Tue Dec  4 09:28:05 2007
New Revision: 1890

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1890
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:
    branches/asterisknow/tools/
Modified:
    branches/asterisknow/   (props changed)
    branches/asterisknow/Makefile
    branches/asterisknow/configure

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=1890&r1=1889&r2=1890
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Tue Dec  4 09:28:05 2007
@@ -97,7 +97,8 @@
 HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
 HTTPSETUPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.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: branches/asterisknow/configure
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/configure?view=diff&rev=1890&r1=1889&r2=1890
==============================================================================
--- branches/asterisknow/configure (original)
+++ branches/asterisknow/configure Tue Dec  4 09:28:05 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