aboutsummaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Collapse)Author
2021-09-29build: Use SRFI-64 test suite driver as found in Guix.Ludovic Courtès
This works around the fact that SRFI-64 in Guile 3.0.6+, 'test-runner-current' returns #f after 'test-end'. It also gives us a more featureful test runner, where one can do things like: make check TEST_LOG_DRIVER_FLAGS="--brief=no --show-duration=yes" Reported by <soeren@soeren-tempel.net>. * build-aux/test-driver.scm: New file. * Makefile.am (EXTRA_DIST): Add it. * tests/Makefile.am (TEST_LOG_DRIVER): New variable. (TEST_LOG_COMPILER): New variable. * tests/ast.test, tests/engines/info.test, tests/location.test, tests/readers/rss-2.test, tests/resolve.test: Remove call to 'exit'.
2012-05-29build: Use Gnulib's `git-version-gen'.Ludovic Courtès
* configure.ac: Use `build-aux/git-version-gen' to generate the version string. Remove Automake's `check-news' option. * Makefile.am ($(top_srcdir)/.version, gen-tarball-version): New targets. (dist-hook): Depend on `gen-tarball-version'. (EXTRA_DIST): Add $(top_srcdir)/.version. * build-aux/git-version-gen: New file, from Gnulib v0.0-6827-g39c3009.
2012-05-29build: Generate a `ChangeLog' file upon "make dist".Ludovic Courtès
* Makefile.am (gen-ChangeLog, dist-hook): New targets. * build-aux/gitlog-to-changelog: New file, from Gnulib v0.0-6827-g39c3009.
2007-10-28Modernized `configure.ac' a bit.Ludovic Courtès