* bin/automake.in (version): uselessly use
$Automake::FileUtils::subsecond_mtime a second time to
avoid Perl warning.
{
print "automake (GNU $PACKAGE) $VERSION\n";
print "Features: subsecond-mtime\n"
- if $Automake::FileUtils::subsecond_mtime;
+ if $Automake::FileUtils::subsecond_mtime
+ && $Automake::FileUtils::subsecond_mtime; # avoid "once" warning
print "\nCopyright (C) $RELEASE_YEAR Free Software Foundation, Inc.";
print '
License GPLv2+: GNU GPL version 2 or later