From 5d1dcd585bb6a7182036f3eefbc52dfba5e94ec1 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 7 Oct 2002 13:12:08 +0000 Subject: [PATCH] we create the tests/TEMPLATE/Makefile so that we can build the dist archives --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0