]> git.ipfire.org Git - thirdparty/automake.git/commit
dejagnu: allow the package developer to extend site.exp
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 1 Feb 2011 08:52:43 +0000 (09:52 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 22 Oct 2011 18:47:38 +0000 (20:47 +0200)
commitbeef7a6673037dee4508e91ef9b4515e0b0246f0
tree26da49714f8e8845174141a2f882a83d17fb5996
parent0c0b402635f34abd5dd6e33a81d89dd8057a0d73
dejagnu: allow the package developer to extend site.exp

Fixes automake bug#7873.

* lib/am/dejagnu.am (site.exp): Depend from the files listed in
$(EXTRA_DEJAGNU_SITE_CONFIG), if any.  Append their contents to
the generated site.exp (still preserving user edits).
* doc/automake.texi (Dejagnu Tests): Update.
* tests/dejagnu-siteexp-append.test: New test.
* tests/dejagnu-siteexp-extend.test: Likewise.
* tests/dejagnu-siteexp-useredit.test: Likewise.รน
* NEWS: Update.
* tests/Makefile.am (TESTS): Update.

Suggestion by Rainer Orth.
ChangeLog
NEWS
doc/automake.texi
lib/am/dejagnu.am
tests/Makefile.am
tests/Makefile.in
tests/dejagnu-siteexp-append.test [new file with mode: 0755]
tests/dejagnu-siteexp-extend.test [new file with mode: 0755]
tests/dejagnu-siteexp-useredit.test [new file with mode: 0755]