]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] maint: use name "Automake-NG" in more places, bump version
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 21:08:12 +0000 (22:08 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 22:15:58 +0000 (23:15 +0100)
commit89c7592ac38d57ac5849f38558ebda5c4e556a4b
tree7321f6b367f6cbc05a916d2feea5c284112f822a
parent9fc8baccf523a3877a84c065c6c3f2599e0d2147
[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.
23 files changed:
AUTHORS
GNUmakefile
README
configure.ac
contrib/README
doc/Makefile.am
doc/amhello/README
lib/ar-lib
lib/compile
lib/elisp-comp
lib/mdate-sh
lib/mkinstalldirs
lib/py-compile
lib/tap-driver.pl
lib/tap-driver.sh
lib/test-driver
lib/ylwrap
m4/amversion.m4
m4/init.m4
m4/strip.m4
m4/substnot.m4
syntax-checks.mk
tests/README