summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-02 22:06:39 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-02 22:06:39 +0200
commita00aef5551f357ef82375170f7d34dfa8a1bd2df (patch)
treee48bf5de5f69bbfbfc938d7600572bf0fce6dbb9 /m4
parent54f1e6e827ea33d9605d0ad0c403da2c841e05bc (diff)
downloadxine-lib-a00aef5551f357ef82375170f7d34dfa8a1bd2df.tar.gz
xine-lib-a00aef5551f357ef82375170f7d34dfa8a1bd2df.tar.bz2
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/gas.m42
1 files changed, 1 insertions, 1 deletions
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