summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'tdefilereplace/configure.in.in')
-rw-r--r--tdefilereplace/configure.in.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/tdefilereplace/configure.in.in b/tdefilereplace/configure.in.in
new file mode 100644
index 0000000..787f832
--- /dev/null
+++ b/tdefilereplace/configure.in.in
@@ -0,0 +1,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)