libtoolize: select the first directory from AC_CONFIG_MACRO_DIRS.
commitfad11c77779e66e1c33cfb0617312ba23369a285
authorGary V. Vaughan <gary@gnu.org>
Fri, 19 Oct 2012 09:21:27 +0000 (19 16:21 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sat, 20 Oct 2012 04:21:56 +0000 (20 11:21 +0700)
tree05c899f9640c1747b8367d05633404aac5621ea0
parent4d644c39d835fe92878f1aace081ba46187fe4ca
libtoolize: select the first directory from AC_CONFIG_MACRO_DIRS.

* tests/libtoolize.at (multiple AC_CONFIG_MACRO_DIRS directories):
New test to ensure multiple directory arguments mork correctly.
* libtoolize.in (func_require_ac_macro_dir): Use expr to discard
any additional space delimited entries in the first
AC_CONFIG_MACRO_DIRS argument.
* bootstrap (func_require_macro_dir): Likewise.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
libtoolize.in
tests/libtoolize.at