]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
LangHandling: Fix missing import
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 29 Jun 2018 15:35:24 +0000 (17:35 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 29 Jun 2018 15:37:56 +0000 (17:37 +0200)
The tests that could help me spot this bug was skipped on my machine.

The RULE_AUTOMAKE constant is used in this file so we need the to import the
Automake::RuleDef module.

lib/Automake/LangHandling.pm

index 8d1a8bad732ff9e41dfd6e12828b38bf77b2ed6e..64779cfb0f570da5aae37ba61641bb0b3c168822 100644 (file)
@@ -23,6 +23,7 @@ use Automake::Location;
 use Automake::Options;
 use Automake::Requires;
 use Automake::Rule;
+use Automake::RuleDef;
 use Automake::SilentRules;
 use Automake::Utils;
 use Automake::Variable;