summaryrefslogtreecommitdiff
path: root/bin/automake.in
diff options
context:
space:
mode:
authorMatthias Paulmier <matt@mpaulmier.home>2018-08-01 13:08:22 +0200
committerMatthias Paulmier <matt@mpaulmier.home>2018-08-01 13:11:08 +0200
commitd4a8005fd2d5adddabf537d26f932192b226806f (patch)
tree9472d52d7845c103e2e4d34d6fafdc0d2afe78b2 /bin/automake.in
parentbcbc407fb4338717316122c5fb0699cc472b61c0 (diff)
downloadautomake-d4a8005fd2d5adddabf537d26f932192b226806f.tar.gz
Move the END sub to another module
This fixes the warning we had in bcbc407fb where the STDOUT handle was closed and reopened.
Diffstat (limited to 'bin/automake.in')
-rwxr-xr-xbin/automake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/automake.in b/bin/automake.in
index c0cfd1e6f..06c09f978 100755
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -59,6 +59,7 @@ use Automake::ConfVars;
use Automake::Configure_ac;
use Automake::DisjConditions;
use Automake::Errors;
+use Automake::End;
use Automake::File;
use Automake::FileUtils;
use Automake::General;