Re: visibility.m4

2010-04-19 Thread Simon Josefsson
Bruno, the patch looks simple to me, any objections to pushing it? I'm seeing a lot of useless warnings when building for Windows without it. /Simon Simon Josefsson writes: > Bruno, ping? Ok to push? > > /Simon > > Simon Josefsson writes: > >> Mike Gran writes: >> >>> Hello- >>> >>> If I us

Re: [PATCH] Use "git -h" in bootstrap instead of "git --help"

2010-04-19 Thread Jim Meyering
Andreas Gruenbacher wrote: > Use "git -h" for testing for supported options instead of "git --help". The > short-form option only shows a summary, and doesn't layout the full man page, > which is much faster and saves a dependency. > > (We found out that git uses man in a build environment of > h

Re: [GNU Bison 2.4.2] testsuite: Failing tests of bison 2.4.2 on Solaris 8+9 w/Sun Studio 11+12

2010-04-19 Thread Joel E. Denny
On Thu, 15 Apr 2010, Eric Blake wrote: > On 04/15/2010 03:39 PM, Joel E. Denny wrote: > > % cat > tmp.cc > > #define __EXTENSIONS__ 1 > > #include > > #include > > % CC -I/opt/csw/include tmp.cc > > "/opt/csw/include/getopt.h", line 122: Error: Only one of a set of > > overloaded functions can

[PATCH] Use "git -h" in bootstrap instead of "git --help"

2010-04-19 Thread Andreas Gruenbacher
Use "git -h" for testing for supported options instead of "git --help". The short-form option only shows a summary, and doesn't layout the full man page, which is much faster and saves a dependency. (We found out that git uses man in a build environment of http://hydra.nixos.org/, which by defau

Re: install-reloc error on Debian-hurd and Debian-kfreebsd

2010-04-19 Thread Bruno Haible
Hi Sylvain, > https://buildd.debian.org/status/package.php?p=freedink > > What happens, apparently, is that 'install-reloc' is called with > 'RELOC_STRIP_PROG= ' (i.e. == nothing). > [...]/autotools/install-reloc: 118: : Permission denied > > On line 118 I have: > test "$strip_prog" = ':' || fun

Re: diffseq: Introduce EQUAL_IDX for comparing indexes instead of elements

2010-04-19 Thread Bruno Haible
Hi Eric, Eric Blake wrote: > > + It is also possible to you this file with abstract arrays. In this > > case, > > s/you/use/ Oops, thanks. Corrected. > > +#ifdef ELEMENT > >ELEMENT const *const xv = ctxt->xvec; /* Still more help for the > > compiler. */ > >ELEMENT const *const yv

Re: diffseq: Introduce EQUAL_IDX for comparing indexes instead of elements

2010-04-19 Thread Eric Blake
On 04/18/2010 04:04 PM, Bruno Haible wrote: > +++ lib/diffseq.h Sun Apr 18 23:53:39 2010 > @@ -53,6 +53,14 @@ > early abort of the computation. > USE_HEURISTIC (Optional) Define if you want to support the > heuristic fo

Re: make check fails: modules/ioctl uses AC_CHECK_FUNCS

2010-04-19 Thread Bruno Haible
Hi, Ian Beckwith wrote: > 'make check' fails because modules/ioctl uses AC_CHECK_FUNCS: > > $ make check > git grep -w -l AC_CHECK_FUNCS modules && \ > { echo use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/ > 1>&2; \ > exit 1; } || : > modul

make check fails: modules/ioctl uses AC_CHECK_FUNCS

2010-04-19 Thread Ian Beckwith
Hi, 'make check' fails because modules/ioctl uses AC_CHECK_FUNCS: $ make check git grep -w -l AC_CHECK_FUNCS modules && \ { echo use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/ 1>&2; \ exit 1; } || : modules/ioctl use AC_CHECK_FU

install-reloc error on Debian-hurd and Debian-kfreebsd

2010-04-19 Thread Sylvain Beucler
Hi, GNU FreeDink got a few failures when compiled by the Debian build daemons: https://buildd.debian.org/status/package.php?p=freedink What happens, apparently, is that 'install-reloc' is called with 'RELOC_STRIP_PROG= ' (i.e. == nothing). [...]/autotools/install-reloc: 118: : Permission denied