]> git.ipfire.org Git - thirdparty/autoconf.git/commit
build: no more recursion for 'tests' subdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 5 May 2013 19:43:54 +0000 (21:43 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 May 2013 10:35:42 +0000 (12:35 +0200)
commitb8c07dc5b023f0abc81341ab664fb80bd664a51c
treebe110465889bf03312c9ef7b5e3ad1082f14f662
parentfa18cbafd87930acc7487d5836ead7acd6c3af90
build: no more recursion for 'tests' subdir

* Makefile.am (SUBDIRS): Drop 'tests'.  Adjust comments.
(DISTCLEANFILES, MAINTAINERCLEANFILES): Define to empty, to be
updated later.
(MAINTAINERCLEANFILES): Adjust later definition to use '+='
rather than '='.
($(srcdir)/tests/local.mk): Include this.
* configure.ac (AC_CONFIG_FILES): Drop 'tests/Makefile'.
* lib/freeze.mk ($(AUTOM4TE_CFG)): Drop now-redundant remake rule.
($(build_libdir)/m4sugar/version.m4): Likewise.
* tests/Makefile.am: Rename ...
* tests/local.mk: ... like this, and adjust (quite heavily).
* tests/mktests.sh: Adjust to generate output files and temporary
files in the tests subdirectory rather than in the current
directory.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
configure.ac
lib/freeze.mk
tests/local.mk [moved from tests/Makefile.am with 62% similarity]
tests/mktests.sh