*** empty log message ***
[minix.git] / commands / flex-2.5.4 / configure.in
blob366e65e15bc8e1e4a43b0fb2abde3f392303a1f0
1 dnl Process this file with autoconf to produce a configure script.
2 dnl
3 AC_INIT(initscan.c)
4 AC_CONFIG_HEADER(config.h:conf.in)
6 AC_LN_S
7 AC_PROG_YACC
8 AC_PROG_CC
9 AC_PROG_RANLIB
10 AC_PROG_INSTALL
11 AC_PROG_MAKE_SET
12 AC_CONST
13 AC_TYPE_SIZE_T
14 AC_HEADER_STDC
15 AC_HAVE_HEADERS(string.h malloc.h sys/types.h)
17 case "$YACC" in
18 *bison*)
19   AC_ALLOCA
20   ;;
21 esac
23 AC_OUTPUT(Makefile,
24 [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])