<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7381">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">autoconf: Fix call to AC_CONFIG_AUX_DIR.<br><br>The `pwd` parameter to AC_CONFIG_AUX_DIR is unnecessary, the default<br>value is $srcdir.<br><br>Additionally remove the AC_REVISION call.  It only added a comment and<br>is pointless without SVN tag replacements.<br><br>Change-Id: I99299a3217f095bddcb2edefb3b9af0ab147bc29<br>---<br>M configure<br>M configure.ac<br>2 files changed, 3 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/configure b/configure<br>index a07d878..71d392b 100755<br>--- a/configure<br>+++ b/configure<br>@@ -1,5 +1,4 @@<br> #! /bin/sh<br>-# From configure.ac Revision.<br> # Guess values for system-dependent variables and create Makefiles.<br> # Generated by GNU Autoconf 2.69 for asterisk trunk.<br> #<br>@@ -3670,7 +3669,7 @@<br> <br> <br> ac_aux_dir=<br>-for ac_dir in `pwd` "$srcdir"/`pwd`; do<br>+for ac_dir in "$srcdir"/; do<br>   if test -f "$ac_dir/install-sh"; then<br>     ac_aux_dir=$ac_dir<br>     ac_install_sh="$ac_aux_dir/install-sh -c"<br>@@ -3686,7 +3685,7 @@<br>   fi<br> done<br> if test -z "$ac_aux_dir"; then<br>-  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \`pwd\` \"$srcdir\"/\`pwd\`" "$LINENO" 5<br>+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\"/" "$LINENO" 5<br> fi<br> <br> # These three variables are undocumented and unsupported,<br>@@ -3696,7 +3695,6 @@<br> ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.<br> ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.<br> ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.<br>-<br> <br> <br> <br>diff --git a/configure.ac b/configure.ac<br>index 7af35df..c617cf0 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -17,10 +17,9 @@<br> # check existence of the package<br> AC_CONFIG_SRCDIR([main/asterisk.c])<br> <br>-AC_CONFIG_AUX_DIR(`pwd`)<br>+AC_CONFIG_AUX_DIR()<br> <br> AC_COPYRIGHT("Asterisk")<br>-AC_REVISION($Revision$)<br> <br> # preserve any CFLAGS or LDFLAGS that may be set<br> # NOTE: This must be done before calling any macros that end up<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7381">change 7381</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7381"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I99299a3217f095bddcb2edefb3b9af0ab147bc29 </div>
<div style="display:none"> Gerrit-Change-Number: 7381 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>