From a00aef5551f357ef82375170f7d34dfa8a1bd2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 2 Apr 2007 22:06:39 +0200 Subject: Use LT_AC_PROG_SED rather than AC_PROG_SED. The latter is only available on 2.60 and later, so use the first one, provided by libtool, until we move further on to the newer versions. --- m4/gas.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/gas.m4 b/m4/gas.m4 index 6bbf86eae..923c3f90c 100644 --- a/m4/gas.m4 +++ b/m4/gas.m4 @@ -16,7 +16,7 @@ AC_DEFUN([CC_PROG_AS], [assume the C compiler uses GNU as @<:@default=no@:>@])], [test "$withval" = no || with_gnu_as=yes], [with_gnu_as=no]) -AC_REQUIRE([AC_PROG_SED])dnl +AC_REQUIRE([LT_AC_PROG_SED])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl -- cgit v1.2.3