]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: move included files below DO NOT EDIT comment.
authorGary V. Vaughan <gary@gnu.org>
Fri, 3 Jan 2014 01:24:51 +0000 (14:24 +1300)
committerGary V. Vaughan <gary@gnu.org>
Fri, 3 Jan 2014 01:24:51 +0000 (14:24 +1300)
* 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>
gl/build-aux/bootstrap.in

index e7d0943ba46c1f700d4d00f9eb1a82cf6743f7a5..c61daabf23b14b00ed619159edf2bcbf22c2fbc6 100755 (executable)
@@ -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
@@ -230,6 +222,19 @@ copy=false
 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: