summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorwlestes <wlestes>2012-03-21 18:36:28 +0000
committerwlestes <wlestes>2012-03-21 18:36:28 +0000
commit8763c3cf88e4b89c8fb9a352df605282468c3f13 (patch)
tree76bc46c7d9321b26842feb36524df7046a7dace9 /configure.in
parent7ed646072e5aabd26b724eca44741f54a3889c1a (diff)
downloadflex-8763c3cf88e4b89c8fb9a352df605282468c3f13.tar.gz
provide malloc() and realloc() for systems that do not have satisfactory versions; resolves #1899047
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cbbb754..1563137 100644
--- a/configure.in
+++ b/configure.in
@@ -29,6 +29,7 @@ AC_INIT([the fast lexical analyser generator], [2.5.36],
AC_CONFIG_SRCDIR([scan.l])
AM_INIT_AUTOMAKE([gnits dist-bzip2 1.10])
AC_CONFIG_HEADER([config.h:conf.in])
+AC_CONFIG_LIBOBJ_DIR([lib])
# checks for programs
@@ -112,6 +113,7 @@ doc/Makefile
examples/Makefile
examples/fastwc/Makefile
examples/manual/Makefile
+lib/Makefile
po/Makefile.in
tools/Makefile
tests/Makefile