]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
AWK is required, make sure it is set.
authorPeter Rosin <peda@lysator.liu.se>
Mon, 26 Jan 2009 21:37:35 +0000 (22:37 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 26 Jan 2009 21:37:35 +0000 (22:37 +0100)
* 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 <peda@lysator.liu.se>
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/m4/libtool.m4

index 92fc4c5a0c36b5938cf8052d0deb8356743e9d01..7443b1f7790587e708261891788e905746153c26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-26  Peter Rosin  <peda@lysator.liu.se>
+
+       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  <vapier@gentoo.org>
 
        Fix typo in libtool install mode documentation.
index 20bf0786a88840d07de300921c6f604f858df827..b75a55a01f86ad46d47b2b1bd4bb7bded71b99b7 100644 (file)
@@ -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