Re: ‘libunistring’ module errors

2010-06-05 Thread Ludovic Courtès
Hi Bruno, Bruno Haible writes: > 2010-06-03 Bruno Haible > > Choose among AC_DEFUN_ONCE, AC_DEFUN in a way that aclocal understands. > * m4/iconv.m4 (gl_iconv_AC_DEFUN): New macro. > (AM_ICONV): Define it through gl_iconv_AC_DEFUN. > * m4/libunistring.m4 (gl_libunistri

Re: ‘libunistring’ module errors

2010-06-04 Thread Ralf Wildenhues
[ adding bug-automake ] Hi Bruno, * Bruno Haible wrote on Thu, Jun 03, 2010 at 02:01:29PM CEST: > > The reason is that 'aclocal' has generated an aclocal.m4 file that does not > include m4/libunistring.m4. I thought that 'aclocal' was using autom4te with > --trace options, implying that any AC_D

Re: ‘libunistring’ module errors

2010-06-03 Thread Bruno Haible
Hi Ludo, > There’s something wrong for me after the Gnulib update: > > --8<---cut here---start->8--- > $ rm aclocal.m4 > > $ autoreconf -vfi > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal --fo

Re: ‘libunistring’ module errors

2010-06-01 Thread Ludovic Courtès
Hi Bruno, Thanks for the prompt reply! Bruno Haible writes: [...] > 2010-05-31 Bruno Haible > > Avoid expanding two macros in the wrong order. > * m4/libunistring-base.m4 (gl_LIBUNISTRING_LIB_PREPARE): Require > gl_LIBUNISTRING if it is defined. > * m4/libunistring.m

Re: ‘libunistring’ module errors

2010-05-31 Thread Bruno Haible
Hi Ludo, > If you want to examine the faulty ‘configure’, you can get it from the > tarball at . Ah, that's the failed build you were talking about. Yes, with this tarball I can reproduce the problem. > What happens is that these lines: > > --8<-

Re: ‘libunistring’ module errors

2010-05-31 Thread Ludovic Courtès
Hi Bruno, Bruno Haible writes: >> With the current ‘libunistring’ Gnulib module, I’m observing [0] this >> [0] http://hydra.nixos.org/build/429165/ > > Huh? Under that URL, I don't see a 'configure' failure, See the output of the ‘configure’ script, at the beginning of the log (the script itsel

Re: ‘libunistring’ module errors

2010-05-30 Thread Bruno Haible
Hi Ludo, > With the current ‘libunistring’ Gnulib module, I’m observing [0] this > [0] http://hydra.nixos.org/build/429165/ Huh? Under that URL, I don't see a 'configure' failure, but rather an error /nix/store/w10yf4is48ff61ysfr7l0pi1whgqyr1w-libunistring-0.9.3/include/unistr.h:197:7: error

‘libunistring’ module errors

2010-05-30 Thread Ludovic Courtès
Hello! With the current ‘libunistring’ Gnulib module, I’m observing [0] this during the ‘configure’ run: --8<---cut here---start->8--- ./configure: line 20186: test: -lt: unary operator expected ./configure: line 20187: test: -eq: unary operator expected ./conf