mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
ASOUND=@PBX_ALSA@
|
||||
ALSA=@PBX_ALSA@
|
||||
CRYPTO=@PBX_CRYPTO@
|
||||
CURL=@PBX_CURL@
|
||||
DAHDI=@PBX_DAHDI@
|
||||
@@ -24,11 +24,11 @@ MISDN=@PBX_MISDN@
|
||||
NBS=@PBX_NBS@
|
||||
NETSNMP=@PBX_NETSNMP@
|
||||
NEWT=@PBX_NEWT@
|
||||
UNIXODBC_OR_IODBC=@PBX_ODBC@
|
||||
ODBC=@PBX_ODBC@
|
||||
OGG=@PBX_OGG@
|
||||
OPENH323=@PBX_OPENH323@
|
||||
OSPTK=@PBX_OSPTK@
|
||||
OSSAUDIO=@PBX_OSS@
|
||||
OSS=@PBX_OSS@
|
||||
PGSQL=@PBX_PGSQL@
|
||||
POPT=@PBX_POPT@
|
||||
PORTAUDIO=@PBX_PORTAUDIO@
|
||||
@@ -43,12 +43,12 @@ SPEEX_PREPROCESS=@PBX_SPEEX_PREPROCESS@
|
||||
SQLITE3=@PBX_SQLITE3@
|
||||
SQLITE=@PBX_SQLITE@
|
||||
SS7=@PBX_SS7@
|
||||
SSL=@PBX_OPENSSL@
|
||||
OPENSSL=@PBX_OPENSSL@
|
||||
SUPPSERV=@PBX_SUPPSERV@
|
||||
TONEZONE=@PBX_TONEZONE@
|
||||
UNIXODBC=@PBX_UNIXODBC@
|
||||
USB=@PBX_USB@
|
||||
VORBIS=@PBX_VORBIS@
|
||||
VPBAPI=@PBX_VPB@
|
||||
WINARCH=@WINARCH@
|
||||
VPB=@PBX_VPB@
|
||||
WINARCH=@PBX_WINARCH@
|
||||
ZLIB=@PBX_ZLIB@
|
||||
|
||||
Reference in New Issue
Block a user