Problems with gpgme/autogen.sh
Marcus Brinkmann
Marcus.Brinkmann at ruhr-uni-bochum.de
Mon Nov 24 19:33:27 CET 2003
On Mon, Nov 24, 2003 at 11:40:34AM +0100, Daniel Molkentin wrote:
> 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.
Thanks for the report. I suggest to use autoreconf -f -i -v, which works
well now for quite some time. autogen.sh will remain for w32 targets, but I
think I will eventually deprecate it for other targets (or rather, just
invoke autoreconf).
Thanks,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus at gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann at ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
More information about the Gnupg-devel
mailing list