]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-02-26 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 25 Feb 1999 18:15:07 +0000 (18:15 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 25 Feb 1999 18:15:07 +0000 (18:15 +0000)
* autoscan.pl (parse_args): Make compatible with Perl version 4.

autoscan.in
autoscan.pl
bin/autoscan.in

index 0e29a790353bc74c37c0d4e5a22c3b918505a8c4..ac394c7f5c72d8746b6afbb193e59d38ac27f646 100644 (file)
@@ -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
index 0e29a790353bc74c37c0d4e5a22c3b918505a8c4..ac394c7f5c72d8746b6afbb193e59d38ac27f646 100644 (file)
@@ -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
index 0e29a790353bc74c37c0d4e5a22c3b918505a8c4..ac394c7f5c72d8746b6afbb193e59d38ac27f646 100644 (file)
@@ -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