bison: don't force the Yacc mode

2018-12-06 Thread Akim Demaille
Bison's 3.0 announcement (2013-07-25) includes: *** Use of YACC='bison -y' TL;DR: With Autoconf <= 2.69, pass -Wno-yacc to (AM_)YFLAGS if you use Bison extensions. Traditional Yacc generates 'y.tab.c' whatever the name of the input file. Therefore Makefiles written for Yacc expect

Re: gnulib's translation

2018-12-06 Thread Bruno Haible
Hi Akim, > > Yes, it would be desirable that someone regularly (maybe once every 6 months > > or so) submits the gnulib .pot file to the TP. > > > > Volunteers? > > I'm looking into this. Thank you!! > Is `./gnulib-tool --create-megatestdir --dir=/tmp/gnulib-$(date +%F)` the > right starting

Re: gnulib's translation

2018-12-06 Thread Akim Demaille
> Le 1 déc. 2018 à 16:57, Bruno Haible a écrit : > > Hi Akim, > >> My understanding is that the last time gnulib was submitted for translation >> was in 2011: https://translationproject.org/domain/gnulib.html. > > Yes, it would be desirable that someone regularly (maybe once every 6 months

UUID Generator in Gnulib?

2018-12-06 Thread Marc Nieper-Wißkirchen
Universally unique identifiers (UUIDs) are needed in various application scenarios. It would be quite helpful if Gnulib included a module with a UUID generator. As Gnulib already contains (strong) random number generators, implementing such a UUID generator shouldn't be too hard. Linux systems