Re: Bug in gnulib-tools prevents bison from bootstrapping

2007-06-22 Thread Fernando Ferreira
Ralf Wildenhues wrote: Hello Fernando, * Fernando Ferreira wrote on Fri, Jun 22, 2007 at 01:42:25PM CEST: [...] # You need to invoke gt_JAVACOMP yourself, possibly with arguments. AC_CONFIG_FILES( :build-aux/ ) # You need to invoke gt_JAVAEXEC yourself, possibly with arguments

Re: Bug in gnulib-tools prevents bison from bootstrapping

2007-06-22 Thread Fernando Ferreira
Hans Aberg wrote: On 22 Jun 2007, at 13:42, Fernando Ferreira wrote: Greetings, fellow developers! I'm trying to compile bison from CVS, but it keeps failing at bootstrap phase. Here is what I'm doing: cvs -d:pserver:[EMAIL PROTECTED]:/sources/bison co bison cd bison/ .

Bug in gnulib-tools prevents bison from bootstrapping

2007-06-22 Thread Fernando Ferreira
, it suffices to change s|AC_CONFIG_FILES(\(.*\):build-aux/\(.*\))|AC_CONFIG_FILES(\1:'"$auxdir"'/\2)| by s|AC_CONFIG_FILES(\(.*\):build-aux/\(.*\))|AC_CONFIG_FILES(\\1:'"$auxdir"'/\\2)| on gnulib/gnulib-tool, line 2174 to solve this one little bug. Keep up the good work, and thanks for these great software you guys provide. Fernando Ferreira