[Parted-commits] GNU Parted Official Repository: Changes to 'master'
Jim Meyering
meyering at alioth.debian.org
Tue Jan 27 09:58:36 UTC 2009
bootstrap.conf | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ea9cb0048bd633ff2043a3af2265d2544da345e7
Author: Jim Meyering <meyering at redhat.com>
Date: Tue Jan 27 10:58:09 2009 +0100
avoid bootstrap failure
* bootstrap.conf: Ensure the gnulib-tests/ exists.
Reported by Matt Domsch.
diff --git a/bootstrap.conf b/bootstrap.conf
index e983dc8..91bbe6e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -108,6 +108,7 @@ if test $gettext_external = 1; then
fi
gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
+mkdir -p gnulib-tests
# Build prerequisites
buildreq="\
More information about the Parted-commits
mailing list