Share

Hunspell

Tracker: Bugs

5 build failure with libtool-2.22 - ID: 1957383
Last Update: Comment added ( nemethl )

hunspell-1.2.2 fails to build with libtool-2.22 with the following error:


configure.ac:19: error: possibly undefined macro: LT_CURRENT
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.ac:20: error: possibly undefined macro: LT_REVISION
configure.ac:21: error: possibly undefined macro: LT_AGE

The reason is that newer libtool prohibits usage macroses/variables of the
following form:

m4_pattern_forbid([^_?LT_[A-Z_]+$])

I haven't found anywhere outside configure* usage of LT_AGE and others thus
suggested fix is in attachment.


Volkov Peter ( volkov_peter ) - 2008-05-04 18:48

5

Closed

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2008-06-06 07:58
Sender: nemethlProject Admin


Fixed in the Hunspell 1.2.3. Thanks for your patch.


Log in to comment.

Attached File ( 1 )

Filename Description Download
hunspell-1.2.2-libtool-2.22.patch hunspell-1.2.2-libtool-2.22.patch Download

Changes ( 3 )

Field Old Value Date By
status_id Open 2008-06-06 07:58 nemethl
close_date - 2008-06-06 07:58 nemethl
File Added 276807: hunspell-1.2.2-libtool-2.22.patch 2008-05-04 18:48 volkov_peter