From f5ac0d3fdd24051759fef20f23c7d7431c8c031d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 13 Feb 1998 03:09:51 +0000 Subject: [PATCH] fixed bug-reporting address --- ChangeLog | 3 +++ README-alpha | 9 ++++----- aclocal.in | 2 +- automake.in | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87afc44f5..088da765f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 12 19:45:16 1998 Tom Tromey + * aclocal.in (usage): Updated bug-reporting address. + * automake.in (usage): Updated bug-reporting address. + * compile.am: Remove *.core for 4.4BSD systems. From Assar Westerlund. diff --git a/README-alpha b/README-alpha index 5b2d46857..b13e3f64e 100644 --- a/README-alpha +++ b/README-alpha @@ -1,10 +1,9 @@ -This is a test release of this package. -Please do not send reports about this release to any -GNU mailing list or newsgroup. +This is a test release of this package. Using it more or less +implicitly signs you up to help me find whatever problems you report. The documentation still needs more work. Suggestions welcome. Patches even more welcome. Please send comments and problem reports about this test release to -tromey@cygnus.com -- ignore the bug reporting addresses given by the -programs and in the documentation. +automake-bugs@gnu.org. This program will get better only if you +report the problems you encounter. diff --git a/aclocal.in b/aclocal.in index 3117cb861..0a77cdee0 100644 --- a/aclocal.in +++ b/aclocal.in @@ -125,7 +125,7 @@ sub usage --verbose don't be silent --version print version number, then exit -Report bugs to .\n"; +Report bugs to .\n"; exit $status; } diff --git a/automake.in b/automake.in index 1b54e8774..017eb28f5 100755 --- a/automake.in +++ b/automake.in @@ -6269,7 +6269,7 @@ sub usage write; } - print "\nReport bugs to .\n"; + print "\nReport bugs to .\n"; exit 0; } -- 2.47.2