Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 92a2a3e9ffbb21f8a2694876c6298c0d > files > 5

ppl-0.11.2-8.mga5.src.rpm

Fix configure error

Remove dist-lzma from am_init_automake args as:
configure.ac:43: error: support for lzma-compressed distribution archives has been removed
Use dist-xz instead

Signed-off-by: Arnaud Patard <rtp@mageia.org>

Index: ppl-0.11.2/configure.ac
===================================================================
--- ppl-0.11.2.orig/configure.ac
+++ ppl-0.11.2/configure.ac
@@ -40,7 +40,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
 
 # Use Automake.
-AM_INIT_AUTOMAKE([foreign no-define dist-bzip2 dist-zip dist-lzma tar-ustar silent-rules 1.11])
+AM_INIT_AUTOMAKE([foreign no-define dist-bzip2 dist-zip dist-xz tar-ustar silent-rules 1.11])
 
 AC_SUBST(VERSION)
 
Index: ppl-0.11.2/Watchdog/configure.ac
===================================================================
--- ppl-0.11.2.orig/Watchdog/configure.ac
+++ ppl-0.11.2/Watchdog/configure.ac
@@ -40,7 +40,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
 
 # Use Automake.
-AM_INIT_AUTOMAKE([foreign no-define dist-bzip2 dist-zip dist-lzma silent-rules 1.11])
+AM_INIT_AUTOMAKE([foreign no-define dist-bzip2 dist-zip dist-xz silent-rules 1.11])
 AC_SUBST(VERSION)
 
 # Generate a configuration header file.