mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
tests: remove spurious shell variable braces.
* tests/testsuite.at: Allow the shell braces syntax check to pass again. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
e7ab807440
commit
67759e9fb7
@ -128,7 +128,7 @@ AT_DATA([acinclude.m4],
|
||||
[[m4_ifndef([AC_CONFIG_MACRO_DIRS],
|
||||
[m4_define([AC_CONFIG_MACRO_DIRS], m4_defn([AC_CONFIG_MACRO_DIR]))])
|
||||
]])
|
||||
LT_AT_CHECK([$ACLOCAL $1${macro_dir}], [0], [ignore], [ignore])
|
||||
LT_AT_CHECK([$ACLOCAL $1$macro_dir], [0], [ignore], [ignore])
|
||||
AT_XFAIL_IF([test no = "$ACLOCAL"])
|
||||
AT_KEYWORDS([automake])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user