You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Eric Gillespie <ep...@google.com> on 2008/03/26 00:36:27 UTC

Re: svn commit: r30030 - trunk

arfrever@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 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: svn commit: r30030 - trunk

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-03-26 01:36:04 Eric Gillespie napisał(a):
> arfrever@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