summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 69c53c487..0b7c543af 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -317,11 +317,6 @@ touch ChangeLog || exit 1
bootstrap_epilogue()
{
- # 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
-
# Since this is a "GNU" package, replace this line
# if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null \
# | grep -v 'libtool:' >/dev/null; then