* automake.in (handle_tests_dejagnu): This is just a trivial
one-liner now, so merge it ...
(handle_tests): ... in here. And remove a redundant heading
comment.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
}
}
-
-# &handle_tests_dejagnu ()
-# ------------------------
-sub handle_tests_dejagnu
-{
- $output_rules .= file_contents ('dejagnu', new Automake::Location);
-}
-
-# Handle TESTS variable and other checks.
sub handle_tests
{
if (option 'dejagnu')
{
- &handle_tests_dejagnu;
+ $output_rules .= file_contents ('dejagnu', new Automake::Location);
}
else
{