From: Ralf Wildenhues Date: Sun, 26 Oct 2008 10:01:26 +0000 (+0100) Subject: Fix typo in libtoolize error message. X-Git-Tag: v2.2.7b~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d0a0b04e2166fbfd04b88a3f064bc8999bf796;p=thirdparty%2Flibtool.git Fix typo in libtoolize error message. * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error message. Signed-off-by: Ralf Wildenhues --- 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`" \