[asterisk-commits] twilson: branch 1.6.2 r272440 - in /branches/1.6.2: ./ autoconf/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 23 18:40:21 CDT 2010
Author: twilson
Date: Wed Jun 23 18:40:16 2010
New Revision: 272440
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=272440
Log:
Merged revisions 272254,272256 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r272254 | twilson | 2010-06-23 15:53:48 -0500 (Wed, 23 Jun 2010) | 10 lines
Honor the --with-${library}=path for AST_EXT_TOOL_CHECK
(closes issue #16991)
Reported by: pprindeville
Patches:
with_netsnmp.patch.txt uploaded by twilson (license 396)
Tested by: twilson
Review: https://reviewboard.asterisk.org/r/739/
........
r272256 | twilson | 2010-06-23 15:59:17 -0500 (Wed, 23 Jun 2010) | 2 lines
Update configure when changing autconf m4 files...
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/autoconf/ast_ext_tool_check.m4
branches/1.6.2/configure
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/autoconf/ast_ext_tool_check.m4
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/autoconf/ast_ext_tool_check.m4?view=diff&rev=272440&r1=272439&r2=272440
==============================================================================
--- branches/1.6.2/autoconf/ast_ext_tool_check.m4 (original)
+++ branches/1.6.2/autoconf/ast_ext_tool_check.m4 Wed Jun 23 18:40:16 2010
@@ -7,7 +7,7 @@
[
if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
PBX_$1=0
- AC_CHECK_TOOL(CONFIG_$1, $2-config, No)
+ AC_PATH_TOOL(CONFIG_$1, $2-config, No, [${$1_DIR}/bin:$PATH])
if test ! "x${CONFIG_$1}" = xNo; then
if test x"$3" = x ; then A=--cflags ; else A="$3" ; fi
$1_INCLUDE=$(${CONFIG_$1} $A)
More information about the asterisk-commits
mailing list