[Rhythmbox-devel] Building failed for edgy



Hi,

I had to change configure.ac file like this to get rhythmbox built on
Ubuntu/edgy, otherwise make was complaining about an invalid seperator
on Makefiles. I don't know if it's useful to commit to CVS.

        Index: configure.ac
        ===================================================================
        RCS file: /cvs/gnome/rhythmbox/configure.ac,v
        retrieving revision 1.256
        diff -u -p -d -r1.256 configure.ac
        --- configure.ac        2 Sep 2006 13:41:13 -0000       1.256
        +++ configure.ac        26 Sep 2006 09:59:01 -0000
        @@ -649,7 +649,7 @@ GETTEXT_PACKAGE=rhythmbox
         AC_SUBST(GETTEXT_PACKAGE)
         AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
         AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
        -ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
        +ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#' | xargs`"
         
         AM_GLIB_GNU_GETTEXT
         

Thanks,
-- 
Enver

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]