summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-03-29 00:29:12 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-03-29 00:29:12 +0200
commit0db9c1a19fbbdbf8728ec8d9c5a020d070ec23b2 (patch)
treed2ae1e148aafa2a29f6184a684ff98499634e0db
parenta7476d52c456edbda9c79d9a452ddeb450c55331 (diff)
downloadautoconf-0db9c1a19fbbdbf8728ec8d9c5a020d070ec23b2.tar.gz
cosmetics fix imprecise comment in Autom4te::General
* lib/Autom4te/General.pm: This file is *not* used by Automake; adjust comments accordingly. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--lib/Autom4te/General.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Autom4te/General.pm b/lib/Autom4te/General.pm
index cc5875d4..ef1e9872 100644
--- a/lib/Autom4te/General.pm
+++ b/lib/Autom4te/General.pm
@@ -19,7 +19,7 @@ package Autom4te::General;
=head1 NAME
-Autom4te::General - general support functions for Autoconf and Automake
+Autom4te::General - general support functions for Autoconf
=head1 SYNOPSIS
@@ -28,7 +28,7 @@ Autom4te::General - general support functions for Autoconf and Automake
=head1 DESCRIPTION
This perl module provides various general purpose support functions
-used in several executables of the Autoconf and Automake packages.
+used in several executables of the Autoconf package.
=cut