1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(docRtfRead.c)
3
4dnl Checks for programs.
5AC_PROG_CC
6AC_PROG_RANLIB
7
8dnl Checks for header files.
9AC_HEADER_STDC
10
11dnl Checks for typedefs, structures, and compiler characteristics.
12AC_C_CONST
13AC_C_BIGENDIAN
14
15AC_SUBST(CC)
16AC_SUBST(CFLAGS)
17
18AC_CONFIG_HEADER(docRtfConfig.h)
19AC_OUTPUT(makefile)
20