Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-27 Thread KO Myung-Hun
Hi/2. Gary V. Vaughan wrote: > Hi, > >> On Nov 27, 2014, at 4:53 AM, KO Myung-Hun wrote: >> Gary V. Vaughan wrote: >>> On 27 Nov 2014, at 02:47, KO Myung-Hun wrote: I agree. Gary V. Vaughan wrote: > I pushed the core of a new macro that does exactly that to M4 master jus

Re: [PATCH] make freebsd-elf version type similar to linux version type

2014-11-27 Thread Tijl Coosemans
On Thu, 27 Nov 2014 18:35:00 + "Gary V. Vaughan" wrote: > On 27 Nov 2014, at 17:59, Tijl Coosemans wrote: >> On FreeBSD we have switched from using .so.$current as library extension >> to .so.$major.$age.$revision where $major is $current-$age. Our package >> of libtool has been patched simi

Re: [PATCH] make freebsd-elf version type similar to linux version type

2014-11-27 Thread Gary V. Vaughan
Hi Tijl, Thanks for the patches. > On 27 Nov 2014, at 17:59, Tijl Coosemans wrote: > > On FreeBSD we have switched from using .so.$current as library extension > to .so.$major.$age.$revision where $major is $current-$age. Our package > of libtool has been patched similar to the patch below whi

[PATCH] make freebsd-elf version type similar to linux version type

2014-11-27 Thread Tijl Coosemans
On FreeBSD we have switched from using .so.$current as library extension to .so.$major.$age.$revision where $major is $current-$age. Our package of libtool has been patched similar to the patch below which you can see here: https://svnweb.freebsd.org/ports/head/devel/libtool/files/ The "freebsd-e

[PATCH] libtoolize.in: remove two umask 0

2014-11-27 Thread Tijl Coosemans
"libtoolize --ltdl -c" creates some files with write permissions for everybody because it sets "umask 0" in two places. This patch removes the umask commands. --- libtoolize.in | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/libtoolize.in b/libtoolize.in index d

Re: [PATCH] ltdl: set libltdl_cv_need_uscore to yes on OS/2

2014-11-27 Thread Gary V. Vaughan
Hi, > On Nov 27, 2014, at 4:53 AM, KO Myung-Hun wrote: > Gary V. Vaughan wrote: >> >>> On 27 Nov 2014, at 02:47, KO Myung-Hun wrote: >>> I agree. >>> >>> Gary V. Vaughan wrote: I pushed the core of a new macro that does exactly that to M4 master just now. Would you let me