]> 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>
Thu, 8 Dec 2011 08:56:49 +0000 (15:56 +0700)
commit6bb8312ccf3f2505ad7d4b2f1572ea749c138623
tree0c4629d4e5b063ae369c51a693da998cc04d3000
parentd5bcbf5f85ac1b4f5de75b7fec86ba220651c95e
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