From: Tom Tromey Date: Tue, 11 Aug 1998 19:30:37 +0000 (+0000) Subject: Changed bug-reporting address. X-Git-Tag: Release-1-3b~2 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=5ace0cf898c9037e14d9ef9033cf4b79ef2f3cf5;p=automake.git Changed bug-reporting address. More minor fixes from Markus Oberhumer --- diff --git a/ChangeLog b/ChangeLog index ce0340a8..ff80bbde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Tue Aug 11 12:18:59 1998 Tom Tromey + * automake.in (handle_clean): Added missing close-paren. Quote + `$' so it doesn't expand when replacing. From Markus + F.X.J. Oberhumer. + + * aclocal.in (usage): Changed bug address. + * automake.in (usage): Changed bug address. + * clean.am (distclean-generic): Don't mention DISTCONFIGCLEANFILES. From Markus F.X.J. Oberhumer. diff --git a/README b/README index 1d5500b5..513c47a0 100644 --- a/README +++ b/README @@ -26,6 +26,6 @@ join. Automake has a page on the web. See: - http://www.cygnus.com/~tromey/automake/ + http://www.gnu.org/software/automake/ -Mail suggestions and bug reports to automake-bugs@gnu.org. +Mail suggestions and bug reports to bug-automake@gnu.org. diff --git a/README-alpha b/README-alpha index b13e3f64..146f7870 100644 --- a/README-alpha +++ b/README-alpha @@ -5,5 +5,5 @@ The documentation still needs more work. Suggestions welcome. Patches even more welcome. Please send comments and problem reports about this test release to -automake-bugs@gnu.org. This program will get better only if you -report the problems you encounter. +bug-automake@gnu.org. This program will get better only if you report +the problems you encounter. diff --git a/aclocal.in b/aclocal.in index 85cc49b5..9995ab59 100644 --- a/aclocal.in +++ b/aclocal.in @@ -126,7 +126,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 4a550cdb..e98298b0 100755 --- a/automake.in +++ b/automake.in @@ -3698,9 +3698,9 @@ sub handle_clean } # Built sources are automatically removed by maintainer-clean. - push (@maintainer_clean_files, '$(BUILT_SOURCES') + push (@maintainer_clean_files, '\$(BUILT_SOURCES)') if &variable_defined ('BUILT_SOURCES'); - push (@maintainer_clean_files, '$(MAINTAINERCLEANFILES)') + push (@maintainer_clean_files, '\$(MAINTAINERCLEANFILES)') if &variable_defined ('MAINTAINERCLEANFILES'); if (! @maintainer_clean_files) { @@ -6516,7 +6516,7 @@ sub usage write; } - print "\nReport bugs to .\n"; + print "\nReport bugs to .\n"; exit 0; } diff --git a/automake.texi b/automake.texi index 2b68fef8..f4e8a5d1 100644 --- a/automake.texi +++ b/automake.texi @@ -219,7 +219,7 @@ fully GNU standards-compliant, and do not require @code{perl} in order to be built. Mail suggestions and bug reports for Automake to -@email{automake-bugs@@gnu.org}. +@email{bug-automake@@gnu.org}. @node Generalities, Examples, Introduction, Top diff --git a/stamp-vti b/stamp-vti index 2fcbcb02..4149e357 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 23 June 1998 +@set UPDATED 11 August 1998 @set EDITION 1.3a @set VERSION 1.3a diff --git a/version.texi b/version.texi index 2fcbcb02..4149e357 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 23 June 1998 +@set UPDATED 11 August 1998 @set EDITION 1.3a @set VERSION 1.3a