2001-05-08 Tom Tromey <tromey@redhat.com>
+ * automake.in (read_am_file): Removed debugging code.
+
For PR automake/149:
* tests/Makefile.am (TESTS): Added werror.test.
(XFAIL_TESTS): Likewise.
}
elsif (/$ASSIGNMENT_PATTERN/o)
{
- print STDERR;
+ # print STDERR;
# Found a macro definition.
$was_rule = 0;
$last_var_name = $1;
$var_comment{$last_var_name} .= "$comment";
$comment = $spacing = '';
- print STDERR "$last_var_name => $last_var_value\n";
+ # print STDERR "$last_var_name => $last_var_value\n";
macro_define ($last_var_name, 0,
$last_var_type, $cond,
$last_var_value, $.)