Hi,

according to [1] the current use of AM_INIT_AUTOMAKE is deprecated.

The attached patch fixes that and also enables the creation of bz2
tarballs. This reduces the size of the tarball about ~30% (1.3 Mb ->
1.0 Mb). Which imho is nice service for people still forced to use
dialup connections.

Cheers,
Michael

[1] http://www.gnu.org/software/automake/manual/html_node/Public-macros.html
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

Reply via email to