diff options
author | gregory guy <[email protected]> | 2020-05-02 14:03:33 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-05-02 14:03:33 +0200 |
commit | 8cd5ae54d7f40d20afaef55596376d0df17f36bf (patch) | |
tree | ccd922212906f7840ca07b90019b896727fcf58f /configure.in.in | |
parent | 9237683fca3f0f83c53a191c1b159ecc8f05df18 (diff) | |
download | tdeio-umountwrapper-8cd5ae54d7f40d20afaef55596376d0df17f36bf.tar.gz tdeio-umountwrapper-8cd5ae54d7f40d20afaef55596376d0df17f36bf.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Delete empty files: ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 1a8169a..0000000 --- a/configure.in.in +++ /dev/null @@ -1,6 +0,0 @@ -#MIN_CONFIG(3.2.0) - -AM_INIT_AUTOMAKE(tdeio_umountwrapper, 0.2) -AC_C_BIGENDIAN -AC_CHECK_KDEMAXPATHLEN - |