]> git.ipfire.org Git - thirdparty/libtool.git/commit
bootstrap: use of ';' in sed scripts is not portable.
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 10:11:33 +0000 (05:11 -0500)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 12:08:51 +0000 (07:08 -0500)
commitcd74bb4527fb6618707b7d976299ba85428fab81
tree432b1def462f93a8e344989863628b30c0645c74
parent21538ee961ede123015d22c596313e83b2fd35c7
bootstrap: use of ';' in sed scripts is not portable.

* gl/build-aux/bootstrap.in (require_buildreq_automake)
(require_dotgitmodules_parameters, require_package)
(func_update_po_files): Use '\n' or -e to separate sed commands,
instead of ';'.
* gl/build-aux/extract-trace (func_autoconf_configure)
(func_extract_trace_first): Likewise.
* gl/funclib.sh: Likewise.
(func_tr_sh): Likewise.
* gl/build-aux/options-parser (func_usage_message): Likewise.
* bootstrap: Regenerate.
Reported by Robert Boehne.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/bootstrap.in
gl/build-aux/extract-trace
gl/build-aux/funclib.sh
gl/build-aux/options-parser