]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Shuffle maintainer-specific rules.
authorEric Blake <ebb9@byu.net>
Tue, 21 Apr 2009 12:41:24 +0000 (06:41 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 21 Apr 2009 12:51:35 +0000 (06:51 -0600)
commitc474ab908444e2d6703bd22e4122e551fcdaa96b
tree34dd1ed2a9929f69d2ead22ea7970ae714ff5ab9
parente430ff0ca663b6ebbd9dafa8909ff07cc0273135
Shuffle maintainer-specific rules.

* Makefile.am (maintainer-check-tests): Delete.
(autom4te-update): Move...
* cfg.mk (autom4te-update): ...here.
(fetch): Depend on autom4te-update.  Split...
(gnulib-update): ...into new rule.  Import move-if-change from
gnulib.
* maint.mk (maintainer-distcheck): Absorb former maintainer-check
rule.
* build-aux/move-if-change: New file, undistributed.
* .gitattributes: Handle new upstream file.
* .gitignore: Ignore maintainer cruft.
* HACKING: Update maintainer instructions.
* build-aux/config.guess: Update from upstream.
* build-aux/config.sub: Likewise.
* build-aux/gendocs.sh: Likewise.
* build-aux/texinfo.tex: Likewise.
* doc/gendocs_template: Likewise.
* doc/standards.texi: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
14 files changed:
.gitattributes
.gitignore
ChangeLog
HACKING
Makefile.am
build-aux/config.guess
build-aux/config.sub
build-aux/gendocs.sh
build-aux/move-if-change [new file with mode: 0755]
build-aux/texinfo.tex
cfg.mk
doc/gendocs_template
doc/standards.texi
maint.mk