1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Strn.h)
3wi_ARG_ENABLE_DEBUG
4
5dnl Checks for programs.
6AC_PROG_CC
7AC_PROG_LN_S
8AC_PROG_RANLIB
9
10dnl Checks for header files.
11AC_HEADER_STDC
12
13dnl Checks for typedefs, structures, and compiler characteristics.
14AC_C_CONST
15AC_TYPE_SIZE_T
16
17dnl Checks for library functions.
18
19AC_OUTPUT(Makefile)
20