summaryrefslogtreecommitdiff
path: root/top/bootstrap-funclib.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-25 00:53:48 +0200
committerBruno Haible <bruno@clisp.org>2022-07-25 00:53:48 +0200
commit012d9a08a50313389e722e8279e7a8e207621b1d (patch)
tree75fad29ea32f0ee1e247f6fd2699d266f27bd55f /top/bootstrap-funclib.sh
parent096abe4908834d96a7225218c18d08425aa48b90 (diff)
downloadgnulib-012d9a08a50313389e722e8279e7a8e207621b1d.tar.gz
Fix comment.
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2022-07/msg00058.html>. * top/bootstrap-funclib.sh: Fix comment about canonical location. * top/autopull.sh: Likewise. * top/autogen.sh: Likewise. * top/bootstrap: Likewise.
Diffstat (limited to 'top/bootstrap-funclib.sh')
-rw-r--r--top/bootstrap-funclib.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh
index 60692aaaaa..f66f338c5a 100644
--- a/top/bootstrap-funclib.sh
+++ b/top/bootstrap-funclib.sh
@@ -16,9 +16,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Originally written by Paul Eggert. The canonical version of this
-# script is maintained as build-aux/bootstrap-funclib.sh in gnulib.
-# However, to be useful to your package, you should place a copy of it
-# under version control in the top-level directory of your package. The
+# script is maintained as top/bootstrap-funclib.sh in gnulib. However,
+# to be useful to your package, you should place a copy of it under
+# version control in the top-level directory of your package. The
# intent is that all customization can be done with a bootstrap.conf
# file also maintained in your version control; gnulib comes with a
# template build-aux/bootstrap.conf to get you started.