build: remove now-useless code from bootstrap.conf
authorJim Meyering <meyering@redhat.com>
Sat, 17 Dec 2011 16:26:00 +0000 (17:26 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 17 Dec 2011 16:26:00 +0000 (17:26 +0100)
* bootstrap.conf (bootstrap_epilogue): Remove now-unnecessary,
snippet that edited gnulib-tests/gnulib.mk.  This snippet was
rendered unnecessary by commit v8.14-73-g5bf2c0e.

bootstrap.conf

index 69c53c4..0b7c543 100644 (file)
@@ -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