summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-02 13:16:47 +0200
committergregory guy <gregory-tde@laposte.net>2020-05-02 13:24:54 +0200
commit9b0f1edee518a8c69bb51b25e0dbf56ae9b32843 (patch)
treec30c8b33982c985e73bf5237f28d052182fce41a /configure.in.in
parent4743905f46504c15449282f33dcecd1161add969 (diff)
downloadtdeio-sword-9b0f1edee518a8c69bb51b25e0dbf56ae9b32843.tar.gz
tdeio-sword-9b0f1edee518a8c69bb51b25e0dbf56ae9b32843.zip
Drop automake build support.
Add basic cmake build instructions. Rework of the README and help files. Delete the NEWS file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 0eef9f8..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#MIN_CONFIG(3.0.0)
-
-AM_INIT_AUTOMAKE(tdeio_sword, 0.3)
-AC_C_BIGENDIAN
-AC_CHECK_KDEMAXPATHLEN
-
-AC_CHECK_SWORD(1.5.8, [$ac_use_static])
-
-AC_CONFIG_FILES([ src/data/tdeio_sword.css ])