Re: APR's check for installed libtool is inconsistent

2018-03-02 Thread Julian Foad
Julian Foad wrote: > Branko Čibej wrote (to dev@subversion.a.o): >> On 26.02.2018 18:39, Julian Foad wrote: >>> (CC'ing Subversion as Subversion's build system both uses and kind-of >>> duplicates this.) >>> >>> APR's 'build/buildcheck.sh' says: >>> [[[ >>> # Require libtool 1.4 or newer >>>

Re: APR's check for installed libtool is inconsistent

2018-03-02 Thread Julian Foad
Branko Čibej wrote (to dev@subversion.a.o): > On 26.02.2018 18:39, Julian Foad wrote: >> (CC'ing Subversion as Subversion's build system both uses and kind-of >> duplicates this.) >> >> APR's 'build/buildcheck.sh' says: >> [[[ >> # Require libtool 1.4 or newer >> libtool=`build/PrintPath glibtool1

Re: APR's check for installed libtool is inconsistent

2018-02-26 Thread Branko Čibej
On 26.02.2018 18:39, Julian Foad wrote: > (CC'ing Subversion as Subversion's build system both uses and kind-of > duplicates this.) > > APR's 'build/buildcheck.sh' says: > [[[ > # Require libtool 1.4 or newer > libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14` > ... > ]]] >

APR's check for installed libtool is inconsistent

2018-02-26 Thread Julian Foad
(CC'ing Subversion as Subversion's build system both uses and kind-of duplicates this.) APR's 'build/buildcheck.sh' says: [[[ # Require libtool 1.4 or newer libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14` ... ]]] and fails if it doesn't find a 'libtool' binary at