]> granicus.if.org Git - flex/commitdiff
initialize libtool earlier in build system generation
authorWill Estes <westes575@gmail.com>
Wed, 15 Jul 2015 19:20:11 +0000 (15:20 -0400)
committerWill Estes <westes575@gmail.com>
Wed, 15 Jul 2015 19:20:11 +0000 (15:20 -0400)
configure.ac

index 2324646da91989cc125c1031790d9254faa02442..e77dc62a0918c6e10909a8726b2fc1de46df0949 100644 (file)
@@ -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)