Age | Commit message (Expand) | Author |
2023-01-03 | Quit the autotools build system.•••For a simple package like guile-email, the autotools build system is
more trouble than it is worth. We prefer a hand-written Makefile. As
the commit summary suggests, the autotools are indeed a bad habit that
we must "quit".
* Makefile: New file.
* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: Delete
files.
* build-aux/test-corpus.scm.in: Rename to ...
* build-aux/test-corpus.scm: ... this. Remove shebang.
* build-aux/test-driver.scm.in: Rename to ...
* build-aux/test-driver.scm: ... this. Remove autotools specific
parts.
* guix.scm: Import (guix utils).
(guile-email)[arguments]: Add prefix to #:make-flags. Delete configure
phase.
* .gitignore: Remove INSTALL, Makefile, Makefile.in, aclocal.m4,
autom4te.cache, build-aux/install-sh, build-aux/missing,
build-aux/test-corpus.scm, config.log, config.status, configure,
doc/.dirstamp, pre-inst-env, test-suite.log, tests/*.log and
tests/*.trs.
| Arun Isaac |
2021-06-18 | Configure path to emacs.•••* configure.ac: Check for emacs.
* Makefile.am (website/index.html): Use EMACS from configure instead
of emacs.
| Arun Isaac |
2021-06-14 | Add corpus test scripts.•••* build-aux/pull-corpus.scm, build-aux/test-corpus.scm.in: New files.
* configure.ac: Configure build-aux/test-corpus.scm.
* .gitignore: Add build-aux/test-corpus.scm.
| Arun Isaac |
2019-12-22 | Release version 0.2.2.•••* NEWS: Update news.
* README.org (Download): Link to guile-email 0.2.2 tarball.
* configure.ac: Bump to version 0.2.2.
* releases/guile-email-0.2.2.tar.lz,
releases/guile-email-0.2.2.tar.lz.asc: New files.
v0.2.2 | Arun Isaac |
2019-12-16 | Support upcoming guile 3.0.•••* configure.ac: Check for guile 3.0 before checking for guile 2.2.
| Arun Isaac |
2019-12-16 | Remove custom code checking for guild.•••* configure.ac: Remove custom code checking for guild.
| Arun Isaac |
2019-09-23 | Release version 0.2.1.•••* NEWS: Update news.
* README.org (Download): Add guile-email-0.2.1 tarball.
* configure.ac: Bump version to 0.2.1.
* releases/guile-email-0.2.1.tar.lz,
releases/guile-email-0.2.1.tar.lz.asc: New files.
v0.2.1 | Arun Isaac |
2019-08-09 | Bump version to 0.2.0.•••* configure.ac: Bump version.
* NEWS: New file.
v0.2.0 | Arun Isaac |
2019-08-09 | tests: Run tests with correct path.•••* build-aux/test-driver.scm: Rename to build-aux/test-driver.scm.in.
* build-aux/test-driver.scm.in: Specify log file as an absolute
path. Change to top level source directory before running tests.
* configure.ac: Generate test-driver.scm.
* Makefile.am (EXTRA_DIST): Unregister
build-aux/test-driver.scm. Register build-aux/test-driver.scm.in.
| Arun Isaac |
2019-07-25 | Check NEWS file before releasing tarball.•••* configure.ac: Add check-news to automake options.
| Arun Isaac |
2019-07-25 | Use lzip for release tarballs.•••* configure.ac: Add no-dist-gzip and dist-lzip to automake options.
| Arun Isaac |
2018-10-02 | Build silently.•••* configure.ac: Build silently.
| Arun Isaac |
2018-10-02 | Set tentative version to 0.1.0.•••* configure.ac: Set version to 0.1.0.
| Arun Isaac |
2018-09-08 | Set up the GNU build system.•••* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: New files.
| Arun Isaac |