summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-06-04 14:17:46 -0400
committerWill Estes <westes575@gmail.com>2014-11-12 05:14:26 -0500
commit1e5a73b1ce202f6aea039af8c5d3ef846d3fe991 (patch)
tree4ca5a94719cb7860c468dd2121da9ce40c79c91a /configure.ac
parent5b29e2ebb4614d5d7759f5fcf766887627ee24f9 (diff)
call LT_INIT earlier in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe5e5e5..33d260d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@
AC_INIT([the fast lexical analyser generator], [2.6.0-pre],
[flex-help@lists.sourceforge.net], [flex])
+LT_INIT
SHARED_VERSION_INFO="2:0:0"
AC_SUBST(SHARED_VERSION_INFO)
AC_CONFIG_SRCDIR([src/scan.l])
@@ -45,7 +46,6 @@ AC_PROG_CC
AC_PROG_CXX
AM_PROG_CC_C_O
AC_PROG_LN_S
-LT_INIT
AC_PROG_AWK
AC_PROG_INSTALL