From: Andrea Zagli Date: Sat, 16 Jul 2011 07:09:22 +0000 (+0200) Subject: Setted version to 0.2.0 and added silent compilation. X-Git-Tag: 0.2.0~3^2~5 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=9c561eebbb8229acdedb26d5e1a36fbfb8ae8d1d;p=reptool%2Flibreptool Setted version to 0.2.0 and added silent compilation. --- diff --git a/configure.ac b/configure.ac index d48468c..38ea2f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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])