summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/configure.in.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-01-27 18:44:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-01-27 18:44:50 +0900
commit08f2b5848ddd09e0da7e2d42a8743f0b40f1c717 (patch)
tree18bcb7a10dbea1184b4bc6f860e1a8e06ab1c819 /tdefilereplace/configure.in.in
parent3c091bf671d1802dceabd5b820290b0828abf949 (diff)
downloadtdeutils-08f2b584.tar.gz
tdeutils-08f2b584.zip
Moved TDEFileReplace to tdeutils. This resolves bug 767.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)