]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
Implement the interactive cdecl99 loop.
[cdecl99.git] / configure.ac
index 5596f7475e141fe7886a788bc2212c03a2c36605..37184308e534faf4fa879c46726ee8ae94596a31 100644 (file)
@@ -7,6 +7,10 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
 AM_SILENT_RULES([yes])
 
 AC_PROG_CC_C99
+gl_EARLY
+
+LT_INIT
+gl_INIT
 
 AC_ARG_VAR([FLEX], [Command to invoke flex.  Defaults to flex.])
 AC_ARG_VAR([FLEXFLAGS], [Additional options to pass to flex.])
@@ -16,7 +20,8 @@ AC_ARG_VAR([BISON], [Command to invoke GNU Bison.  Defaults to bison.])
 AC_ARG_VAR([BISONFLAGS], [Additional options to pass to Bison.])
 AC_CHECK_PROGS([BISON], [bison], [bison])
 
-LT_INIT
-
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([
+       lib/Makefile
+       Makefile
+])
 AC_OUTPUT