summaryrefslogtreecommitdiff
path: root/bin/automake.in
diff options
context:
space:
mode:
authorMatthias Paulmier <matt@mpaulmier.home>2018-08-07 16:55:30 +0200
committerMatthias Paulmier <matt@mpaulmier.home>2018-08-07 18:31:44 +0200
commit2d7d3fd31a861a72bc80fb0e96a111f59af4210b (patch)
treefcd20d1d9fc4ef9791a550052a56b2c234c8e398 /bin/automake.in
parent6d487b3ed42c62aebe0a7e172def7f3da25e72d1 (diff)
downloadautomake-experimental/gsoc/refactoring.tar.gz
- lib/Automake/ConfVars.pm: add the am_install_var function. - lib/Automake/Variables.pm: add shadow_unconditionally, am_primary_prefixes and append_exeext.
Diffstat (limited to 'bin/automake.in')
-rwxr-xr-xbin/automake.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 06c09f978..219c74892 100755
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -50,7 +50,6 @@ BEGIN
import Thread::Queue;
}
}
-use Automake::TmpModule;
use Automake::ChannelDefs;
use Automake::Channels;
use Automake::CondStack;