summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2016-04-05Fix IDNA functions for systems without iconv.Kevin McCarthy
2016-03-10Check stat return value in configure.ac. (closes #3810)Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-08-17Add idn to MUTTLIBS instead of LIBS (see #3638)Kevin McCarthy
2015-08-17Enable C99 mode for compiler. (See #3638).Kevin McCarthy
2015-07-02Convert from using mkinstalldirs to $(MKDIR_P).Kevin McCarthy
2015-01-31gpgme: guard mail-key on presence of gpgme_op_export_keysBrendan Cully
2015-01-27Clean up gnutls warnings.Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2014-08-14Fix variable name in configure.ac.Kevin McCarthy
2014-08-22Fix deprecated gnutls_protocol_set_priority. (closes #3515)Kevin McCarthy
2013-10-22Terminal status line support, based on the xterm title patch.David Champion
2013-01-22remove PKG_CHECK_MODULE() check and always use AC_CHECK_HEADERS()Michael Elkins
2013-01-20use pkg-config to look for libidn if available.Michael Elkins
2012-12-30remove m4_translit because it generates a warning with newer versions of auto...Michael Elkins
2012-12-27Use the directory where the version.sh script is located as theAaron Schrab
2012-12-27use [] around body of AC_CHECK_HEADER to avoid problems with older versions ofMichael Elkins
2012-12-27avoid using m4_esyscmd_s() since it is not available in older versions of aut...Michael Elkins
2012-12-22Uses SSLv23_client_method() in mutt_ssl_starttls() because TLSv1_2_client_met...Michael Elkins
2012-12-22If neither --with-idn nor --without-idn are given, use -I/usr/include/idn whe...Michael Elkins
2012-12-20remove deprecated check for signal() return typeMichael Elkins
2012-12-20update configure.ac with autoupdateMichael Elkins
2012-12-20change AM_CONFIG_HEADER to AC_CONFIG_HEADERS and move it after the AM_INIT_AU...Michael Elkins
2012-12-20modernize intialization of configure.acMichael Elkins
2012-12-20backout out changeset 36b0cc717eccMichael Elkins
2012-12-19detect newer BDB versions up to 5.2Michael Elkins
2012-12-19make configure define _POSIX_C_SOURCE, _XOPEN_SOURCE and _XOPEN_SOURCE_EXTEND...Michael Elkins
2012-12-17use TLSv1.2 if available in the system OpenSSL when using starttlsMichael Elkins
2012-05-24Remove AM_C_PROTOTYPES from configure.ac (closes #3579)Brendan Cully
2011-06-29version.sh: support building outside of source directoryDavid Champion
2011-03-07Extra information in mutt version string, redux.David Champion
2011-03-06Back out f1b4d1d17200. It is nice, but it breaks make dist.Brendan Cully
2011-01-03Include extra information in mutt version string for developer builds.David Champion
2010-08-06detect availablity of 'long long'Michael Elkins
2010-08-06properly set _XOPEN_SOURCE to 600 (POSIX.1-2004) when detecting th wc*()Michael Elkins
2010-04-06fix for compiling Mutt with clang: check for wchar_h prior to wctype_h in che...Michael Elkins
2010-03-08Comment about search libsasl for sasl2 functionsBrendan Cully
2010-03-08OpenSolaris sasl fix for configure.acWill Fiveash
2010-01-13Fix hcache build on systems with $(EXEEXT), include it in mutt_md5.Matthias Andree
2009-07-27Do not overwrite docdir unless --with-docdir was explicitly given.Brendan Cully
2009-06-28Allow tabs in index subject. Closes #3270.Brendan Cully
2009-06-23Don't build hcversion.h and mutt_md5 without hcacheRocco Rutte
2009-06-08Test for libgnutls by hand rather than relying on deprecated libgnutls-config...Brendan Cully
2009-06-07Disable checking certificate activation/expiration times in gnutls as we do t...Miroslav Lichvar
2009-04-25Add mkdtemp() from xfce to unbreak gpgme build on Solaris. Closes #3217.Thomas Wiegner
2009-04-25Add strcasestr() from uclibc to unbreak (Open)Solaris build. Closes #3222.Rocco Rutte
2009-03-15Add wcscasecmp() compatibility function (for OS X)Rocco Rutte
2008-11-16Add --disable-full-doc flag to only build documentation for enabled featuresTAKAHASHI Tamotsu
2008-11-15Use with_tokyocabinet exclusively (with_tc is undefined).Brendan Cully
2008-10-19Fix logic in [13a831a945be].Emanuele Giaquinta