diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-02 22:06:39 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-02 22:06:39 +0200 |
commit | a00aef5551f357ef82375170f7d34dfa8a1bd2df (patch) | |
tree | e48bf5de5f69bbfbfc938d7600572bf0fce6dbb9 /m4 | |
parent | 54f1e6e827ea33d9605d0ad0c403da2c841e05bc (diff) | |
download | xine-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |