]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: ensure consistent function header comments.
authorGary V. Vaughan <gary@gnu.org>
Thu, 8 Dec 2011 05:08:16 +0000 (12:08 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 8 Dec 2011 05:32:38 +0000 (12:32 +0700)
* bootstrap (require_bootstrap_uptodate)
(require_buildtools_uptodate): Use `require_...' in header
comment for these functions to be consistent with the rest,
rather than `func_require_...'.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap

index 3aca59a6ccbebc4e1677fc97d7f5f7989e75dc9c..534e9fd507fbe4c193ba3d4c269cb36c57356a99 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1013,8 +1013,8 @@ func_require_autopoint ()
 }
 
 
-# func_require_bootstrap_uptodate
-# -------------------------------
+# require_bootstrap_uptodate
+# --------------------------
 # Complain if the version of bootstrap in the gnulib directory differs
 # from the one we are running.
 require_bootstrap_uptodate=func_require_bootstrap_uptodate
@@ -1067,8 +1067,8 @@ func_require_build_aux ()
 }
 
 
-# func_require_buildtools_uptodate
-# --------------------------------
+# require_buildtools_uptodate
+# ---------------------------
 # Ensure all the packages listed in BUILDREQS are available on the build
 # machine at the minimum versions or better.
 require_buildtools_uptodate=func_require_buildtools_uptodate