summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-07-05 22:25:21 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-07-05 22:25:21 +0300
commit62837fecc8b1fe0c4783a93d58c5ae16932fad2e (patch)
tree9d5a6a905f8d1214b1abc7c941b6a5ceb5e80ca9
parent3e11bc9b24db031640772f20b303bc2430e6d3f2 (diff)
downloadmailutils-62837fecc8b1fe0c4783a93d58c5ae16932fad2e.tar.gz
mailutils-62837fecc8b1fe0c4783a93d58c5ae16932fad2e.tar.bz2
Fix VI_REVISION and VI_AGE in configure.ac
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c54fd70ea..3e827085d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,8 +32,8 @@ AB_INIT
dnl Library versioning
AC_SUBST(VI_CURRENT, 5)
-AC_SUBST(VI_REVISION, 4)
-AC_SUBST(VI_AGE, 1)
+AC_SUBST(VI_REVISION, 5)
+AC_SUBST(VI_AGE, 0)
dnl Library paths
AC_SUBST(MU_LIB_AUTH,'${top_builddir}/libmu_auth/libmu_auth.la')
@@ -84,7 +84,7 @@ AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
MU_PROG_BISON
-MU_PROG_LEX
+MU_PROG_FLEX
AM_PROG_LIBTOOL
## Predefine several variables used to display configuration status

Return to:

Send suggestions and report system problems to the System administrator.