mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
Add two new console commands "pri show version" and "ss7 show version" that will show the version of each library respectively.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115078 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 114696 .
|
||||
# From configure.ac Revision: 114713 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
|
||||
#
|
||||
@@ -38314,7 +38314,7 @@ if test "x${PBX_PRI}" != "x1" -a "${USE_PRI}" != "no"; then
|
||||
pbxlibdir="-L${PRI_DIR}"
|
||||
fi
|
||||
fi
|
||||
pbxfuncname="pri_new_bri"
|
||||
pbxfuncname="pri_get_version"
|
||||
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
|
||||
AST_PRI_FOUND=yes
|
||||
else
|
||||
@@ -38576,7 +38576,7 @@ if test "x${PBX_SS7}" != "x1" -a "${USE_SS7}" != "no"; then
|
||||
pbxlibdir="-L${SS7_DIR}"
|
||||
fi
|
||||
fi
|
||||
pbxfuncname="isup_set_generic_name"
|
||||
pbxfuncname="ss7_get_version"
|
||||
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
|
||||
AST_SS7_FOUND=yes
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user