* master:
cleanup: remove two almost-unused global variables: {am,in}_file_name
cleanup: remove almost-unused global var 'topsrcdir'
automake: remove an unused variable
tests: make a test script more semantic
tests: remove an obsolete, no-op test script
tests: remove an obsolete test script
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
# Most important AC_CANONICAL_* macro seen so far.
my $seen_canonical = 0;
- # Location of that macro.
- my $canonical_location;
-# Where AM_MAINTAINER_MODE appears.
-my $seen_maint_mode;
-
# Actual version we've seen.
my $package_version = '';