summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-07-15 15:20:11 -0400
committerWill Estes <westes575@gmail.com>2015-07-15 15:20:11 -0400
commitb6fa146a0f663e7fa0c494bef1fa5e0db11ce75a (patch)
tree9545e355010ab8a153157efd3d082cff831e24e9
parent341bfbd389f4c07da9f848bcc10d805b9f6b7013 (diff)
initialize libtool earlier in build system generation
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2324646..e77dc62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,11 +28,11 @@ AC_INIT([the fast lexical analyser generator], [2.6.0-pre],
[flex-help@lists.sourceforge.net], [flex])
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
+LT_INIT
AM_INIT_AUTOMAKE([gnu check-news std-options dist-bzip2 dist-xz parallel-tests 1.14.1])
AC_CONFIG_HEADER([src/config.h])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([m4])
-LT_INIT
SHARED_VERSION_INFO="2:0:0"
AC_SUBST(SHARED_VERSION_INFO)