]> granicus.if.org Git - flex/commitdiff
added back call to AC_CONFIG_AUX_DIR.
authorWill Estes <westes575@gmail.com>
Fri, 14 Nov 2014 13:29:44 +0000 (08:29 -0500)
committerWill Estes <westes575@gmail.com>
Fri, 14 Nov 2014 13:29:44 +0000 (08:29 -0500)
In an effort to reduce top level directory clutter, reintroduced the
call to AC_CONFIG_AUX_DIR. Moved the call to LT_INIT to after that
call so configure will be able to find its files.

configure.ac

index 977ea3ad09b01c119f4d6f799d4cd37c48fa282f..2324646da91989cc125c1031790d9254faa02442 100644 (file)
 
 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])
+AC_CONFIG_AUX_DIR([build-aux])
 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)
 
 # checks for programs