<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 03/02/2019 16:12, muhammed ibrahim
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGUWfi56_HpkTVf+8GHypH_oi6bej=cQgFj+VkG5zMjMdLOrpQ@mail.gmail.com">
      <pre style="margin-top:0px;margin-bottom:1em;padding:5px;border:0px;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-stretch:inherit;line-height:inherit;font-size:13px;vertical-align:baseline;box-sizing:inherit;width:auto;max-height:600px;overflow:auto;background-color:rgb(239,240,241);word-wrap:normal;color:rgb(36,39,41)">./bootstrap.sh: line 7: autoreconf: command not found</pre>
      <p style="margin:0px 0px
        1em;padding:0px;border:0px;font-family:Arial,"Helvetica
Neue",Helvetica,sans-serif;font-stretch:inherit;line-height:inherit;font-size:15px;vertical-align:baseline;box-sizing:inherit;clear:both;color:rgb(36,39,41)">What
        do I need to do?</p>
    </blockquote>
    <p><br>
    </p>
    <p>You need to install autoconf package, which provides the
      autoreconf command.<br>
    </p>
    <p><br>
    </p>
    <p>on a debian system</p>
    <p>apt install autoconf</p>
    <p><br>
    </p>
    <p>Tim<br>
    </p>
  </body>
</html>