Re: git commit forces bootstrap

2013-12-09 Thread Peter Rosin
On 2013-12-09 04:37, Gary V. Vaughan wrote: > On Dec 9, 2013, at 11:52 AM, Peter Rosin wrote: >> ok to push? > > Just to reiterate: I found the barrier for contributing to libtool had > become insanely high in years past, to the point where even I found it > hard to motivate myself to push the sm

Re: git commit forces bootstrap

2013-12-08 Thread Gary V. Vaughan
On Dec 9, 2013, at 11:52 AM, Peter Rosin wrote: > ok to push? Just to reiterate: I found the barrier for contributing to libtool had become insanely high in years past, to the point where even I found it hard to motivate myself to push the smallest of straight forward patches through... Nowadays

Re: git commit forces bootstrap

2013-12-08 Thread Gary V. Vaughan
Hi Peter, On Dec 9, 2013, at 11:52 AM, Peter Rosin wrote: > On 2013-12-07 08:53, Gary V. Vaughan wrote: >> On 6 Dec 2013, at 21:11, Peter Rosin wrote: >>> inline-source: error: file 'build-aux/funclib.sh' not found >>> inline-source: error: file 'build-aux/options-parser' not found >> >> Th

Re: git commit forces bootstrap

2013-12-08 Thread Peter Rosin
On 2013-12-07 08:53, Gary V. Vaughan wrote: > On 6 Dec 2013, at 21:11, Peter Rosin wrote: >> In my setup, I have to rerun "./bootstrap -fc" after every commit I make >> to my local git libtool repo, which is very annoying. I >> >> inline-source: error: file 'build-aux/funclib.sh' not found >> in

Re: git commit forces bootstrap

2013-12-06 Thread Gary V. Vaughan
On 6 Dec 2013, at 21:11, Peter Rosin wrote: > In my setup, I have to rerun "./bootstrap -fc" after every commit I make > to my local git libtool repo, which is very annoying. I > > inline-source: error: file 'build-aux/funclib.sh' not found > inline-source: error: file 'build-aux/options-pars

Re: git commit forces bootstrap

2013-12-06 Thread Eric Blake
On 12/06/2013 01:11 AM, Peter Rosin wrote: > Hi! > > In my setup, I have to rerun "./bootstrap -fc" after every commit I make > to my local git libtool repo, which is very annoying. If I forget, and > simply type make, configure runs (I can live with that), but after that > I get this output: > >

Re: git commit forces bootstrap

2013-12-06 Thread Ozkan Sezer
On Fri, Dec 6, 2013 at 10:11 AM, Peter Rosin wrote: > Hi! > > In my setup, I have to rerun "./bootstrap -fc" after every commit I make > to my local git libtool repo, which is very annoying. If I forget, and > simply type make, configure runs (I can live with that), but after that > I get this out