diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-11 13:59:59 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-11 13:59:59 +0200 |
commit | 3ae7836398bbd45cdaa847f5339834e64af369b1 (patch) | |
tree | 2efb00b57a18905579e252a42382bc13c8c27851 /configure.in.in | |
parent | c15dba26996d579a36e1ebbeee3ecefb5758aa2b (diff) | |
download | kdirstat-3ae7836398bbd45cdaa847f5339834e64af369b1.tar.gz kdirstat-3ae7836398bbd45cdaa847f5339834e64af369b1.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted obsolete files: build-howto.html and kdirstat.spec .
Change description in README.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 37a03bc..0000000 --- a/configure.in.in +++ /dev/null @@ -1,7 +0,0 @@ -#MIN_CONFIG -KDE_ENABLE_HIDDEN_VISIBILITY - -AM_INIT_AUTOMAKE(kdirstat,2.4.4) - -AC_SYS_LARGEFILE -KDE_CHECK_LONG_LONG |