summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2023-10-14build: path improvementsDirk-Jan C. Binnema
Use correct paths in date.py Fix some build warnings
2022-08-20autotools: removeDirk-Jan C. Binnema
Since 2008, autotools has served us well - thank you! However, mu is now using meson build, and it's time to remove the autotools support -- one build system is enough.
2021-10-18build: fix macos/clang build (disable guile)Dirk-Jan C. Binnema
error: invalid argument '-std=gnu11' not allowed with 'C++'
2021-09-04build: autogen.sh: updateDirk-Jan C. Binnema
Hopefully fix CI failure
2021-09-04build: Extend makefile targetsDirk-Jan C. Binnema
Add a target for build mu4e-docs, add CSS file for that, too.
2021-08-28build: make meson the default build systemDirk-Jan C. Binnema
We still support autotools for now, but it is no longer the default.
2019-11-06Fix typosJonas Bernoulli
2019-07-30bump version to 1.3.4Dirk-Jan C. Binnema
plus some build tweaks.
2019-07-13mu: ensure we build with --enabled-shared for guileDirk-Jan C. Binnema
We need a dynamic object.
2019-07-13autogen.sh: try to run `make distclean`Dirk-Jan C. Binnema
Can avoid some compilation problems.
2018-01-24Replace Bash-specific [[]] with POSIX sh [] in autogen.shVladimir Sedach
2017-11-04autogen.sh: don't require `which'djcb
use posix standard "commmand" instead.
2016-12-28autogen.sh: enable config-cachedjcb
2016-12-11bump version to 0.9.19, extra warningsdjcb
Bump version to 0.9.19; add some extra warnings (using some new m4 macros)
2010-12-05* add a dummy autogen.shDirk-Jan C. Binnema