freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freeipmi-devel] [PATCH: configure.ac] freeipmi ./configure fixes


From: Anand Avati
Subject: [Freeipmi-devel] [PATCH: configure.ac] freeipmi ./configure fixes
Date: Fri, 10 Mar 2006 11:22:00 -0800
User-agent: Mutt/1.5.9i

saluton,

freeipmi configure.ac performs a check to see if the guile being used is
atleast version 1.6.4. 

* the test was wrong (each number had to be greater than 1 6 and 4)
* it was using guile to compute, which is not cross compile friendly

the .diff uses guile-config (shell script) to pick the guile version
(helps in cross compile) and compares the version with 1.6.4 correctly
(assuming guile's versioning scheme is [0-100].[0-100].[0-100])

adiaux,
avati

Attachment: guile-version-configure.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]