summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-01-03 14:24:51 +1300
committerGary V. Vaughan <gary@gnu.org>2014-01-03 14:24:51 +1300
commit8708e2e9489d481ac2a1dcb63e8eacfa2acdb05a (patch)
tree0dd8a3185145ef5acbf1767c073ef05cfd6a7558
parentd0625cae8afaa2b2201a20304dd691943ae944db (diff)
downloadlibtool-8708e2e9489d481ac2a1dcb63e8eacfa2acdb05a.tar.gz
bootstrap: move included files below DO NOT EDIT comment.
* gl/build-aux/bootstrap.in: Reorder sections to load external libraries as late as possible, leaving DO NOT EDIT comment visible near the top of the generated bootstrap script. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rwxr-xr-xgl/build-aux/bootstrap.in23
1 files changed, 14 insertions, 9 deletions
diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in
index e7d0943b..c61daabf 100755
--- a/gl/build-aux/bootstrap.in
+++ b/gl/build-aux/bootstrap.in
@@ -7,14 +7,6 @@
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# Source required external libraries:
-. `echo "$0" |${SED-sed} 's|[^/]*$||'`"funclib.sh"
-. `echo "$0" |${SED-sed} 's|[^/]*$||'`"options-parser"
-. `echo "$0" |${SED-sed} 's|[^/]*$||'`"extract-trace"
-
-# Set a version string for *this* script.
-scriptversion=2014-01-03.01; # UTC
-
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -231,6 +223,19 @@ vc_ignore=
## ------------------- ##
+## External Libraries. ##
+## ------------------- ##
+
+# Source required external libraries:
+. `echo "$0" |${SED-sed} 's|[^/]*$||'`"funclib.sh"
+. `echo "$0" |${SED-sed} 's|[^/]*$||'`"options-parser"
+. `echo "$0" |${SED-sed} 's|[^/]*$||'`"extract-trace"
+
+# Set a version string for *this* script.
+scriptversion=2014-01-03.01; # UTC
+
+
+## ------------------- ##
## Hookable functions. ##
## ------------------- ##
@@ -2680,6 +2685,6 @@ exit ${exit_status-$EXIT_SUCCESS}
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
+# time-stamp-pattern: "500/scriptversion=%:y-%02m-%02d.%02H; # UTC"
# time-stamp-time-zone: "UTC"
# End: