<font size=2 face="sans-serif">I thouhght that's what the 'bootstrap'
script is for. I mean - it includes autoreconf -i plus creation of config
directory... So maybe the doc should say "use the bootstrap script"
instead of calling users to run autoreconf -i ...</font>
<br>
<br><font size=2 color=#000080 face="sans-serif">Amit Margalit</font>
<br><font size=2 color=#808000 face="sans-serif">IBM XIV </font><font size=2 face="sans-serif">-
<i>Storage Reinvented</i></font>
<br><font size=2 face="sans-serif">XIV-NAS Development Team</font>
<br><font size=2 face="sans-serif">Tel. 03</font><font size=2 face="Arial">-689-7774</font>
<br><font size=2 face="Arial">Fax. 03-689-7230</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">Alexandre Montplaisir
<alexmonthy@voxpopuli.im></font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">lttng-dev@lists.lttng.org</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Cc:      
 </font><font size=1 face="sans-serif">Vomlehn <vomlehnd@amazon.com></font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">08/08/2013 10:08 PM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: [lttng-dev]
[PATCH lttv] Add build instructions for git tree pulls and use more standard
formatting</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>On 13-08-07 03:48 PM, Vomlehn wrote:<br>
> If the source is obtained directly from git, the file "configure"
must be<br>
> built with the autoconf tools. In addition, example shell commands
are<br>
> traditionally preceeded with a "$" instead of a "-",
so this convention<br>
> is used.<br>
> ---<br>
>  README |   13 ++++++++++---<br>
>  1 file changed, 10 insertions(+), 3 deletions(-)<br>
><br>
> diff --git a/README b/README<br>
> index 98849b3..ac28f9e 100644<br>
> --- a/README<br>
> +++ b/README<br>
> @@ -31,9 +31,16 @@ libc6 development librairies<br>
>  <br>
>  To compile the source tree from a tarball, simply follow these
steps :<br>
>  <br>
> -- ./configure<br>
> -- make<br>
> -- make install<br>
> +  $ ./configure<br>
> +  $ make<br>
> +  $ make install<br>
> +<br>
> +To compile the source tree from a git checkout, use:<br>
> +<br>
> +  $ autoreconf<br>
> +  $ automake --add-missing --gnu<br>
<br>
You should be able to use "autoreconf -i" instead of those two
commands.<br>
It avoids the need to run autoconf, automake etc. manually.<br>
<br>
> +  $ make<br>
> +  $ make install<br>
<br>
As was mentioned in the other thread, this should be "# make install",<br>
since with the default configure options, it will install in /usr/local,<br>
and only root can write there.<br>
<br>
Cheers,<br>
Alex<br>
<br>
>  <br>
>  After running ./configure, you can also go in specific subdirectories
and<br>
>  use make, make install.<br>
<br>
<br>
_______________________________________________<br>
lttng-dev mailing list<br>
lttng-dev@lists.lttng.org<br>
</font></tt><a href="http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev"><tt><font size=2>http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev</font></tt></a><tt><font size=2><br>
<br>
</font></tt>
<br>