summaryrefslogtreecommitdiffstats
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index c8ad2bf..9e9c9e5 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -75,6 +75,7 @@ gnulib_modules="
progname
quote
quotearg
+ readme-release
realloc
regex
stat-macros
@@ -157,8 +158,5 @@ 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
+ perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
}