<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8090">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Enable autotools in FreeBSD.<br><br>In the current versions of FreeBSD, the apps of GNU autotools do not need to<br>be called with a version anymore. The latest version can be invoked directly.<br>Additionally, the script ./bootstrap.sh asked for autoconf 2.62 and<br>automake 1.9, versions which are not available as port anymore.<br><br>ASTERISK-27637<br><br>Change-Id: Id7b94b80e78cc943a40ba79b697e3f70019820a7<br>---<br>M bootstrap.sh<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/90/8090/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/bootstrap.sh b/bootstrap.sh<br>index 272c57b..fe39ea2 100755<br>--- a/bootstrap.sh<br>+++ b/bootstrap.sh<br>@@ -13,9 +13,9 @@<br> # On Linux, environment variables tell which one to use.<br> <br> case `uname -sr` in<br>-    'FreeBSD 4'*)   # FreeBSD 4.x has a different naming<br>-         MY_AC_VER=259<br>-                MY_AM_VER=19<br>+ FreeBSD*)<br>+            MY_AC_VER=<br>+           MY_AM_VER=<br>            ;;<br>    OpenBSD*)<br>             export AUTOCONF_VERSION=2.63<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8090">change 8090</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/8090"/><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: Id7b94b80e78cc943a40ba79b697e3f70019820a7 </div>
<div style="display:none"> Gerrit-Change-Number: 8090 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>