Re: bug#27736: OSX 10.6.8: Building from master branch fails.

2018-03-31 Thread Charles A. Roelli
> From: Paul Eggert > Organization: UCLA Computer Science Department > Date: Wed, 28 Mar 2018 14:29:38 -0700 > > On 03/28/2018 11:54 AM, Charles A. Roelli wrote: > > > > -time_t t = -67768038400665600; > > +time_t t = -6776803840000; > > Thanks, I did that in Gnulib a

Change the python interpretor to use /usr/bin/env python3

2018-03-31 Thread Darshit Shah
Hi, On a fedora machine, Python 3 is installed by default, but not Python 2. And the only binary available is /usr/bin/python3. This means that despite having all the requirements to run gnulib-tool.py, one would still need to install python to get the right binary. However, simply changing the s