summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-12-06 09:29:42 -0700
committerWill Estes <westes575@gmail.com>2012-12-08 13:59:18 -0500
commitdc56dc5103704660208d2b15d771ba94df166b71 (patch)
treecf0091009935e9fc4c80ed04a3ee4501ee0e2ed3 /configure.ac
parentb0ccdd451b88a1ba8f83508223e8c50bd52e859d (diff)
add version information to shared library
Signed-off-by: Will Estes <westes575@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c29030f..f0a4fda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,9 @@
AC_INIT([the fast lexical analyser generator], [2.5.37],
[flex-help@lists.sourceforge.net], [flex])
+SHARED_VERSION_INFO="2:0:0"
+AC_SUBST(SHARED_VERSION_INFO)
+
AC_CONFIG_SRCDIR([scan.l])
AM_INIT_AUTOMAKE([gnits dist-bzip2 dist-xz 1.10])
AC_CONFIG_HEADER([config.h:conf.in])