[rsxs] fixed: some versions of libtool barf on configure due to changes introduced...
authortheuni <theuni-nospam-@xbmc.org>
Mon, 1 Aug 2011 01:07:27 +0000 (21:07 -0400)
committertheuni <theuni-nospam-@xbmc.org>
Mon, 1 Aug 2011 01:34:19 +0000 (21:34 -0400)
See here for more info:
http://lists.gnu.org/archive/html/libtool-patches/2009-06/msg00028.html

We workaround by explicitly running _LT_PROG_ECHO_BACKSLASH before
LT_PATH_LD.

xbmc/screensavers/rsxs-0.9/configure.ac

index a2b4901..d60238c 100644 (file)
@@ -36,6 +36,7 @@ AC_DEFUN([MAC_LIB_LTDL], [
        # aclocal doesn't resolve those automatically, so we need to call
        # LT_PATH_LD and LTSUGAR_VERSION to pull in libtool.m4 and ltsugar.m4
        # where the required dependencies are m4_defun'd.
+       AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
        AC_REQUIRE([LT_PATH_LD])dnl
        AC_REQUIRE([LTSUGAR_VERSION])dnl
        AC_REQUIRE([AC_PROG_CC])dnl