diff options
author | gregory guy <[email protected]> | 2019-10-07 17:30:55 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-09 17:33:53 +0200 |
commit | 28c36e59399156247f5bdd8bb833c44d0e74fba7 (patch) | |
tree | aff78a29bf399ceee41271122443653eeaec369c /configure.in.in | |
parent | 642e097fc1cfe9b3fdcee81f3f4770ae606d7f0e (diff) | |
download | kbiff-28c36e59399156247f5bdd8bb833c44d0e74fba7.tar.gz kbiff-28c36e59399156247f5bdd8bb833c44d0e74fba7.zip |
Drop automake build support.
Add basic cmake build instructions.
Change description in README.
Deleted empty files: NEWS.
Deleted obsolete files: VERSION, kbiff.spec .
Substitute "KDE" to "TDE" in the man page.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 251889d..0000000 --- a/configure.in.in +++ /dev/null @@ -1,32 +0,0 @@ -#MIN_CONFIG(3.0) -AM_INIT_AUTOMAKE(kbiff, "3.9") - -AC_ARG_ENABLE( - ssl, - [ --disable-ssl build without SSL (imap4s and pop3s) protocol support], - [use_ssl=$enableval], - [use_ssl=yes]) - -if test "$use_ssl" == "yes"; then - AC_DEFINE([USE_SSL],[],[Compile with SSL support]) -fi - - -AC_ARG_ENABLE( - ssl, - [ --disable-ssl build without SSL (imap4s and pop3s) protocol support], - [use_ssl=$enableval], - [use_ssl=yes]) - -if test "$use_ssl" == "yes"; then - AC_DEFINE([USE_SSL],[],[Compile with SSL support]) -fi - - -AC_MSG_CHECKING(for ASUS notebook mail LED support) -if test -f "/proc/acpi/asus/mled"; then - AC_MSG_RESULT(yes) - AC_DEFINE([HAVE_MLED],[],[Compile with support for Mail LED on ASUS notebooks: needs ACPI and Asus Laptop Extras (http://sourceforge.net/projects/acpi4asus/)]) -else - AC_MSG_RESULT(no) -fi |