summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-06-26 22:23:31 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-06-26 22:23:31 +0200
commitf54a09c3ab5e8d81fb50ff66a3d333f5172f9c6e (patch)
treedc8aa53af3b366b0e20cd495c5e937027b612651 /automake.in
parent4d3079b085f1de75aa9a8bc91d8a63232bd89619 (diff)
parent9b72d6688f5a1897db8f9d1fb85f3a9c77046bd8 (diff)
downloadautomake-f54a09c3ab5e8d81fb50ff66a3d333f5172f9c6e.tar.gz
Merge branch 'maint'
Diffstat (limited to 'automake.in')
-rw-r--r--automake.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/automake.in b/automake.in
index baab72167..97280a913 100644
--- a/automake.in
+++ b/automake.in
@@ -8417,7 +8417,11 @@ Library files:
write;
}
- print "\nReport bugs to <bug-automake\@gnu.org>.\n";
+ print '
+Report bugs to <@PACKAGE_BUGREPORT@>.
+GNU Automake home page: <@PACKAGE_URL@>.
+General help using GNU software: <http://www.gnu.org/gethelp/>.
+';
# --help always returns 0 per GNU standards.
exit 0;