]> saetta.ns0.it Git - reptool/libreptool/commitdiff
Setted version to 0.2.0 and added silent compilation.
authorAndrea Zagli <azagli@libero.it>
Sat, 16 Jul 2011 07:09:22 +0000 (09:09 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 16 Jul 2011 07:09:22 +0000 (09:09 +0200)
configure.ac

index d48468c6ee1bc05902a18da3bfdd6d135c6c822a..38ea2f4967e3922ca9292b47673ed1e21cecab7b 100644 (file)
@@ -2,11 +2,14 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([libreptool], [0.1.0], [azagli@libero.it])
+AC_INIT([libreptool], [0.2.0], [azagli@libero.it])
 AC_CONFIG_SRCDIR([src/rptprint.c])
 AC_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(-Wall)
+
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AM_MAINTAINER_MODE
 
 AC_CONFIG_MACRO_DIR([m4])