Pass the --db-client option to sqitch deploy
So that it can always find psql.
This commit is contained in:
parent
d7586e88fa
commit
93fdefc7b1
3 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ AC_SUBST([guilemoduledir])
|
|||
AC_SUBST([GUILE_EFFECTIVE_VERSION])
|
||||
|
||||
AC_PATH_PROG([sqitch], [sqitch])
|
||||
AC_PATH_PROG([psql], [psql])
|
||||
|
||||
dnl Substitute placeholders to generate these target files
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue