Re: [PATCH 1/2] edit-readme-alpha: do not edit again a file already edited

2016-02-18 Thread KO Myung-Hun
Hi/2. Pavel Raiskup wrote: > On Tuesday 29 of December 2015 23:55:08 KO Myung-Hun wrote: >> Ping ? > > Thanks, and sorry for the delay. Fixed by 40bc0628d5c8c979 as a part of > fix for bug#20196, this double-edit issue is fixed by reverting the order > of checks. Please check and comment if the

Re: [PATCH] libtoolize: don't execute automake and autoconf on every invocation.

2016-02-18 Thread Mike Frysinger
On 18 Feb 2016 01:24, Pavel Raiskup wrote: > Mike, thanks for this patch. > > You seem to not have the copyright assignment for the GNU Libtool project. > Can you please update this? send me the form for the project ? i'd point out this patch is really copying & pasting an existing commit in the

[patch] Use GNU ld --version-script also on non-Linux systems

2016-02-18 Thread Tijl Coosemans
To implement -export-symbols(-regex) on non-Linux systems with GNU ld(1) libtool currently uses the linker flag --retain-symbols-file but this is more like a fine-grained strip(1) (.symtab table) and does not affect what symbols are exported (.dynsym table). On Linux libtool uses --version-script