summaryrefslogtreecommitdiff
path: root/top/bootstrap
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
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')
-rwxr-xr-xtop/bootstrap12
1 files changed, 6 insertions, 6 deletions
diff --git a/top/bootstrap b/top/bootstrap
index 3acdb47f37..b7216d20fe 100755
--- a/top/bootstrap
+++ b/top/bootstrap
@@ -17,12 +17,12 @@
# 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 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.
+# script is maintained as top/bootstrap 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.
# Please report bugs or propose patches to bug-gnulib@gnu.org.