nloko / banshee-telepathy-extension

My 2009 GSoC project. An extension for Banshee that allows music sharing between instant messaging contacts
http://nloko.ca
2 stars 1 forks source link

make distcheck fails #5

Closed sandyarmstrong closed 14 years ago

sandyarmstrong commented 14 years ago

So I can't package it

bl8 commented 14 years ago

Here's a patch to fix it :

--- configure.ac~   2009-11-18 20:29:33.000000000 +0100
+++ configure.ac    2009-11-19 00:00:02.000000000 +0100
@@ -2,7 +2,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
 AC_INIT([Banshee.Telepathy], [0.1])
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign tar-ustar])
 AM_MAINTAINER_MODE

 dnl pkg-config
nloko commented 14 years ago

Thanks, Bertrand!