From 576e46cb89ee781ec9f8352723b5dc96d3c7fd1f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Dec 2011 16:44:55 +0100 Subject: [PATCH] test-framework-sh: distribute init.sh * modules/test-framework-sh (EXTRA_DIST): Append init.sh. Otherwise, "make -C gnulib-tests check" (at least in grep) would fail due to the lack of init.sh. --- ChangeLog | 5 +++++ modules/test-framework-sh | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f65801f63..625efb316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-12-23 Jim Meyering + test-framework-sh: distribute init.sh + * modules/test-framework-sh (EXTRA_DIST): Append init.sh. + Otherwise, "make -C gnulib-tests check" (at least in grep) would + fail due to the lack of init.sh. + maint: remove explicit Files: tests/init.sh; depend on test-framework-sh * modules/atexit-tests: Rather than listing tests/init.sh, now that there's a module for it, simply depend on that new module. diff --git a/modules/test-framework-sh b/modules/test-framework-sh index 249f42660..ee913a475 100644 --- a/modules/test-framework-sh +++ b/modules/test-framework-sh @@ -9,6 +9,7 @@ Depends-on: configure.ac: Makefile.am: +EXTRA_DIST += init.sh Include: -- 2.11.0