summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2019-04-11Generate version string during make not configureAaron Schrab
2018-11-06Add monitor.h to extra_sources list.Kevin McCarthy
2018-10-06Break buffer functions into separate source file.Kevin McCarthy
2018-08-29Rename pgpring to mutt_pgpring.Kevin McCarthy
2018-06-03add feature file monitoring with Linux inotifyGT
2018-04-09Merge branch 'stable'Kevin McCarthy
2018-04-09Rename _regex.h to _mutt_regex.h to avoid name collision on Macs.Kevin McCarthy
2018-02-06Fix document version and date for git build.Kevin McCarthy
2018-02-05Use git to generate the release date if available.Kevin McCarthy
2018-02-01Add stub flea and muttbug scripts back.Kevin McCarthy
2018-01-17Remove muttbug and flea.Kevin McCarthy
2017-12-12Remove hg-commit and Makefile commit target.Kevin McCarthy
2016-11-13Compress patch from the neomutt repository.Kevin McCarthy
2016-10-31Add a --disable-doc configuration option.Kevin McCarthy
2016-07-08Fix conststrings compiler version string generation. (closes #3852)rich burridge
2016-06-08Corrected OPS.SIDEBAR filename in EXTRA_DIST.Vincent Lefevre
2016-06-04Sidebar clean up: building and drawing logic.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-09Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy
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