summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-09-30 11:03:15 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-01 17:16:10 +0900
commit6726e2fbb9c2cfc27bc67e7793863bc036b55944 (patch)
treecd98714f8509e774befe0def178a03ec1582ef85 /configure.in.in
parent61254b9781405072cc10e9e3a57fa02460139a29 (diff)
downloadkshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.tar.gz
kshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty folder templates. Delete rpm stuff (kshowmail.spec and build-kshowmail folder). Rework of the README and AUTHORS files. Add BUGS file. Move the kshowmail.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit e167d15409204539a0fa3a5b7260ca090192d6fa)
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 1c387c1..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#MIN_CONFIG(3)
-
-AM_INIT_AUTOMAKE(kshowmail, 3.3.1)
-
-dnl check for mimelib/mimepp.h and mimelib/datetime.h
-
-AC_MSG_CHECKING(for headers $kde_incdir/mimelib/mimepp.h and $kde_incdir/mimelib/datetime.h)
-AC_FIND_FILE("/mimelib/mimepp.h", $kde_incdirs, mimeppdir)
-AC_FIND_FILE("/mimelib/datetime.h", $kde_incdirs, datetimedir)
-if test $mimeppdir = "NO" || test $datetimedir = "NO"; then
- AC_MSG_ERROR(Headers $kde_incdir/mimelib/mimepp.h or $kde_incdir/mimelib/datetime.h not found. Please install tdepim devel package.)
-else
- AC_MSG_RESULT([found])
-fi