I neglected to add the new file, init.sh to EXTRA_DIST, so "make distcheck" would fail. Here's the fix:
>From a27fb4c02f7312aa957df69afe548d062f48d9b3 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Wed, 28 Apr 2010 22:50:35 +0200 Subject: [PATCH] tests: distribute new file, init.sh * tests/Makefile.am (EXTRA_DIST): Add init.sh. --- tests/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index dfba691..21fead4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,7 +45,7 @@ TESTS = \ t9030-align-check.sh EXTRA_DIST = \ - $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh t-local.sh t-lvm.sh + $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh t-local.sh t-lvm.sh init.sh check_PROGRAMS = print-align print-max dup-clobber LDADD = \ -- 1.7.1.328.g9993c _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted