From: Luigi Rizzo Date: Tue, 20 Nov 2007 18:20:25 +0000 (+0000) Subject: the 'version' is now $7 not $6 X-Git-Tag: 1.6.0-beta1~3^2~746 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776c73ed5e62a5e5b3f55dfe89acc2152329d2b5;p=thirdparty%2Fasterisk.git the 'version' is now $7 not $6 (wait a bit before regenerating configure, i have more changes) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89459 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/acinclude.m4 b/acinclude.m4 index 045e3682ca..f9235a7323 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -164,7 +164,7 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then PBX_$1=1 # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define this to indicate the ${$1_DESCRIP} library]) - AC_DEFINE_UNQUOTED([HAVE_$1_VERSION], [$6], [Define to indicate the ${$1_DESCRIP} library version]) + AC_DEFINE_UNQUOTED([HAVE_$1_VERSION], [$7], [Define to indicate the ${$1_DESCRIP} library version]) fi fi fi