diff options
author | Perberos <[email protected]> | 2013-04-01 18:55:34 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2013-04-01 18:55:34 -0300 |
commit | d14dd45a040a64930e5611ea3b8fa72e8a3ebdfe (patch) | |
tree | 93353c5c4b940e2d9389effd003ab71aef97ffbf /configure.ac | |
parent | 1d287cbb0b3591a3d09fd6ac230d13e344cb3d93 (diff) | |
download | mate-calc-d14dd45a040a64930e5611ea3b8fa72e8a3ebdfe.tar.bz2 mate-calc-d14dd45a040a64930e5611ea3b8fa72e8a3ebdfe.tar.xz |
configure.ac:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files 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 |