autoconf
[Top][All Lists]
Advanced

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

libtool prerequisite in configure.in


From: Ireneusz SZCZESNIAK
Subject: libtool prerequisite in configure.in
Date: Thu, 2 Oct 2003 19:32:49 -0600 (MDT)

Hi,

I am writing to ask for a solution to my Autoconf problem related to
Libtool.

dxhdf5, a package which I am developing, does not have auto-generated
files in CVS.  When someone checks it out from CVS, then only
"autoreconf -i" is required to generate all the needed files.  But
because of this reason I cannot be sure what version of auto-tools one
is using, in particular I don't know the version of Libtool.

The package requires Libtool 1.5, and any previous version should not
be used.  Is there a way to check for the version of Libtool in
configure.in?  My dream would be to get a macro like "LT_PREREQ(1.5)".

How to check for the version of Libtool?  I do not want to search the
"ltmain.sh" file for "VERSION=\(..*\)$".

Please send me a copy of your response, because I am not on the list.


Thank you & best,
Irek





reply via email to

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