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 04790afe1388039a4f81a58d238727b5f704c8c9 (commit)
from 69a4e5ba80667a42a544759a053afcb23cc49c19 (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 04790afe1388039a4f81a58d238727b5f704c8c9
Author: Peter Rosin <[email protected]>
Date: Mon Jan 26 22:37:35 2009 +0100
AWK is required, make sure it is set.
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS: Make sure
AWK is set (automake brings it in, but is not always used).
Fixes old-m4-iface.at on MSYS/MSVC.
Signed-off-by: Peter Rosin <[email protected]>
Signed-off-by: Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
libltdl/m4/libtool.m4 | 1 +
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 92fc4c5..7443b1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-26 Peter Rosin <[email protected]>
+
+ AWK is required, make sure it is set.
+ * libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS: Make sure
+ AWK is set (automake brings it in, but is not always used).
+ Fixes old-m4-iface.at on MSYS/MSVC.
+
2009-01-25 Mike Frysinger <[email protected]>
Fix typo in libtool install mode documentation.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 20bf078..b75a55a 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -3243,6 +3243,7 @@ _LT_TAGDECL([no_builtin_flag],
[lt_prog_compiler_no_builtin_flag], [1],
m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([LT_PATH_NM])dnl
AC_REQUIRE([LT_PATH_LD])dnl
m4_require([_LT_DECL_SED])dnl
hooks/post-receive
--
GNU Libtool