bkruse: branch 1.4 r1888 - in /branches/1.4: Makefile configure tools/

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


Author: bkruse
Date: Tue Dec  4 09:26:51 2007
New Revision: 1888

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1888
Log:
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/1.4/tools/
Modified:
    branches/1.4/Makefile
    branches/1.4/configure

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/Makefile?view=diff&rev=1888&r1=1887&r2=1888
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Dec  4 09:26:51 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: branches/1.4/configure
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/configure?view=diff&rev=1888&r1=1887&r2=1888
==============================================================================
--- branches/1.4/configure (original)
+++ branches/1.4/configure Tue Dec  4 09:26:51 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