test-framework-sh: distribute init.sh
authorJim Meyering <meyering@redhat.com>
Fri, 23 Dec 2011 15:44:55 +0000 (16:44 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 23 Dec 2011 15:49:46 +0000 (16:49 +0100)
* 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
modules/test-framework-sh

index f65801f..625efb3 100644 (file)
--- 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.
index 249f426..ee913a4 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
+EXTRA_DIST += init.sh
 
 Include: