From 3cfbabfe5dea37286ed9fc7e697493e832affbbc Mon Sep 17 00:00:00 2001 From: John Millaway Date: Tue, 9 Jul 2002 18:11:50 +0000 Subject: Replaced obsolete macros in configure.in. Modified create-test to handle the above changes in configure.in. Added support for . --- configure.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 467024d..1daa526 100644 --- a/configure.in +++ b/configure.in @@ -31,18 +31,18 @@ AM_CONFIG_HEADER(config.h:conf.in) AC_PROG_YACC AC_CHECK_PROG(BISON, bison, bison) AM_PROG_LEX -AC_LN_S +AC_PROG_LN_S AC_PROG_CC AC_PROG_RANLIB AC_PATH_PROG(HELP2MAN, help2man, $srcdir/missing) -AC_CONST +AC_C_CONST AC_TYPE_SIZE_T AC_HEADER_STDC -AC_HAVE_HEADERS(string.h malloc.h sys/types.h unistd.h) +AC_CHECK_HEADERS(string.h malloc.h sys/types.h unistd.h stdbool.h) -AC_OUTPUT( +AC_CONFIG_FILES( Makefile examples/Makefile examples/fastwc/Makefile @@ -75,4 +75,6 @@ tests/test-lineno-nr/Makefile tests/test-lineno-r/Makefile tests/test-debug-r/Makefile tests/test-debug-nr/Makefile +dnl --new-test-here-- This line is processed by tests/create-test. ) +AC_OUTPUT -- cgit v1.2.3