* libtoolize.m4sh (func_nonemptydir_p): Fix typo in error
message.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2008-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error
+ message.
+
2008-10-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix Autoconf 2.59 incompatibilty.
# Is it a directory at all?
test -d "$my_dir" \
- || func_fatal_error "\$$my_dirvar not a directory: \`$my_dir'"
+ || func_fatal_error "\$$my_dirvar is not a directory: \`$my_dir'"
# check that the directories contents can be ls'ed
test -n "`{ cd $my_dir && ls; } 2>/dev/null`" \