extract-trace (recode-3.7.4) | : | extract-trace (recode-3.7.5) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Extract macro arguments from autotools input with GNU M4. | # Extract macro arguments from autotools input with GNU M4. | |||
# Written by Gary V. Vaughan, 2010 | # Written by Gary V. Vaughan, 2010 | |||
# | # | |||
# This is free software. There is NO warranty; not even for | # This is free software. There is NO warranty; not even for | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
# | # | |||
# Copyright (C) 2010-2019 Bootstrap Authors | # Copyright (C) 2010-2017 Bootstrap Authors | |||
# | # | |||
# This file is dual licensed under the terms of the MIT license | # This file is dual licensed under the terms of the MIT license | |||
# <https://opensource.org/license/MIT>, and GPL version 3 or later | # <https://opensource.org/license/MIT>, and GPL version 3 or later | |||
# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of | # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of | |||
# these licenses when using or redistributing this software or any of | # these licenses when using or redistributing this software or any of | |||
# the files within it. See the URLs above, or the file `LICENSE` | # the files within it. See the URLs above, or the file `LICENSE` | |||
# included in the Bootstrap distribution for the full license texts. | # included in the Bootstrap distribution for the full license texts. | |||
# Please report bugs or propose patches to: | # Please report bugs or propose patches to: | |||
# <https://github.com/gnulib-modules/bootstrap/issues> | # <https://github.com/gnulib-modules/bootstrap/issues> | |||
# Make sure we've evaluated scripts we depend on. | # Make sure we've evaluated scripts we depend on. | |||
test -z "$progpath" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/funclib.sh | test -z "$progpath" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/funclib.sh | |||
test extract-trace = "$progname" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/optio ns-parser | test extract-trace = "$progname" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/optio ns-parser | |||
# Set a version string. | # Set a version string. | |||
scriptversion=2019-02-19.15; # UTC | scriptversion=2016-02-22.14; # UTC | |||
## ------ ## | ## ------ ## | |||
## Usage. ## | ## Usage. ## | |||
## ------ ## | ## ------ ## | |||
# Run './extract-trace --help' for help with using this script from the | # Run './extract-trace --help' for help with using this script from the | |||
# command line. | # command line. | |||
# | # | |||
# Or source first 'options-parser' and then this file into your own | # Or source first 'options-parser' and then this file into your own | |||
# scripts in order to make use of the function and variable framework | # scripts in order to make use of the function and variable framework | |||
skipping to change at line 468 | skipping to change at line 468 | |||
## Actually perform the trace. ## | ## Actually perform the trace. ## | |||
## --------------------------- ## | ## --------------------------- ## | |||
# Only call 'func_main' if this script was called directly. | # Only call 'func_main' if this script was called directly. | |||
test extract-trace = "$progname" && func_main "$@" | test extract-trace = "$progname" && func_main "$@" | |||
# Local variables: | # Local variables: | |||
# mode: shell-script | # mode: shell-script | |||
# sh-indentation: 2 | # sh-indentation: 2 | |||
# eval: (add-hook 'before-save-hook 'time-stamp) | # eval: (add-hook 'before-save-hook 'time-stamp) | |||
# time-stamp-pattern: "50/scriptversion=%:y-%02m-%02d.%02H; # UTC" | # time-stamp-pattern: "20/scriptversion=%:y-%02m-%02d.%02H; # UTC" | |||
# time-stamp-time-zone: "UTC" | # time-stamp-time-zone: "UTC" | |||
# End: | # End: | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |