]> git.ipfire.org Git - thirdparty/libtool.git/commit
maint: share useful functions from general.m4sh.
authorGary V. Vaughan <gary@gnu.org>
Sat, 19 Nov 2011 11:01:28 +0000 (18:01 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:02:48 +0000 (21:02 +0700)
commitca821436009a93c2e8f3c5ce07ed23d90bbba49e
tree0bcda837e5d8ad4631843d6f24084714ed40a52e
parentc7d7e46fbea7d6249680da71ecda1d84bdec858a
maint: share useful functions from general.m4sh.

* build-aux/ltmain.m4sh (func_append, func_append_quoted)
(func_arith, func_len): Removed from here...
* build-aux/general.m4sh (func_append, func_append_quoted)
(func_arith, func_len): ...and added to here.
(func_dirname, func_dirname_and_basename, func_normal_abspath)
(func_relative_path): Use func_append.
* tests/getopt-m4sh.at (_LT_AT_FALLBACK_FUNC_EXTRACT): Removed.
Fallback functions are now in any m4sh generated file
automatically.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/general.m4sh
build-aux/ltmain.m4sh
tests/getopt-m4sh.at