summaryrefslogtreecommitdiffstats
path: root/kfilereplace/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:06:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:06:46 -0600
commitef2264e9790ae7e700ad3cf5fb3dbad05efd98d8 (patch)
treeac4650a642d502c458d0b654c8b731739ce601dc /kfilereplace/configure.in.in
parenta32b928478b59d4fa8b8495bbad6864476c129b1 (diff)
downloadtdewebdev-ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8.tar.gz
tdewebdev-ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfilereplace/configure.in.in')
-rw-r--r--kfilereplace/configure.in.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/kfilereplace/configure.in.in b/kfilereplace/configure.in.in
deleted file mode 100644
index a7f9ec22..00000000
--- a/kfilereplace/configure.in.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#MIN_CONFIG
-
-AM_INIT_AUTOMAKE(kfilereplace, 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)