summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-07-24 07:21:16 +0000
committerTom Tromey <tromey@redhat.com>1997-07-24 07:21:16 +0000
commit7df2beeff20ab5c4d665c13ddf525484e99f798a (patch)
tree78585d79a63db22fc748d650e9822494b686736a /aclocal.in
parent738869da3786199edbb6d9c2f52a7f2f8f528993 (diff)
downloadautomake-7df2beeff20ab5c4d665c13ddf525484e99f798a.tar.gz
--help fixlets
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.in b/aclocal.in
index 904e3f5e7..b6bc6846d 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -117,8 +117,8 @@ sub usage
{
local ($status) = @_;
- print "Usage: aclocal [OPTIONS] ...\n";
- print "\
+ print "Usage: aclocal [OPTIONS] ...\n\n";
+ print "Generate aclocal.m4 by scanning configure.in\n
--acdir=DIR directory holding config files
--help print this help, then exit
-I DIR add directory to search list for .m4 files
@@ -126,7 +126,7 @@ sub usage
--verbose don't be silent
--version print version number, then exit
-Report bugs to <bug-gnu-utils\@prep.ai.mit.edu>\n";
+Report bugs to <automake-bugs\@prep.ai.mit.edu>.\n";
exit $status;
}