Configure_ac.pm (automake-1.16.2.tar.xz) | : | Configure_ac.pm (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
############################################################### | ############################################################### | |||
# The main copy of this file is in Automake's git repository. # | # The main copy of this file is in Automake's git repository. # | |||
# Updates should be sent to automake-patches@gnu.org. # | # Updates should be sent to automake-patches@gnu.org. # | |||
############################################################### | ############################################################### | |||
package Automake::Configure_ac; | package Automake::Configure_ac; | |||
use 5.006; | use 5.006; | |||
use strict; | use strict; | |||
use warnings FATAL => 'all'; | ||||
use Exporter; | use Exporter; | |||
use Automake::Channels; | ||||
use Automake::ChannelDefs; | ||||
use vars qw (@ISA @EXPORT); | use Automake::ChannelDefs; | |||
use Automake::Channels; | ||||
@ISA = qw (Exporter); | our @ISA = qw (Exporter); | |||
@EXPORT = qw (&find_configure_ac &require_configure_ac); | our @EXPORT = qw (&find_configure_ac &require_configure_ac); | |||
=head1 NAME | =head1 NAME | |||
Automake::Configure_ac - Locate configure.ac or configure.in. | Automake::Configure_ac - Locate configure.ac or configure.in. | |||
=head1 SYNOPSIS | =head1 SYNOPSIS | |||
use Automake::Configure_ac; | use Automake::Configure_ac; | |||
# Try to locate configure.in or configure.ac in the current | # Try to locate configure.in or configure.ac in the current | |||
End of changes. 4 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added |