Re: Trailing slash in directory spec confuses libtool

2016-08-13 Thread Peter Rosin
On 2016-08-13 00:06, Richard Purdie wrote: > On Fri, 2016-08-12 at 22:06 +0200, Jan Engelhardt wrote: >> Given certain circumstances, libtool 2.4.2 fails to install a >> library. >> (a) The target directory spec contains a trailing slash >> (b) The library to install is linking to another just-b

Re: Trailing slash in directory spec confuses libtool

2016-08-12 Thread Richard Purdie
On Fri, 2016-08-12 at 22:06 +0200, Jan Engelhardt wrote: > Given certain circumstances, libtool 2.4.2 fails to install a > library. > (a) The target directory spec contains a trailing slash > (b) The library to install is linking to another just-built one in a > different path. FWIW we have this

Trailing slash in directory spec confuses libtool

2016-08-12 Thread Jan Engelhardt
Given certain circumstances, libtool 2.4.2 fails to install a library. (a) The target directory spec contains a trailing slash (b) The library to install is linking to another just-built one in a different path. $ cat Makefile AC_INIT([foo], [0]) AM_INIT_AUTOMAKE([foreign]) AC_PROG_CC LT_INIT AC