mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
1999-02-26 Ben Elliston <bje@cygnus.com>
* autoscan.pl (parse_args): Make compatible with Perl version 4.
This commit is contained in:
parent
b53e6eb440
commit
99759c687a
@ -39,7 +39,7 @@ exit 0;
|
||||
# Process any command line arguments.
|
||||
sub parse_args
|
||||
{
|
||||
local ($usage) = << 'EOD';
|
||||
local ($usage) = <<'EOD';
|
||||
Usage: autoscan [OPTION] ... [SRCDIR]
|
||||
|
||||
Examine source files in the directory tree rooted at SRCDIR, or the
|
||||
|
@ -39,7 +39,7 @@ exit 0;
|
||||
# Process any command line arguments.
|
||||
sub parse_args
|
||||
{
|
||||
local ($usage) = << 'EOD';
|
||||
local ($usage) = <<'EOD';
|
||||
Usage: autoscan [OPTION] ... [SRCDIR]
|
||||
|
||||
Examine source files in the directory tree rooted at SRCDIR, or the
|
||||
|
@ -39,7 +39,7 @@ exit 0;
|
||||
# Process any command line arguments.
|
||||
sub parse_args
|
||||
{
|
||||
local ($usage) = << 'EOD';
|
||||
local ($usage) = <<'EOD';
|
||||
Usage: autoscan [OPTION] ... [SRCDIR]
|
||||
|
||||
Examine source files in the directory tree rooted at SRCDIR, or the
|
||||
|
Loading…
x
Reference in New Issue
Block a user