diff options
author | Michele Calgaro <[email protected]> | 2015-01-27 18:44:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-27 18:44:50 +0900 |
commit | 08f2b5848ddd09e0da7e2d42a8743f0b40f1c717 (patch) | |
tree | 18bcb7a10dbea1184b4bc6f860e1a8e06ab1c819 /tdefilereplace/configure.in.in | |
parent | 3c091bf671d1802dceabd5b820290b0828abf949 (diff) | |
download | tdeutils-08f2b5848ddd09e0da7e2d42a8743f0b40f1c717.tar.gz tdeutils-08f2b5848ddd09e0da7e2d42a8743f0b40f1c717.zip |
Moved TDEFileReplace to tdeutils. This resolves bug 767.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefilereplace/configure.in.in')
-rw-r--r-- | tdefilereplace/configure.in.in | 12 |
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) |