diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-02 13:16:47 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-05-02 13:24:54 +0200 |
commit | 9b0f1edee518a8c69bb51b25e0dbf56ae9b32843 (patch) | |
tree | c30c8b33982c985e73bf5237f28d052182fce41a /configure.in.in | |
parent | 4743905f46504c15449282f33dcecd1161add969 (diff) | |
download | tdeio-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.in | 9 |
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 ]) |