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

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

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

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

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

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