blob: bd41d94bfc47f41094db66f5e47b8b9dcb6e0fa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
dnl Public domain.
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lacheck.lex)
AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])
sinclude(../kpathsea/common.ac)
dnl These tests prevent reliable cross-compilation. Sigh.
AC_C_CHAR_UNSIGNED
AC_CHECK_SIZEOF(long)
AC_PROG_YACC
AC_PROG_LEX
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
|