summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/configure.in.in
blob: 787f832f9cb25f21dbcdafdd0101db26ba28d627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#MIN_CONFIG

AM_INIT_AUTOMAKE(tdefilereplace, 0.8.0)

dnl These are common macros that you might or might not want to use

dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
AC_CHECK_FUNCS(usleep)