aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2019-12-22Release version 0.2.2.v0.2.2Arun Isaac
* 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.
2019-12-16Support upcoming guile 3.0.Arun Isaac
* configure.ac: Check for guile 3.0 before checking for guile 2.2.
2019-12-16Remove custom code checking for guild.Arun Isaac
* configure.ac: Remove custom code checking for guild.
2019-09-23Release version 0.2.1.v0.2.1Arun Isaac
* 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.
2019-08-09Bump version to 0.2.0.v0.2.0Arun Isaac
* configure.ac: Bump version. * NEWS: New file.
2019-08-09tests: Run tests with correct path.Arun Isaac
* 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.
2019-07-25Check NEWS file before releasing tarball.Arun Isaac
* configure.ac: Add check-news to automake options.
2019-07-25Use lzip for release tarballs.Arun Isaac
* configure.ac: Add no-dist-gzip and dist-lzip to automake options.
2018-10-02Build silently.Arun Isaac
* configure.ac: Build silently.
2018-10-02Set tentative version to 0.1.0.Arun Isaac
* configure.ac: Set version to 0.1.0.
2018-09-08Set up the GNU build system.Arun Isaac
* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: New files.