Problems with gpgme/autogen.sh
Daniel Molkentin
molkentin at kde.org
Mon Nov 24 11:40:34 CET 2003
Hi!
I am running SuSE 9.0 which ships with libtool 1.5. However, autogen claims my
version is to old. The reason is the version string:
ltmain.sh (GNU libtool) 1.5 (1.1220.2.1 2003/04/14 22:48:00)
Changing:
- if (libtool --version | awk 'NR==1 { if( $4 >= '$libtool_vers') \
+ if (libtool --version | awk 'NR==1 { if( $3 >= '$libtool_vers') \
Fixes it, but I assume that on other distributions (debian) the string is
indeed the 4th token. It should probably be an "or" operation that tries $3
and $4.
Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
Url : /pipermail/attachments/20031124/237ff9c5/attachment.bin
More information about the Gnupg-devel
mailing list