summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2016-04-27Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy
2016-04-05Fix IDNA functions for systems without iconv.Kevin McCarthy
2016-04-01Fix hcversion.h generation error when using included gettext.Kevin McCarthy
2016-03-17Use '$(PACKAGE).pot' instead of 'mutt.pot' in Makefile.amRichard Russon
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-08-11Compile txt2c using automake rules.Kevin McCarthy
2015-07-09Use $(VAR) instead of @VAR@ in Makefile.am files. (closes #3664)Kevin McCarthy
2015-07-02Convert from using mkinstalldirs to $(MKDIR_P).Kevin McCarthy
2014-10-11add check-syntax target for flymakeBrendan Cully
2013-01-04When "make install" fails to chgrp or chmod the mutt_dotlock binary, add the ...Michael Elkins
2012-12-21add version.sh and check_sec.sh to EXTRA_DIST so they are including in the "m...Michael Elkins
2012-12-21Fix 'make distcheck': missing txt2c* and po/mutt.pot cleanupMatthias Andree
2012-12-08Fix VPATH build by running txt2c.sh from ${srcdir} rather than ".".Matthias Andree
2012-10-16Add compiler and configure info to mutt -v output (closes #3537)David Champion
2010-08-09rename mutt_sprintf() to safe_asprintf() to match the GNU extension that perf...Michael Elkins
2009-07-28Add group.h to distributionRocco Rutte
2009-06-23Don't build hcversion.h and mutt_md5 without hcacheRocco Rutte
2009-01-04Remove obsolete make targetBrendan Cully
2008-12-16Remove ChangeLog.oldBrendan Cully
2008-10-07Clean up with/without-idn handlingBrendan Cully
2008-05-19Unbreak build with included gettext by explicitly removing libs for mutt_md5Vladimir Marek
2008-05-19hcversion.h depends on new mutt_md5 toolRocco Rutte
2008-05-17Build local md5 tool for hcachever.sh. Closes #3025.Brendan Cully
2008-05-17When necessary, convert strings to utf-8 in the header cache.Rocco Rutte
2007-11-09Merge with tipRocco Rutte
2007-11-07Don't build keymap_alldefs.h in srcdir as it may be read-onlyRocco Rutte
2007-11-07Try to fix parallel build problems by moving makedoc to doc/.Rocco Rutte
2007-11-06Remove unnecessary workaround for automake dist targetEmanuele Giaquinta
2007-10-31cvslog2changelog.pl is obsoleteBrendan Cully
2007-08-27Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully
2007-05-28Use autoconf instead of "which" to discover MD5 toolBrendan Cully
2007-04-06Fix up release scripts for HgBrendan Cully
2007-04-05Version header cache against MD5 of structures on which it dependsBrendan Cully
2007-03-21Pipe functions.h through cpp -C for the manual generation; factor outChristoph Berg
2007-03-15Add reldate.h to BUILT_SOURCESBrendan Cully
2007-03-15Remove reldate.h from EXTRADIST to fix out-of-tree builds from tarballs (andChristoph Berg
2007-03-13Fully expand $docdir when building Muttrc (closes: #2832)Brendan Cully
2007-03-06New format=flowed handler.Rocco Rutte
2007-03-03Do not append ${prefix}/include to CPPFLAGS.Brendan Cully
2007-02-24This patch adds ESMTP relay support to mutt.Brendan Cully
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2006-09-08Remove bogus smtp.c entry from extra sources, added by accident on 20060831.Brendan Cully
2006-08-31Only build wchar replacement funcs when necessary. Add spaceRalf Wildenhues
2006-08-11Include reldate.h in make dist, so docs won't be needlessly rebuilt.Brendan Cully
2006-08-10Only touch reldate.h if it actually changes.Brendan Cully
2006-08-10No need to set CPP, OPS manually in Makefile.am.Ralf Wildenhues
2006-07-18Long-overdue build system overhaul.Matthias Andree
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-06-13Run cut under the C locale when parsing ChangeLog for reldate.Rocco Rutte
2006-05-19The UPDATING document is supposed (when complete) to provide quickRocco Rutte