[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Support Libtool >=2.2

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Fri, 14 Mar 2008 22:39:00 +0100

2008-03-08 23:59:24 Arfrever Frehtes Taifersar Arahesis napisaƂ(a):
> Libtool 2.* is slightly incompatible with Libtool 1.*.
> I'm attaching a patch which allows to build Subversion with Libtool 2.2, but
> it unfortunately doesn't work with Libtool 1.*.
>
> [[[
> Fix building with Libtool 2.2.
>
> * autogen.sh:
> Copy ltoptions.m4, ltsugar.m4, ltversion.m4 and lt~obsolete.m4 to build.

Explanation:
Libtool-2.2's libtool.m4 contains this fragment:
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
dnl unless we require an AC_DEFUNed macro:
AC_REQUIRE([LTOPTIONS_VERSION])dnl
AC_REQUIRE([LTSUGAR_VERSION])dnl
AC_REQUIRE([LTVERSION_VERSION])dnl
AC_REQUIRE([LTOBSOLETE_VERSION])dnl

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-03-14 22:42:00 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.