test: report.at: avoid tiny new failure

Be robust to newer versions of Autoconf where the package URL defaults
to https instead of http.

* configure.ac (AC_INIT): Use https.
* tests/report.at: Adjust expected output s/http/https/
to match updated URL.
This commit is contained in:
Jim Meyering
2020-01-18 20:52:21 -08:00
committed by Akim Demaille
parent 21ba496083
commit 27e822abfd
2 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,9 @@ m4_pattern_allow([^BISON_USE_NLS$])
AC_INIT([GNU Bison],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-bison@gnu.org])
[bug-bison@gnu.org],
[],
[https://www.gnu.org/software/bison/])
AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2020])
AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
[The copyright year for this package])