improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met

along the way, change tags used in configure script, menuselect-deps and code for various dependencies to be consistently named



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-11-04 15:07:54 +00:00
parent 46d7e8dafa
commit 448562af93
16 changed files with 56 additions and 36 deletions

View File

@@ -25,7 +25,7 @@
*/
/*** MODULEINFO
<depend>unixodbc_or_iodbc</depend>
<depend>odbc</depend>
<use>unixodbc</use>
<use>iodbc</use>
***/

View File

@@ -29,7 +29,7 @@
*/
/*** MODULEINFO
<depend>unixodbc_or_iodbc</depend>
<depend>odbc</depend>
<depend>ltdl</depend>
<use>unixodbc</use>
<use>iodbc</use>