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

[PATCH] Support Libtool >=2.2

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Sat, 8 Mar 2008 23:59:47 +0100

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.
* configure.ac:
  Replace deprecated AC_PROG_LIBTOOL with LT_INIT. Require Libtool >=2.2.
* aclocal.m4:
  Include ltoptions.m4, ltsugar.m4, ltversion.m4 and lt~obsolete.m4.
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-03-09 00:02:45 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.