From: Will Estes Date: Mon, 7 Oct 2002 13:12:08 +0000 (+0000) Subject: we create the tests/TEMPLATE/Makefile so that we can build the dist archives X-Git-Tag: flex-2-5-23~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d1dcd585bb6a7182036f3eefbc52dfba5e94ec1;p=flex we create the tests/TEMPLATE/Makefile so that we can build the dist archives --- diff --git a/configure.in b/configure.in index 135d48b..bebc73f 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,7 @@ dnl checks for libraries dnl checks for header files AC_HEADER_STDC -AC_CHECK_HEADERS(string.h malloc.h sys/types.h unistd.h stdbool.h) +AC_CHECK_HEADERS(string.h sys/types.h unistd.h stdbool.h) AC_CHECK_HEADERS(cunistd netinet/in.h) dnl checks for types @@ -82,6 +82,7 @@ m4/Makefile po/Makefile.in intl/Makefile tests/Makefile +tests/TEMPLATE/Makefile tests/test-array-nr/Makefile tests/test-array-r/Makefile tests/test-basic-nr/Makefile