From: Will Estes Date: Wed, 15 Jul 2015 19:20:11 +0000 (-0400) Subject: initialize libtool earlier in build system generation X-Git-Tag: v2.6.0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6fa146a0f663e7fa0c494bef1fa5e0db11ce75a;p=flex initialize libtool earlier in build system generation --- 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)