summaryrefslogtreecommitdiff
path: root/lib/test-driver
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-16 22:08:12 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-16 23:15:58 +0100
commit89c7592ac38d57ac5849f38558ebda5c4e556a4b (patch)
tree7321f6b367f6cbc05a916d2feea5c284112f822a /lib/test-driver
parent9fc8baccf523a3877a84c065c6c3f2599e0d2147 (diff)
downloadautomake-89c7592ac38d57ac5849f38558ebda5c4e556a4b.tar.gz
[ng] maint: use name "Automake-NG" in more places, bump version
It's time to start renaming this project for good, if we want to avoid nasty confusions with mainstream Automake. But renaming also the 'automake' script to 'automake-ng' could cause gratuitous incompatibilities and unexpected errors, so we prefer to instead bump the version from '1.11a' to '2.0a'. The renaming "Automake" -> "Automake-NG" is mostly for README files and some comments. Doing that for the documentation would be trickier, and might cause extra spurious conflicts when we merge 'master' into 'ng/master', so we leave that move for a later time. * AUTHORS, README, contrib/README, tests/README, doc/amhello/README: Update comments, and, where necessary, the mailing list and bug reporting address. * doc/Makefile.am, GNUmakefile, syntax-checks.mk, m4/init.m4, m4/strip.m4, m4/substnot.m4: Update a few comments. * configure.ac (AC_INIT): Update package name and bug reporting address. Reset Package version to "2.0a". (AM_INIT_AUTOMAKE): Remove minimal required version; we expect to be bootstrapped anyway. Minor updates to comments and messages. * lib/ar-lib: Update the "this file is maintained in Automake" line to read "Automake-NG" instead. Also, update the address where to send patches to (to <automake-ng@gnu.org>), but, at least for the moment, *not* the bug reporting address. * lib/compile: Likewise. * lib/elisp-comp: Likewise. * lib/mdate-sh: Likewise. * lib/mkinstalldirs: Likewise. * lib/py-compile: Likewise. * lib/tap-driver.pl: Likewise. * lib/tap-driver.sh: Likewise. * lib/test-driver: Likewise.
Diffstat (limited to 'lib/test-driver')
-rwxr-xr-xlib/test-driver4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/test-driver b/lib/test-driver
index 2398a06ff..254401080 100755
--- a/lib/test-driver
+++ b/lib/test-driver
@@ -23,9 +23,9 @@ scriptversion=2011-08-17.14; # UTC
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
-# This file is maintained in Automake, please report
+# This file is maintained in Automake-NG, please report
# bugs to <bug-automake@gnu.org> or send patches to
-# <automake-patches@gnu.org>.
+# <automake-ng@gnu.org>.
# Make unconditional expansion of undefined variables an error. This
# helps a lot in preventing typo-related bugs.