forked from autotools-mirror/autoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
fa18cba
commit b8c07dc
Showing
5 changed files
with
115 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters