diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-05 21:43:54 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-06 12:35:42 +0200 |
commit | b8c07dc5b023f0abc81341ab664fb80bd664a51c (patch) | |
tree | be110465889bf03312c9ef7b5e3ad1082f14f662 /configure.ac | |
parent | fa18cbafd87930acc7487d5836ead7acd6c3af90 (diff) | |
download | autoconf-b8c07dc5b023f0abc81341ab664fb80bd664a51c.tar.gz |
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0fa61f49..7eda7428 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AC_SUBST([ac_cv_dir_trailing_space]) # Initialize the test suite. AC_CONFIG_TESTDIR([tests]) -AC_CONFIG_FILES([tests/Makefile tests/atlocal]) +AC_CONFIG_FILES([tests/atlocal]) AC_PATH_PROG([EXPR], [expr]) |