]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize: fix a scoping bug in func_aclocal_update_check.
authorGary V. Vaughan <gary@gnu.org>
Sat, 5 Nov 2011 12:40:30 +0000 (19:40 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sat, 5 Nov 2011 12:45:22 +0000 (19:45 +0700)
commit1cc6d379753f3f07b41d1a1b4f5dae0cdee28b25
tree3ec1d91853a0105de2b983cbcaede6a758611d77
parentdb48cd3e2b9463414520d9fd439c0e30246a7cc7
libtoolize: fix a scoping bug in func_aclocal_update_check.

libtoolize.m4sh (func_aclocal_update_check): This body of this
function used a global variable set by the outer loop of the
caller. Fix to Use the function argument correctly.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
libtoolize.m4sh