>>>>> "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 this case.  See the
comment later in that same function:

            # No error message here.  Used to have one, but it was
            # very unpopular.

This error message was the number one bug report generator for a
while.

I agree that something should be done though.

Tom

Reply via email to