Add the programs in utils/ to menuselect.

Nothing in utils/ is now built by default except for astcanary.

Review: https://reviewboard.asterisk.org/r/353/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2009-10-22 19:33:32 +00:00
parent d9f72c1893
commit 117d3fd910
4 changed files with 44 additions and 4 deletions

View File

@@ -23,6 +23,4 @@
-- Convert all usage of the signal(2) system API to the more portable sigaction(2) system API.
-- Make the applications in utils/ selectable in menuselect and turn off muted by default. Probably others too.
-- Find options and arguments in Asterisk which specify a time period in seconds or milliseconds and convert them to use the new ast_app_parse_timelen() function.