Add configure flags to moderate the ClueCon nags

The default remains the same: we show the huge ClueCon nag banner on
startup and in fs_cli.

However, if you pass --disable-huge-cluecon-nag, no banner will be
shown.

If you pass --enable-modest-cluecon-nag, a modest text-based ClueCon
reminder will be shown instead.
This commit is contained in:
Travis Cross
2012-09-22 19:05:18 +00:00
parent 53c24a93e0
commit fb2ffbafe2
7 changed files with 55 additions and 17 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ all:
@echo " + http://www.cluecon.com +"
@echo " + +"
@echo " +-----------------------------------------------+"
@cat ../cluecon2.tmpl
@-$(ENABLE_CLUECON_NAG) && cat ../cluecon2.tmpl
install:
@echo " +---------- FreeSWITCH install Complete ----------+"
@@ -69,7 +69,7 @@ install:
@echo " + http://www.cluecon.com +"
@echo " + +"
@echo " +-------------------------------------------------+"
@cat ../cluecon2.tmpl
@-$(ENABLE_CLUECON_NAG) && cat ../cluecon2.tmpl
.PHONY: check dvi html info install-data \