<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8420">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: AC_PATH_PROG sets to colon character when not found.<br><br>ASTERISK-27715<br>Reported by: Corey Farrell<br><br>Change-Id: I0d6d9572d1352dc7ad30c9917173f1e980d8c938<br>---<br>M Makefile<br>1 file changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/8420/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index a11c8de..3e672cc 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -239,7 +239,7 @@<br>   _ASTCFLAGS+=-Wcast-align -DSOLARIS -I../include/solaris-compat -I/opt/ssl/include -I/usr/local/ssl/include -D_XPG4_2 -D__EXTENSIONS__<br> endif<br> <br>-ifneq ($(GREP),)<br>+ifneq ($(GREP),:)<br>   ASTERISKVERSION:=$(shell GREP=$(GREP) AWK=$(AWK) GIT=$(GIT) build_tools/make_version .)<br> endif<br> ifneq ($(AWK),)<br>@@ -467,7 +467,7 @@<br>             $(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/rest-api" ; \<br>        done<br> <br>-ifneq ($(GREP),)<br>+ifneq ($(GREP),:)<br>   XML_core_en_US = $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null))<br> endif<br> <br>@@ -486,7 +486,7 @@<br>  @echo<br>         @echo "</docs>" >> $@<br> <br>-ifneq ($(GREP),)<br>+ifneq ($(GREP),:)<br>   XML_full_en_US = $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null))<br> endif<br> <br>@@ -630,7 +630,7 @@<br>   fi<br> <br> ld-cache-update:<br>-ifneq ($(LDCONFIG),)<br>+ifneq ($(LDCONFIG),:)<br> ifeq ($(DESTDIR),)  # DESTDIR means binary archive creation; ldconfig should be run on postinst<br>     @if [ $$(id -u) -eq 0 ] ; then \<br>              $(LDCONFIG) "$(ASTLIBDIR)/" ; \<br>@@ -976,7 +976,7 @@<br>        rm -f $(DESTDIR)$(DAHDI_UDEV_HOOK_DIR)/40-asterisk<br> endif<br>    $(MAKE) -C sounds uninstall<br>-ifneq ($(LDCONFIG),)<br>+ifneq ($(LDCONFIG),:)<br>    $(LDCONFIG) "$(ASTLIBDIR)/" || :<br> endif<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8420">change 8420</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/8420"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I0d6d9572d1352dc7ad30c9917173f1e980d8c938 </div>
<div style="display:none"> Gerrit-Change-Number: 8420 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>