<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 78472897cdf1432fd3ceb9814ebee6b8376fd6e7 (commit)
from: c8065499adc3bfdd97d3c51e44465865f9417efb (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Stefan Knoblich
comments:
Do not escape ${libdir} in --with-pkgconfigdir option's AS_HELP_STRING description parameter (not needed and ends up in output).
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
<span style="color: #000080; font-weight: bold">diff --git a/configure.in b/configure.in</span>
<span style="color: #000080; font-weight: bold">index 0e45e06..7978d04 100644</span>
<span style="color: #A00000">--- a/configure.in</span>
<span style="color: #00A000">+++ b/configure.in</span>
<span style="color: #800080; font-weight: bold">@@ -94,7 +94,7 @@ AC_SUBST(bindir)</span>
AC_SUBST(includedir)
AC_ARG_WITH([pkgconfigdir],
<span style="color: #A00000">-        [AS_HELP_STRING([--with-pkgconfigdir=DIR], [Installation directory for pkgconfig file (default: \${libdir}/pkgconfig)])],</span>
<span style="color: #00A000">+        [AS_HELP_STRING([--with-pkgconfigdir=DIR], [Installation directory for pkgconfig file (default: ${libdir}/pkgconfig)])],</span>
        [case "${withval}" in
         yes|no) AC_MSG_ERROR([Invalid value ${withval} for option --with-pkgconfigdir]) ;;
         *) pkgconfigdir="${withval}" ;;
</pre></div>
========================================================================<pre>
Summary of changes:
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>