repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- simplify findhole() for use for 1 page only
[minix.git]
/
commands
/
flex-2.5.4
/
configure.in
blob
eecd5a9a3cb91d5ecd7dfc5b04eb6b30bfcd4aa5
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)
5
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_CHECK_PROG(AR, ar, , ar)
13
AC_CONST
14
AC_TYPE_SIZE_T
15
AC_HEADER_STDC
16
AC_HAVE_HEADERS(string.h malloc.h sys/types.h)
17
18
case "$YACC" in
19
*bison*)
20
AC_ALLOCA
21
;;
22
esac
23
24
AC_OUTPUT(Makefile,
25
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
26
27
AC_SUBST(AR)
28
AC_SUBST(ARFLAGS)
29