On Thu, Nov 10, 2011 at 3:28 PM, Andy Cress <andy.cr...@us.kontron.com> wrote:
> Zdenek,
>
> Doesn't the bootstrap script include all of this?
>
> Andy
>

There is nothing better than reinventing a wheel :)
Patches might be still valid ... oh well, whatever.

Z.

> -----Original Message-----
> From: Zdenek Styblik [mailto:zdenek.styb...@gmail.com]
> Sent: Thursday, November 10, 2011 9:07 AM
> To: ipmitool-devel
> Subject: Re: [Ipmitool-devel] How-to build IPMItool from CVS
>
> On Mon, Oct 24, 2011 at 5:53 AM, Zdenek Styblik
> <zdenek.styb...@gmail.com> wrote:
> [...]
>> 1] check-out IPMItool from CVS
>> 2] patch configure.in and Makefile.am
>> 3] $ libtoolize --force ;
>> 4] $ aclocal ;
>> 5] $ touch NEWS; which is required by $ automake;, yet missing!!!
>> 6] $ automake --force-missing --add-missing ;
>> 7] $ autoconf ;
>> 8] $ ./configure && make && make install ;
>>
> [...]
>
> Above recipe is not correct as I found out. It is missing $
> autoheader; in the process.
>
> Correct way(patches are attached to previous e-mail):
> 1] check-out IPMItool from CVS
> 2] patch configure.in and Makefile.am
> 3] $ echo "See ChangeLog file." > NEWS; # which is required by $
> automake;, yet is missing!!!
> 4] $ libtoolize --force ;
> 5] $ aclocal ;
> 6] $ autoheader
> 7] $ automake --force-missing --add-missing ;
> 8] $ autoconf ;
> 9] $ ./configure && make && make install ;
>
> Z.
>
> ------------------------------------------------------------------------
> ------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
>

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to