From: Peter Rosin Date: Mon, 26 Jan 2009 21:37:35 +0000 (+0100) Subject: AWK is required, make sure it is set. X-Git-Tag: v2.2.7b~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04790afe1388039a4f81a58d238727b5f704c8c9;p=thirdparty%2Flibtool.git 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 Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 92fc4c5a0..7443b1f77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-26 Peter Rosin + + 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 Fix typo in libtool install mode documentation. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 20bf0786a..b75a55a01 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