From 019f3cc463db63abc6460f97deb488deec43840b Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Fri, 24 Jan 2020 19:24:09 -0300 Subject: New upstream version 2.10 --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1f3b37e8..570c85a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,13 @@ AC_PREREQ([2.60]) -AC_INIT([bash-completion], [2.9]) +AC_INIT([bash-completion], [2.10]) AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Wno-portability -Werror]) AC_PROG_LN_S AC_PROG_MKDIR_P AC_PROG_SED -AC_SUBST(compatdir, $sysconfdir/bash_completion.d) +AC_ARG_WITH([pytest],[ --with-pytest=executable],[PYTEST="$withval"]) +if test -z "$PYTEST"; then + AC_CHECK_PROGS([PYTEST],[pytest pytest-3],[pytest]) +fi AC_CONFIG_FILES([ Makefile completions/Makefile -- cgit v1.2.1