aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-06 19:44:04 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-06 20:10:42 +0100
commit75290ee2db7452168c966fd9585c4e12f0c2e849 (patch)
treeb7957365a165da1fd272afc33e7f314b441bf44d /configure.ac
parentf61c1a11eddb8c14e90c1d3b5bd757712d45c25c (diff)
downloadbuild-coordinator-75290ee2db7452168c966fd9585c4e12f0c2e849.tar
build-coordinator-75290ee2db7452168c966fd9585c4e12f0c2e849.tar.gz
Implement storing derivations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 92b5d2c..d1f7c1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,13 @@ if test "x$GUILD" = "x"; then
AC_MSG_ERROR(['guild' binary not found; please check your guile-3.x installation.])
fi
+AC_PATH_PROG([guix], [guix])
+
+AC_PATH_PROG([sqitch], [sqitch])
+AC_PATH_PROG([sqlite3], [sqlite3])
+AC_PATH_PROG([psql], [psql])
+
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_CONFIG_FILES([guix-build-coordinator/config.scm])