]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Use URLs in --help output, part 3: testsuite.
authorEric Blake <ebb9@byu.net>
Tue, 27 Jan 2009 23:13:41 +0000 (16:13 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 27 Jan 2009 23:58:21 +0000 (16:58 -0700)
commit758f763ddf778040333d9c4f7679a3f08ec0268d
treee52b6e9e96625245d59d006cf6532de2a05dbf93
parentd7cc80491def26037c9e8b91d3f3aa9afd85492a
Use URLs in --help output, part 3: testsuite.

* doc/autoconf.texi (Writing Testsuites): Mention autotest
namespace.
(Writing Testsuites) <AT_INIT>: Mention mandatory macros.
(Making testsuite Scripts): Document AT_PACKAGE_URL.
* tests/Makefile.am (package.m4): Follow our own advice.
* lib/autotest/general.m4 (AT_INIT): Give the user a hint about
package.m4.  Enhance --help output.
(_AT_COPYRIGHT_YEARS): New macro, to make copyright bump easier.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi
lib/autotest/general.m4
tests/Makefile.am