summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-10 21:47:41 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-10 21:47:41 +0300
commit6e8147334cf9ffe36367760c06002a1e5b7ae0d5 (patch)
treee445a821529e61f91100ac66990bce1db88c07be /configure.ac
parent045898ffd13dd8938dc3855a6275006175cc4823 (diff)
downloadmailutils-6e8147334cf9ffe36367760c06002a1e5b7ae0d5.tar.gz
mailutils-6e8147334cf9ffe36367760c06002a1e5b7ae0d5.tar.bz2
Raise shared library version number
* configure.ac (VI_CURRENT): Set to 5 Don't link intprops.h * gnulib: Upgrade. * gnulib.modules (intprops) Remove. * libmailutils/cfg/parser.y: Don't incluse intprops.h * po/POTFILES.in: Add new files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 4 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 7bd364118..dc244dea5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl Autobuild stuff
AB_INIT
dnl Library versioning
-AC_SUBST(VI_CURRENT, 4)
+AC_SUBST(VI_CURRENT, 5)
AC_SUBST(VI_REVISION, 0)
AC_SUBST(VI_AGE, 0)
@@ -111,15 +111,12 @@ AC_CHECK_TYPE(iconv_t,:,
])
# NOTE: Generally speaking, Mailutils libraries are not allowed to include
-# gnulib headers. The only exceptions are: gettext.h, which is needed for
-# proper i18n, and intprops.h, which is used in libmailutils/cfg_parser.y.
-# This latter will probably be rewritten to remove the need for intprops.h.
+# gnulib headers. The only exception is gettext.h, which is needed for
+# proper i18n.
#
-# To make these two headers accessible for the libraries, they are linked
-# to include/.
+# To make it accessible for the libraries, it is linked to include/.
#
AC_CONFIG_LINKS(include/gettext.h:lib/gnu/gettext.h)
-AC_CONFIG_LINKS(include/intprops.h:lib/gnu/intprops.h)
AH_BOTTOM([
#define DEFAULT_TEXT_DOMAIN PACKAGE

Return to:

Send suggestions and report system problems to the System administrator.