Re: How to build libtool from git sources properly?

2016-06-13 Thread Pavel Raiskup
On Thursday, May 19, 2016 8:56:20 AM CEST Bruce Korb wrote: > On Thu, May 19, 2016 at 7:22 AM, Eric Blake wrote: > > ... However, libtool uses its own > > custom bootstrap, and I don't know if it has that same functionality. > > Patches are certainly welcome. And it would also be nice if libtool'

Re: How to build libtool from git sources properly?

2016-05-19 Thread Bruce Korb
On Thu, May 19, 2016 at 7:22 AM, Eric Blake wrote: > ... However, libtool uses its own > custom bootstrap, and I don't know if it has that same functionality. > Patches are certainly welcome. And it would also be nice if libtool's > own bootstrap could be merged back upstream with gnulib's bootst

Re: How to build libtool from git sources properly?

2016-05-19 Thread Eric Blake
On 05/19/2016 12:56 AM, Igor Zhbanov wrote: > > I wanted to build it from a local git mirror (a protection against network > outages on our or your side), checking out on v2.4.6 tag. So when a new > release would be available, I would simply change the commit hash in a > local git submodule. But I

Re: How to build libtool from git sources properly?

2016-05-19 Thread Igor Zhbanov
19 мая 2016 г. 3:57 пользователь "Bruce Korb" написал: > > On 05/18/16 14:41, Bob Friesenhahn wrote: >> >> On Wed, 18 May 2016, Igor Zhbanov wrote: run `./bootstrap` -mike >>> >>> >>> It doesn't work on a PC without git or without network connection >>> because it needs to clon

Re: How to build libtool from git sources properly?

2016-05-18 Thread Mathieu Lirzin
Hi, Bob Friesenhahn writes: > On Wed, 18 May 2016, Igor Zhbanov wrote: >>> >>> run `./bootstrap` >>> -mike >> >> It doesn't work on a PC without git or without network connection >> because it needs to clone gnulib (although there is no gnulib folder >> in libtool-2.4.6.tar.gz. But this is proba

Re: How to build libtool from git sources properly?

2016-05-18 Thread Bruce Korb
On 05/18/16 14:41, Bob Friesenhahn wrote: On Wed, 18 May 2016, Igor Zhbanov wrote: run `./bootstrap` -mike It doesn't work on a PC without git or without network connection because it needs to clone gnulib (although there is no gnulib folder in libtool-2.4.6.tar.gz. But this is probably anoth

Re: How to build libtool from git sources properly?

2016-05-18 Thread Bob Friesenhahn
On Wed, 18 May 2016, Igor Zhbanov wrote: run `./bootstrap` -mike It doesn't work on a PC without git or without network connection because it needs to clone gnulib (although there is no gnulib folder in libtool-2.4.6.tar.gz. But this is probably another story. This is very unfortunate. I am

Re: How to build libtool from git sources properly?

2016-05-18 Thread Igor Zhbanov
Hi Mike, 2016-05-18 16:57 GMT+03:00 Mike Frysinger : > On 18 May 2016 11:15, Igor Zhbanov wrote: >> How to properly build libtool from git sources. >> >> I see too many differences between >> >> git clone git://git.savannah.gnu.org/libtool.git >> git checkout v2.4.6 >> >> and >> >> http://ftpmirro

Re: How to build libtool from git sources properly?

2016-05-18 Thread Mike Frysinger
On 18 May 2016 11:15, Igor Zhbanov wrote: > How to properly build libtool from git sources. > > I see too many differences between > > git clone git://git.savannah.gnu.org/libtool.git > git checkout v2.4.6 > > and > > http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz. > > How to make clone

How to build libtool from git sources properly?

2016-05-18 Thread Igor Zhbanov
Hi! How to properly build libtool from git sources. I see too many differences between git clone git://git.savannah.gnu.org/libtool.git git checkout v2.4.6 and http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz. How to make cloned sources to look like in release archive? Didn't find any in