From d14dd45a040a64930e5611ea3b8fa72e8a3ebdfe Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 1 Apr 2013 18:55:34 -0300 Subject: configure.ac:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7b609cc..6c2c6ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.62) +AC_INIT([mate-calc], [1.6.0], [http://mate-desktop.org]) -AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(mate-calc, 1.6.0) +AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE MATE_MAINTAINER_MODE_DEFINES -- cgit v1.2.1