Ben Reser writes:
> On 3/6/14, 10:29 AM, Philip Martin wrote:
>> It's also used in SVN_REMOVE_STANDARD_LIB_DIRS and so it is what is
>> causing the Solaris fails with some shells.
>
> Being in POSIX just isn't good enough. POSIX has a lot of features that very
> basic shells just don't have. So
On 3/6/14, 10:29 AM, Philip Martin wrote:
> It's also used in SVN_REMOVE_STANDARD_LIB_DIRS and so it is what is
> causing the Solaris fails with some shells.
Being in POSIX just isn't good enough. POSIX has a lot of features that very
basic shells just don't have. Solaris sadly is a major platfo
Philip Martin writes:
> Branko Čibej writes:
>
>> On 06.03.2014 12:15, phi...@apache.org wrote:
>>> +for pc_in_file in ${abs_srcdir}/subversion/libsvn_*/*.pc.in; do
>>> + pc_file=${pc_in_file#${abs_srcdir}/}
>>> + pc_file=${pc_file%.in}
>>
>>
>> Aren't these last two lines bash-isms?
>
> We al
2014-03-06 13:09 Branko Čibej napisał(a):
> On 06.03.2014 12:15, phi...@apache.org wrote:
> > Author: philip
> > Date: Thu Mar 6 11:15:31 2014
> > New Revision: 1574842
> >
> > URL: http://svn.apache.org/r1574842
> > Log:
> > * configure.ac: Tweak .pc generation to handle builddir != srcdir.
> >
>
Branko Čibej writes:
> On 06.03.2014 12:15, phi...@apache.org wrote:
>> +for pc_in_file in ${abs_srcdir}/subversion/libsvn_*/*.pc.in; do
>> + pc_file=${pc_in_file#${abs_srcdir}/}
>> + pc_file=${pc_file%.in}
>
>
> Aren't these last two lines bash-isms?
We already use the construct in apache.m4,
On Thu, Mar 06, 2014 at 01:09:34PM +0100, Branko Čibej wrote:
> > @@ -1543,8 +1543,9 @@ AC_CONFIG_COMMANDS([svn_private_config.h
> > AC_CONFIG_FILES([Makefile])
> >
> > # Create pkg-config .pc files from .pc.in files
> > -for pc_in_file in subversion/libsvn_*/*.pc.in; do
> > - pc_file="`echo $
On 06.03.2014 12:15, phi...@apache.org wrote:
> Author: philip
> Date: Thu Mar 6 11:15:31 2014
> New Revision: 1574842
>
> URL: http://svn.apache.org/r1574842
> Log:
> * configure.ac: Tweak .pc generation to handle builddir != srcdir.
>
> Modified:
> subversion/trunk/configure.ac
>
> Modified:
7 matches
Mail list logo