From: Ralf Wildenhues Date: Tue, 1 Feb 2005 15:09:46 +0000 (+0000) Subject: * tests/Makefile.am: Add `atconfig' to DISTCLEANFILES. X-Git-Tag: release-2-1b~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcfc76bd7cbff78fd260daaefb674db50661009e;p=thirdparty%2Flibtool.git * tests/Makefile.am: Add `atconfig' to DISTCLEANFILES. --- diff --git a/ChangeLog b/ChangeLog index 246c10226..9f8e94cc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-01 Ralf Wildenhues + * tests/Makefile.am: Add `atconfig' to DISTCLEANFILES. + * clcommit.m4sh: Test whether the shell understands `read -r'. Use as `$read_r' if available, so `\' is preserved in commit notices. diff --git a/tests/Makefile.am b/tests/Makefile.am index 5b0f6d01c..c5d80d05c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -61,6 +61,7 @@ installcheck-local: clean-local: clean-local-legacy $(SHELL) $(srcdir)/$(TESTSUITE) --clean +DISTCLEANFILES = atconfig ## ------------- ## ## Legacy tests. ## @@ -155,4 +156,4 @@ clean-local-legacy: $(TESTS): defs defs: defs.in $(top_srcdir)/Makefile.am cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) tests/defs -DISTCLEANFILES = defs +DISTCLEANFILES += defs