2008-03-26 01:36:04 Eric Gillespie napisał(a):
> arfrever_at_tigris.org writes:
>
> > Author: arfrever
> > Date: Mon Mar 24 12:48:36 2008
> > New Revision: 30030
> >
> > Log:
> > Always pass --tag=CC / --tag=CXX option to libtool.
> > Libtool 1.5 or later is now required.
> >
> > * configure.ac:
> > Don't check if libtool supports --tag option. This check gives false
> > results with Libtool 2.2.
> > * Makefile.in:
> > (LTFLAGS): Replace @SVN_LT_CCTAG@ with --tag=CC.
> > (LTCXXFLAGS): Replace @SVN_LT_CXXTAG@ with --tag=CXX.
>
> You had some kind of bogus characters in this log message, which
> I removed:
>
> ?\194?\160 ?\194?\160Don't check if libtool supports --tag option. This check gives false
> results with Libtool 2.2.
> * Makefile.in:
> ?\194?\160 (LTFLAGS): Replace @SVN_LT_CCTAG@ with --tag=CC.
> ?\194?\160 (LTCXXFLAGS): Replace @SVN_LT_CXXTAG@ with --tag=CXX.
I don't see it on http://subversion.tigris.org/servlets/ReadMsg?list=svn&msgNo=35362.
> I see you've nominated this one for 1.5.x backport. Why? Unless
> you also change the release rolling script(s) to use libtool 2.2,
> backporting this would be pointless.
It would allow Libtool-2.2 users to build Subversion with Libtool-2.2 (without
any additional warnings/errors) by simply executing ./autogen.sh to regenerate
various files with newer libtoolize etc.
(I don't plan to change the release rolling scripts to use Libtool-2.* in the
1.5.x releases.)
--
Arfrever Frehtes Taifersar Arahesis
Received on 2008-03-26 14:54:55 CET