From 47a46c844c712f24c5f226743227ae85760f9def Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 Nov 2007 23:52:42 +0100 Subject: [PATCH] Another bootstrap kludge. * bootstrap: Ensure gnulib-tests/test-*.sh are executable --- ChangeLog | 3 +++ bootstrap | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d598557267..308a4a53c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-14 Jim Meyering + Another bootstrap kludge. + * bootstrap: Ensure gnulib-tests/test-*.sh are executable + #ifdef-out matchpathcon-related code, for now. * src/install.c (setdefaultfilecon): #ifdef-out all of the matchpathcon-related code, until it's more efficient. diff --git a/bootstrap b/bootstrap index b1d17a33e9..e51cb08a95 100755 --- a/bootstrap +++ b/bootstrap @@ -598,10 +598,12 @@ if test $with_gettext = yes; then fi fi -# Horrible, coreutils-specific kludge. +# Horrible, coreutils-specific kludges. # Change paths in gnulib-tests/gnulib.mk from "../.." to "..". m=gnulib-tests/gnulib.mk sed 's,\.\./\.\.,..,g' $m > $m-t mv -f $m-t $m +chmod a+x gnulib-tests/test-*.sh + echo "$0: done. Now you can run './configure'." -- 2.47.2