This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via 57d0a0b04e2166fbfd04b88a3f064bc8999bf796 (commit)
from 8ae796bacd9b57cdcb68927d93d696552187b0bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 57d0a0b04e2166fbfd04b88a3f064bc8999bf796
Author: Ralf Wildenhues <[EMAIL PROTECTED]>
Date: Sun Oct 26 11:01:26 2008 +0100
Fix typo in libtoolize error message.
* libtoolize.m4sh (func_nonemptydir_p): Fix typo in error
message.
Signed-off-by: Ralf Wildenhues <[EMAIL PROTECTED]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
libtoolize.m4sh | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5704dce..67bff99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-26 Ralf Wildenhues <[EMAIL PROTECTED]>
+
+ * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error
+ message.
+
2008-10-15 Ralf Wildenhues <[EMAIL PROTECTED]>
Fix Autoconf 2.59 incompatibilty.
diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index b6d35f2..f74cd7c 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`" \
hooks/post-receive
--
GNU Libtool