[PPL-devel] [GIT] ppl/ppl(master): Require Automake 1.11, enable lzma tar archives and silent rules.

Roberto Bagnara bagnara at cs.unipr.it
Sun Jul 12 11:25:09 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 39fdc5887541bfffb981fc77541d9046e8f15d2a
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=39fdc5887541bfffb981fc77541d9046e8f15d2a

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Jul 12 11:24:28 2009 +0200

Require Automake 1.11, enable lzma tar archives and silent rules.

---

 Watchdog/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Watchdog/configure.ac b/Watchdog/configure.ac
index 42fb136..8a4b069 100644
--- a/Watchdog/configure.ac
+++ b/Watchdog/configure.ac
@@ -39,7 +39,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
 
 # Use Automake.
-AM_INIT_AUTOMAKE([foreign no-define dist-bzip2 dist-zip 1.7.3])
+AM_INIT_AUTOMAKE([foreign no-define dist-bzip2 dist-zip dist-lzma silent-rules 1.11])
 AC_SUBST(VERSION)
 
 # Generate a configuration header file.




More information about the PPL-devel mailing list