aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac30
1 files changed, 4 insertions, 26 deletions
diff --git a/configure.ac b/configure.ac
index 34409fe..8676812 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Configuration for Wyslij-po
#
-# Copyright (C) 2007, 2009-2010, 2016-2018 Sergey Poznyakoff
+# Copyright (C) 2007-2021 Sergey Poznyakoff
#
# Wyslij-po is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,8 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with Wyslij-po. If not, see <http://www.gnu.org/licenses/>. */
-AC_PREREQ(2.63)
-AC_INIT([wyslij-po], [3.2], [bug-wyslij-po@gnu.org.ua],
+AC_PREREQ(2.64)
+AC_INIT([wyslij-po], [3.2.90], [bug-wyslij-po@gnu.org.ua],
[wyslij-po], [http://www.gnu.org.ua/software/wyslij-po])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/wyslij-po.h])
@@ -29,7 +29,6 @@ AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC
-gl_EARLY
# Checks for libraries.
@@ -38,36 +37,15 @@ gl_EARLY
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_SIZE_T
-# Checks for library functions.
-gl_INIT
-
# Check for GNU Mailutils
AM_GNU_MAILUTILS(3.4, [auth mailer])
# Gettext.
AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.19])
-# Doc hints.
-# Select a rendition level:
-# DISTRIB for stable releases (at most one dot in the version number)
-# and maintenance releases (two dots, patchlevel < 50)
-# PROOF for alpha releases.
-# PUBLISH can only be required manually when running make in doc/
-AC_SUBST(RENDITION)
-case `echo $VERSION|sed 's/[[^.]]//g'` in
-""|".") RENDITION=DISTRIB;;
-"..") if test `echo $VERSION | sed 's/.*\.//'` -lt 50; then
- RENDITION=DISTRIB
- else
- RENDITION=PROOF
- fi;;
-*) RENDITION=PROOF;;
-esac
-
AC_CONFIG_FILES([Makefile
- lib/Makefile
src/Makefile
doc/Makefile
po/Makefile.in])

Return to:

Send suggestions and report system problems to the System administrator.