diff options
-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 |