From: Gary V. Vaughan Date: Fri, 3 Jan 2014 01:24:51 +0000 (+1300) Subject: bootstrap: move included files below DO NOT EDIT comment. X-Git-Tag: v2.4.3~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8708e2e9489d481ac2a1dcb63e8eacfa2acdb05a;p=thirdparty%2Flibtool.git 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 --- diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in index e7d0943ba..c61daabf2 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 @@ -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: