changeset 16185:88f5f782f0aa

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.
author Jim Meyering <meyering@redhat.com>
date Fri, 23 Dec 2011 16:44:55 +0100
parents 7fafe59c3703
children 7a476ef3b9c8
files ChangeLog modules/test-framework-sh
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-12-23  Jim Meyering  <meyering@redhat.com>
 
+	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.
--- a/modules/test-framework-sh
+++ b/modules/test-framework-sh
@@ -9,6 +9,7 @@
 configure.ac:
 
 Makefile.am:
+EXTRA_DIST += init.sh
 
 Include: