aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 73b2d8f..8bec28d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of Smap. -*- autoconf -*- 1# This file is part of Smap. -*- autoconf -*-
2# Copyright (C) 2010, 2014, 2015 Sergey Poznyakoff 2# Copyright (C) 2010, 2014-2016 Sergey Poznyakoff
3# 3#
4# Smap is free software; you can redistribute it and/or modify 4# Smap is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18m4_define([SMAP_VERSION_MAJOR], 2) 18m4_define([SMAP_VERSION_MAJOR], 2)
19m4_define([SMAP_VERSION_MINOR], 0) 19m4_define([SMAP_VERSION_MINOR], 0)
20dnl m4_define([SMAP_VERSION_PATCH], 90) 20m4_define([SMAP_VERSION_PATCH], 90)
21AC_INIT([smap], 21AC_INIT([smap],
22 SMAP_VERSION_MAJOR.SMAP_VERSION_MINOR[]m4_ifdef([SMAP_VERSION_PATCH],.SMAP_VERSION_PATCH), 22 SMAP_VERSION_MAJOR.SMAP_VERSION_MINOR[]m4_ifdef([SMAP_VERSION_PATCH],.SMAP_VERSION_PATCH),
23 [gray+smap@gnu.org.ua]) 23 [gray+smap@gnu.org.ua])
@@ -101,7 +101,7 @@ AC_ARG_WITH([mailutils],
101 [status_mailutils=maybe]) 101 [status_mailutils=maybe])
102 102
103if test $status_mailutils != no; then 103if test $status_mailutils != no; then
104 AM_GNU_MAILUTILS(2.99.98, [all cfg auth], 104 AM_GNU_MAILUTILS(2.99.992, [all],
105 [status_mailutils=yes], 105 [status_mailutils=yes],
106 [if test $status_mailutils = yes; then 106 [if test $status_mailutils = yes; then
107 AC_MSG_ERROR([GNU Mailutils not found]) 107 AC_MSG_ERROR([GNU Mailutils not found])

Return to:

Send suggestions and report system problems to the System administrator.