Re: [Tracker] bz2 tarballs

2007-01-12 Thread Michael Biebl

The attached patch fixes that and also enables the creation of bz2


And this time with proper quoting...

Michael
diff --git a/configure.in b/configure.in
index ac352e4..0febcff 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_PREREQ(2.57)
 AC_INIT([tracker],[0.5.3],[EMAIL PROTECTED])
 
 AC_CONFIG_SRCDIR([src/trackerd/trackerd.c])
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([dist-bzip2])
 
 AC_SUBST(PACKAGE_URL, [http://www.tracker-project.org])
 
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] bz2 tarballs

2007-01-12 Thread Michael Biebl
2007/1/12, Luca Ferretti [EMAIL PROTECTED]:
 Il giorno ven, 12/01/2007 alle 13.13 +0100, Michael Biebl ha scritto:
  Hi,
 
  according to [1] the current use of AM_INIT_AUTOMAKE is deprecated.

 Maybe we could also `mv configure.in configure.ac`

+1

But make it a svn mv configure.in configure.ac. This preserves the
history of the configure file.
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] bz2 tarballs

2007-01-12 Thread Jamie McCracken
Michael Biebl wrote:
 2007/1/12, Luca Ferretti [EMAIL PROTECTED]:
 Il giorno ven, 12/01/2007 alle 13.13 +0100, Michael Biebl ha scritto:
 Hi,

 according to [1] the current use of AM_INIT_AUTOMAKE is deprecated.
 Maybe we could also `mv configure.in configure.ac`
 
 +1
 
 But make it a svn mv configure.in configure.ac. This preserves the
 history of the configure file.

have applied both the patch and that - thanks


-- 
Mr Jamie McCracken
http://jamiemcc.livejournal.com/

___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list