]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk-configure.patch
- updated to 1.6.0.1
[packages/asterisk.git] / asterisk-configure.patch
CommitLineData
46de7578
AM
1--- configure~ 2008-07-16 21:00:16.128833844 +0200
2+++ configure 2008-07-16 21:00:31.338642939 +0200
3@@ -28395,7 +28395,7 @@
267f50f9
AM
4
5
46de7578
AM
6 if test "${HAS_PWLIB:-unset}" != "unset"; then
7- PWLIB_VERSION=`grep "PWLIB_VERSION" ${PWLIB_INCDIR}/ptbuildopts.h | cut -f2 -d ' ' | sed -e 's/"//g'`
8+ PWLIB_VERSION=`grep "PWLIB_VERSION" ${PWLIB_INCDIR}/ptbuildopts.h | cut -f3 -d ' ' | sed -e 's/"//g'`
9 PWLIB_MAJOR_VERSION=`echo ${PWLIB_VERSION} | cut -f1 -d.`
10 PWLIB_MINOR_VERSION=`echo ${PWLIB_VERSION} | cut -f2 -d.`
11 PWLIB_BUILD_NUMBER=`echo ${PWLIB_VERSION} | cut -f3 -d.`
This page took 0.263463 seconds and 4 git commands to generate.