[gnome-photos] build: Generate xz compressed tarballs using tar-ustar



commit a73e81cdd1c4cd9b04e7a2ab7eb77d883c9b2215
Author: Debarshi Ray <debarshir gnome org>
Date:   Sun Nov 18 20:17:47 2012 +0100

    build: Generate xz compressed tarballs using tar-ustar
    
    We were using an obsolete form of the AM_INIT_AUTOMAKE macro.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e6195e8..06a4f8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR([src])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([dist-xz no-dist-gzip tar-ustar])
 AM_MAINTAINER_MODE
 
 AC_PROG_CC



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