From 57d0a0b04e2166fbfd04b88a3f064bc8999bf796 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 26 Oct 2008 11:01:26 +0100 Subject: [PATCH] Fix typo in libtoolize error message. * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error message. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 +++++ libtoolize.m4sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5704dcef4..67bff996d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-26 Ralf Wildenhues + + * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error + message. + 2008-10-15 Ralf Wildenhues Fix Autoconf 2.59 incompatibilty. diff --git a/libtoolize.m4sh b/libtoolize.m4sh index b6d35f23a..f74cd7c13 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -1389,7 +1389,7 @@ func_nonemptydir_p () # 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`" \ -- 2.47.2