]> Savannah Git Hosting - gnulib.git/commitdiff
Fix comment.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2022 22:53:48 +0000 (00:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2022 22:53:48 +0000 (00:53 +0200)
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.

ChangeLog
top/autogen.sh
top/autopull.sh
top/bootstrap
top/bootstrap-funclib.sh

index 40c097a2620e9207a85956e2d52223e4b32b6d42..b3853aae9a615e58e033f672d63c5d499bea1743 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2022-07-24  Bruno Haible  <bruno@clisp.org>
 
+       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.
+
        Split bootstrap into autopull.sh and autogen.sh.
        * top/bootstrap-funclib.sh: New file, based on build-aux/bootstrap.
        * top/autopull.sh: New file, based on build-aux/bootstrap.
index f245fb11f2c5ab339bcc45ef9619794829fddec4..02028f272b9d25be71181c2d882d346442657862 100755 (executable)
 # 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/autogen.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.
+# script is maintained as top/autogen.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.
 #
 # Alternatively, you can use an autogen.sh script that is specific
 # to your package.
index f4c0f4965204a83389cb1faceec6523aa0076d44..ffb4ba7cbac7733d56ab7be7a27e9df01f9a9dc8 100755 (executable)
 # 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/autopull.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.
+# script is maintained as top/autopull.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.
 #
 # Alternatively, you can use an autopull.sh script that is specific
 # to your package.
index 3acdb47f376cdf29007916c700bf0c5f9f6f624a..b7216d20fe1a74b603601e354b3ea327c98dc91b 100755 (executable)
 # 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.
 
index 60692aaaaad27dd0cd5b52d8309d3d259928c76d..f66f338c5aaec6ee500a9c6c760bef2d6b1474a3 100644 (file)
@@ -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.