1dnl Process this file with autoconf to produce a configure script.
2
3AC_INIT(src/tractorgen.c)
4AM_INIT_AUTOMAKE(tractorgen, 0.31.7)
5AM_CONFIG_HEADER(config.h)
6
7AC_ISC_POSIX
8AC_PROG_CC
9AM_PROG_CC_STDC
10AC_HEADER_STDC
11
12AC_MSG_CHECKING(that you're completely fent)
13AC_MSG_RESULT(yes)
14
15AC_OUTPUT([
16Makefile
17src/Makefile
18])
19
20