[svn-commits] branch group/autoconf_and_menuselect r21775 - in /team/group/autoconf_and_men...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Apr 20 16:04:25 MST 2006


Author: kpfleming
Date: Thu Apr 20 18:04:24 2006
New Revision: 21775

URL: http://svn.digium.com/view/asterisk?rev=21775&view=rev
Log:
move T38_SUPPORT to menuselect
auto-run bootstrap and configure

Modified:
    team/group/autoconf_and_menuselect/Makefile
    team/group/autoconf_and_menuselect/build_tools/cflags.xml

Modified: team/group/autoconf_and_menuselect/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/Makefile?rev=21775&r1=21774&r2=21775&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/Makefile (original)
+++ team/group/autoconf_and_menuselect/Makefile Thu Apr 20 18:04:24 2006
@@ -414,8 +414,6 @@
 
 INSTALL=install
 
-CFLAGS+=-DT38_SUPPORT
-
 _all: all
 	@echo " +--------- Asterisk Build Complete ---------+"  
 	@echo " + Asterisk has successfully been built, but +"  
@@ -425,15 +423,13 @@
 	@echo " +               make install                +"  
 	@echo " +-------------------------------------------+"  
 
-all: cleantest configure include/autoconfig.h menuselect.makeopts depend asterisk subdirs
+all: configure include/autoconfig.h menuselect.makeopts cleantest depend asterisk subdirs
 
 configure:
-	@echo "You must run ./bootstrap.sh before building Asterisk!"
-	@exit 1
+	- at ./bootstrap.sh
 
 include/autoconfig.h:
-	@echo "You must run ./configure before building Asterisk!"
-	@exit 1
+	@CFLAGS="" ./configure
 
 menuselect.makeopts: build_tools/menuselect makeopts.xml
 	@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@

Modified: team/group/autoconf_and_menuselect/build_tools/cflags.xml
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/build_tools/cflags.xml?rev=21775&r1=21774&r2=21775&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/build_tools/cflags.xml (original)
+++ team/group/autoconf_and_menuselect/build_tools/cflags.xml Thu Apr 20 18:04:24 2006
@@ -9,4 +9,5 @@
 		<member name="-DRADIO_RELAX"/>
 		<member name="-DTRACE_FRAMES"/>
 		<member name="-DMTX_PROFILE"/>
+		<member name="-DT38_SUPPORT"/>
 	</category>



More information about the svn-commits mailing list