mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
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:
+2
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user