Buglet on http://sources.redhat.com/automake/

2008-08-21 Thread Magnus Fromreide
Under "Availability" it says The latest released version of Automake is 1.10.1 and it can be found on ftp.gnu.org and its mirrors. where ftp.gnu.org and mirrors are hyperlinks. The problem is that ftp.gnu.org points to ftp://ftp.gnu.org/gnu/automake/automake-1.10.tar.gz and I think it would be g

Minor changes to lex.am and yacc.am

2002-02-07 Thread Magnus Fromreide
In the rules from lex.am and yacc.am, if the item %OBJ% or the variable LEX_OUTPUT_ROOT in lex.am contains a / then the sed expression fails. A patch proposal is available below but I have no problems with changing the separator character so something other than #, : do come to mind. Another appr

Re: Minor changes to lex.am and yacc.am

2002-02-14 Thread Magnus Fromreide
On Thu, 14 Feb 2002, Alexandre Duret-Lutz wrote: > When does this happens? I've tried to make a test case which > use the following Makefile.am > > AUTOMAKE_OPTIONS = subdir-objects > bin_PROGRAMS = foo > foo_SOURCES = foo/parse.y > > but this raised another problem: the specific rule outp