Re: "unknown extension in source" perl error (with patch)

2001-05-13 Thread Tom Tromey
> "edward" == edward <[EMAIL PROTECTED]> writes: Sorry about the delay in my reply. edward> noinst_PROGRAMS = foo edward> foo_SOURCES = foo.i edward> automake will die with: edward> + perl ../../automake --amdir=/usr/beta/src/automake/tests/.. --foreign edward> -a edward> Use of uninitiali

Re: "unknown extension in source" perl error (with patch)

2001-03-13 Thread Tom Tromey
> "edward" == edward <[EMAIL PROTECTED]> writes: edward> + if (!defined($extension_map{$extension})) edward> + { edward> + &am_error ("unknown extension for `$full' in $var"); edward> + next; edward> + } We can't do this. We intentionally don't warn in

"unknown extension in source" perl error (with patch)

2001-03-13 Thread edward
hi peeps: given the following Makefile.am: noinst_PROGRAMS = foo foo_SOURCES = foo.i automake will die with: + perl ../../automake --amdir=/usr/beta/src/automake/tests/.. --foreign -a Use of uninitialized value in string eq at ../../automake line 5417. unknown extensions are not tested before